Description Slots See Also Examples
An S4 class that that serves as the container for blast parameters and statistics.
program
character
vector; the BLAST flavour that generated the
data.
matrix
character
vector; name of the matrix (NA
for
nucleotide blast).
expect
numeric
vector; cutoff value.
penalties
numeric
vector; open and extend penalties.
sc_match
integer
vector; match score for nucleotide-nucleotide
comparison.
sc_mismatch
integer
vector; mismatch penalty for nucleotide-
nucleotide comparison.
filter
character
vector; filter string.
num_sequences
character
vector; number of sequences in the
database.
num_letters
character
vector; number of letters in the database.
hsp_length
numeric
vector; effective HSP length.
effective_space
numeric
vector; effective search space.
ka_params
numeric
vector; kappa, lambda, entropy.
1 | showClass("BlastParameters")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.