Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Convert the bonds of a biomolecular sequence to a string in a basic dot-bracket form
ResourceFunction["ConvertSequenceBondsToDotBracketForm"][bioseq] takes the bonds from a biomolecular sequence bioseq and attempts to find a corresponding string in dot-bracket form. | |
ResourceFunction["ConvertSequenceBondsToDotBracketForm"][bondlist,seqlength] attempt to find a corresponding string in dot-bracket form for the given bond list bondlist and overall sequence length seqlength. |
Generate the dot-bracket form from a bonded biomolecular sequence:
In[1]:= |
Out[1]= |
Dot-bracket form can be calculated from a list of bonds and a sequence length:
In[2]:= |
Out[2]= |
A dot-bracket form can often be found for bonds with nested bonding, such as in pseudo-knots:
In[3]:= |
Out[3]= |
It is not always possible to find a dot-bracket form for a given list of bonds:
In[4]:= |
Out[4]= |
The dot-bracket form for a biomolecular sequence without any bonds is not very interesting:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License