Description Usage Arguments Value Author(s) See Also Examples
The function creates plots which describes the position wise distribution of phred quantiles in single FASTQ files.
1 | plotPhredQuant(object, i, main, ...)
|
object |
|
i |
|
main |
|
... |
Other arguments which are passed to the internally called plot function. |
None.
Wolfgang Kaisers
Fastqq-class
1 2 3 4 5 6 7 8 9 | basedir <- system.file("extdata",package="seqTools")
#
setwd(basedir)
fq <- fastqq(c("g4_l101_n100.fq.gz", "g5_l101_n100.fq.gz"), k=4,
probeLabel=c("g4", "g5"))
#
plotPhredQuant(fq, 2)
# Same plot without x-axis
plotPhredQuant(fq,2, xaxt="n")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.