Description Usage Arguments Value Examples
These function allow the user to enter a
MultiAssayExperiment
and impute all the NA values inside assays.
1 | imputeAssay(multiassayexperiment, i = 1, ...)
|
multiassayexperiment |
A |
i |
A numeric, logical, or character |
... |
Arguments passed on to
|
MultiAssayExperiment with imputed assays values
1 2 3 4 5 6 7 | example(getSubtypeMap)
## convert data to matrix and add as experiment
gbm <-
c(gbm, RPPA_matrix = data.matrix(assay(gbm[["GBM_RPPAArray-20160128"]])))
imputeAssay(gbm, i = "RPPA_matrix")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.