Forrest logo
back to context overview

esearch

List of commands for esearch:

  • esearch:tldr:6dace esearch: Search the protein database using a query and regexp.
    $ esearch -db ${protein} -query ${'Escherichia*'}
    try on your machine
    explain this command
  • esearch:tldr:7eed9 esearch: Search the nucleotide database for sequences whose metadata contain insulin and rodents.
    $ esearch -db nuccore -query "${insulin [PROT] AND rodents [ORGN]}"
    try on your machine
    explain this command
  • esearch:tldr:d4347 esearch: Display [h]elp.
    $ esearch -h
    try on your machine
    explain this command
  • esearch:tldr:e2d77 esearch: Search the pubmed database for selective serotonin reuptake inhibitor.
    $ esearch -db pubmed -query "${selective serotonin reuptake inhibitor}"
    try on your machine
    explain this command
back to context overview