📄 stssearch.txt
字号:
stssearch Function Search a DNA database for matches with a set of STS primersDescription stssearch searches a DNA sequence database with a set of STS primers and reports expected matches. stssearchs reads in one or more sequences to be searched. For each pair of primers, it looks for matches between a the primers and the query sequence in either orientation. Any matches found will be reported. Only one primer need match for it to be reported..Usage Here is a sample session with stssearch% stssearch Search a DNA database for matches with a set of STS primersInput nucleotide sequence(s): tembl:eclac*Primer pairs file: lac.primersOutput file [eclac.stssearch]: Go to the input files for this example Go to the output files for this exampleCommand line arguments Standard (Mandatory) qualifiers: [-seqall] seqall Nucleotide sequence(s) filename and optional format, or reference (input USA) [-infile] infile Primer pairs file [-outfile] outfile [*.stssearch] Output file name Additional (Optional) qualifiers: (none) Advanced (Unprompted) qualifiers: (none) Associated qualifiers: "-seqall" associated qualifiers -sbegin1 integer Start of each sequence to be used -send1 integer End of each sequence to be used -sreverse1 boolean Reverse (if DNA) -sask1 boolean Ask for begin/end/reverse -snucleotide1 boolean Sequence is nucleotide -sprotein1 boolean Sequence is protein -slower1 boolean Make lower case -supper1 boolean Make upper case -sformat1 string Input sequence format -sdbname1 string Database name -sid1 string Entryname -ufo1 string UFO features -fformat1 string Features format -fopenfile1 string Features file name "-outfile" associated qualifiers -odirectory3 string Output directory General qualifiers: -auto boolean Turn off prompts -stdout boolean Write standard output -filter boolean Read standard input, write standard output -options boolean Prompt for standard and additional values -debug boolean Write debug output to program.dbg -verbose boolean Report some/full command line options -help boolean Report command line options. More information on associated and general qualifiers can be found with -help -verbose -warning boolean Report warnings -error boolean Report errors -fatal boolean Report fatal errors -die boolean Report dying program messagesInput file format Input files for usage example 'tembl:eclac*' is a sequence entry in the example nucleic acid database 'tembl' File: lac.primersPrimA ACCAGACACCCATCAACAG TATTTATGCCAGCCAGCCAGPrimB CGAAAGAATAAGAGCAGGCAAG GTAAGAGAAATAGACAGGCGGPrimC CGTCAGTATCCCCGTTTACAG TATCGCCAAAATCACCGCCPrimD AATACGCAAACCGCCTCTCC TTATCCGCTCACAATTCCACACPrimE AATACGCAAACCGCCTCTCC CACAACCCGCTCACAATTCCA The primers file consists of three columns separated by tabs or spaces. The first column is the name of the primer pair. The second column is the sequence of the first primer. The third column is the sequence of the second primer.Output file format Output files for usage example File: eclac.stssearchECLAC: PrimA PrimerA matched at 532ECLAC: (rev) PrimA PrimerB matched at 689ECLAC: PrimB PrimerA matched at 5743ECLAC: (rev) PrimB PrimerB matched at 5942ECLAC: PrimC PrimerA matched at 2954ECLAC: (rev) PrimC PrimerB matched at 3069ECLAC: PrimD PrimerA matched at 1074ECLAC: (rev) PrimD PrimerB matched at 1261ECLAC: PrimE PrimerA matched at 1074ECLACA: PrimB PrimerA matched at 98ECLACA: (rev) PrimB PrimerB matched at 297ECLACI: PrimA PrimerA matched at 484ECLACI: (rev) PrimA PrimerB matched at 641ECLACI: PrimD PrimerA matched at 1026ECLACI: PrimE PrimerA matched at 1026ECLACY: PrimB PrimerA matched at 1439ECLACZ: PrimC PrimerA matched at 1668ECLACZ: (rev) PrimC PrimerB matched at 1783 The output file consists of one line per match. This consists of: * The name of the sequence that the match is found in, followed by a ':'. * If the match is in the reverse sense, it has a '(rev)'. * The name of the primer pair. * 'PrimerA' or 'PrimerB'. * 'matched at' the start of the match position.Data files None.Notes None.References None.Warnings None.Diagnostic Error Messages None.Exit status None.Known bugs None.See also Program name Description eprimer3 Picks PCR primers and hybridization oligos primersearch Searches DNA sequences for matches with primer pairs If you want something that only reports matches of both primer pairs and can find mismatches, use primersearch.Author(s) Peter Rice (pmr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -