getTSS | R Documentation |
This function gets the transcription start sites (TSSs) as a GRanges object of all genes from the geneAnnotation of a given ArchRProject.
getTSS(ArchRProj = NULL)
ArchRProj |
An |
# Get Test ArchR Project
proj <- getTestProject()
# Get TSS in ArchRProj
getTSS(proj)
# Get TSS loaded globally
getTSS()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.