View source: R/getChromosomesByOrganism.R
getChromosomesByOrganism | R Documentation |
Function to obtain a list of organisms with their canonical and (when applicable) the autosomal chromosome names. This function is not usually used by the end user directly but through the filterChromosomes function.
getChromosomesByOrganism()
a list with the organism as keys and the list of available chromosome sets as values
getGenome
, filterChromosomes
chrsByOrg <- getChromosomesByOrganism()
chrsByOrg[["hg"]]
chrsByOrg[["hg"]][["autosomal"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.