Description Usage Arguments Value Author(s)
Calculate mismatch summary
1 2 3 4 5 6 7 8 9 10 11 12 | ## 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.