corMat | R Documentation |
calculate a correlation matrix for the data object
corMat(x, sd_cut = 1, method = "spearman", geneNameCol = "gene_name",
groupCol = NULL, name = "tmp")
x |
the StefansExpressionSet varibale |
sd_cut |
the cut off value for the sd check |
method |
any method supported by |
geneNameCol |
the name of the gene column (gene_name) |
groupCol |
the column name of the grouping variable in the samples table |
name |
the name of the analysis |
the correlation matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.