plot_manhattan_enrich: Manhattan plot for the enrichment of cell types

View source: R/plot.R

plot_manhattan_enrichR Documentation

Manhattan plot for the enrichment of cell types

Description

This function draws out the LRcell result dataframe. In this function, we take LRcell result dataframe and added cell types according to

Usage

plot_manhattan_enrich(lrcell_res, sig.cutoff = 0.05, label.topn = 5)

Arguments

lrcell_res

LRcell result dataframe.

sig.cutoff

The p-value cutoff showing significance result of LRcell.

label.topn

A numeric number showing how many significant cell types will be labeled.

Value

A ggplot2 object

Examples

data(example_LRcell_res)
plot_manhattan_enrich(example_LRcell_res)

marvinquiet/LRcell documentation built on Sept. 16, 2022, 9:09 a.m.