User Tools

Site Tools


mkatari-bioinformatics-august-2013-clustering

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
mkatari-bioinformatics-august-2013-clustering [2013/08/29 09:29] – created mkatarimkatari-bioinformatics-august-2013-clustering [2013/10/09 13:30] mkatari
Line 44: Line 44:
 Calculate silhouette values Calculate silhouette values
 <code> <code>
-sigGenes.hclust.k2.sil<-silhouette(sigGenes.hclust.k2, sigGenes.normalized.dist)+sigGenes.hclust.k2.sil<-silhouette(sigGenes.hclust.k2,  
 +                                   sigGenes.normalized.dist)
 </code> </code>
  
Line 60: Line 61:
 These functions will make it easy for us to specify how we want the clustering to be performed in the heatmap function These functions will make it easy for us to specify how we want the clustering to be performed in the heatmap function
  
-</code>+<code>
 hclust2 <- function(x, method="average", ...) { hclust2 <- function(x, method="average", ...) {
   hclust(x, method=method, ...)   hclust(x, method=method, ...)
mkatari-bioinformatics-august-2013-clustering.txt · Last modified: 2015/06/17 13:26 by mkatari