This is the AIMS model define using 100 simple rules of the form gene
A < gene B and combine within a naive bayes classifier within
e1071. (Paquet et al. under review JNCI) Briefly, using a suitably large training dataset(~5000 gene breast
cancer gene expression profiles), the approach
identifies a small set of simple binary rules (~20) that examine the raw
expression measurements for pairs of genes from a single breast cancer patient, and
only that patient. The binary rules are of the form "if the expression
of gene x is greater than gene y, then tend to assign subtype z for that
patient". Subtypes could be : Basal, Her2, LumA, LumB, or Normal.
The collection of binary rules is combined for a single
estimation of a patient subtype via a single probabilistic model using
naiveBayes in e1071. In
this way, since only expression levels of genes with a single patient is
considered, the method represents a promising approach to ablate the
instability caused by relativistic approaches (Paquet et al. in review
at JNCI).