| report {DEP} | R Documentation |
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.
report(results)
results |
List of SummarizedExperiment objects obtained
from the |
A rmarkdown report is generated and saved.
Additionally, the results table is saved as a tab-delimited txt file.
## Not run: data <- UbiLength expdesign <- UbiLength_ExpDesign results <- LFQ(data, expdesign, 'MinProb', 'control', 'Ctrl') report(results) ## End(Not run)