QueryList-class: Class '"QueryList"' of '"Query"' objects

Description Usage Methods (by generic) Slots See Also Examples

Description

An S4 class that holds a list of Query objects.

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 'QueryList'
nhsps(x)

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

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

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

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

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

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

Methods (by generic)

Slots

query_env

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

.Data

Inherited from the list class.

See Also

BlastReport

Examples

1
showClass("QueryList")

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