OL.result {OrderedList} | R Documentation |
The data set consists of an OrderedList
object derived by applying function OrderedList
on the expression sets in OL.data
. The function calls are given in the example section below.
data(OL.result)
Yang X, Bentink S, Scheid S, and Spang R (2006): Similarities of ordered gene lists, to appear in Journal of Bioinformatics and Computational Biology.
## Not run: a <- prepareData( list(data=OL.data$breast,name="breast",var="Risk",out=c("high","low"),paired=FALSE), list(data=OL.data$prostate,name="prostate",var="outcome",out=c("Rec","NRec"),paired=FALSE), mapping=OL.data$map ) OL.result <- OrderedList(a) ## End(Not run)