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/>.
Install
- All systems
-
curl cmd.cat/elink.sh
- Debian
-
apt-get install ncbi-entrez-direct - Ubuntu
-
apt-get install ncbi-entrez-direct - Kali Linux
-
apt-get install ncbi-entrez-direct - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ncbi-entrez-direct - Raspbian
-
apt-get install ncbi-entrez-direct
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 nuccore -
Search nucleotide then find related biosamples:
esearch -db nuccore -query "insulin [PROT] AND rodents [ORGN]" | elink -target biosample
© tl;dr; authors and contributors