Learn R Programming

OrderedList (version 1.44.0)

OL.result: Three Examples of Class 'OrderedList'

Description

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.

Usage

data(OL.result)

Arguments

References

Yang X, Bentink S, Scheid S, and Spang R (2006): Similarities of ordered gene lists, to appear in Journal of Bioinformatics and Computational Biology.

See Also

OL.data, OrderedList

Examples

Run this code
## 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)

Run the code above in your browser using DataLab