Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
Public Member Functions | Public Attributes | List of all members
Evolife.Genetics.Genetic_map.Gene_def Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Data Documentation

◆ coding

Evolife.Genetics.Genetic_map.Gene_def.coding

Definition at line 42 of file Genetic_map.py.

◆ end

Evolife.Genetics.Genetic_map.Gene_def.end

Definition at line 41 of file Genetic_map.py.

◆ length

Evolife.Genetics.Genetic_map.Gene_def.length

Definition at line 37 of file Genetic_map.py.

◆ locus

Evolife.Genetics.Genetic_map.Gene_def.locus

Definition at line 39 of file Genetic_map.py.

◆ name

Evolife.Genetics.Genetic_map.Gene_def.name

Definition at line 36 of file Genetic_map.py.

◆ start

Evolife.Genetics.Genetic_map.Gene_def.start

Definition at line 40 of file Genetic_map.py.


The documentation for this class was generated from the following file: