rorS(data, annot, do.mapping = FALSE, mapping, verbose = FALSE)TRUE if the mapping through Entrez Gene ids must be performed (in case of ambiguities, the most variant probe is kept for each gene), FALSE otherwise. Note that for Affymetrix HGU datasets, the mapping is not necessary.TRUE to print informative messages, FALSE otherwise.1 being high risk and 0 being low risk.## load NKI dataset
data(vdxs)
## compute relapse score
rs.vdxs <- rorS(data=data.vdxs, annot=annot.vdxs, do.mapping=TRUE)Run the code above in your browser using DataLab