Description Usage Arguments Details Value Author(s) See Also Examples
Converts an annotation list to an annotation matrix. The annotation matrix should have 2 columns, the first one with the gene ids; the second one with the annotation ids.
1 | annotList2mat(lis, tag = "listPos")
|
lis |
annotation list. |
tag |
substitutes missing list names if any. |
Each element of the annotation list represents a functional block; it is a character vector containing the gene ids annotated under the function. The names of the list are the annotation ids.
An annotation matrix: the first column contains the gene or feature ids, the second column contains the Gene Set or functional block ids.
David Montaner dmontaner@cipf.es
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.