View source: R/missingValuesFilter.R
getPourcentageOfMV | R Documentation |
Returns the percentage of missing values in the quantitative
data (Biobase::exprs()
table of the dataset).
getPourcentageOfMV(obj)
obj |
An object of class |
A floating number
Florence Combes, Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
getPourcentageOfMV(Exp1_R25_pept[seq_len(100), ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.