Description Usage Arguments Value Author(s) See Also Examples
View source: R/idiogram-functions.R
This function generates a data.frame
with the
respective cytoband names, chromosomes, Giemsa stain, and the start and
end positions. These tables can then be used to plot chromosome
idiograms. Currently, cytoband annotation for UCSC genome builds hg18
and hg19 are supported.
1 |
build |
A character string indicating UCSC build ("hg18" or "hg19"). |
data.frame
Michael Considine
1 2 3 | cytoband <- getCytoband("hg19")
cytoband <- cytoband[cytoband$chr == "chr1", ]
plotIdiogram(1, "hg18", cytoband=cytoband, cex.axis=0.6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.