Description Usage Arguments Details Author(s) See Also Examples
Plot histogram or barplot that overlaps with multiple chromosomes.
1 2 3 |
Data |
data.frame of at least four columns. See |
track.id |
integer, the track number for plotting. |
data.col |
integer or character string, specifies the column of data. |
color.col |
integer or character string, specifies the column of colors. |
color.gradient |
a vector of gradient colors. |
fixed.height |
logical, whether to fix the histogram height, resulting in heat-map if |
track.color |
NA or color code for the track background. |
track.border |
the color to draw the track border. Use |
polygon.border |
the color to draw the polygon border. See explanation for |
custom.track.height |
NULL or numeric, specifying customized track height to overwrite the default. See |
max.value |
NULL or numeric, specifying the maximum data value for normalization. Default NULL, get max from data column |
Data must have at least four columns: Chr1, Start1, Chr2 and End2, specifying the chromosomes and positions for the start and end points. Additional columns may be used to specify the data, color, etc.
If color.gradient is not NULL, it will supersede color.col.
Minghui Wang <m.h.wang@live.com>
rc.plot.link, rc.plot.histogram
1 | #This is not to be run alone. Please see tutorial vignette("netweaver") for usage.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.