View source: R/processHICdata.R
plotHICregional | R Documentation |
This function imports HIC reads and plot contact matrix based on user defined resolution.
plotHICregional(
bamfile,
region = NULL,
min.mapq = 10,
resolution = 50000,
highlight.pos = NULL,
bsgenome = NULL,
title = NULL
)
bamfile |
Bamfile with aligned reads. |
region |
If only a subset of the genomic regions should be loaded. |
min.mapq |
Minimum mapping quality when importing from BAM files. |
resolution |
A |
highlight.pos |
A |
title |
A |
A ggplot
object.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.