checkRepeatedDesign {MSstats} | R Documentation |
Check if data represents repeated measurements design
checkRepeatedDesign(summarization_output)
summarization_output |
output of the dataProcess function |
This extracts information required by the group comparison workflow
logical, TRUE if data represent repeated measurements design
QuantData1 <- dataProcess(SRMRawData, use_log_file = FALSE) checkRepeatedDesign(QuantData1)