Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate the oligonucleotide sequence corresponding to a given nucleotide universal identifier (nuID)
ResourceFunction["NuIDDecode"]["string"] decodes the nucleotide universal identifier (nuID) contained in a string and returns the corresponding "DNA" BioSequence. |
The resource function NuIDEncode can be used to generate a nuID:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
NuIDDecode returns a Failure object if the given string cannot be interpreted as a nuID:
In[4]:= |
Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License