snippetbashTip
elink — Look up precomputed neighbors within a database, or find associated records in other databases. It i
Viewed 0 times
commanddatabaseneighborselinkcliwithinprecomputedlook
linux
Problem
How to use the
elink command: Look up precomputed neighbors within a database, or find associated records in other databases. It is part of the edirect package. More information: <https://www.ncbi.nlm.nih.gov/books/NBK179288/>.Solution
elink — Look up precomputed neighbors within a database, or find associated records in other databases. It is part of the edirect package. More information: <https://www.ncbi.nlm.nih.gov/books/NBK179288/>.Search pubmed then find related sequences:
esearch -db pubmed -query "{{selective serotonin reuptake inhibitor}}" | elink -target nuccoreSearch nucleotide then find related biosamples:
esearch -db nuccore -query "{{insulin [PROT] AND rodents [ORGN]}}" | elink -target biosampleCode Snippets
Search pubmed then find related sequences
esearch -db pubmed -query "{{selective serotonin reuptake inhibitor}}" | elink -target nuccoreSearch nucleotide then find related biosamples
esearch -db nuccore -query "{{insulin [PROT] AND rodents [ORGN]}}" | elink -target biosampleContext
tldr-pages: linux/elink
Revisions (0)
No revisions yet.