Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Calculate the free energy changes for folding one RNA strand using nearest neighbor parameters
ResourceFunction["RNAFoldingFreeEnergyChange"][biosequence] calculates the free energy change for one folded RNA BioSequence strand. | |
ResourceFunction["RNAFoldingFreeEnergyChange"][biosequence, options] calculates the free energy change for one folded RNA BioSequence strand with optional insights. |
Automatic | calculate free energy change |
"Structures" | identify substructures with connected indices |
"StructuresWithEnergy" | identify substructures with connected indices, and calculate their respective free energy changes |
Predict the free energy change for a given folded BioSequence:
In[1]:= |
Out[1]= |
Visualize the BioSequence with BioSequencePlot:
In[2]:= |
Out[2]= |
Return a breakdown of the various structures:
In[3]:= |
Out[3]= |
Predict respective free energy changes for the various structures:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
Possible base pairs can yield invalid nearest neighbor structures and ultimately in an Indeterminate result:
In[6]:= |
Out[6]= |
A more detailed look:
In[7]:= |
Out[7]= |
Visual inspection of the BioSequence with Graph:
In[8]:= |
Out[8]= |
Pseudoknots are not supported:
In[9]:= |
Out[9]= |
Closer inspection of the respective BioSequence:
In[10]:= |
Out[10]= |
This work is licensed under a Creative Commons Attribution 4.0 International License