Description Usage Methods (by generic) Slots See Also
An S4 class that serves as a container for data parsed from NCBI BLAST tabular output.
1 2 3 4 5 6 7 8 9 10 11 |
$
: Return a column from a BLAST hit table.
[
: Return selected elements from a BLAST hit table as a data.frame
.
[[
: Return selected columns from a BLAST hit table.
names
: Get the column names from a BLAST hit table.
program
<character
>; The BLAST flavour that generated the data.
query
<character
>; Query definition.
reference
<character
>; Reference for BLAST.
database
<character
>; Name of the database.
bit_score
<numeric
>; The bit score of the hsp.
evalue
<numeric
>; The expect value.
mlog.evalue
<numeric
>;
accession
<character
>; Accession number.
geneid
<character
>; NCBI GI number.
table
<data.frame
>; Hit table.
The constructor blastTable
; the BLAST classes
BlastReport
and BlastReportDB
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.