View source: R/GEO_Download_Preprocess.R
GEO_EstimateMissingValues_Molecular | R Documentation |
Internal. Removes samples and genes with more missing values than the MissingValueThreshold, and imputes remaining missing values using Tibshirani's KNN method.
GEO_EstimateMissingValues_Molecular(
MET_Data,
MissingValueThresholdGene = 0.3,
MissingValueThresholdSample = 0.1
)
MET_Data |
methylation data or gene expression data matrix. |
MissingValueThresholdGene |
threshold for missing values per gene. Genes with a percentage of NAs greater than this threshold are removed. Default is 0.3. |
MissingValueThresholdSample |
threshold for missing values per sample. Samples with a percentage of NAs greater than this threshold are removed. Default is 0.1. |
the dataset with imputed values and possibly some genes or samples deleted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.