Description Usage Methods (by generic) Slots See Also Examples
An S4 class that holds a list of Query objects.
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)
|
nhsps: Returns the number of HSPs for each hit for each query;
<list> of <integers>.
getHit: Returns a list of Hits or HitLists
nhits: Returns the numbers of hits; <list> of <numerics>.
getQueryNum: Returns the query (iteration) numbers; <integer>.
getQueryID: Returns the query IDs; <character>.
getQueryDef: Returns the query definitions; <character>.
getQueryLen: Returns the query lengths; <integer>.
query_envShared container for query_id,
query_def, query_len, and hit_len;
"environment".
.DataInherited from the list class.
1 | showClass("QueryList")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.