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'.
searchdirectionnamevalue- Searches for the reading name starting with value.
searchdirectionanno ?value?- Searches for the annotation containing a comment matching the value regular expression. Not specifying value will match all annotations.
searchdirectionsequencevalue- Searches for the sequence value using a case-insensitive exact match.
searchdirectiontagvalue- Searches for a tag with type value.
searchdirectionpositionvalue-
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. searchdirectionproblem- Searches for undefined bases or pads.
searchdirectionquality- Searches for bases of poor quality (undefined bases, pads, or single stranded data).
searchdirectionedit- Searches for sequence edits, including confidence value changes.
searchdirectionverifyandsearchdirectionverifyor-
Searches for consensus bases that have a lack of evidence in the
original sequences.
verifyandlooks for evidence on both strands together.verifyorlooks 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