View source: R/AnnotationGenome.R
createGeneAnnotation | R Documentation |
This function will create a gene annotation object that can be used for creating ArrowFiles or an ArchRProject, etc.
createGeneAnnotation( genome = NULL, TxDb = NULL, OrgDb = NULL, genes = NULL, exons = NULL, TSS = NULL, annoStyle = NULL )
genome |
A string that specifies the genome (ie "hg38", "hg19", "mm10", "mm9"). If |
TxDb |
A |
OrgDb |
An |
genes |
A |
exons |
A |
TSS |
A |
annoStyle |
annotation style to map between gene names and various gene identifiers e.g. "ENTREZID", "ENSEMBL". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.