Description Usage Arguments Value Author(s) Examples
Perform imputation for missing values.
1 | imputeFlag(rawSig, pd = NULL, group = "", impute = "avg")
|
rawSig |
a matrix containing gene expression with missing values labeled as NA |
pd |
phenoData object |
group |
which group should average be performed |
impute |
choice of impute method, only avg (average) is implemented |
a list containing a matrix with the imputed values and rows that are imputed.
Y Andrew Sun
1 | #-imputed <- imputeFlag(raw, pd, group = "tissue", impute = "avg") ##- sn ratio matrix
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.