plot_complex_heatmap: Make a complex heatmap showing nichenet output from...

View source: R/complexHeatmap.R

plot_complex_heatmapR Documentation

Make a complex heatmap showing nichenet output from FindLigands()

Description

Make a complex heatmap showing nichenet output from FindLigands()

Usage

plot_complex_heatmap(
  fl_object,
  grid_color_low = "gray95",
  grid_color_high = "midnightblue",
  point_color_low = "white",
  point_color_high = "darkred"
)

Arguments

fl_object

An object returned by the FindLigands() function

grid_color_low

Color for low values in the grid

grid_color_high

Color for high values in the grid

point_color_low

Color for low values in the points

point_color_high

Color for high values in the points

Value

a ggplot object

Examples

## Not run: 
data_obj <- findLigands(other_data)
plot_complex_heatmap(data_obj)

## End(Not run)

kidcancerlab/rrrSingleCellUtils documentation built on April 17, 2025, 5:10 p.m.