Description Usage Arguments Author(s) See Also Examples
This function displays coverage plot for chromosome 1-22, to facilitate quality-check.
1 2 | chrCoverageQC(data.name, legend.layout = "topright",
plot.cex = 2, legend.cex = 1)
|
data.name |
an object of |
legend.layout |
a character vector of legend location. It should be "bottomright", "bottom", "bottomleft", "left", "topleft", "top", "topright", "right", "center" or "none". When "none" is used, no legend will be plotted for clarity |
plot.cex |
plot point expansion factor |
legend.cex |
legend character expansion factor relative to current par("cex") |
Chen Wang
exon-level QC: geneCoverageQC
1 2 3 4 5 6 7 8 9 10 11 |
#=== load a simulation example
config.filename <- 'sim1.ini'
makeSimulation(config.filename)
sim.session <- createSession(config.filename)
#=== scan coverages of multiple samples
germline.data <- scanMultiCovg(session.name=sim.session)
#=== only chr22 is supposed to have coverage
chrCoverageQC(data.name=germline.data,legend.layout='topleft')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.