plot_volcano | R Documentation |
plot_volcano
plot_volcano(
x,
group.by = "cluster",
groups = NULL,
n = 10,
fdr = 0.01,
lfc = 1,
min.segment.length = 0,
max.overlaps = Inf,
...
)
x |
data.frame with DEG results from FindAllMarkers. |
group.by |
column to group plots by. |
groups |
clusters to plot. If null, plot all. |
n |
number of genes (per down/up-regulated) to highlight. |
fdr |
false discovery rate cutoff to highlight genes. |
lfc |
log fold change cutoff to highlight genes. |
min.segment.length |
minimum segment length for ggrepel. |
... |
arguments passed down to ggrepel functions. |
max.overkaps |
max number of overlaps for ggrepel. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.