Description Usage Arguments Value Examples
Perform a local BLAST of DE transcripts
1 | localBlast(accessions, refTransFile, fastaOut = "deTrans.fa")
|
accessions |
A character vector of accessions from FASTA file to be annotated |
refTransFile |
FASTA file of transcripts to be annotated |
fastaOut |
Output file for DE sequences |
DE Sequences are written to specified FASTA file
1 2 | filepath <- system.file("extdata", "aiptasia.fa", package="Trans2Kegg")
localBlast(c("KXJ29317.1"), filepath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.