kevinluolk / GCluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCluster: graph-based clustering

library(devtools)
install_github("CBIIT-CGBB/GCluster")

Examples:

GCluster(dat=dat, wt=wt) and plot a graph removed edges by weights

R codes                                                                     R codes

Clustering with weight and Clustering with k number

R codes                                                                            R codes

Clustering with k means or with minimum spanning tree plot

R codes                                                                            R codes

Cluster labeling

R codes                                                                            

Cluster with several algorithms and cluster cartoon plot

R codes                                                                            R codes

Cluster contours

R codes                                                                            

Cluster probabilities by simulation

R codes                                                                            

Cluster visualization

R codes                                                                            

Cluster trajectory analysis

R codes                                                                            

Cluster tree analysis (dynamic cluster analysis)

R codes for generating clusters from k=2 to k=30

R codes for plotting                                                                            

Options: i2d function of the package (i2d package)

Convert image to digital (generate complex data sets for cluster algorithm evaluation)

R codes                                                                             R codes

Convert the image (top) to digital (bottom plot)

R codes                                                       R codes                                                      R codes

R codes                                                                            

About


Languages

Language:R 100.0%