Query-class: Class '"Query"'

Description Usage Methods (by generic) Slots Examples

Description

An S4 class that holds data parsed from an NCBI BLAST XML ‘iteration’ element. Each "Query" instance contains data from one query.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S4 method for signature 'Query'
nhsps(x)

## S4 method for signature 'Query'
getHit(x, i, drop = TRUE, ...)

## S4 method for signature 'Query'
nhits(x)

## S4 method for signature 'Query'
getQueryNum(x)

## S4 method for signature 'Query'
getQueryID(x)

## S4 method for signature 'Query'
getQueryDef(x)

## S4 method for signature 'Query'
getQueryLen(x)

Methods (by generic)

Slots

iter_num

The number of the queries (iterations); <integer>.

query_id

Query identifier; "character".

query_def

Query definition; "character".

query_len

Query length; "integer".

hits

List of hits; "HitList".

query_env

Shared container for query_id, query_def, query_len, and hit_len; "environment".

Examples

1
showClass("Query")

gschofl/blastr documentation built on May 17, 2019, 8:52 a.m.