plotBinCoverage | R Documentation |
Plot Bin Coverage Distribution
plotBinCoverage(obj, rm.zeros, pdf.file.name, pdf.width, pdf.height, ...)
obj |
a snap object |
rm.zeros |
Remove bins of zero coverage when ploting the coverage distribution [TRUE]. |
pdf.file.name |
pdf file name to save the plot [NULL]. |
pdf.width |
the width of the graphics region in inches [7]. |
pdf.height |
the height of the graphics region in inches [7]. |
... |
Arguments passed to hist method. |
data(demo.sp); plotBinCoverage(demo.sp, col="grey", border="grey");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.