Description Usage Arguments Value Examples
Locally aligned the entered sequences with any given database.
1 | annotat(inputFiles, database, evalue, id, outputFiles)
|
inputFiles |
user defined name of sequences intended to be aligned with fasta format. |
database |
user defined name of database with fasta format. |
evalue |
A number e.g. 1E-6, 0.0 etc. |
id |
A number ranging from 0.3 to 1. |
outputFiles |
User defined name of the file with txt extension |
Locally aligned sequences with their annotations and other particulars in outputFiles.
1 | annotate("sequences.fasta", "keggdatabase.fasta", 1E-6, 0.4 ,"kegg.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.