Geno class in Global context

All information about a single genotype.
This is a genetics-only object which does not contain any performance data. See also: Genotype class

11 members:

type and namedescriptioncomments
string name
string
Name  
string genotype
multiline string
Genotype  
string info
multiline string
Info Additional information or comments 
integer format
integer
Format Genotype format 
string string
multiline string
String genotype+format as a single string 
integer isValid
integer, 0 .. 1 (false/true)
Valid  
function getConverted
function
get converted genotype  
string f0genotype
multiline string
f0 genotype converted to f0 genotype 
function new
function
create new empty object  
function newFromString
function
create new object from supplied string argument  
function newFrom
function
create new object arguments: genotype, format, name, info 

Global context