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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# wk-shell-decomposition
2
2
3
-
wk-shell-decomposition is a Cytoscape 3 app that performs a k-shell decomposition on a network using a novel weighted algorithm. k-shell decomposition is a method that ranks the most important nodes in a network and partitions them into shells based on that rank. This novel algorithm assigns a weight based on the degree of a node and the adjacent nodes. This app will generate a column _wkshell on the network's node table that stores the rank and partitions the network into ordinal k-shells. This app can be run by accessing it under the apps menu or by calling the command:
3
+
wk-shell-decomposition is a Cytoscape 3 app that performs a k-shell decomposition on a network using a novel weighted algorithm. k-shell decomposition is a method that ranks the most important nodes in a network and partitions them into shells based on that rank. This novel algorithm assigns a weight based on the degree of a node and the adjacent nodes. This app will generate a column _wkshell on the network's node table that stores the rank and partitions the network into ordinal k-shells. The app then adjusts the layout of the network to packed concentric rings sorted by k-shell and applies a gradient to the color of the nodes by k-shell. This app can be run by accessing it under the apps menu or by calling the command:
0 commit comments