rqcCycleAverageQualityPlot: Per cycle average quality by files

Description Usage Arguments Value Functions Author(s) See Also Examples

View source: R/rqcCycleAverageQualityPlot.R

Description

This function plots line graph of per cycle average quality.

Usage

1
2
3

Arguments

rqcResultSet

list of RqcResultSet objects created by rqc and rqcQA functions.

Value

ggplot2 object

Functions

Author(s)

Welliton Souza

See Also

rqcGroupCycleAverageQualityPlot plots cycle-specific quality by groups

Examples

1
2
3
4
5
6
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")
rqcCycleAverageQualityPlot(rqcResultSet)

labbcb/Rqc documentation built on Aug. 2, 2021, 8:43 a.m.