View source: R/topDEGBarplot.R
topDEGBarplot | R Documentation |
This function will create a barplot of the top differentially expressed genes per cluster
topDEGBarplot(
dex_df,
n_degs = 25,
presto = FALSE,
fc_line = 0.25,
title = paste0("Top ", n_degs, " DEGs")
)
dex_df |
A dataframe of differentially expressed genes |
n_degs |
The number of differentially expressed genes to plot per cluster |
presto |
Logical value to determine if the dataframe is from presto |
fc_line |
The fold change line to plot |
A barplot of the top differentially expressed genes per cluster
## Not run:
topDEGBarplot(DEWilcox)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.