View source: R/submit_NCBI_BLAST_request.R
prepare.gb.access | R Documentation |
Prepares a set of GenBank Accession IDs for NCBI BLAST submission
prepare.gb.access(GBaccess.bed, ncores = 1)
GBaccess.bed |
A
|
ncores |
An |
A list
of sequences based on information provided in GBaccess.
Yoann Pageaud.
#Create example 1 row data.frame
df <- data.frame("GBaccessID" = "AC073318", "Start" = 71401, "End" = 120576)
#Prepare sequence for submission to NCBI BLAST
seq.list <- prepare.gb.access(GBaccess.bed = df)
# seq.list can now be used by submit_NCBI_BLAST
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.