funded by  
Fusions are described by the chromosomal bands which were fused to each other, and their directions. All directions are given in a pter->qter view (i.e. corresponding to "plus strand" and "minus strand" as used for sequencing purposes).
| Fusion |
| New() |
| New(ByRef FirstBand: Band, ByRef SecondBand: Band, Optional FirstOrientation: Fragment.eOrientation = Fragment.eOrientation.PlusStrand, Optional SecondOrientation: Fragment.eOrientation = Fragment.eOrientation.PlusStrand, Optional MultiplicatorMin: Integer = 1, Optional MultiplicatorMax: Integer = 1, Optional Questionable: Boolean = False) |
| FirstBand(): Band {read-only} |
| MultiplicatorMax(): Integer |
| MultiplicatorMin(): Integer |
| OrientationAtFirstBand(): Fragment.eOrientation |
| OrientationAtSecondBand(): Fragment.eOrientation |
| Questioned(): Boolean |
| SecondBand(): Band {read-only} |
| clone(): Object {Implements ICloneable.Clone} |
| compareTo(obj: Object): Integer {Implements IComparable.CompareTo} |
| equals(ByRef SecondFusion: Fusion, Optional Strict: Boolean = False): Boolean |
| toString(): String |
| toString(format: String): String |
if Strict is true, they must also share their multipicators and questioned-state.