1 / 2

PyCluster

Open source clustering software. Clustering extension module for Python-language Can be used in association with Python-language to perform clustering routines Uses C Clustering Library Manual can be downloaded from following link The C Clustering Library

madra
Télécharger la présentation

PyCluster

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Open source clustering software • Clustering extensionmodule for Python-language • Canbeused in association withPython-language to perform clustering routines • Uses C Clustering Library • Manualcanbedownloadedfromfollowinglink • The C Clustering Library • The University of Tokyo, Institute of Medical Science, Human Genome Center • “implement the most commonly used clustering methods for gene expression data analysis” PyCluster

  2. PyCluster The clustering algorithms are: • Hierarchical clustering (pairwisecentroid-, single-, complete-, and average-linkage) • k-means clustering • Self-Organizing Maps • Principal Component Analysis. To measure the similarity or distance between gene expression data, eight distance measures are available: • Pearson correlation • Absolute value of the Pearson correlation • UncenteredPearson correlation (equivalent to the cosine of the angle between two data • vectors) • Absolute uncentered Pearson correlation (equivalent to the cosine of the smallest angle • between two data vectors) • Spearman's rank correlation • Kendall's ¿ • Euclidean distance; • City-block distance.

More Related