plot_glimma | R Documentation |
Use Glimma package for interactive visualization of results from differential expression analyses. Two types of graphs can be created:
Mean-Difference Plot of Expression Data (aka MA plot).
Volcano plot for a specified coefficient/contrast of a linear model.
plot_glimma(fit, normGE, resDE, contrast, tplot, parameters)
fit |
fitted linear model object. |
normGE |
large DGEList with normalized counts and data description. |
resDE |
vector containing integer values of -1 to represent down-regulated genes, 0 for no differential expression, and 1 for up-regulated genes. |
contrast |
coefficient/contrast tested. |
tplot |
type of plot selected for display. |
parameters |
list that contains all arguments charged in Asko_start. |
none.
## Not run:
plot_glimma(fit, normGE, resDE, contrast, "MD", parameters) # smear plot
plot_glimma(fit, normGE, resDE, contrast, "VO", parameters) # volcano plot
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.