CyDAS Home funded by Sponsor: DFG
ISCNAnalyser Documentation Class Chromosome Class ChromosomeData Documentation Section HowTo Section Online Analysis Section Download Section Resources Section About Section

Class ChromosomeCount

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

Overview

ChromosomeCount
New()
New(Description: String)
Approximate: Boolean
MinimumCount: Integer
MaximumCount: Integer
Ploidy: Integer
clone(): Object {Implements ICloneable.Clone}
toString(): String

Programming Language

Availability

Constructors

Public Sub New()

Instantiates a new ChromosomeCount object.

Parameters

Remarks

Public Sub New(ByVal Description As String)

Instantiates a new ChromosomeCount object.

Parameters

Exceptions

Remarks

Examples

Interfaces

ICloneable

is implemented with the clone function.

Enumerations

The class does not provide enumerations.

Properties

Approximate As Boolean

Gets or sets a value indicating if the copy number of chromosomes is an approximate number.

Property Value

Remarks

MaximumCount As Integer

Gets or sets a value indicating the maximum number of chromosomes.

Property Value

Remarks

Examples

MinimumCount As Integer

Gets or sets a value indicating the minimum number of chromosomes.

Property Value

Remarks

Examples

Public Property Ploidy() As Integer

Gets or sets the ploidy the karyotype is calculated towards.

Property Value

Remarks

Methods

Public Function clone() As Object Implements ICloneable.Clone

Returns a copy of the ChromosomeCount object.

Return Value

Implements

Remarks

Public Shadows Function toString() As String

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

Return Value

Interaction with other classes

Classes using ChromosomeCount

The ChromosomeCount class is used by the Karyotype class only.