Infrared
Loading...
Searching...
No Matches
infrared.rna.GCCont Class Reference

Function for (basepair-wise) BasePair Energy model. More...

Inheritance diagram for infrared.rna.GCCont:
Collaboration diagram for infrared.rna.GCCont:

Additional Inherited Members

- Public Member Functions inherited from infrared.infrared.WeightedFunction
 __init__ (self, variables)
 
 value (self)
 
 vars (self)
 
- Protected Attributes inherited from infrared.infrared.WeightedFunction
 _vars
 
 _weight
 
- Properties inherited from infrared.infrared.WeightedFunction
 weight = property
 

Detailed Description

Function for (basepair-wise) BasePair Energy model.

BPEnergy is an Infrared Function to capture BasePair Energy model at base pair (i,j). It further takes a boolean value indicating whether the base pair (i,j) is terminal, i.e. (i-1,j+1) is not a base pair

bps = parse(target)
bpFunctions = [BPEnergy(i,j, (i-1,j+1) not in bps) for (i,j) in bps]

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