|
NAMEalign - compute the global alignment of two protein or DNA sequencesalign0 - compute the global alignment of two protein or DNA sequences without penalizing for end-gaps SYNOPSISalign [ -f # -g # -O filename -m # -s SMATRIX -w # ] sequence-file-1 sequence-file-2DESCRIPTIONalign produces an optimal global alignment between two protein or DNA sequences. align will automatically decide whether the query sequence is DNA or protein by reading the query sequence as protein and determining whether the `amino-acid composition' is more than 85% A+C+G+T. align uses a modification of the algorithm described by E. Myers and W. Miller in "Optimal Alignments in Linear Space" CABIOS (1988) 4:11-17. The program can be invoked either with command line arguments or in interactive mode.align weights end gaps, so that an alignment of the form align0 uses the same algorithm, but does not weight end gaps. Sometimes this can have surprising effects. align and align0 use the standard fasta format sequence file. Lines beginning with '>' or ';' are considered comments and ignored; sequences can be upper or lower case, blanks,tabs and unrecognizable characters are ignored. align expects sequences to use the single letter amino acid codes, see protcodes(1) . OPTIONSalign can be directed to change the scoring matrix and output format by entering options on the command line (preceeded by a `-' or `/' for MS-DOS). All of the options should preceed the file name arguments. Alternately, these options can be changed by setting environment variables. The options and environment variables are:
EXAMPLES
Compare the amino acid sequence in the file musplfm.aa with the amino acid sequence in the file lcbo.aa Each sequence should be in the form:
Compare the amino acid sequence in the file musplfm.aa with the sequences in the file lcbo.aa Show both sequences with 80 residues on each output line and write the output to the file musplfm.aln.
Run the align program in interactive mode. The program will prompt for the file name for the first sequence and the second sequence. SEE ALSOrdf2(1),protcodes(5), dnacodes(5)AUTHORBill Pearsonwrp@virginia.EDU
Visit the GSP FreeBSD Man Page Interface. |