array_preprocess | R Documentation |
Preprocess of Microarray data
array_preprocess(x, missing_value = "knn", string = " /// ")
x |
matrix of Microarray data, each column is a sample, and each row is a gene. |
missing_value |
Method to impute missing expression data, one of "zero" and "knn". |
string |
a string, sep of the gene |
matrix
arraylist <- get_geo_array("GSE781")
arraylist <- lapply(arraylist, array_preprocess)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.