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

12 members:

string autoname
string

Autogenerated name

string f0genotype
multiline string

f0 genotype

converted to f0 genotype

integer format
integer

Format

Genotype format

string genotype
multiline string

Genotype

string info
multiline string

Info

Additional information or comments

integer isValid
integer, 0 .. 1 (false/true)

Valid

string name
string

Name

string rawgenotype
multiline string

Raw genotype

Genotype, excluding the format specifier

function getConverted
returns Geno

get converted genotype

function getConverted(integer format)
function new
returns Geno

create new empty object

function new()
function newFrom
returns Geno

create new object

function newFrom(string genotype, integer format, string name, string description)
function newFromString
returns Geno

create new object from supplied string argument

function newFromString(string genotype)

Global context