View source: R/annotate_results.R
annotate_results | R Documentation |
Add BioMart annotations to a DESeq2 result table
annotate_results(result, biomart, add, id = 1)
result |
a DESeqResults object with Ensembl IDs as row names |
biomart |
annotations from |
add |
a vector of biomart columns to add to result table, default gene_name, biotype and description |
id |
position or name of column in biomart that matches rows names in the DESeq results |
A tibble
Chris Stubben
## Not run:
annotate_results(res, human98)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.