Description Usage Arguments Value
Extract the position of the start, end, frame, or range of the residues of query and hit sequences.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | getQueryFrom(x, max = FALSE)
getQueryTo(x, max = FALSE)
getQueryFrame(x, max = FALSE)
getHitFrom(x, max = FALSE)
getHitTo(x, max = FALSE)
getHitFrame(x, max = FALSE)
getQueryRange(x, max = FALSE)
getHitRange(x, max = FALSE)
|
x |
A Hsp or HspList. |
max |
If |
An numeric vector or a list of numeric vectors.
An IRanges object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.