Description Usage Arguments Details Value Author(s) References Examples
Concatenates given elements of a list.
1 | compactList(lst,l)
|
lst |
list object |
l |
numeric vector specifying the number of list elements to be concatenated sequentially |
By definition, the output list is shorter than the input list.
Function stops if 'sum(l)' does not equal 'lenght(lst)'.
clst |
list of length 'length(l)' where the 'i'-th element has length 'l[i]' and contains concatenated elements of input list 'lst'. |
Alexandre Kuhn
Kuhn et al. Cross-species and cross-platform gene expression studies with the Bioconductor-compliant R package 'annotationTools'. BMC Bioinformatics, 9:26 (2008)
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.