This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Making Network Diagram From Pairs Of Gene Names

I want to make a network diagram from a list of gene pairs and their properties:

A B X
B C Y
A D Z
python cytoscape

Please edit your post to clarify your question or will be deleted.

1 answer

Cytoscape will display this network. The format is A, relationship, B - where A and B will be your genes (nodes) connected by a given relationship (edge). Cytoscape can accept a .txt file.

Log in to answer this question.