Research Article

An Improved Pearson’s Correlation Proximity-Based Hierarchical Clustering for Mining Biological Association between Genes

Algorithm 2

Seed Augment algorithm.
Begin
Input: Similarity gene expression patterns obtained from Algorithm 1, GL-PCPHC ( , , , and )
//Expression Matrix Column Expansion
For -
do
For in ( , )
Do
= COLEXPANSION ( and )
     End for
End for
//Expression Matrix Row Expansion
For -
do
For in ( , )
= ROWEXPANSION ( and )
End for
End for
Obtain distance between two genes from (4)
End