Learn R Programming

Rqc (version 1.6.2)

rqcReadQualityCalc: Per read quality plot

Description

Plots the quality of all the files by read.

Usage

rqcReadQualityCalc(rqcResultSet)
rqcReadQualityPlot(rqcResultSet)

Arguments

rqcResultSet
list of RqcResultSet objects created by rqc and rqcQA functions.

Value

Plot object from ggplot function.

Functions

  • rqcReadQualityCalc: calculates necessary statistics

Examples

Run this code

checkpoint("Rqc", path=system.file(package="Rqc", "extdata"), {
  folder <- system.file(package="ShortRead", "extdata/E-MTAB-1147")
  files <- list.files(full.names=TRUE, path=folder)
  rqcResultSet <- rqcQA(files, pair=c(1,1), workers=1)
}, keep="rqcResultSet")
rqcReadQualityPlot(rqcResultSet)

Run the code above in your browser using DataLab