powered by
Plot Bin Coverage Distribution
plotBinCoverage(obj, rm.zeros, pdf.file.name, pdf.width, pdf.height, ...)
a snap object
Remove bins of zero coverage when ploting the coverage distribution [TRUE].
pdf file name to save the plot [NULL].
the width of the graphics region in inches [7].
the height of the graphics region in inches [7].
Arguments passed to hist method.
# NOT RUN { data(demo.sp); plotBinCoverage(demo.sp, col="grey", border="grey"); # }
Run the code above in your browser using DataLab