Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Annotate the provided VCF dataset with matching RefSNP identifiers
ResourceFunction["VCFRefSNPAnnotation"][dataset] returns the VCF dataset with RefSNP annotations. |
"Assembly" | "GCF_000001405.40" | specify the genomic collection accession for the GenBank or RefSeq assembly; accession for the latest human genome assembly GRCh38.p14 is given by default |
Identify the RefSNP IDs for the provided VCF data:
In[1]:= | ![]() |
Out[1]= | ![]() |
Get the VCF dataset:
In[2]:= | ![]() |
Out[2]= | ![]() |
Identify the RefSNP IDs for the provided VCF dataset:
In[3]:= | ![]() |
Out[3]= | ![]() |
Get the VCF data in tabular format:
In[4]:= | ![]() |
Out[4]= | ![]() |
Identify the RefSNP IDs for the provided VCF data:
In[5]:= | ![]() |
Out[5]= | ![]() |
Identify the matching RefSNPs for the VCF dataset based on the assembly GRCh37:
In[6]:= | ![]() |
In[7]:= | ![]() |
Out[7]= | ![]() |
Annotate the variants dataset with matching RefSNP identifiers:
In[8]:= | ![]() |
In[9]:= | ![]() |
Out[9]= | ![]() |
Compute the distribution of variant positions on Chromosome Y:
In[10]:= | ![]() |
Out[10]= | ![]() |
Use the NCBIGenomicSNPData resource function to get more information on individual identified variations:
In[11]:= | ![]() |
Out[11]= | ![]() |
Find clinical significance:
In[12]:= | ![]() |
Out[12]= | ![]() |
Wolfram Language 14.0 (January 2024) or above
This work is licensed under a Creative Commons Attribution 4.0 International License