probesByLL
is now defunct; use
AnnotationDbi::select()
instead.
blastSequences
supports multiple sequence queries;
use as="data.frame"
for output.
Improve blastSequences
strategy for result retrieval,
querying the appropriate API for status every 10 seconds after
initial estimated processing time.
blastSequences
accepts an argument timeout
limiting waiting time for a response; in an interactive session
and after the timeout is reached, the user may opt to retry the
query.
blastSequences
accepts an argument
as
controlling the representation of the return value,
either a DNAMultipleAlignment, a data.frame, or the XML.