
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 machineexplain 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 machineexplain 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 machineexplain this command