report: Generate a markdown report

Description Usage Arguments Value Examples

View source: R/workflow_functions.R

Description

report generates a report of the analysis performed by TMT and LFQ wrapper functions. Additionally, the results table is saved as a tab-delimited file.

Usage

1
report(results)

Arguments

results

List of SummarizedExperiment objects obtained from the LFQ or TMT wrapper functions.

Value

A rmarkdown report is generated and saved. Additionally, the results table is saved as a tab-delimited txt file.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

data <- UbiLength
expdesign <- UbiLength_ExpDesign

results <- LFQ(data, expdesign, 'MinProb', 'control', 'Ctrl')
report(results)


## End(Not run)

arnesmits/DEP documentation built on Aug. 7, 2019, 10:44 a.m.