# demonstration of combined systems analysis using # two hypothetiocal experiments extracted from # a subset of R. Furlongs mouse testis time course. # For the use of separate test data we refer to the library code. # # (C) P. Sykacek 2006 # # here we could potentially modify the labels. # we do though use the default labeling... trlabels: trfname: exp1.mat tstlabels: tstfname: trlabels: trfname: exp2.mat tstlabels: tstfname: # as an example - if we would like to ignore a # particular part of a dataset, we can do that # by overriding the default labels using NaNs. # This is also useful to analyse for different # state changes that might be of interest in a time course. # In any case: labels are sample based. Here we have 8 # replicates per time sample type and for the result # to make sense need thus 8 identical repetitions. # The following is an example for exp2.mat. # A1 A2 A3 A4 A5 A6 A7 A8 B1 B2 B3 B4 B5 B6 B7 B8 C1 C2 C3 C4 C5 C6 C7 C8 D1 D2 D3 D4 D5 D6 D7 D8 #trlabels: 1 1 1 1 1 1 1 1 NaN NaN NaN NaN NaN NaN NaN NaN 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 #trfname: exp2.mat #tstlabels: #tstfname: