plotSSEQReadsPerRegion: Plot Strand-seq BAM alignments within a user defined set of...

plotSSEQReadsPerRegionR Documentation

Plot Strand-seq BAM alignments within a user defined set of genomic regions.

Description

Plot Strand-seq BAM alignments within a user defined set of genomic regions.

Usage

plotSSEQReadsPerRegion(
  bamfiles = NULL,
  regions = NULL,
  min.mapq = 10,
  pairedEndReads = TRUE
)

Arguments

regions

A GRanges-class object with genomic regions to process.

min.mapq

Minimum mapping quality when importing from BAM files.

pairedEndReads

Set to TRUE if you have paired-end reads in your file.

bamfile

Bamfile with aligned reads.

Value

A list of ggplot-class object.

Author(s)

David Porubsky


daewoooo/primatR documentation built on March 28, 2024, 6:41 a.m.