View source: R/miscellaneous-helper-functions.R
examineDeResults | R Documentation |
Visualizes the number of differentially expressed genes and/or the distribution of logFC-values per cluster.
examineDeResults(de_df, clrp = "milo", return = "both", binwidth = 10, ...)
de_df |
A data.frame containing information about differentially expressed genes. Must contain the variables:
Hint: Use the resulting data.frame of |
return |
Character value. Denotes what to plot. One of 'both', 'n_genes' and 'd_logFC' |
... |
Additional parameters given to |
Returns a ggplot-object that can be additionally customized according to the rules of the ggplot2-framework.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.