.groupComparisonWithMultipleCores | R Documentation |
Perform group comparison per protein in parallel
.groupComparisonWithMultipleCores(
summarized_list,
contrast_matrix,
save_fitted_models,
repeated,
samples_info,
numberOfCores
)
summarized_list |
output of MSstatsPrepareForGroupComparison |
contrast_matrix |
contrast matrix |
save_fitted_models |
if TRUE, fitted models will be included in the output |
repeated |
logical, output of checkRepeatedDesign function |
samples_info |
data.table, output of getSamplesInfo function |
numberOfCores |
Number of cores for parallel processing. A logfile named 'MSstats_groupComparison_log_progress.log' is created to track progress. Only works for Linux & Mac OS. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.