Usage
rankinvariant(x.lumi, targetArray = NULL, rrc = .05, lowRank = seq(.5, .25, -.05), highRank = .9, minSize = .02, maxit=200)
Arguments
x.lumi
an ExpressionSet inherited object or a data matrix with columns as samples and rows as genes
targetArray
A target chip is the model for other chips to normalize. It can be a column index, a vector or a LumiBatch object with one sample.
rrc
The relative rank change allowed for a gene to be selected as rank invariant
lowRank
A vector with, in decreasing order, the minimum ranks where candidate genes can be selected as rank invariant
highRank
The maximum rank where candidate genes can be selected as rank invariant
minSize
Fraction of genes required to be selected as rank invariant
maxit
Maximum number of iterations for rlm
to reach convergence