getChromosomesByOrganism: getChromosomesByOrganism

View source: R/getChromosomesByOrganism.R

getChromosomesByOrganismR Documentation

getChromosomesByOrganism

Description

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.

Usage

getChromosomesByOrganism()

Value

a list with the organism as keys and the list of available chromosome sets as values

See Also

getGenome, filterChromosomes

Examples


chrsByOrg <- getChromosomesByOrganism() 
chrsByOrg[["hg"]]
chrsByOrg[["hg"]][["autosomal"]]


bernatgel/regioneR documentation built on Sept. 10, 2023, 12:03 a.m.