powered by
Generates a heatmap with effect sizes for all genes which pass a filter in all measured diseases
heatmapPlot(metaObject, filterObject, colorRange = c(-1, 1), geneOrder = FALSE, datasetOrder = FALSE, displayPooled = TRUE, useFormattedNames = TRUE)
a Meta object which must have the $originalData, $metaAnalysis populated
a MetaFilter object containing the signature genes that will be used for the heatmap
a vector of length two with the minimum and maximum values for the heatmap colors. (default: c(-1,1))
FALSE if the genes should be ordered by pooled effect size in this datasets. Otherwise, the ordered names of the genes. (default: FALSE)
FALSE if the datasets should be ordered alphabetically. Otherwise, the ordered names of the datasets (default: FALSE)
TRUE if the pooled effect sizes should be displayed. (default: TRUE)
TRUE if the formatted datasetNames should be displayed. (default: TRUE)
Generates a heatmap with effect sizes for all genes which pass a filter
# NOT RUN { heatmapPlot(tinyMetaObject, tinyMetaObject$filterResults[[1]]) # }
Run the code above in your browser using DataLab