Description Usage Arguments Value Note See Also
Reads a bam file using Rsamtools
and extract the reads for each chromosome.
1 |
bamFile |
A |
chr |
A |
PE |
A |
verbose |
A |
A GRanges
of all the reads for each chromosome.
The user might encounter a memory allocation error when using bam
files of bigger sizes. Splitting the file by chromosome before calling bam2gr
will solve this issue.
For Paired-End data, non matched reads are discarded.
segmentPICS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.