BioNERO and Cystoscope
1
1
Entering edit mode
Hasani • 0
@8b096514
Last seen 12 months ago
United Kingdom

Is it possible to export the networks created by BioNERO onto Cystoscope?

#BioNERO BioNERO Cystoscope • 394 views
ADD COMMENT
0
Entering edit mode
@fabricio_almeidasilva-14890
Last seen 25 days ago
Ghent, Belgium

Hi,

Yes. Cytoscape accepts networks as "edge lists" (i.e., a 2-column table representing the genes of each edge).

You can extract the edge list for a particular module with the function get_edge_list() (see here for details, including different methods to filter spurious edges out), and then you can write the data frame to a .tsv or .txt file with the base R function write.table().

If you're doing it for multiple modules (or even all of them) and want to color nodes based on the module to which they belong, you can use the data frame genes_and_modules in the list returned by the function exp2gcn(). For instance, if your network is named my_network, you can access such data frame in my_network$genes_and_modules.

Best,

Fabricio

ADD COMMENT

Login before adding your answer.

Traffic: 604 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6