Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
|
definition of semantic segments on DNA. More...
Public Member Functions | |
def | __init__ (self, gene_name, gene_length, locus, position, coding) |
A gene knows its name, its length, its locus (order in the list of genes) and its start and end position on the DNA. More... | |
Public Attributes | |
name | |
length | |
locus | |
start | |
end | |
coding | |
definition of semantic segments on DNA.
A gene is a geographical entity: start_position, end_position, length...
Definition at line 26 of file Genetic_map.py.
def Evolife.Genetics.Genetic_map.Gene_def.__init__ | ( | self, | |
gene_name, | |||
gene_length, | |||
locus, | |||
position, | |||
coding | |||
) |
A gene knows its name, its length, its locus (order in the list of genes) and its start and end position on the DNA.
Definition at line 31 of file Genetic_map.py.
Evolife.Genetics.Genetic_map.Gene_def.coding |
Definition at line 42 of file Genetic_map.py.
Evolife.Genetics.Genetic_map.Gene_def.end |
Definition at line 41 of file Genetic_map.py.
Evolife.Genetics.Genetic_map.Gene_def.length |
Definition at line 37 of file Genetic_map.py.
Evolife.Genetics.Genetic_map.Gene_def.locus |
Definition at line 39 of file Genetic_map.py.
Evolife.Genetics.Genetic_map.Gene_def.name |
Definition at line 36 of file Genetic_map.py.
Evolife.Genetics.Genetic_map.Gene_def.start |
Definition at line 40 of file Genetic_map.py.