plot_manhattan_enrich | R Documentation |
This function draws out the LRcell result dataframe. In this function, we take LRcell result dataframe and added cell types according to
plot_manhattan_enrich(lrcell_res, sig.cutoff = 0.05, label.topn = 5)
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. |
A ggplot2 object
data(example_LRcell_res) plot_manhattan_enrich(example_LRcell_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.