plot.heatmaps | R Documentation |
An rather ancient, but flexible heatmapping function that depends on heatmap.2 and allows for many data
selection/conversion options
plot.heatmaps(dataOBJ, groupCol = "GroupName", gene.names = NULL,
pvalue = 1, analysis_name = NULL, Subset = NULL, collaps = NULL,
pdf = F, ...)
dataOBJ |
the StefansExpressionSet object |
groupCol |
the column in the samples table to group the samples on |
gene.names |
the rownames(dataObj@data) level gene names |
pvalue |
an optional cut off value to select genes from the statistical results tables |
analysis_name |
the name for the outfiles |
Subset |
an optional list of strings matching to the gene symbols used to select genes of interest |
collaps |
collaps the sample groups into a single column of the heatmap using one of collaps=c('median', 'mean') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.