getQualityMatrix | R Documentation |
Get quality matrix from FastQ file.
getQualityMatrix(fn)
fn |
|
Subsample no more than 300k reads to get the statistics.
A matrix
of occurency of each quality per base.
Rows are quality value and columns are base positions.
Ge Tan
## Not run:
fn <- "/srv/gstore/projects/p2438/HiSeq4000_20170601_RUN346_copy_o3365/20170601.B-19TK_d7_R1.fastq.gz"
getQualityMatrix(fn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.