funded by  
A number of the most frequent events (rearrangements) is selected by the user and displayed in the viewing panel. The interconnections between them are shown as lines between the buttons representing the rearrangements. By clicking such a line, more information on that interconnection is displayed in the info panel.
There upon the dependence network window is opened, but the dependence network is not yet calculated. You may edit the parameters first. To show the dependence network, select "Show - Dependence Menu" from the menu (the "Show - Report" menu is not yet functional).
The dependence network is calculated and shown in the window:
The window is divided into three sections: on the lower panel (= viewing panel), the dependence network proper is shown. On the upper panel (= info panel), statistical information is shown on a selected rearrangement or interconnection of a pair of rearrangements. In between, there are two track bars for adjusting the number of events shown and their minimum dependence.
For all info labels, tooltips are available: often the texts are too long to be shown in their proper position, then moving the mouse over the corresponding element will show up the full text.
The number of events shown can be adjusted with the right trackbar ("Event Count"). Moving it to the right adds the next most frequent event, moving it to the left removes the least frequent one of the events shown.
Newly added events are placed at random on the viewing panel.They can be moved by clicking with the right mouse button on them and drawing the mouse to the desired position while keeping the right button pressed.During moving, the lines connecting the events are updated which may require some computing power.
Between events, their dependence is shown by lines. Blue color denotes positive dependence (the events occur together more often than expected), red color denotes negitive dependence (the events occur together less often than expected). The thicker a line, the more reliable is such an interconnection.
The Event Dependence trackbar on the left sets the minimum reliability
of a dependence between two events. Internally, the chi-square value is
used for comparison. To see reliably dependent events only, move it to
the right. To see more interconnections, also less reliable ones or even
unreliable ones, move it to the left.
When you want to see all interconnections, set the minimum value of
the Dependence Line Adjustment
parameter to 0.
Technical information on the DependenceViewer control is available from the Data Mining documentation.
The "Save" menu allows you to save the dependence netweork which is displayed in the viewer panel into an image file. The buttons are replaced by ellipses of sufficient width for the texts, the positions are taken from the viewer panel.
"Close" closes the window.
"Dependence Network" shows the dependence network. If a recalculation is required (e.g. after editing the parameters), this function starts the calculation.
"Arrange Circular" rearranges the events on the viewer panel. The most frequent event is shown in center top position, followed by the other events with descending frequency in clockwise arrangement.
"Report" is not yet implemented.
The parameters for the dependence network can be accessed from the "Edit" menu. Both submenus will open the same edit window, but with the appriopriate tab selected. Editing the parameters via this menu will change the parameters for subsequent calculations of this window only.
For the meaning of the parameters of the dependence netowrk see below. The General Parameters are explained in the Data Mining page.
The Help menu leads you to the documentation available on the CyDAS
website, either the User Documentation (this page) or to the Technical
Documentation.
A local "Help" is not yet implemented.
Warning:
All statistical calculation require a large enough number of cases.
In the example shown below, this precondition is not fulfilled!
Also note, that a clear definition of the statistical numbers does not exist! Depending on your source, different calculations may be found.
More on the technical background is available in the Technical Documentation.
| -ev1 | +ev1 | |
| -ev2 | 227 | 11 |
| +ev2 | 5 | 2 |
In this example, 227 cases had neither event 1 nor event 2. 2 cases had both events, 11 cases had event 1 but not event 2, and 5 cases had event 2 but not event 1.
This four fold table is the basis for further statistical calculations.
Internally, it is expanded to take up he marginal distributions also:
| -ev1 | +ev1 | any | |
| -ev2 | 227 | 11 | 238 |
| +ev2 | 5 | 2 | 7 |
| any | 232 | 13 | 245 |
In the above example, 2 karyotypes among 245 karyotypes had both rearrangements,
corresponding to 0.82%. The expected number is calculated from the marginal
distribution: (cases with event 1) times (cases with event 2) divided by
(number of all cases), i.e. 13 * 7 / 245 = 0.4.
The two cases having both rearrangements correspond to 15.38% of cases
with event 1 (= 2 / 13), and to 28.57% of cases with event 2 (= 2 / 7).
In our example, 25% of cases with an i(17)(q10) are "caused" by a +der( 22)t(9;22)(q34;q11), while 14% of cases with a +der(22)t(9;22)(q34;q11) are "caused" by an i(17)(q10).
Note that this is just a statistical interpretation; check if there are scientific reasons which would allow for such an interpretation.
In our example, the risk of getting a +der(22)t(9;22)(q34;q11) is some 7 fold increased for patients already having an i(17)(q10), and the risk of getting an i(17)(q10) is some 6 fold increased for patients already having a +der(22)t(9;22)(q34;q11).
In our example, the chi-square value is 7.76. This means that the events occur more often together than expected, and that this combination is significant at a 5% error level (required chi-square: 3.84).
In the four fold tables used, Phi can vary between -1 and +1.
The Odds Ration can vary between 0 and (positive) infinity.
This coefficient can vary between 0 and the square root of 0.5 (ca. 0.71). Dividing it by the latter maximum value gives raise to "Sakoda's adjusted Pearson's C".
Alternatively, the parameters can be accessed from the CyDAS
main window using the "Edit - Mining
Parameters" menu. Changing the parameters from the main window will
influence all mining windows opened later.
The edit form shows the parameters and their present values:
It is not recommended to use very high maximum values, since also quite rare rearrangements would be shown. There is no minimum requirement for the frequency of an event to be shown - it might have occured once only. Too small a number might hide remarkable associations.
Allowing a minimum of 0 can be useful, if statistical information for all "associations" is to be queried, also for those which are not at all statistically significant. This cannot be recommended with a high number of events shown.
Allowing very high requirements for chi-square can be useful when very large numbers of karyotypes were analysed.