resample_MS_precision_over_groups: Resample MS precision values based on grouped data

resample_MS_precision_over_groupsR Documentation

Resample MS precision values based on grouped data

Description

Resample MS precision values based on grouped data

Usage

resample_MS_precision_over_groups(data, n = 100, groups = "Comparison")

Arguments

data

A grouped data frame or data table with format LFDT

n

The number of bootstrap resamples of MS precision values for each group. Note that choosing a large number may result in a significant computation time

groups

The names of the grouping columns of the data

Value

A grouped data table listing the n resampled MS precision values for each group

Examples

resample_MS_precision_over_groups(data = MS_wise(sampled_cs_measurements), n = 10)

pernille267/commutability.selectivity documentation built on July 20, 2022, 9:11 a.m.