MUSCLE(1) | User Commands | MUSCLE(1) |
muscle - Multiple alignment program of protein sequences
MUSCLE is a multiple alignment program for protein sequences. MUSCLE stands for multiple sequence comparison by log-expectation. In the authors tests, MUSCLE achieved the highest scores of all tested programs on several alignment accuracy benchmarks, and is also one of the fastest programs out there.
Align large input using Super5 algorithm if -align is too expensive, typically needed with more than a few hundred sequences:
Ensemble of replicate alignments, output in Ensemble FASTA (EFA) format, EFA has one aligned FASTA for each replicate with header line "<PERM.SEED":
-replicates N
Generate resampled ensemble from existing ensemble by sampling columns with replacement:
-maxgapfract F
-minconf CC
If ensemble output filename has @, then one FASTA file is generated for each replicate where @ is replaced by perm.s, otherwise all replicates are written to one EFA file.
Update ensemble by adding two sequences of digits to each replicate, digits are column confidence (CC) values, e.g. "73" means CC=0.73, "++" is CC=1.0:
Calculate letter confidence (LC) values, -ref specifies the alignment to compare against the ensemble (e.g. from -maxcc), output is in aligned FASTA format with LC values 0, 1 ... 9 instead of letters:
-html aln.html
-jalview aln.features
This manpage was written by Andreas Tille for the Debian
distribution and
can be used for any other usage of the program.
January 2022 | muscle 5.1 |