Description Usage Format Examples
We downloaded the fastq files, aligned with TopHat and processed with
wrapKnown
to obtain the estimated distributions for each of the 6
samples. distrsGSE37704
is a list with the 6 corresponding elements.
The estimated distributions for HiSeq data were very similar,
hence these distributions can be used as defaults for Illumina MiSeq and
HiSeq experiments.
1 |
An list
with 6 elements of class readDistrs
.
See help(getDistrs)
and help(readDistrs-class)
for details.
1 2 3 4 5 | data(distrsGSE37704)
distrsGSE37704
plot(distrsGSE37704[[1]],'readSt')
lines(distrsGSE37704[[2]], 'readSt', col=2)
plot(distrsGSE37704[[1]],'fragLength')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.