Hi everybody,
This is my first question here! Hope I can manage it to work.
This is my case: I have a list of a number of genes, in pairs, and the metrics of how these pairs are connected.
For example:
A <- 2 -> B
G <- 3.5 -> H
G <- 1 -> B
2, 3.5, and 1 are distances.
If I don't want to use the data already available (like GeneMania and Ingenuity), and just want to make my de-novo network of relationships, is there any way I can do that in R? I am not very keen about clustering, network generation is preferred.
Also, maybe a resource of available methods for network generation?
Thanks for your attention.
You are welcome. Not really, it really depends on what are you doing. The Cytoscape web site is really good and the packages are well explained and easy to use. Thus, if you see a package that could be useful for you, do not be afraid of give it a try! Good luck!