tldr/pages/linux/esearch.md

22 lines
633 B
Markdown
Raw Normal View History

2022-10-12 15:03:08 +01:00
# esearch
> Perform a new Entrez search using terms in indexed fields.
> It is part of the `edirect` package.
> More information: <https://www.ncbi.nlm.nih.gov/books/NBK179288/>.
- Search the pubmed database for selective serotonin reuptake inhibitor:
`esearch -db pubmed -query "{{selective serotonin reuptake inhibitor}}"`
2022-10-14 11:34:01 +01:00
- Search the protein database using a query and regexp:
`esearch -db {{protein}} -query {{'Escherichia*'}}`
2022-10-12 15:03:08 +01:00
- Search the nucleotide database for sequences whose metadata contain insulin and rodents:
`esearch -db nuccore -query "{{insulin [PROT] AND rodents [ORGN]}}"`
2022-10-14 11:34:01 +01:00
- Display [h]elp:
`esearch -h`