View source: R/feature.describe.R
feature.describe | R Documentation |
This function allows you to 'describe' metabolite features using the describe() function from the psych package, as well as estimate variance, a dispersion index, the coeficent of variation, and shapiro's W-statistic.
feature.describe(wdata)
wdata |
the metabolite data matrix. samples in row, metabolites in columns |
a data frame of summary statistics for features (columns) of a matrix
ex_data = sapply(1:20, function(x){ rnorm(250, 40, 5) }) feature.describe(ex_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.