LinuxCommandLibrary

esearch

Perform a new Entrez search using terms in indexed fields.

TLDR

Search the pubmed database for selective serotonin reuptake inhibitor

$ esearch -db pubmed -query "[selective serotonin reuptake inhibitor]"
copy


Search the protein database using a query and regexp
$ esearch -db [protein] -query ['Escherichia*']
copy


Search the nucleotide database for sequences whose metadata contain insulin and rodents
$ esearch -db nuccore -query "[insulin [PROT] AND rodents [ORGN]]"
copy


Display [h]elp
$ esearch -h
copy

Copied to clipboard