Description Usage Arguments Value Examples
Annotate DE transcripts using NCBI BLAST AMI
1 | annotateAWS(ids, fasta, out = "annot.csv", instance, dns, threads)
|
ids |
A character vector of accessions from FASTA file to be annotated |
fasta |
FASTA file of transcripts to be annotated |
out |
csv output file for annotation results |
instance |
Instance from Amazon EC2 running NCBI BLAST AMI |
dns |
DNS from Amazon EC2 running NCBI BLAST AMI |
threads |
Number of threads to use for BLAST |
Annotation results are written to the csv file specified by outFile
1 2 3 4 5 6 | instance <- 'i-07da948c2d85b7388'
dns <- 'ec2-54-175-9-203.compute-1.amazonaws.com'
fasta <- system.file("extdata", "aiptasia.fa", package="Trans2Kegg")
annot <- system.file("extdata", "annot.csv", package="Trans2Kegg")
annotateAWS(c("KXJ29331.1"), fasta,annot, instance=instance,
dns=dns, threads=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.