cal_conn This function calculates the first 3 order connectivities for each gene and returns the list of vectors of connectivities.
cal_conn(data, thres = 3, m = 10L, abso = 1L, niter = 100L)
List of connectivities C1, C2, and C3 ' @export
Input gene by gene coexpression matrix
Gene pairs with coexpression exceed thres would be assigned an edge between them in the coexpression network
Sample size used for the calculation of 3rd order connectivities
Whether to calculate connectivities in absolute network (TRUE) or positive network (FALSE)
Number of sample used for the calculation of 3rd order connectivities
Qi Gao