Geno class, available in: Global contextAll information about a single genotype.
This is a genetics-only object which does not contain any performance data. See also: Genotype class
This class has 16 members:
sdleiF
string autoname ROAutogenerated name
multiline string f0genotype ROf0 genotypeconverted to f0 genotype
string format ROFormatGenotype format
multiline string genotype ROGenotypeGenes as a string of characters
multiline string infoInfoAdditional information or comments
int is_valid-1 .. 1
default=-1
Validity0 = invalid genotype
1 = valid genotype
-1 = validity is not known. This is a transient state. The value of "is_valid" will never be -1 when read. It is safe to treat is_valid as boolean in statements like "if (g.is_valid) ...". Setting "is_valid=-1" will make it 0 or 1 again. This third state (-1) is only needed for loading Genotype objects from files where the "is_valid" field might not be present.
int isValid RO0 .. 1 (false/true)ValidUse 'is_valid' instead of 'isValid'.
string nameName
multiline string rawgenotype RORaw genotypeGenotype, excluding the format specifier
Vector toVector ROserialization support
snoitcnuF
function getConverted RO(string format)returns GenoGet converted genotype
function getConvertedWithCheckpoints RO(string format)returns GenoGet converted genotypeSee also Model.newWithCheckpoints()
function new()returns Genocreate new empty object
function newFrom(string genotype, string format, string name, string description)returns Genocreate new object
function newFromString(string genotype)returns Genocreate new object from supplied string argument
function newFromVector(Vector)returns Genoserialization support
Global context