Description Usage Arguments Value Author(s)
View source: R/filterReplicates.R
This function filter replicates for each specie based on a threshold value
1 2 | filterReplicates(data, userSpecifiedColnames = NULL, numberOfReplicates = 1,
numberOfInstancesThreshold, thresholdValue)
|
data |
data formatted by the use of the mergeDataSet function from LipidQ. |
userSpecifiedColnames |
the column names template file containing user specified column names for the input data. This file |
numberOfReplicates |
the number of replicates for each sample |
numberOfInstancesThreshold |
the number of replicates for a given sample that has to have values above the specified threshold value (thesholdValue) |
thresholdValue |
user specified threshold value based on technical noise and/or other variation sources. This paramter will determine the threshold in which a replicate will be considered as having an observed value or not. |
a data set filtered by a user specified threshold of pmol between replicates
André Vidas Olsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.