maplot_dge | R Documentation |
This function visualizes DGE results as an MA-plot.
maplot_dge( dge_data, FDR = 0.01, FC = 0.5, TOP = 10, type = "deseq2", header = "" )
dge_data |
Path to the input file. |
FDR |
Default 0.01. Adjust FDR value. |
FC |
Default 0.5. Adjust log2FC threshold. |
TOP |
Default 10. Adjust top number of DE genes to visualize. |
type |
Default deseq2. Specify input datatype. |
header |
Default is empty. Set a title for the MA-plot. |
An ma-plot of RNA-Seq DGE data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.