plot_volcano | R Documentation |
Volcano plot from various types of objects.
plot_volcano(x, ...)
## S3 method for class 'MArrayLM'
plot_volcano(
x,
coef = 1,
top_genes = NULL,
lfc = 1,
fdr = 0.01,
use.column = "symbol",
color.by = NULL
)
## S3 method for class 'DGEList'
plot_correlation(x, log = TRUE, ...)
x |
an R object. |
... |
arguments passed down to methods. |
coef |
name of the coefficient. |
top_genes |
number of genes to highlight. |
lfc |
logFC cutoff for top genes. |
fdr |
FDR cutoff for top genes. |
use.column |
column containing gene names (default: symbol). |
color.by |
column to color points. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.