View source: R/groupComparison.R
MSstatsPrepareForGroupComparison | R Documentation |
Prepare output for dataProcess for group comparison
MSstatsPrepareForGroupComparison(summarization_output)
summarization_output |
output of dataProcess |
list of run-level data for each protein in the input. This list has a "has_imputed" attribute that indicates if missing values were imputed in the input dataset.
QuantData <- dataProcess(SRMRawData, use_log_file = FALSE)
group_comparison_input = MSstatsPrepareForGroupComparison(QuantData)
length(group_comparison_input) # list of length equal to number of proteins
# in protein-level data of QuantData
head(group_comparison_input[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.