Description Usage Arguments Value Examples
This class is a list of lists, each primary list element is a chromosome/contig, and contains 2 sub-list elements: a list of 'Mostly Watson" and "Mostly Crick" library names.
1 | LibraryGroupList(libraryGroups = list(), names = character())
|
libraryGroups |
a list of lists, with each primary list element representing a chromosome with two internal list elements; a character vector of mostly watson library names, and a character vector of mostly Crick library names |
names |
a vector of names of linkage groups |
a LibraryGroupList
1 2 3 | lg1 <- LinkageGroupList(list(a=c('library1', 'library2'), b=c('library3')), names=c('chr1_Mostly_Crick', 'chr1_Mostly_Watson'))
lg2 <- LinkageGroupList(list(a=c('library1'), b=c('library6', 'library4')), names=c('chr2_Mostly_Crick', 'chr2_Mostly_Watson'))
libList <- LibraryGroupList(list(lg1, lg2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.