View source: R/AnnotationGenome.R
getTSSFromTxDb | R Documentation |
Ref: ArchR createGeneAnnotation
getTSSFromTxDb(TxDb)
TxDb |
TxDbobjet |
TSS GenomicRanges
library(TxDb.Mmusculus.UCSC.mm10.knownGene) TxDb <- TxDb.Mmusculus.UCSC.mm10.knownGene TSS <- getTSSFromTxDb(TxDb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.