rqcShinyReport {Rqc}R Documentation

Interactive Quality Control Report

Description

This function runs a Shiny web application of interactive Rqc report. This is useful for large amount of files and sample groups.

Usage

rqcShinyReport(rqcResultSet)

Arguments

rqcResultSet

list of RqcResultSet-class objects

Value

function

Author(s)

Welliton Souza

Examples

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")
# rqcShinyReport(rqcResultSet)

[Package Rqc version 1.27.1 Index]