qualimap: Extract Qualimap summary tables

Description Usage Arguments Details Value See Also Examples

View source: R/qualimap-tables.R

Description

qualimap function parses all the summary statistics of reports produced by Qualimap tool and returns a data.table with two columns: param and value.

Each row of the value column contains the data corresponding to that param, and is itself a data.table.

Usage

1
qualimap(sample_info)

Arguments

sample_info

Full path to file containing details about samples and their paths.

Details

The file provided to sample_info argument should contain at least these three columns:

It can also optionally contain a group column. If present, the plots generated will take it into account and color / facet accordingly.

Value

An object of class qualimap which inherits from "data.table", with two columns: param and value, where value is a list of "data.table"s.

See Also

plot_read_alignment plot_bias_profile plot_coverage_profile plot_junction_analysis plot_genomic_origin

Examples

1
2
path = system.file("tests/qualimap-sample", package="ggqualimap")
obj = qualimap(sample_info = file.path(path, "annotation.txt"))

openanalytics/ggqualimap documentation built on May 24, 2019, 2:28 p.m.