getGenome | R Documentation |
This function gets the name of the genome from the genomeAnnotation used by a given ArchRProject.
getGenome(ArchRProj = NULL)
ArchRProj |
An |
# Get Test ArchR Project
proj <- getTestProject()
# Get Genome in ArchRProj
getGenome(proj)
# Get Genome loaded globally
getGenome()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.