




Searching
The editor search procedures search for a particular item and move the editing
cursor and xview position if a search item is found. Each search command takes
a direction and a search string. Direction can be either 'forward
'
or 'reverse
'.
search
directionname
value- Searches for the reading name starting with value.
search
directionanno ?
value?
- Searches for the annotation containing a comment matching the value regular expression. Not specifying value will match all annotations.
search
directionsequence
value- Searches for the sequence value using a case-insensitive exact match.
search
directiontag
value- Searches for a tag with type value.
search
directionposition
value-
Moves to a specific position. If value is an absolute number (eg
'
30717
' then the editing cursor is moved to that consensus base. If value is '@
' followed by a number (eg '@100
') then the editing cursor is moved to that base within the current reading. If value starts with a plus or minus the editing cursor is moved forwards or backwards by that amount. The direction parameter here has no effect and is included purely for consistency. search
directionproblem
- Searches for undefined bases or pads.
search
directionquality
- Searches for bases of poor quality (undefined bases, pads, or single stranded data).
search
directionedit
- Searches for sequence edits, including confidence value changes.
search
directionverifyand
search
directionverifyor
-
Searches for consensus bases that have a lack of evidence in the
original sequences.
verifyand
looks for evidence on both strands together.verifyor
looks for evidence on each strand independently and defines a match to be places where either strand has a lack of evidence. In the current implementation of these two searches only the forward direction is supported.





This page is maintained by staden-package. Last generated on 25 April 2003.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_105.html