Description Usage Arguments Value Examples
Plots a multi-level summary heatmap of many analyses of the 'scrna_pipeline'.
1 2 3 4 5 6 7 8 9 10 11 |
res |
Aggregated pipeline results (i.e. the output of 'runPipeline' or 'aggregateResults') |
agg.by |
The paramters by which to aggregate. |
width |
The width of individual heatmap bodies. |
datasets_as_columnNames |
Logical; whether dataset names should be printed below the columns (except for silhouette) rather than using a legend. |
rowAnnoColors |
Optional list of colors for the row annotation variables (passed to 'HeatmapAnnotation(col=...)') |
column_names_gp |
Passed to each calls to 'Heatmap' |
column_title_gp |
Passed to each calls to 'Heatmap' |
heatmap_legend_param |
Passed to each calls to 'Heatmap' |
... |
Passed to each calls to 'Heatmap' |
A HeatmapList
1 2 3 4 | library(ComplexHeatmap)
data("exampleResults")
h <- scrna_evalPlot_overall(exampleResults)
draw(h, heatmap_legend_side="bottom")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.