rsd | R Documentation |
Calculate relative standard deviation (RSD) percentage values for each feature per class for a given sample information column.
rsd(x, cls = "class")
## S4 method for signature 'AnalysisData'
rsd(x, cls = "class")
x |
S4 object of class |
cls |
sample information column to use for class structure |
A tibble containing the computed RSD values.
library(metaboData)
d <- analysisData(abr1$neg[,200:300],abr1$fact)
rsd(d,cls = 'day')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.