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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mkatari-bioinformatics-august-2013-clustering [2013/08/29 09:30] mkatarimkatari-bioinformatics-august-2013-clustering [2013/10/09 13:31] mkatari
Line 2: Line 2:
  
  
-Clustering rna-seq datacontinuation from [[mkatari-bioinformatics-august-2013-deseq|DESeq]]+====== Clustering rna-seq data ====== 
 +continuation from [[mkatari-bioinformatics-august-2013-deseq|DESeq]]
  
 Get the significant genes Get the significant genes
Line 53: Line 54:
 </code> </code>
  
-Heatmap+====== Heatmap ====== 
  
 <code> <code>
Line 61: Line 63:
 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, ...)
Line 91: Line 93:
 dev.off() dev.off()
 </code> </code>
- 
mkatari-bioinformatics-august-2013-clustering.txt · Last modified: 2015/06/17 13:26 by mkatari