linkedBins | R Documentation |
Clusters of improper reads that are linked by the read pairs are
suggestive of a new (somatic) sequence junction not present in the
reference genome. The linking is represented by a GRanges
object with an interval demarcating the boundaries of a cluster of
improper tags. The tag cluster that is linked by the pairing
information is put in the element metadata (mcols
) of the
GRanges
object.
linkedBins(object)
linkedBins(object) <- value
## S4 method for signature 'Rearrangement'
linkedBins(object)
## S4 replacement method for signature 'Rearrangement'
linkedBins(object) <- value
## S4 method for signature 'RearrangementList'
linkedBins(object)
## S4 replacement method for signature 'RearrangementList'
linkedBins(object) <- value
object |
a |
value |
a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.