plot_volcano
plot_volcano(
x,
group.by = "cluster",
groups = NULL,
n = 10,
fdr = 0.01,
lfc = 1,
...
)
data.frame with DEG results from FindAllMarkers.
column to group plots by.
clusters to plot. If null, plot all.
number of genes (per down/up-regulated) to highlight.
false discovery rate cutoff to highlight genes.
log fold change cutoff to highlight genes.
arguments passed down to ggrepel functions.