cal_conn | R Documentation |
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)
data |
Input gene by gene coexpression matrix |
thres |
Gene pairs with coexpression exceed thres would be assigned an edge between them in the coexpression network |
m |
Sample size used for the calculation of 3rd order connectivities |
abso |
Whether to calculate connectivities in absolute network (TRUE) or positive network (FALSE) |
niter |
Number of sample used for the calculation of 3rd order connectivities |
List of connectivities C1, C2, and C3 ' @export
Qi Gao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.