Function to make the cluster analysis.
| 1 2 3 4 5 | clusterAnalysis(expres, genes, samples, sampleNames, comparisonName,
  anotPackage, my.symbols = NULL, outputDir, fileOfLinks, numClusters,
  rowDistance, colDistance, RowVals = TRUE, ColVals = TRUE, colorsSet,
  colsForGroups, escala, densityInfo = "none", cexForColumns, cexForRows,
  plotProfiles = FALSE, Title = "", csvType = NULL)
 | 
| expres | Expresion oused to perform the clusters. | 
| genes | ???? | 
| samples | ???? | 
| sampleNames | Name of the samples of the study. | 
| comparisonName | Name of the comparison. To identify the output | 
| anotPackage | Annotation package. | 
| my.symbols | ???? | 
| outputDir | Path of the file created. | 
| fileOfLinks | Name of the links file. | 
| numClusters | ???? | 
| rowDistance | Row distance in the clusters. | 
| colDistance | Column distance in the clusters. | 
| RowVals | ???? | 
| ColVals | ????? | 
| colorsSet | ??? | 
| colsForGroups | Colors of each group for the plots. | 
| escala | ??? | 
| densityInfo | ??? | 
| cexForColumns | Cex for the columns. | 
| cexForRows | Cex for the rows. | 
| plotProfiles | ??? | 
| Title | Title of the plot. | 
| csvType | Csv type of the output. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.