vignettes/adr-002-two-download-functions-returning-datasets.Rmd
adr-002-two-download-functions-returning-datasets.Rmd
The BacDive Web Service accepts 4 types of requests and replies in 3 different ways:
request type | unambiguous? | JSON-reply |
---|---|---|
taxon |
no | URL(s) of matching strain(s) |
sequence |
yes | URL of matching strain |
culturecollectionno |
yes | URL of matching strain |
bacdive_id |
yes | dataset of that strain |
The advanced search has an option called “Download list of BacDive Ids”, which returns a text file with one bacdive_id
per line.
Because:
we will ensure that all main functions return full dataset(s) by default.