Skip to main content
. 2021 Apr 2;12(1):58–64. doi: 10.1080/19491034.2021.1910437
Algorithm 1: 4DN feature analyzer
Input: Hi-C matrices A(m)Rn×n, and RNA-seq vectors r(m)Rn×1, m=1,,T
Output: Low dimensional space Y(m) and genes in loci with the largest structure-function changes
1 Compute degree, eigenvector, betweenness, and closeness centrality of A(m), and define as bdeg(m), beig(m), bbet(m), bclose(m), respectively, where each b(m)Rn×1
2 Compute the first principal component (PC1) of A(m)
3 Form the feature matrices X(m)=[bdeg(m),beig(m),bbet(m),bclose(m),r(m)], where X(m)Rn×5
4 Normalize the columns of X(m)
5 Compute the common low dimensional space Y(m)
6 Visualize the low dimensional projection Y(m) or 4DN phase plane
Return: Y(m) and genes in loci with the largest structure-function changes