Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Import FASTA data from the NCBI
ResourceFunction["ImportFASTA"][seqref,database] imports FASTA data for the specified seqref from the NCBI database and returns its "Header" and "Sequence" elements combined into a list. |
Import a simple NCBI Reference Sequence and give the raw header and sequence:
In[1]:= |
Out[1]= |
Use the chaos game representation to visualize this genome:
In[2]:= |
In[3]:= |
Out[3]= |
Retrieve a protein sequence for a UniProt protein:
In[4]:= |
Out[4]= |
Retrieve protein sequences for cytochrome C from various organisms:
In[5]:= |
Out[5]= |
Use the PhylogeneticTreePlot resource function to generate the phylogenetic tree:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License