View source: R/ArchRtoSignac.R
getAnnotation | R Documentation |
This function gets the gene annotation, which includes information related to genomic locations and their associated annotations, from Ensembl Database in GRanges Object for the Seurat object. Then it changes the annotation to the UCSC style (default).
getAnnotation(reference, seqStyle = "UCSC", refversion)
reference |
An Ensembl genome reference used for the Signac function GetGRangesFromEnsDb to extract gene annotations from EnsDb (for example: EnsDb.Hsapiens.v86) |
seqStyle |
Sequence style to change the annotation extracted from EnsDb to (default is ‘UCSC’) |
refversion |
The assembly release and versions of UCSC genome reference (for example: 'hg38') |
annotations <- getAnnotation(reference = EnsDb.Hsapiens.v86, seqStyle = 'UCSC', refversion = 'hg38')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.