| Programs |
| |
|
MATLAB
For professional purposes I use MATLAB. This software is a numerical computing environment and programming language. Maintained
by The MathWorks, MATLAB allows easy matrix manipulation, plotting of functions and data,
implementation of algorithms, creation of user interfaces, and interfacing with programs
in other languages.
Microarray
A DNA microarray is a multiplex technology used in molecular biology and in medicine.
It consists of an arrayed series of thousands of microscopic spots of DNA oligonucleotides,
called features, each containing picomoles of a specific DNA sequence. This can be a short
section of a gene or other DNA element that are used as probes to hybridize a (c)DNA sample
(called target) under high-stringency conditions. Probe-target hybridization is usually
detected and quantified by detection of fluorophore-, silver-, or chemiluminescence-labeled
targets to determine relative abundance of nucleic acid sequences in the target.
|
|
3x2 & 4x2 Fisher's exact test for microarry data
Fisher's exact test is a statistical significance test used in the analysis of contingency tables where sample sizes
are small. It is named after its inventor, R. A. Fisher, and is one of a class of exact tests, so called because the
significance of the deviation from a null hypothesis can be calculated exactly rather than by relying on a test statistic
having a distribution that is approximately that of a known theoretical distribution. Since no freely available script existed
which could perform Fisher's exact test batch wise, I developed one. I used this to calculate the significance of thousents of
descritized measurements between two different cancer groups.
Versions: 1
First release: 2008
Language: PHP v5
|
|
BRCA1 classifier
One of nine women will develop breast cancer in her life time. Of these cancers 90% are sporadic while 10% is due
to inherited mutations. When inheriting mutated a BRCA1 gene, the lifetime risk for breast cancer increases up to 85%.
Breast cancer cells accumulate mutations which lead to the instabillity of the chromosomes (packed DNA). Aberrations
such as losses and gains of genomic material (DNA containing genes) will then accure. These aberrations can be used
to recognize and classify breast tumors to different sugroups to optimize treatment regimens. 'BRCA1 classifier' is a
program that can distinguish such a genomic profile of BRCA1-associated from sporadic breast tumors which is used in the
Netherlands Cancer Institute as an additional diagnostic tool for unresolved breast cancer cases (still in research setting).
Versions: included from atCGH 2.1
First release: 2008
Language: MatLab 7
|
|
Analyzing Tool for array-CGH
atCGH was developed for researchers at the Netherlands Cancer Institute (NKI). This program analyses and prosecces
array-CGH data. CGH stands for Comparative Genomic Hybridization and is a technique used to investigate chromosomal
instabillity, in for instance cancer. A microarray lets the user investigate thousents of different genomic locations
simultaneously. atCGH processes and normalizes the raw values of these micro array data which then can be used in downstream
analyses.
Versions: 2005, 2006, 2.0, 2.1, 2.2
First release: 2005
Language: MatLab 7
|
|