Description Usage Arguments Value Author(s) See Also Examples
A wrapper function to rank.genes
. This function provides a data frame of ranks, where rows correspond to genes and columns to data sets.
1 | rank.genes.adv(testp)
|
testp |
A list with two slots: |
A data frame of ranks, where rows correspond to genes and columns to data sets.
Ivana Ihnatova
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | data(Singhdata)
cl1<-as.data.frame(Singhdata$classes[[1]]+1)
names(cl1)<-"classlab"
cl2<-as.data.frame(Singhdata$classes[[2]]+1)
names(cl2)<-"classlab"
cl3<-as.data.frame(Singhdata$classes[[3]]+1)
names(cl3)<-"classlab"
rownames(Singhdata$esets[[1]])<-Singhdata$geneNames
rownames(Singhdata$esets[[2]])<-Singhdata$geneNames
rownames(Singhdata$esets[[3]])<-Singhdata$geneNames
data<-new("MetaArray", GEDM=list(Singhdata$esets[[1]], Singhdata$esets[[2]], Singhdata$esets[[3]]),
clinical=list(cl1, cl2, cl3), datanames=c("dataset1", "dataset2", "dataset3"))
m<-meta.test(data,"classlab")
rank.genes.adv(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.