You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,23 @@ visualized such that the directed paths are aligned along
13
13
the magnetic fields. This creates an easy-to-explore
14
14
visualization of the dependencies around the poles.
15
15
16
+
[<palign="center"><br>Open on Cytoscape app store</p>](https://apps.cytoscape.org/apps/codenetvis)
16
17
18
+
**Highlighted Usages:**
19
+
20
+
- Revealing classes that need to be
21
+
rigorously tested to make sure an error does not impact
22
+
the other parts of the program.
23
+
24
+
- Finding classes that are not well related
25
+
to each other--in function or dependency, meaning it may be
26
+
better to reorganize them in separate packages.
27
+
28
+
- Using the polar layout to identify major dependency
29
+
links between classes, to find groups of classes that could be
30
+
separated into modules of their own.
31
+
32
+
---
17
33
18
34
### Introductory Video
19
35
@@ -26,6 +42,10 @@ visualization of the dependencies around the poles.
26
42
27
43
### Installation:
28
44
45
+
Go to [CodeNetVis app page](https://apps.cytoscape.org/apps/codenetvis) on the Cytoscape App Store and click the "Install" button.
46
+
47
+
Alternatively, follow the instructions below:
48
+
29
49
1. First install Cytoscape 3.9.1+ from [their official website](https://cytoscape.org/).
0 commit comments