make.dex.set.object(Eset.data, comp.var, comp.def, gset.collection)
gset.collection contains a GeneSetCollection object defined in the Bioconductor package GSEABase. The gset.collection object must use the same identifiers for probe-sets as that used in the exprs component of Eset.data.
GeneSetCollection class: GeneSetCollection.
agdex
; write.agdex.result
; agdex.scatterplot
;
get.gset.result.details
; read.agdex.gset.details
; read.agdex.gset.details
;
# load data
data(human.data)
data(mouse.data)
data(gset.data)
# make dex.set object for human data
dex.set.human <- make.dex.set.object(human.data,
comp.var=2,
comp.def="human.tumor.typeD-other.human.tumors",
gset.collection=gset.data)
# make dex.set object for mouse data
dex.set.mouse <- make.dex.set.object(mouse.data,
comp.var=2,
comp.def="mouse.tumor-mouse.control",
gset.collection=NULL)
Run the code above in your browser using DataLab