Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Construct the semisystematic name of an oligonucleotide from its DNA or RNA base sequence
ResourceFunction["NucleotideName"][bioseq] gives the semisystematic name of the oligonucleotide represented by the DNA or RNA sequence bioseq. |
Semisystematic name of an oligodeoxyribonucleotide:
| In[1]:= |
| Out[1]= |
Semisystematic name of an oligoribonucleotide:
| In[2]:= |
| Out[2]= |
NucleotideName can be used on strings and will infer the sequence type from the letters:
| In[3]:= |
| Out[3]= |
Convert the result of NucleotideName to a Molecule:
| In[7]:= |
| Out[7]= |
The result is equivalent to directly converting the BioSequence to a Molecule:
| In[8]:= |
| Out[8]= |
NucleotideName is left unevaluated if the BioSequence contains degenerate letters:
| In[9]:= |
| Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License