This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Short protein sequence alignment

Hello all, I was wondering if there any tools available for doing multiple sequence alignment for N terminal residues (say just 20 residues). I tried Blast but it gives me alignment with only one among the two subject sequences provided. I had separated the two subject sequences using a comma (is that the correct way?). I know I can manually do it, especially the identity part but for similarity, I might have to open the amino acid table. So just wanted some insights on any tool or way to do this?

alignment sequence blast

Thanks, Fatima for replying!For example this is the query protein's residues: SDPLSMVGPSQGRSPSYAS and I want to know the identity and similarity of this query protein's residue with subject protein 1: VNTHAGGTGPEGCRPFAKF and subject protein 2: HLESDMFSSPLETDSMDPF Again, these are short and I can do it manually but wanted to know if there an insilico way to do it.

>query
SDPLSMVGPSQGRSPSYAS

>subject1
VNTHAGGTGPEGCRPFAKF 
>subject2
HLESDMFSSPLETDSMDPF

If your sequences were longer you could use blastp (Align two or more sequences option).

MAFFT output

id1             -------SDPLSMVGPSQGRSPSYAS
id3             HLESDMFSSPLETDSMD----PF---
id2             ------VNTHAGGTGPEGCR-PFAKF

MAFFT FASTA output

>id1
-------SDPLSMVGPSQGRSPSYAS
>id3
HLESDMFSSPLETDSMD----PF---
>id2
------VNTHAGGTGPEGCR-PFAKF

Then you can get the pairs that you are interested in and clean up the columns with gaps in both sequences:

>id1
SDPLSMVGPSQGRSPSYAS
>id2
VNTHAGGTGPEGCR-PFAKF


>id1
-------SDPLSMVGPSQGRSPSYAS
>id3
HLESDMFSSPLETDSMD----PF---

https://mafft.cbrc.jp/alignment/server/spool/_out.200213155522842eoKWxmY7tMldACkJ1fPvVlsfnormal.pir

Other tools: https://www.ebi.ac.uk/Tools/psa/

Fatima, I tried MAFFT with my original dataset but I am not sure how to interpret the results since there is no e value/identity/ similarity percentage given. For example; how can I interpret the output below:

>id1
SDPLSMVGPSQGRSPSYAS
>id2
VNTHAGGTGPEGCR-PFAKF

Thank you Fatima for all your help and also introducing me to MAFFT and guidance :) I shall read more about these.

0 answers

No answers yet.

Log in to answer this question.