LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

esearch

NCBI Entrez database search utility

TLDR

Search pubmed for a query
$ esearch -db pubmed -query "[selective serotonin reuptake inhibitor]"
copy
Search protein database using regex
$ esearch -db [protein] -query '[Escherichia*]'
copy
Search nucleotide database with field qualifiers
$ esearch -db nuccore -query "[insulin [PROT] AND rodents [ORGN]]"
copy
Display help
$ esearch [-h|-help]
copy

SYNOPSIS

esearch [options]

DESCRIPTION

esearch is a command-line tool for performing searches in NCBI's Entrez databases using indexed field queries. It provides programmatic access to major biological databases including PubMed (biomedical literature), GenBank (nucleotide sequences), Protein (protein sequences), and many others.The tool is part of the NCBI EDirect (Entrez Direct) utilities suite, designed for automated retrieval and processing of biological data. esearch typically serves as the first step in a pipeline, identifying records that match search criteria. Its output is usually piped to other EDirect commands like efetch (to retrieve full records) or elink (to find related data across databases). This enables powerful automation of biological database queries in research workflows.

PARAMETERS

-db database

Database to search
-query string
Search query with optional field qualifiers
-h, -help
Display help

INSTALL

sudo apt install ncbi-entrez-direct
copy

CAVEATS

Part of the edirect package from NCBI. Requires internet connection. Output is typically piped to elink or efetch for further processing.

SEE ALSO

elink(1), einfo(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid