PIM from MUSCLE
1
0
Entering edit mode
7.5 years ago
vdjonsson • 0

I am trying to retrieve the percent identity matrix for a pairwise alignment in MUSCLE via a command line argument. When using the online tool, this result is specified under "results summary". It's not clear to me how to output this data from the command line.

MUSCLE alignment identity matrix • 3.7k views
ADD COMMENT
0
Entering edit mode

2.5 years later I have the exact same qestion! Anyone who knows the answere yet???

ADD REPLY
0
Entering edit mode
4.6 years ago
gadget • 0

CLUSTAL-OMEGA can take the MUSCLE alignment as an input file to generate the PIM.

Run the following MUSCLE command line to generate a CLUSTALW alignment:

muscle -in input.fasta -clwstrictout aligned.clw

Then run CLUSTALO as follows:

clustalo -i aligned.clw --percent-id --distmat-out=pim.txt --full --force

For more examples see http://clustal.org/omega/README

ADD COMMENT

Login before adding your answer.

Traffic: 3081 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6