View source: R/add_annotations.R
add_annotations | R Documentation |
A function to add annotations to a table of gene counts.
add_annotations(object, reference = geneID.details, variables = NULL)
object |
A table of gene counts (rows: genes, columns:samples, rownames: ENSEMBL gene IDs). |
reference |
A reference table with the annotations. Default: geneID.details. |
variables |
Annotations (columns) from the reference table to add, i.e. gene symbol, gene_length, description. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.