ms_reproducible_replicate: ms_reproducible_replicate

Description Usage Arguments Value Examples

Description

Function to perform subset the reproducible replicated measurements on dataframe

Usage

1
2
3
4
5
6
ms_reproducible_replicate(
  data,
  nread = 10,
  variancecutoff = TRUE,
  nMAD_var = 2.5
)

Arguments

data

dataset to subset reproducible replicates

nread

number of reading channels or sample treatements, default value is 10

variancecutoff

whether to check the variance of the readings from replicated measurements, default is TRUE

nMAD_var

the variance cutoff value would be determined using MAD scheme, nMAD_var indicates the significance level of MAD cutoff, default value is 2.5

Value

dataframe containing the reproducible replicates subset

Examples

1
2
3
4
## Not run: 
data_reproducible_set <- ms_reproducible_replicate(data_complete_set)

## End(Not run)

nkdailingyun/mineCETSA documentation built on Feb. 27, 2021, 8:26 p.m.