View source: R/query_iedb_with_offset.R
query_iedb_with_offset | R Documentation |
Query the IEDB database from an offset.
query_iedb_with_offset(query, table, offset = 0, verbose = FALSE)
query |
an IEDB query,
as created by, for example, create_healthy_human_query.
Use check_query to check if the |
table |
a IEDB database table, as checked by check_table |
offset |
the offset of the results from a query,
as checked by check_offset.
A standard query uses an offset of zero
and returns maximally |
verbose |
set to TRUE for more output |
a tibble with as much rows as hits.
The IEDB returns 10k hits per query. This means, to get the results of a query of more than 10k hits, the IEDB needs to be queried multiple times. query_iedb combines multiple calls to the IEDB, using query_iedb_with_offset.
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.