Description Usage Arguments Value Examples
Plots the fragment length distribution.
1 | plotFragLen(fitpar, col, lty)
|
fitpar |
a list of the output of fitBiasModels over samples |
col |
a vector of colors |
lty |
a vector of line types |
plot
1 2 3 4 5 6 | # fitpar was fit using identical code
# as found in the vignette, except with
# 25 genes, and with fragment size in 80-350 bp
data(preprocessedData)
perf <- rep(1:2, each=2)
plotFragLen(fitpar, col=perf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.