chengsoonong / rede

A network visualisation tool for probe pairs arising in genome wide association studies. Based on http://d3js.org/
3 stars 1 forks source link

JSON data structure for multiple statistics #7

Open stefan-sev opened 10 years ago

stefan-sev commented 10 years ago

Currently the JSON data structure requires a new key for every statistic in the Link data structure. The code base searches for a specific set of names, which may not include all statistics that have been calculated. This should change to a list of key/value pairs to allow a fixed data structure that can model multiple (and any) statistics.