% preprocess AML ALL data set function preproc(data, order) % clusters labels = order(2,:)'; % gene data needs to be transposed amlall = data'; % normalize inputs to one amlall = amlall./max(max(amlall)); save amlall.mat amlall labels