Learn R Programming

RankAggreg (version 0.6.6)

geneLists: Ordered Gene Lists from 5 microarray studies

Description

This dataset contains five lists of genes, each of size 25, from five independent microarray studies on prostate cancer. The lists are given in Table 4 in the manuscript by DeConde et al. Lists form the rows of the dataset with columns corresponding to the ranks of genes in each individual study.

Usage

data(geneLists)

Arguments

Format

A matrix of size 5 by 25 containing 5 lists of genes.

Examples

Run this code
# NOT RUN {
data(geneLists)
topList <- RankAggreg(geneLists, 5, N=700, seed=100, convIn=3)
plot(topList)
# }

Run the code above in your browser using DataLab