ra.duplicated | R Documentation |
Show if junctions are Deduplicated
Determines overlaps between two or more piles of rearrangement junctions (as named or numbered arguments) +/- padding and will merge those that overlap into single junctions in the output, and then keep track for each output junction which of the input junctions it was "seen in" using logical flag meta data fields prefixed by "seen.by." and then the argument name (or "seen.by.ra" and the argument number)
ra.duplicated(grl, pad = 500, ignore.strand = FALSE)
grl |
GRangesList representing rearrangements to be merged |
pad |
non-negative integer specifying padding |
ignore.strand |
whether to ignore strand (implies all strand information will be ignored, use at your own risk) |
GRangesList
of merged junctions with meta data fields specifying which of the inputs each outputted junction was "seen.by"
Xiaotong Yao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.