plot_redundancy_stat: plot_redundancy_stat

View source: R/visualization_functions.R

plot_redundancy_statR Documentation

plot_redundancy_stat

Description

plot_redundancy_stat

Usage

plot_redundancy_stat(
  redundancy_stat,
  celltypes = unique(redundancy_stat$celltype),
  genes = unique(redundancy_stat$gene)
)

Arguments

redundancy_stat

data.frame - an output of get_redundancy_stat

celltypes

Character vector specifying for which celltypes the output should be plotted. Default celltypes = unique(redundancy_stat$celltype)

genes

Character vector specifying for which genes the output should be plotted. Default genes = unique(redundancy_stat$gene)

Value

Heatmap of redundancy in celltype mapping


MarioniLab/geneBasisR documentation built on June 30, 2023, 2:04 p.m.