RSS Git Download  Clone
Raw Blame History
[%
columns = [ 
  { #1
    label = 'Cytocell alpha12/ DLEU7/RB1',
    tests = [ '13q14_dleu7', '13q14_rb' ],
  },
  { #2
    label = 'Cytocell TP53/ ATM',
    tests = [ 'p53', 'atm' ], # no tp53 in fish
    logical = 'AND',
    skip = [ 'alpha11','alpha17'],
  },
  { #3
    label = 'Cytocell CCND1 / IGH / alpha 11',
    tests = [ 'bcl1_igh', 'alpha11' ],
    logical = 'AND',
  },
  { #4
    label = 'Cytocell TP53/ alpha 17 (17p13)',
    tests = [ 'p53', 'alpha17' ],
    logical = 'AND',
  },
  { #5
    label = 'Cytocell ATM/ alpha 11 (11p23)',
    tests = [ 'atm', 'alpha11' ],
    logical = 'AND',
  },
  { #6
    label = 'other test',
    tests = [],
   },
  { #7
    label = 'other test',
    tests = [],
  },
];
%]