Calculate Coefficient of Variation (CV) for Protein Groups
get_CVs.RdCalculates the coefficient of variation (CV) for each protein, grouped by an experimental condition. The CV is a standardized measure of dispersion, calculated as the standard deviation divided by the mean, and is often used to assess the reproducibility of replicates within a condition group.
Usage
get_CVs(object, condition, min_samples = 2)
# S4 method for class 'SummarizedExperiment'
get_CVs(object, condition, min_samples = 2)