powered by
calculateMean
calculateMean(data, colBaseName, ignoreNA = TRUE, calculateNA = NULL, replaceNA = NULL)
data(set1) # Remove all except positive control samples. set1 <- trim(data=set1, samples="PC") calculateMean(data=set1, colBaseName="Height")
Run the code above in your browser using DataLab