View source: R/feature.missingness.R
feature.missingness | R Documentation |
This function estimates feature missingess, with a step to exclude poor samples identified as those with a sample missingness greater than 50
feature.missingness(wdata)
wdata |
the metabolite data matrix. samples in row, metabolites in columns |
a data frame of percent missingness for each feature
ex_data = sapply(1:5, function(x){rnorm(10, 45, 2)}) ex_data[ sample(1:length(ex_data), 15) ] = NA feature.missingness(wdata = ex_data )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.