jennyxing / Clotho

Interactive exploration, visualization, and manipulation of graph data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Picture

##Description Clotho is a Javascript library that that allows users to explore, visualize, and manipulate graph data. It is supported by D3.js (http://d3js.org/) and DagreD3 (http://d3js.org/).

##Example http://janelia-flyem.github.io/Clotho

##Quick Start

  1. Clone the repository
  2. Open examples/dag.html or examples/force.html in a modern browser.

##Functions init - initializes the graph. this is the only function that needs to be called to create the graph.

addNode -

deleteNode -

addEdge -

deleteEdge -

pinAllNodes -

releaseAllNodes

showAllEdgeText/hideAllEdgeText

showUnnamedNeurons/hideUnnamedNeurons

getSelectedNodeRawData/getSelectedEdgeRawData

FORCE DIRECTED GRAPH OPTIONS

DAG OPTIONS

fitDAG - Fits entire DAG to SVG Container

toggleChildren - toggles collapsing and expanding of a parent node

collapseGraph - fully collapses entire DAG

expandGraph - fully expands entire DAG

##Author Information Clotho was created by members of Women's Coding Circle at Janelia Research Campus (http://womenscodingcircle.com/) and developed by Jenny Xing (xingy@mail.hhmi.org).

Picture

Scientific Computing
Janelia Farm Research Campus
Howard Hughes Medical Institute

About

Interactive exploration, visualization, and manipulation of graph data

License:Other


Languages

Language:JavaScript 97.8%Language:CSS 2.2%