Rank Product analysis
Rank products: a simple, yet powerful, new method to detect differentially regulated genes in replicated microarray experiments
Rainer Breitling, Patrick Armengaud, Anna Amtmanna, Pawel Herzykb
Overview
Rank Product is a non parametric statistical method of analysing microarray data. It assumes that under the null hypothesis, the order of all items is random, and the probability of findng a specific item among the top r of n items in a list is p = r/n.
Multiplying theses probabilities over i replicates leads to the rank product definition;
[math]RP = \prod_i \frac{r_i}{n_i}[/math]
where ri is the rank of the item in the i-th list and ni is the total number of items in the i-th list. The smaller the RP value, the smaller the probability that the observed rank of the item in the list is due to chance. The BioConductor RankProd package produces a list of up and down regulated genes with a probability measure analogous to false discovery rate control.
This statistical method can analyse single channel and two channel cDNA microarray data. If one class data is provided as input it is assumed to be a matrix of expression ratios (M values). If two class data is provided it is assumed to be a matrix of single channels. e.g.
cl <- rep(1,5) cl <- rep(0:1, c(4,5))
The origin of the data can be spcified, single origin is from the same laboratory source, multiple origin is from several different laboratories. e.g.
origin <- c(1,5) origin <- c(1,1,1,2,2)
This is analogous to the inputs into SAM.