Usage
RankProduct(data, varname, num.perm = 100, logged = TRUE, na.rm = FALSE, gene.names = NULL, plot = FALSE, rand = NULL, cutoff = 0.05)
Arguments
varname
Character String - name of one column in clinical data matrices to be used as class labels, factors are turned into a numeric vector by as.numeric()-1)
num.perm
Number of permutations
logged
Logical - indicating whether data are on log-scale
na.rm
Logical - if FALSE
(default), the NA value will not be used in computing rank. If TRUE
the missing values will be replaced by the genewise mean of the non-missing values. Gene will all value missing will be assigned "NA"
gene.names
Character vector - gene names to be be attached to the estimated percentage of false prediction (pfp)
plot
Logical - if TRUE
a plot of the estimated pfp verse the rank of each gene is drawn
rand
Numeric - a seed for random number generator
cutoff
Numeric - p-value for selection of significant genes