Header menu logo BioFSharp

BlastWrapper Type

A Wrapper to perform different BLAST tasks

Constructors

Constructor Description

BlastWrapper(rootPath)

Full Usage: BlastWrapper(rootPath)

Parameters:
    rootPath : string

Returns: BlastWrapper
rootPath : string
Returns: BlastWrapper

Instance members

Instance member Description

this.blastN searchDB query output ps

Full Usage: this.blastN searchDB query output ps

Parameters:
    searchDB : string
    query : string
    output : string
    ps : BlastParams seq

Compares a nucleotide query to a nucleotide database

searchDB : string
query : string
output : string
ps : BlastParams seq

this.blastP searchDB query output ps

Full Usage: this.blastP searchDB query output ps

Parameters:
    searchDB : string
    query : string
    output : string
    ps : BlastParams seq

Compares a protein query to a protein database

searchDB : string
query : string
output : string
ps : BlastParams seq

this.makeblastdb searchDB ps

Full Usage: this.makeblastdb searchDB ps

Parameters:

Creates a BLAST databse from given source/s

searchDB : string
ps : MakeDbParams seq

Type something to start searching.