Closed ccshao closed 5 years ago
The function getLinkList converts the diagonal of the matrix to NA. This seems to work in most cases, but indeed, if the rows/columns are not in the same order, it will not be correct! Thank you for the bug report, I will correct it ASAP.
Thank you!
It seems getLinkList could not work properly with the example codes
Gene4 Gene12 0.2520221 is larger than Gene3 Gene6 0.2258975 but ignored.
My function
However, it seems to work fine with a square weigth matrix.