CyDAS Home funded by Sponsor: DFG
ISCNAnalyser Documentation Class Ring Chromosomes Class Aberration Documentation Section HowTo Section Online Analysis Section Download Section Resources Section About Section

Class SexChromosomes

The class SexChromosomes serves for the description of the chromosome count field in an ISCN formula.

Overview

SexChromosomes
New()
New(Description: String)
Constitutional: Boolean
NumberOfX: Integer
NumberOfQuestionedX: Integer
NumberOfY: Integer
NumberOfQuestionedY: Integer
clone(): Object {Implements ICloneable.Clone}
hasSexChromosomes(): Boolean
toString(): String

Programming Language

Availability

Constructors

Public Sub New()

Instantiates a new SexChromosomes object.

Parameters

Remarks

Public Sub New(ByVal Description As String)

Instantiates a new SexChromosomes object.

Parameters

Exceptions

Remarks

Examples

Interfaces

ICloneable

is implemented with the clone function.

Enumerations

The class does not provide enumerations.

Properties

Constitutional As Boolean

Gets or sets a value indicating if the alteration in the sex chromosomes is constitutional.

Property Value

Remarks

NumberOfX() As Integer

Gets or sets the number of X chromosomes (which are not questioned).

Property Value

Remarks

Examples

NumberOfQuestionedX() As Integer

Gets or sets the number of X chromosomes whose presence is not certain.

Property Value

Remarks

Examples

NumberOfY() As Integer

Gets or sets the number of Y chromosomes (which are not questioned).

Property Value

Remarks

Examples

NumberOfQuestionedY() As Integer

Gets or sets the number of Y chromosomes whose presence is not certain.

Property Value

Remarks

Examples

Methods

Public Function clone() As Object Implements ICloneable.Clone

Returns a copy of the SexChromosomes object.

Return Value

Implements

Remarks

Public Function hasSexChromosomes() As Boolean

Returns an indication if sex chromosomes are present at all in the sex chromosomes field.

Return Value

Remarks

Public Shadows Function toString() As String

Returns a textual description of the SexChromosomes according to the ISCN.

Return Value

Remarks

Interaction with other classes

Classes using SexChromosomes

The SexChromosomes class is used by the Karyotype class only.