cluster_array | R Documentation |
cluster probes of Microarray data
cluster_array(x, clusterCutoff = 0.7)
x |
matrix of Microarray data, the first is the name of the gene, and the others are the expression value. |
clusterCutoff |
Pearson correlation threshold to cut off the hierarchical tree. |
data.frame
arraylist <- get_geo_array("GSE781")
arraylist <- lapply(arraylist, array_preprocess)
arraylist_cluster <- lapply(arraylist, cluster_array)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.