Description Usage Arguments Value Author(s) Examples
Generates a heatmap with effect sizes for all genes which pass a filter in all measured diseases
1 2 3 |
metaObject |
a Meta object which must have the $originalData, $metaAnalysis populated |
filterObject |
a MetaFilter object containing the signature genes that will be used for the heatmap |
colorRange |
a vector of length two with the minimum and maximum values for the heatmap colors. (default: c(-1,1)) |
geneOrder |
FALSE if the genes should be ordered by pooled effect size in this datasets. Otherwise, the ordered names of the genes. (default: FALSE) |
datasetOrder |
FALSE if the datasets should be ordered alphabetically. Otherwise, the ordered names of the datasets (default: FALSE) |
displayPooled |
TRUE if the pooled effect sizes should be displayed. (default: TRUE) |
useFormattedNames |
TRUE if the formatted datasetNames should be displayed. (default: TRUE) |
Generates a heatmap with effect sizes for all genes which pass a filter
Winston A. Haynes
1 | heatmapPlot(tinyMetaObject, tinyMetaObject$filterResults[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.