Description Usage Arguments Value
View source: R/AnnotationHelper.R
Given a genome build identifier, creates a list of annotation databases which can be passed to the annotation functions.
1 | select_annotations(genome.build)
|
genome.build |
The genome build to use for annotation. |
A list with the following elements:
A TxDb of class AnnotationDBI providing informations about the genes of the selected build.
An OrgDb object for the selected species.
A character string representing the name of the OrgDb object.
A BSGenome object to retrieve DNA sequences.
A cache of KEGG pathways, as returned by kegg.gsets
from the gage library.
A PWMLogn background for motif enrichment of promoter regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.