Description Usage Arguments Value Examples
Function to perform subset the reproducible replicated measurements on dataframe
1 2 3 4 5 6 | ms_reproducible_replicate(
data,
nread = 10,
variancecutoff = TRUE,
nMAD_var = 2.5
)
|
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 |
dataframe containing the reproducible replicates subset
1 2 3 4 | ## Not run:
data_reproducible_set <- ms_reproducible_replicate(data_complete_set)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.