Entering edit mode
10.3 years ago
Abdul Rawoof
▴
60
Hello everyone,
I have a matrix based on binary concept as follows,
T1 T2 T3
Gene1 0 1 1
Gene2 1 0 1
.. 0 0 0
.. 0 1 0
Gene nth 0 0 1
I want to make a network using this matrix in R/bioconductor. Please suggest me some package.
Any help will be appreciated.
Thanks..
if values are between 0 to 1, then what will be the script. can we mention the edge distance.