Cluster Peptide Sequences According Their Amino Acid Properties
2
3
Entering edit mode
12.4 years ago
Doo ▴ 240

Do you know a tool where I can cluster peptide fregments (length = 13 AA) according their amino acid properties?

e.g.

PIAAIAPSPQQRK
AAIAPSPQQRKEH
ITNWDDMEKIWHH
EIRSFNMPPFPPP

Thanks

clustering • 4.0k views
ADD COMMENT
0
Entering edit mode

Which properties did you have in mind?

ADD REPLY
0
Entering edit mode

hydrophobic, etc...

ADD REPLY
1
Entering edit mode
12.4 years ago
Chris ▴ 190

You could start with the AAIndex database which is a collection of a variety of different amino acid propensities. You then have to decide which one to take and represent each of your fragment as a propensity vector. As mentioned before, you need some similarity measure between two such vectors. An obvious one would be s(v1,v2)=1-|corr(v1,v2)| , corr being the pearsson correlation coefficient. For clustering, I would start with linkage clustering. R has some nice implementations for this.

ADD COMMENT
0
Entering edit mode
12.4 years ago
ALchEmiXt ★ 1.9k

Have a look at the EMBOSS suite of tools (i.e. embedded in usegalaxy.org). It at least gives you the properties either in signatures or in raw values.....who can be clustered for further analysis...

Or did you mean the individual aa properties and not the peptide on its whole?

ADD COMMENT
0
Entering edit mode

I suppose he meant aa for each position

ADD REPLY
0
Entering edit mode

thanks. yes, aa for each position

ADD REPLY
0
Entering edit mode

Can you elaborate on why you want to do this? Then I maybe can get a better idea of how to solve it. Just clustering on single aa properties...could probably be done by trasslating each peptide into a virtual "properties peptide" and cluster using a custom distance matrix...but as mentioned...the why would greatly help!

ADD REPLY

Login before adding your answer.

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