Volcano plot for visualizing the cellular abundance difference. This function accepts the outputs of `AbundanceTest()`.
VolcanoPlot(
test.df,
p.value.cutoff = 0.001,
xlab = NULL,
ylab = NULL,
colors = NULL
)
A data frame from `AbundanceTest()`.
The p-value cutoff for showing the cell type labels. Default: 0.001
The label for the x-axis. Default: NULL
The label for the y-axis. Default: NULL
A vector of colors to be used in the plot.
A ggplot object.