View source: R/complexHeatmap.R
plot_complex_heatmap | R Documentation |
Make a complex heatmap showing nichenet output from FindLigands()
plot_complex_heatmap(
fl_object,
grid_color_low = "gray95",
grid_color_high = "midnightblue",
point_color_low = "white",
point_color_high = "darkred"
)
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 |
a ggplot object
## Not run:
data_obj <- findLigands(other_data)
plot_complex_heatmap(data_obj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.