Description Arguments Methods Examples
Plots the estimated fragment length (insert size) distribution and the relative read start distribution (0 indicating transcription start, 1 transcription end). The former checks that the insert size distribution matches that described in the experimental protocol. The latter checks the extent to which reads are non-uniformly distributed (note: casper does NOT assume reads to be uniformly distributed, so a lack of uniformity is not a problem per se).
x |
Object of type |
y |
Set to |
... |
Further arguments to be passed on to plot. |
signature(x = "readDistrs", y = "ANY")
x
is an object of type readDistrs
, as returned by
getDistrs
. The plot allows to visualize the fragment
length and read start distributions in a given sample.
signature(x = "readDistrs")
x
is an object of type readDistrs
, as returned by
getDistrs
. The plot allows to visualize the fragment
length and read start distributions in a given sample.
signature(x = "readDistrsList", y = "ANY")
x
is an object of type readDistrsList
storing fragment
length and read start distributions for multiple samples.
signature(x = "readDistrsList")
x
is an object of type readDistrsList
storing fragment
length and read start distributions for multiple samples.
1 | #See getDistrs examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.