Data example

Here is an example of a small data set with the right form to be used for these programs. The columns of the data must be ordered as "Survival time", "Censoring index", "Clinical variables", and "Gene expression values". The rows of the data correspond to each individual.

data_example_clinico.txt

When read into matlab or R, this data set should be of size 4 x 9, corresponding to "Survival time", "Censoring index", "Clinical variable #1" (0/1 variable), "Clinical variable #2" (numerical variable), "Gene expression value #1", ..., "Gene expression value #4".

Note that this format is the transpose of what is normally used for microarray gene expression data. Also, note that this example set is too small to be used for the software, and is merely put here so that one can observe the structure of the data.