Entering edit mode
7.3 years ago
Cy
•
0
Greeting.
I want to create a network by using R but I only have a table that contain OTU ID and the abundance value of two samples ONLY.
Isn't possible? If can, which package can be used or any other software? Greatly appreciated to any suggestions and helps.
Thank you.
Thank you for your suggestion. But I do not have the edge list and adjacent matrix. Hence, how to get the adjacent matrix in R.
You have to decide on how you want to represent your data as a graph. You can think of the adjacency matrix as being a similarity matrix. You could measure how similar OTUs are across the samples using a relevant similarity measure (for similarity measures in R, see the proxy package)