NCBI esearch on multiple database
I'm currently using the NCBI esearch API to fetch informations on several organism.
The URL looks like
esearch.fcgi?db=database&term=query
where db is the database used for the query. Is it possible to pass severals databases instead of one?
for example, the query would look like
esearch.fcgi?db=protein,nucleotide&term=query
• 2,768 views
•
link
1 answer
Performing a Global Entrez Search : https://www.ncbi.nlm.nih.gov/books/NBK25500/#chapter1.Performing_a_Global_Entrez_Sear
• 0 views
•
link
Log in to answer this question.