Description Usage Arguments Value Examples
Data imputation for features with missing values
1 | data.imputation(Data, fun = "median")
|
Data |
A matrix representing the genomic data such as gene expression data, miRNA expression data. |
fun |
A character value representing the imputation type. The optional values are shown below:
|
The data matrix after imputation (without NAs).
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.