| Calling Sequence | SearchSeqDb(txt)
| |||||||||
| Parameters |
| |||||||||
| Return Type | PatEntry | |||||||||
| Synopsis | Find all the occurrences of t in the amino acid sequences part of DB. | |||||||||
| Examples | > DB := ReadDb('/home/darwin/DB/SwissProt.Z'):;
Peptide file(/home/darwin/DB/SP45.0/SwissProt45.0(169638448), 163235 entries, 59631787 aminoacids) > SearchSeqDb('SGPPRIP');
PatEntry(46915583..46915583) | |||||||||
| See also | AlignOneAll, SearchFrag | |||||||||