Description Usage Arguments Value Examples
For every GRanges, GAlignments read, with the same: seqname, start, (cigar) / width and strand, collapse and give a new meta column called "score", which contains the number of duplicates of that read. If score column already exists, will return input object!
1 2 | ## S4 method for signature 'GAlignments'
collapseDuplicatedReads(x, addScoreColumn = TRUE)
|
x |
a GRanges, GAlignments or GAlignmentPairs object |
addScoreColumn |
= TRUE, if FALSE, only collapse and not add score column. |
a GRanges, GAlignments or GAlignmentPairs object, same as input
1 2 | gr <- rep(GRanges("chr1", 1:10,"+"), 2)
collapseDuplicatedReads(gr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.