Publish your application as JavaScript

that mashes up the Linked Open Data

Application Information

forked:Interactive association matrix

0

Rating

 useful
0
Loading...

Application


  • Play
  • JavaScript
  • CSS
  • HTML
  • ReadMe
  • Snapshots

Interactive association matrix


HOW TO USE

Left diagram indicate clustered elements calculated using cross table given as LinkData RDF.

Each cell is colored with from blue to red corresponding high odds ratio and low odds ratio.  The odds ratio is used as the distance of two elements in clustering.

The diagram responds to your cursor move and Venn diagram would be shown in right panel indicating statistical significance and raw odds ratio. P-values were obtained using hypergeometric distribution.

Preferred Venn diagrams can be saved when a cell is clicked to compare with overlap of other elements. 


DATA FORMAT

The application is capable to interpret RDF tables containing cross tables.

Each row should have a 2x2 contingency table. Suppose we have two elements X and Y and sets of X-positive/-negative and Y-positive/-negative items, the contingency table follows.

                   Y-positive   Y-negative

X-positive    N11            N12

X-negative   N21            N22

Then the row describing the correlation is

X  Y  N11 N12 N21 N22.


If you have M elements and would like to obtain their diagram, your LinkData table should have M x (M - 1) / 2 rows.


jquery-1.7.1.min.js
jquery-ui-1.8.18.min.js
http://tk-venn2.appspot.com/js/tklib.js
http://tk-venn2.appspot.com/js/tkstat.js
http://tk-venn2.appspot.com/js/tkcluster.js
http://tk-venn2.appspot.com/js/tkcolor.js
http://tk-venn2.appspot.com/js/tktree.js


Contributor Send Message
Forked from (Parent App) David_Gifford 's forked:Interactive association matrix
Run count 113
Website
License
Fork count 0
Created date Feb 7, 2013
Last update date Feb 7, 2013

Forked from (Parent App)

forked:Interactive association matrix Contributor: David_Gifford Update: Feb 7, 2013 180 runs
  • LinkData work list used as input data in this application.
  • You can change input data and execute application if you change the checkbox.

News Feed