funded by  
Depending on your needs, you may download a full application (recommended) or libraries containing the business logic only (e.g. for your own programming purposes).
An installation guide is available in the documentation section.
Your data are stored in a database of your choice (MS Access, MS SQL Server, MySQL) and can be edited there.
CyDAS will analyse them for gains and losses or break points per chromosomal band, calculate karyoytpe evolution trees, dependence between aberrations, distribution of aberrations towards simple or complex karyotypes etc. Many parameters for these calculations can be adjusted to your needs.
If you want to work with the source code, have a look at the Developer Guide.
If you want to work with the source code, have a look at the Developer Guide.
It requires both the CyDASMining and the CyDASGeneralControls libraries which are not included (see below).
The resource file Chromosomes.xml must be copied into the same directory as ISCNAnalyser.dll (In case of using the source code, this means the bin subdirectory of the ISCNAnalyser source code).
This dll requires the CyDASGeneralControls library which is not included (see below).
The CydAS libraries can be used to set up various applications of your own choice.
Below, two examples are given which demonstrate how a karyogram can be drawn in a
Microsoft Office application. In both cases, both the ISCNAnalyser.dll and the
CyDASGeneralControls.dll must be referenced.
Note that with Visual Basic for Applications only a non-interactive bitmap can be
shown, while with "normal" Visual Basic (i.e. of Visual Studio) also the ImageMap control
can be used thus allowing for an interactive karyogram.