coord_to_arm | R Documentation |
Returns chromosome arms for given chromosome and genomic position.
coord_to_arm(
chromosome,
position,
assembly = "hg19",
full = FALSE,
mergesmallarms = FALSE
)
chromosome |
Character or numeric vector, with chromosome of genomic coordinate |
position |
Numeric vector, with genomic position within chromosome |
assembly |
a string specifying which genome assembly version should be applied to determine chromosome arms. Allowed options are "hg38", hg19", "hg18", "hg17" and "hg16" (corresponding to the five latest human genome annotations in the UCSC genome browser). |
full |
|
mergesmallarms |
for very small acrocentric arms just use chromosome |
Character vector, with choromosome arm of given genomic coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.