annotat: Locally aligned the entered sequences with any given...

Description Usage Arguments Value Examples

View source: R/annotat.R

Description

Locally aligned the entered sequences with any given database.

Usage

1
annotat(inputFiles, database, evalue, id, outputFiles)

Arguments

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

Value

Locally aligned sequences with their annotations and other particulars in outputFiles.

Examples

1
annotate("sequences.fasta", "keggdatabase.fasta", 1E-6, 0.4 ,"kegg.txt")

furqan915/Epi-gene documentation built on May 18, 2019, 2:34 a.m.