Skip to content

Cluster analysis for side chains in amino-acids. Use of a custom measure needed in R^m×3 to apply cluster analysis methodology. Comparison of several distances for 3- Dimensional structures. Custom matricial similarity measures are proposed. Pioneer approach, quite different from the usual one in the R^p space. Implementation of custom K-means a…

Notifications You must be signed in to change notification settings

rsrjohnson/Matricial-Distance-for-Cluster-Analysis-of-Amino-Acids

Repository files navigation

Matricial-Distance-for-Cluster-Analysis-of-Amino-Acids

Cluster analysis for side chains in amino-acids. Use of a custom measure needed in R^m×3 to apply cluster analysis methodology. Comparison of several distances for 3 - Dimensional structures. Custom matricial similarity measures are proposed. Pioneer approach, quite different from the usual one in the R^p space. Implementation of custom K-means algorithm in Matlab to handle complex 3 dimensional structures.

Example

Add path to include all files

>> p=genpath('user path\...\Matricial-Distance-for-Cluster-Analysis-of-Amino-Acids');
>> addpath(p)

Load the desired data and matrix for cluster colors

>> load('cys1010.mat')
>> load('Mc.mat')

Preprocess the data through translation and obtain visual representation

>> [ Dnew ] = allin1Cys( cysg,6 );

Run the kmeans algorithm to obtain cluster members and centroids

>> [clustertemp,asigs,ctr ] = kmeans2( Dnew,6,6,0.001 );

Use the assignations to represent the clusters graphically

>> paintcys(Dnew,6,asigs,Mc );

Consult the Thesis pdf file (only Spanish version) for more information of the experiments.

About

Cluster analysis for side chains in amino-acids. Use of a custom measure needed in R^m×3 to apply cluster analysis methodology. Comparison of several distances for 3- Dimensional structures. Custom matricial similarity measures are proposed. Pioneer approach, quite different from the usual one in the R^p space. Implementation of custom K-means a…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages