Description Usage Arguments Value Note Author(s) References See Also Examples
Plots chromosome plots with a moving average smoother
1 |
datalist |
The CAFE datalist to be analyzed, i.e. the output of |
samples |
A vector of sample numbers to be plotted |
chromNum |
The chromosome to be analyzed |
combine |
If |
k |
The sliding window size. Must be a positive integer, smaller than the total number of probesets on the chromosome |
idiogram |
If |
file |
Specify a file name to store output png fileS |
Plot to file system;
Returns a ggplot2 graph if chromNum!="ALL"
. When chromNum=="ALL"
,
returns a list of ggplot2 graphs.
Makes heavy use of the ggplot2 package.
Sander Bollen
H. Wickham. ggplot2: elegant graphics for data analysis. Springer New York, 2009.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.