Class ExpressionDataMatrixColumnSort


  • public class ExpressionDataMatrixColumnSort
    extends Object
    Methods to organize ExpressionDataMatrices by column (or at least provide the ordering). This works by greedily finding the factor with the fewest categories, sorting the samples by the factor values (measurements are treated as numbers if possible), and recursively repeating this for each block, until there are no more factors with more than one value.
    Author:
    paul