listChrTypes {regioneR} | R Documentation |
Prints a list of the available organisms and chromosomes sets in the predefined chromosomes sets information.
listChrTypes()
the list of available chrs and organisms is printed
filterChromosomes
, getChromosomesByOrganism
g <- getGenomeAndMask("hg19")$genome listChrTypes() g <- filterChromosomes(g, chr.type="autosomal", organism="hg19")