listChrTypes: filterChromosomes listChrTypes

Description Usage Value See Also Examples

View source: R/listChrTypes.R

Description

Prints a list of the available organisms and chromosomes sets in the predefined chromosomes sets information.

Usage

1

Value

the list of available chrs and organisms is printed

See Also

filterChromosomes, getChromosomesByOrganism

Examples

1
2
3
4
5
g <- getGenomeAndMask("hg19")$genome

listChrTypes()

g <- filterChromosomes(g, chr.type="autosomal", organism="hg19") 

regioneR documentation built on Nov. 8, 2020, 5 p.m.