TthinkModell / dynnetwork

Automatically exported from code.google.com/p/dynnetwork
0 stars 0 forks source link

Generated .xgmml file not uploading in cytoscape #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a simple multidimensional array in matlab a=[1 2;3 4]; a(:,:,2)=[1 
2;5 6];  t=a(:,:,:);
2. then use matrix2xgmml(t,'test')
3. it will generate a file attached
4. Load it to cytoscape and it will fail " could not parse xgmml"

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by abhishek...@ucdconnect.ie on 3 Feb 2015 at 2:18