combinedDFInteractiveHeatMapLogFC: creates a regular heatmap based on p-values

View source: R/HeatMap.R

combinedDFInteractiveHeatMapLogFCR Documentation

creates a regular heatmap based on p-values

Description

creates a regular heatmap based on p-values

Usage

combinedDFInteractiveHeatMapLogFC(
  combinedDF_Labels,
  dendProbes = NA,
  dendTraits = NA,
  Distances = NA,
  selectedRowIndicesYellow = NA,
  selectedColIndices = NA,
  selectedRowIndicesOrange = NA,
  session = session
)

Arguments

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

Value

heatmap object for InteractiveComplexHeatmap::makeInteractiveComplexHeatmap


SteRoe/PatternMatchR documentation built on Dec. 20, 2024, 12:29 a.m.