View source: R/TCGA_Download_Preprocess.R
TCGA_Process_EstimateMissingValues | R Documentation |
Internal. Removes patients and genes with more missing values than the MissingValueThreshold, and imputes remaining missing values using Tibshirani's KNN method.
TCGA_Process_EstimateMissingValues(MET_Data, MissingValueThreshold = 0.2)
MET_Data |
data matrix. |
MissingValueThreshold |
threshold for removing samples and genes with too many missing values. |
the data set 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.