Description Objects from the Class Slots Methods Author(s) See Also
Container to store chimeric reads that were clustered to putative breakpoints indicating structural variants. Related information like breakpoint position or alignment information about the chimeric reads is stored as well.
Objects can be created by calls of the form new("Breakpoints", ...)
.
Usually, objects will be created by calling the
detectBreakpoints
method. It is not intended that users
create objects of this class manually.
All slots of this class can be found twice. One slot name ends with
“C1” and the other “C2”. The slots labeled with
“C2” are empty until mergeBreakpoints
has been
called and contain information about putativly associated breakpoints
detected by mergeBreakpoints
.
seqsC1
:Object of class "list"
with one data
frame for each breakpoint. The data frame stores all chimeric reads
covering the first breakpoint together with the alignment
information.
seqsC2
:Object of class "list"
with one data
frame for each breakpoint. The data frame stores all chimeric reads
covering the second breakpoint together with the alignment
information.
commonBpsC1
:Object of class "list"
with one
data frame for each breakpoint. The data frame stores the
consensus breakpoint sequence as well as the breakpoint
coordinates of the first breakpoint.
commonBpsC2
:Object of class "list"
with one
data frame for each breakpoint. The data frame stores the
consensus breakpoint sequence as well as the breakpoint
coordinates of the second breakpoint.
commonAlignC1
:Object of class "list"
with one
object of class PairwiseAlignmentsSingleSubject-class
for each breakpoint storing the alignments of the chimeric
reads against the consensus breakpoint sequence for the
first breakpoint.
commonAlignC2
:Object of class "list"
with one
object of class PairwiseAlignmentsSingleSubject-class
for each breakpoint storing the alignments of the chimeric
reads against the consensus breakpoint sequence for the
second breakpoint.
alignedReadsC1
:Object of class "list"
with one
object of class AlignedRead-class
storing all
chimeric reads covering the first breakpoint and their alignments.
alignedReadsC2
:Object of class "list"
with one
object of class AlignedRead-class
storing all
chimeric reads covering the second breakpoint and their alignments.
signature(object = "Breakpoints",
value = "list")
:
Setter-method for the alignedReadsC1 slot.
signature(object = "Breakpoints")
:
Getter-method for the alignedReadsC1 slot.
signature(object = "Breakpoints",
value = "list")
:
Setter-method for the alignedReadsC2 slot.
signature(object = "Breakpoints")
:
Getter-method for the alignedReadsC2 slot.
signature(object = "Breakpoints",
value = "list")
:
Setter-method for the commonAlignC1 slot.
signature(object = "Breakpoints")
:
Getter-method for the commonAlignC1 slot.
signature(object = "Breakpoints",
value = "list")
:
Setter-method for the commonAlignC2 slot.
signature(object = "Breakpoints")
:
Getter-method for the commonAlignC2 slot.
signature(object = "Breakpoints",
value = "list")
:
Setter-method for the commonBpsC1 slot.
signature(object = "Breakpoints")
:
Getter-method for the commonBpsC1 slot.
signature(object = "Breakpoints",
value = "list")
:
Setter-method for the commonBpsC2 slot.
signature(object = "Breakpoints")
:
Getter-method for the commonBpsC2 slot.
signature(object = "Breakpoints",
value = "list")
:
Setter-method for the seqsC1 slot.
signature(object = "Breakpoints")
:
Getter-method for the seqsC1 slot.
signature(object = "Breakpoints",
value = "list")
:
Setter-method for the seqsC2 slot.
signature(object = "Breakpoints")
:
Getter-method for the seqsC2 slot.
signature(x = "Breakpoints", i = "ANY", j = "ANY")
:
Subsetting a Breakpoints object.
signature(x = "Breakpoints")
:
Returns the number of breakpoints stored.
signature(breakpoints = "Breakpoints",
maxDist = "missing", mergeBPs = "list")
:
Merge presumably related breakpoints.
signature(breakpoints = "Breakpoints",
maxDist = "missing", mergeBPs = "missing")
:
Merge presumably related breakpoints.
signature(breakpoints = "Breakpoints",
maxDist = "numeric", mergeBPs = "missing")
:
Merge presumably related breakpoints.
signature(x = "Breakpoints", value = "ANY")
:
Set the names of the breakpoints.
signature(x = "Breakpoints")
:
Get the names of the breakpoints.
signature(brpData = "Breakpoints")
:
Plot the structural variant and the chimeric reads covering its
breakpoints.
signature(object = "Breakpoints")
:
Create a data frame summaring information about all breakpoints.
signature(... = "Breakpoints")
:
Create a frequency table of cluster sizes.
Hans-Ulrich Klein, Christoph Bartenhagen
filterChimericReads
, detectBreakpoints
,
mergeBreakpoints
, plotChimericReads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.