View source: R/submit_NCBI_BLAST_request.R
split_queries.df | R Documentation |
Splits a data.frame of Genbank IDs and intervals into a data.table of smaller intervals.
split_queries.df(df, by = 7000)
df |
A |
by |
An |
A data.table
of the Genbank IDs with intervals of the
specified length. You can then subset the intervals of interest
before submitting the data.table to prepare.gb.access or
get.NCBI.BLAST2DT.
Yoann Pageaud.
#Using an example data.frame of 1 Genbank ID
split_queries.df(
df = data.frame("GB.access" = "AC073318", "Start" = 71401, "End" = 120576),
by = 7025)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.