

InterviewSolution
Saved Bookmarks
1. |
In cluster analysis of microarray data– For n genes, the process is repeated ________ times until a single element remains.(a) n^2(b) n(c) n^-1(d) n^-4The question was posed to me by my college professor while I was bunking the class.The doubt is from Global Gene Regulation topic in chapter Genome Analysis of Bioinformatics |
Answer» CORRECT answer is (C) n^-1 For EXPLANATION: This NUMBER of iterations gives the best results. In the final dendrogram, the order of genes within a cluster is determined by simple weighting schemes, e.g., average dendrogram level. |
|