Models
Primer
Primer and it's key paramets.
Fields:Name | Type | Description | Example | Default |
---|---|---|---|---|
seq | DNASeq |
Sequence of the primer |
||
location | Optional[Interval] |
Location of the primer relative to target |
||
target_id | Optional[str] |
ID of the target sequence |
||
tm | Optional[float] |
Melting temperature of the primer |
||
gc_content | Optional[float] |
GC content of the primer sequence |
||
self_binding_tm | Optional[float] |
Melting temperature of any self-binding structures |
||
hairpin_tm | Optional[float] |
Melting temperature of primer hairpin |
||
end_stability | Optional[float] |
The maximal delta G for duplex dusruption of the last five three-prime bases in kcal/mol |
PrimerPair
PCRConcentrations
Concentrations of the key components of the PCR reaction.
Fields:Name | Type | Description | Example | Default |
---|---|---|---|---|
monovalent_salts | float |
Conecentration (nM) of monovalent salts, e.g. KCl |
||
divalent_salts | float |
Conecentration (nM) of divalent salts, e.g. MgCl2+ |
||
dntps | float |
Total concentration (nM) of dNTPs |
Parameter3Range
Parameter range defined by a minimal, maximal and optimal values.
Fields:Name | Type | Description | Example | Default |
---|---|---|---|---|
min | T |
Minimal value |
||
optimal | T |
Optimal value |
||
max | T |
Maximal value |
Parameter2Range
Parameter range defined by minimal and maximal values.
Fields:Name | Type | Description | Example | Default |
---|---|---|---|---|
min | T |
Minimal value |
||
max | T |
Maximal value |