combinedDFInteractiveHeatMapLogFC | R Documentation |
creates a regular heatmap based on p-values
combinedDFInteractiveHeatMapLogFC(
combinedDF_Labels,
dendProbes = NA,
dendTraits = NA,
Distances = NA,
selectedRowIndicesYellow = NA,
selectedColIndices = NA,
selectedRowIndicesOrange = NA,
session = session
)
combinedDF_Labels |
list of data.frame and labels generated from function mergeDFP_Val_Labels() |
dendProbes |
dendrogram (without labels) for probes (rows), generated externally and providing information for clustering of heatmap |
dendTraits |
dendrogram (without labels) result for traits (columns), generated externally and providing information for clustering of heatmap |
selectedRowIndicesYellow |
indicies of HM rows to mark in yellow color |
selectedColIndices |
indicies of HM cols to mark (not used so far) |
selectedRowIndicesOrange |
indicies of HM rows to mark in orange color |
session |
session object for reference |
heatmap object for InteractiveComplexHeatmap::makeInteractiveComplexHeatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.