rnb.get.chromosomes {RnBeads} | R Documentation |
Gets the chromosome names supported for the specified assembly.
rnb.get.chromosomes(assembly = "hg19")
assembly |
Genome assembly of interest. See |
character
vector of supported chromosomes for the specified genome assembly. The elements of the
vector follow the Ensembl convention ("1"
, "2"
, ...), and the
names of this vector - the convention of the UCSC Genome Browser
("chr1"
, "chr2"
, ...).
Pavlo Lutsik
"chrX" %in% names(rnb.get.chromosomes())