Description Usage Arguments Value Examples
View source: R/msstats_processing.R
Performs MSstats differential analysis. Saves result to disk and reloads unless recompute is True
1 2 | compare.MSstats(processed.features, comparison.matrix,
filepath = "MSstats_comparisons.rds", recompute = F)
|
processed.features |
Object with normalized data. Can be produced with process.MSstats() |
comparison.matrix |
A comparison matrix as described in MSstats user guide. |
recompute |
Boolean on whether to recompute comparisons. Default is False |
file.path |
Path to save the resulting comparison data object |
An object containing comparison results
1 | pd.comparisons <- compare.MSstats(rd.proposed, comparisons, recompute=F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.