checkRepeatedDesign {MSstats}R Documentation

Check if data represents repeated measurements design

Description

Check if data represents repeated measurements design

Usage

checkRepeatedDesign(summarization_output)

Arguments

summarization_output

output of the dataProcess function

Details

This extracts information required by the group comparison workflow

Value

logical, TRUE if data represent repeated measurements design

Examples

QuantData1 <- dataProcess(SRMRawData, use_log_file = FALSE)
checkRepeatedDesign(QuantData1)


[Package MSstats version 4.1.1 Index]