query_iedb_with_offset: Query the IEDB database from an offset

View source: R/query_iedb_with_offset.R

query_iedb_with_offsetR Documentation

Query the IEDB database from an offset

Description

Query the IEDB database from an offset.

Usage

query_iedb_with_offset(query, table, offset = 0, verbose = FALSE)

Arguments

query

an IEDB query, as created by, for example, create_healthy_human_query. Use check_query to check if the query is valid

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 10000 results. To obtain the next results, an offset of 10000 is used.

verbose

set to TRUE for more output

Value

a tibble with as much rows as hits.

Note

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.

Author(s)

Richèl J.C. Bilderbeek


richelbilderbeek/iedbr documentation built on Aug. 21, 2022, 12:12 a.m.