Aligning Protein Seq multifasta
1
0
Entering edit mode
6.1 years ago

So,

I have got a multifasta-file

>strain 1
ATCGCTCGACTG
>strain 2
ATGCGCAGCGAC
.....

I translate this to Protein using EMBOSS. And I have a short Domain sequence of that Protein in AA that I want to align to see if there are any mutations in there. So i use cat to align both files in one.

cat multi.fasta shortseq.fasta>combined.fasta

Using MAFFT, I do not get a usable Output (big gaps).

mafft --reorder --adjustdirection combined.fasta>combined.aln

Should I use a different Approach for aligning?

Best Regards,

Max

alignment • 1.5k views
ADD COMMENT
0
Entering edit mode

Try clustal omega, its supposed to work nicely for protein sequences in particular.

Have you checked your fasta file is correct? Make sure the translation has worked properly.

ADD REPLY
0
Entering edit mode

How do I see if the translation was correct?

ADD REPLY
0
Entering edit mode

I mean literally read the fasta file and make sure it's not just ATCG..

ADD REPLY
0
Entering edit mode

Does more multi.fasta show properly formatted protein sequence?

ADD REPLY
0
Entering edit mode
ADD REPLY
2
Entering edit mode
6.1 years ago

Update:

I used the wrong translation table, therefor, the translation was flawed. After correction, mafft was useful again.

ADD COMMENT

Login before adding your answer.

Traffic: 2523 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