funded by 
| QuantitativeAberration |
| New() |
| New(QuantitativeString: String, Optional Format: String = "S", Optional Resolution: eResolutionLevel = eResolutionLevel.ResolutionNone) |
| AberrationType(): QuantitativeAberrationType |
| EndBand(): Band |
| Fragment(): Fragment |
| MultiplicatorMax(): Integer |
| MultiplicatorMin(): Integer |
| Resolution(): ChromosomeData.eResolutionLevel |
| StartBand(): Band |
| clone(): Object {Implements ICloneable.Clone} |
| compareTo(obj: Object): Integer {Implements IComparable.CompareTo} |
| equals(ByRef SecondQuantitativeAberration: QuantitativeAberration, Optional IgnoreMultiplicators: Boolean = True, Optional IgnoreQuestionMarks. Boolean = False) As Boolean |
| expandToResolution(Resolution: eResolutionLevel): QuantitativeAberration |
| extendsOver(ByRef CompareBand: Band): Boolean |
| getGainsLossesStructs(Resolution: eResolutionLevel): GainsLossesStructs |
| hasUncertainty(): Boolean |
| isGain(): Boolean |
| isLoss(): Boolean |
| toString(): String |
| toString(format: String): String |
| translateAberrationTypeToString(AberrationType: QuantitativeAberration.QuantitativeAberrationType): String {static} |
| translateStringToAberrationType(AberrationString: String): QuantitativeAberration.QuantitativeAberrationType {static} |
Actually, this constructor is meant for COM compatibility only.
| Value | Meaning |
| Loss = -1 | the fragment has been lost. |
| None = 0 | the type is unknown. |
| Gain = 1 | the fragment has been gained. |
It is transiently used by the Aberration class during the analysis of a single aberration. The Chromosome class uses it when determining gains and losses for a derivative chromosome. A more indirect use is by the Karyotype class via the QuantitativeAberrations class.
The GainLossStruct and GainsLossesStructs classes are used in a function returning the latter type.