Description Usage Methods (by generic) Slots Examples
An S4 class that holds data parsed from an NCBI BLAST XML ‘iteration’
element. Each "Query" instance contains data from one query.
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)
|
nhsps: Returns the number of HSPs for each hit; <integer>.
getHit: Return a Hit or HitList
nhits: Returns the number of hits; <numeric>.
getQueryNum: Returns the query (iteration) number; <integer>.
getQueryID: Returns the query ID; <character>.
getQueryDef: Returns the query definition; <character>.
getQueryLen: Returns the query length; <integer>.
iter_numThe number of the queries (iterations); <integer>.
query_idQuery identifier; "character".
query_defQuery definition; "character".
query_lenQuery length; "integer".
hitsList of hits; "HitList".
query_envShared container for query_id,
query_def, query_len, and hit_len;
"environment".
1 | showClass("Query")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.