plot_ma | R Documentation |
Draw a ggplot of the overal mean expression for each gene and the calculated fold change for the selected comparison.
plot_ma(data, plot_colors, anotate_genes = NULL)
data |
Dataframe of processed data from |
plot_colors |
List containing three colors to differentiate between the up-regulated, down-regulated, and other genes |
anotate_genes |
List containing the gene names to be labeled on the plot. Default is NULL. |
A ggplot with the X-axis the mean expression value and the Y-axis the calculated fold-change from the DEG analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.