R/DsASC-class.R
plotASCManhattan.RdManhattan-style plot of ASC significance along the genome
plotASCManhattan(
dsObj,
stats = NULL,
sample = NULL,
minCoverage = 10,
sigCut = 0.1
)A DsASC object (provides snp coordinates).
Optional output of calcASCStatistics. If NULL it is
computed with the given minCoverage.
Optional single sampleId to restrict the plot to. If NULL, the most significant observation per SNP is shown.
Passed to calcASCStatistics if stats is NULL (default 10).
FDR threshold for the significance line (default 0.1).
A ggplot object.