Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the PubMed entries corresponding to a given identifying NCBI succession for a biological sequence
ResourceFunction["GetPubMedIdentifiers"][accession,type] queries NCBI for PubMed identifiers corresponding to an accession of the given type, which can be "Nucleotide", "Protein" or a "BioSequenceType" entity. | |
ResourceFunction["GetPubMedIdentifiers"][accession] queries NCBI for PubMed identifiers corresponding to the accession, guessing the appropriate query parameters from the content of the accession. |
Obtain the PubMed identifiers corresponding to the reference SARS-CoV-2 leader protein:
Out[0]= |
Obtain the PubMed entries for a particular SARS-CoV-1 DNA sequence:
In[1]:= |
Out[1]= |
Find the PubMed entries corresponding to the accession specified as a nucleotide:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License