Entering edit mode
8 months ago
G.S
▴
60
Hello,
I have used MAFFT to run multiple sequence alignment for RNA sequence with the command line
This the code I used :
cat *.fasta > allseqs.fa
mafft allseqs.fasta > output.msa
I have a couple of concerns:
- How can I get a report on the percentage of sequences identity, etc.
- Can I save the alignment output as a picture?
Thanks in advance