Volcano plot of ASC effect size vs significance
plotASCVolcano(
dsObj,
stats = NULL,
sample = NULL,
minCoverage = 10,
sigCut = 0.1
)A DsASC object.
Optional output of calcASCStatistics. If NULL it is
computed with the given minCoverage.
Optional single sampleId to restrict the plot to.
Passed to calcASCStatistics if stats is NULL (default 10).
FDR threshold for highlighting (default 0.1).
A ggplot object.