matcher.ihelp

来自「emboss的linux版本的源代码」· IHELP 代码 · 共 109 行

IHELP
109
字号
   Standard (Mandatory) qualifiers:  [-asequence]         sequence   Sequence filename and optional format, or                                  reference (input USA)  [-bsequence]         sequence   Sequence filename and optional format, or                                  reference (input USA)  [-outfile]           align      [*.matcher] Output alignment file name   Additional (Optional) qualifiers:   -datafile           matrix     [EBLOSUM62 for protein, EDNAFULL for DNA]                                  This is the scoring matrix file used when                                  comparing sequences. By default it is the                                  file 'EBLOSUM62' (for proteins) or the file                                  'EDNAFULL' (for nucleic sequences). These                                  files are found in the 'data' directory of                                  the EMBOSS installation.   -alternatives       integer    [1] This sets the number of alternative                                  matches output. By default only the highest                                  scoring alignment is shown. A value of 2                                  gives you other reasonable alignments. In                                  some cases, for example multidomain proteins                                  of cDNA and genomic DNA comparisons, there                                  may be other interesting and significant                                  alignments. (Integer 1 or more)   -gapopen            integer    [14 for protein, 16 for nucleic] The gap                                  penalty is the score taken away when a gap                                  is created. The best value depends on the                                  choice of comparison matrix. The default                                  value of 14 assumes you are using the                                  EBLOSUM62 matrix for protein sequences, or a                                  value of 16 and the EDNAFULL matrix for                                  nucleotide sequences. (Positive integer)   -gapextend          integer    [4 for any sequence] The gap length, or gap                                  extension, penalty is added to the standard                                  gap penalty for each base or residue in the                                  gap. This is how long gaps are penalized.                                  Usually you will expect a few long gaps                                  rather than many short gaps, so the gap                                  extension penalty should be lower than the                                  gap penalty. An exception is where one or                                  both sequences are single reads with                                  possible sequencing errors in which case you                                  would expect many single base gaps. You can                                  get this result by setting the gap penalty                                  to zero (or very low) and using the gap                                  extension penalty to control gap scoring.                                  (Positive integer)   Advanced (Unprompted) qualifiers: (none)   Associated qualifiers:   "-asequence" associated qualifiers   -sbegin1            integer    Start of the sequence to be used   -send1              integer    End of the 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   "-bsequence" associated qualifiers   -sbegin2            integer    Start of the sequence to be used   -send2              integer    End of the sequence to be used   -sreverse2          boolean    Reverse (if DNA)   -sask2              boolean    Ask for begin/end/reverse   -snucleotide2       boolean    Sequence is nucleotide   -sprotein2          boolean    Sequence is protein   -slower2            boolean    Make lower case   -supper2            boolean    Make upper case   -sformat2           string     Input sequence format   -sdbname2           string     Database name   -sid2               string     Entryname   -ufo2               string     UFO features   -fformat2           string     Features format   -fopenfile2         string     Features file name   "-outfile" associated qualifiers   -aformat3           string     Alignment format   -aextension3        string     File name extension   -adirectory3        string     Output directory   -aname3             string     Base file name   -awidth3            integer    Alignment width   -aaccshow3          boolean    Show accession number in the header   -adesshow3          boolean    Show description in the header   -ausashow3          boolean    Show the full USA in the alignment   -aglobal3           boolean    Show the full sequence in alignment   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 messages

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?