Hi Ela.
Yes, this feature is available in Cytoscape 3.1.0 (latest version).
If you need to export your Cytoscape 3 networks into Cytoscape.js
JSON, you just need to select File-->Export-->Network and View...
If your original data file is an adj. matrix, you need to convert it
into Cytoscape compatible format first. If you use R, something like:
g <- as.matrix(read.table(your_matrix_file.txt))
write.graph(g, "myGraph.txt" format="edgelist")
and then you can read the generated file into Cytoscape.
Kei
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
cytoscape-disc...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/cytoscape-discuss.
> For more options, visit
https://groups.google.com/d/optout.
--
Keiichiro Ono
http://keiono.github.io/