Description Usage Arguments Note Author(s) See Also Examples
plotChromosome
draws a chromosome and cytobands with an interface
akin to rect
with the given coordinates.
1 2 | plotChromosome(chromosome = "chr1", xleft = 0, ybot = 0,
xright = 1, ytop = 1, taper = 0.2, build = "hg19", ...)
|
chromosome |
A character giving the chromosome to plot. Should be one
of |
xleft |
A scalar giving the left x position. |
ybot |
A scalar giving the bottom y postion. |
xright |
A scalar giving the right x postion. |
ytop |
A scalar giving the top y postion. |
taper |
A numeric givning the amount of tapering near the ends of the chromosome and the centromere. |
build |
Which UCSC genome build to use.
Supported builds are |
... |
Arguments passed to |
Some of the code is borrowed from plotIdiogram
in
the SNPchip
package by Robert Scharpf and Jason Ting.
Anders Ellern Bilgrau
Modified code by Robert Scharpf and Jason Ting
rect
, plotIdiogram
,
getSequenceLengths
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.