esearch: add examples (#8997)

This commit is contained in:
koolape
2022-10-14 18:34:01 +08:00
committed by GitHub
parent 4a4b73b59b
commit 53209c04be

View File

@@ -8,6 +8,14 @@
`esearch -db pubmed -query "{{selective serotonin reuptake inhibitor}}"` `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: - Search the nucleotide database for sequences whose metadata contain insulin and rodents:
`esearch -db nuccore -query "{{insulin [PROT] AND rodents [ORGN]}}"` `esearch -db nuccore -query "{{insulin [PROT] AND rodents [ORGN]}}"`
- Display [h]elp:
`esearch -h`