Learn R Programming

Rqc (version 1.6.2)

Rqc-package: Quality Control Tool for High-Throughput Sequencing Data

Description

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.

Arguments

Examples

Run this code

  options(device.ask.default = FALSE)
  folder <- system.file(package="ShortRead", "extdata/E-MTAB-1147")
  rqc(folder, ".fastq.gz", pair=c(1,1), workers=1)
  

Run the code above in your browser using DataLab