Description Author(s) Examples
Rqc is an optimized tool designed for quality assessment of high-throughput sequencing data. It performs parallel processing of entire files and produces a report, which contains a set of high-resolution images that can be directly used on publications.
Welliton Souza, Benilton Carvalho
Maintainer: Welliton Souza <well309@gmail.com>
1 2 3 4 | options(device.ask.default = FALSE)
folder <- system.file(package="ShortRead", "extdata/E-MTAB-1147")
rqc(folder, ".fastq.gz", pair=c(1,1), workers=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.