\name{rankProd} \alias{rankProd} \title{graphical interface to rank product method implemented in RankProd Bioconductor library.} \description{ To know more about rank product method see RankProd help. } \usage{rankProd()} \details{ The target file for the RankProd implementation contain the origin of the data as a number separated by an under score from the corresponding covariate. If all data are from the same origin the origin definition is not needed. Therefore target will contain only the covariates. \tabular{lll}{ Name \tab FileName \tab Target \cr mC1 \tab M1.CEL \tab \code{CTRL_1} \cr mC2 \tab M4.CEL \tab \code{CTRL_1} \cr mC3 \tab M7.CEL \tab \code{CTRL_2} \cr mE1 \tab M3.CEL \tab \code{CTRL_2} \cr mE2 \tab M6.CEL \tab \code{CTRL_2} \cr mE3 \tab M9.CEL \tab \code{TRT_1} \cr mI1 \tab M2.CEL \tab \code{TRT_1} \cr mI2 \tab M5.CEL \tab \code{TRT_2} \cr mI3 \tab M8.CEL \tab \code{TRT_2} } } \author{Raffaele A Calogero} \keyword{utilities}