esearch: add examples (#8997)

pull/1/head
koolape 2022-10-14 18:34:01 +08:00 committed by GitHub
parent 4a4b73b59b
commit 53209c04be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,14 @@
`esearch -db pubmed -query "{{selective serotonin reuptake inhibitor}}"`
- Search the protein database using a query and regexp:
`esearch -db {{protein}} -query {{'Escherichia*'}}`
- Search the nucleotide database for sequences whose metadata contain insulin and rodents:
`esearch -db nuccore -query "{{insulin [PROT] AND rodents [ORGN]}}"`
- Display [h]elp:
`esearch -h`