CyDAS Home funded by Sponsor: DFG
ISCNAnalyser Documentation Class Karyotypes Collection Class Marker Chromosomes Documentation Section HowTo Section Online Analysis Section Download Section Resources Section About Section

Class Marker

The class Marker describes a marker chromosome.

Overview

Marker
New()
New(Description: String)
New(MinCount: Integer, MaxCount: Integer, Optional MarkerNumber: Integer = 0)
CountMax: Integer
CountMin: Integer
MarkerNumber: Integer
Metaphases: Integer
clone(): Object {Implements ICloneable.Clone}
compareTo(obj: Object): Integer {Implements IComparable.CompareTo}
toString(): String

Programming Language

Availability

Constructors

Public Sub New()

Instantiates a new Marker object.

Parameters

Remarks

Public Sub New(ByVal Description As String)

Instantiates a new Marker object.

Parameters

Exceptions

Remarks

Examples

Public Sub New(ByVal MinCount As Integer, ByVal MaxCount As Integer, Optional ByVal MarkerNumber As Integer = 0)

Instantiates a new Marker object.

Parameters

Remarks

Examples

Interfaces

IComparable

is implemented with the compareTo function.

ICloneable

is implemented with the clone function.

Enumerations

The class does not provide enumeration.

Properties

CountMin As Integer

Gets or sets a value indicating the minimum copy number of this marker chromosome.

Property Value

Remarks

CountMax As Integer

Gets or sets a value indicating the maximum copy number of this marker chromosome.

Property Value

Remarks

MarkerNumber As Integer

Gets or sets a value indicating the number of this (clonally distinguishable) marker chromosome.

Property Value

Remarks

Public Property Metaphases() As Integer

Gets or sets the number of metaphases / cells the marker chromosome was found in.

Property Value

Remarks

Methods

Public Function clone() As Object Implements ICloneable.Clone

Returns a copy of the Marker object.

Return Value

Implements

Remarks

Public Function compareTo(ByVal obj As Object) As Integer Implements IComparable.CompareTo

Compares this instance to a specified Marker object and returns an indication of their relative values. Only the numbering of the marker chromosome is compared.

Return Value

Parameters

Exceptions

Implements

Remarks

Public Shadows Function toString() As String

Returns a textual description of the Marker chromosome strictly fulfilling the specification of ISCN 1995.

Return Value

Remarks

Interaction with other classes

Classes using Marker

Marker objects are collected in the Markers object.

Transient use of Marker objects occurs in the Karyotype object while the karyotype is analysed.