Description Usage Arguments Value
SegvisData
is a subclass of GenomicRanges
, used to visualize
high-thoughput sequencing experiments across a set of user - defined
genomic regions.
1 2 |
regions |
a |
files |
a character vector with the location of the bam files that contain the aligned reads. |
is_pet |
a logical vector with the same length as files indicating if the aligned reads in the respective bam file are paired. |
frag_len |
a numeric vector representing the average fragment length to which the aligned reads in their respective bam file are going to be extended. For PE reads, this parameter is not considered. |
mc.cores |
a numeric value with the number of cores to use, i.e. at most how many child processes will be run simultaneously. |
SegvisData
returns a SegvisData
object which contains
the forward, backward and aggregated coverage for every aligned read file in
files
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.