Commits for ceisenhart
switch to files view, user index
v305_preview2 to v305_base (2014-08-25 to 2014-09-02) v305
- ExpData.c takes in a matrix of data and a corresponding matrix of names.The output is a .json file which can be used for visualizations.
forceLayout.html is a d3 visualization that is generated with a .json file.
radialDend.html is a d3 visualization that is generated with a .json
file.
hacTree.c, refactored the code slightly to remove uneccesary merge
calls.
bigWigCluster.c
runs on a list of bigWig files, uses the hacTree library to cluster the
bigWigs into a binary tree. The output is a .json file which can be used
for visualizations
- src/hg/expData/expData.c - lines changed 276, context: html, text, full: html, text
- src/hg/expData/forceLayout.json - lines changed 247, context: html, text, full: html, text
- src/hg/expData/radialDend.html - lines changed 109, context: html, text, full: html, text
- src/utils/bigWigCluster/bigWigCluster.c - lines changed 195, context: html, text, full: html, text
- src/utils/bigWigCluster/makefile - lines changed 3, context: html, text, full: html, text
- Fixing comments, normalizing output values
- src/utils/bigWigCluster/bigWigCluster.c - lines changed 93, context: html, text, full: html, text
- Fixing comments, normalizing output values
- src/hg/expData/expData.c - lines changed 2, context: html, text, full: html, text
switch to files view, user index