Learn R Programming

PTXQC (version 0.82.6)

createReport: Create a quality control report (in PDF format).

Description

This is the main function of the package and the only thing you need to call directly if you are just interested in getting a QC report.

Usage

createReport(txt_folder, yaml_obj = list())

Arguments

txt_folder

Path to txt output folder of MaxQuant (e.g. "c:/data/Hek293/txt")

yaml_obj

A nested list object with configuration parameters for the report. Useful to switch off certain plots or skip entire sections.

Value

List with named filename strings, e.g. $yaml_file, $report_file etc..

Details

You need to provide the folder name of the 'txt' output, as generated by MaxQuant and optionally a YAML configuration object, which allows to (de)activate certain plots and holds other parameters. The yaml_obj is complex and best obtained by running this function once using the default (empty list). A full YAML configuration object will be written in the 'txt' folder you provide and can be loaded using yaml.load.

The PDF and the config file will be stored in the given txt folder.