Message Boards Message Boards

0
|
7046 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

Create this protein network analysis?

Hello everyone, i am working with protein networks, and i would like to use mathematica to do the analysis. But there are some kind of thing that i do not how to do, i hope you guys can help me.

My first doubt is about to construct a network . I am trying to connect the first element of the first with the first element of the second list, the second of the first list with the second of the second list and so on. In order to work with long list. But with this command all nodes

RelationGraph[Unequal, {"BTBD3", "NR3C1", "CDH13"}, {"BTBD1", "BTBD6",
   "DAT1"}]

The second issue is that i am working with graphml files from cytoscape, but when i try to do thing like put the name of the edges mathematica do not let me do it

I was unable to add the GraphMl file

Attachments:
POSTED BY: Oscar Rodriguez

I am trying to connect the first element of the first with the first element of the second list, the second of the first list with the second of the second list and so on.

list1 = {"BTBD3", "NR3C1", "CDH13"};
list2 = {"BTBD1", "BTBD6", "DAT1"};

Graph[Thread[list1 <-> list2], VertexLabels -> "Name"]

As for the second question, it's hard to say much without having the GraphML file. (I'll note that it seems to me that Mathematica supports GML better than GraphML ...)

POSTED BY: Szabolcs Horvát
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract