plotSSEQReadsPerRegion | R Documentation |
Plot Strand-seq BAM alignments within a user defined set of genomic regions.
plotSSEQReadsPerRegion(
bamfiles = NULL,
regions = NULL,
min.mapq = 10,
pairedEndReads = TRUE
)
regions |
A |
min.mapq |
Minimum mapping quality when importing from BAM files. |
pairedEndReads |
Set to |
bamfile |
Bamfile with aligned reads. |
A list
of ggplot-class
object.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.