| stat_mismatch {ggbio} | R Documentation | 
Calculate mismatch summary
## for GRanges
## S4 method for signature 'GRanges'
stat_mismatch(data, ..., bsgenome, 
              xlab, ylab, main,
              geom = c("segment", "bar"),
              show.coverage = TRUE)
## for BamFile
## S4 method for signature 'BamFile'
stat_mismatch(data, ..., bsgenome, which,
              xlab, ylab, main,
              geom = c("segment", "bar"),
              show.coverage = TRUE)
data | 
 A   | 
... | 
 Extra parameters such as aes() passed to   | 
bsgenome | 
 
  | 
which | 
 
  | 
xlab | 
 Label for x  | 
ylab | 
 Label for y  | 
main | 
 Title for plot.  | 
geom | 
 The geometric object to use display the data.  | 
show.coverage | 
 whether to show coverage as background or not.  | 
A 'Layer'.
Tengfei Yin