Class RawDNAGene
source code
Represents a raw gene, i.e. the sequences of the gene's elements,
which are the gene start (promoter), the activator binding area, the
repressor binding area, the structural area, and the end (transcriptional
terminator). The gene is 'raw' in the sense that this class holds just
the sequences, not any data structures derived from them, such as
DNABinder etc.
|
__init__(self,
position,
gene_name,
product_name,
geneStart,
geneEnd,
activatorArea,
repressorArea,
structuralArea) |
source code
|
|
|
|
|
|