View source: R/annotation.utility.R
specific.annotation.list | R Documentation |
Build the annotation list starting from the matrix of the most specific annotations.
specific.annotation.list(ann)
ann |
an annotation matrix (0/1). Rows are examples and columns are the most specific functional terms. It must be a named matrix. |
A named list, where names of each component correspond to examples (genes) and elements of each component are the associated functional terms.
data(labels);
spec.list <- specific.annotation.list(L);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.