Description Usage Arguments Value Examples
Make batched queries to databases
1 2 3 4 5 6 7 | .batchedAccSearch(
acc_vector,
database_name,
table_name,
col_names,
c_size = 500
)
|
acc_vector |
A character vector with accessions to search for (must belong to the same type) |
database_name |
A character with the name of the database connection |
table_name |
A character with the name of the database table |
col_names |
A character vector with column names to be returned |
c_size |
Number of items to search for in a batch (sqlite has a limit of 999 parameters within a single query) |
Data frame with results of the query
1 2 | # startSpiderSeqRDemo()
# .batchedAccSearch(rep("SRR6823646", 10), "sra_con", "sra", "*", c_size = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.