Entering edit mode
Renata Paiva
▴
10
@renata-paiva-3476
Last seen 10.2 years ago
I tried to use the function HyperGTest() with GO, and it gives the
error:
Erro em initialize(value, ...) :
invalid names for slots of class "GOHyperGResult": pvalues,
oddsRatios,
expectedCounts, catToGeneId
Im using this packages
library(org.Hs.eg.db)
library(annotate)
library(GO.db)
library(RColorBrewer)
library(xtable)
library(Rgraphviz)
library(Category)
library(GOstats)
I defined the class:
params = new("GOHyperGParams", geneIds = (corte), universeGeneIds =
(univ),
annotation = "org.Hs.eg.db", ontology = "BP",
pvalueCutoff
= hgCutoff,
conditional = TRUE, testDirection = "over")
where:
corte = genes selected with an ftest (GO)
univ = gene universe (GO)
And the function is
I tried to use the function HyperGTest() with GO, and it gives the
error:
Erro em initialize(value, ...) :
invalid names for slots of class "GOHyperGResult": pvalues,
oddsRatios,
expectedCounts, catToGeneId
Im using this packages
library(org.Hs.eg.db)
library(annotate)
library(GO.db)
library(RColorBrewer)
library(xtable)
library(Rgraphviz)
library(Category)
library(GOstats)
I defined the class:
params = new("GOHyperGParams", geneIds = (corte), universeGeneIds =
(univ),
annotation = "org.Hs.eg.db", ontology = "BP",
pvalueCutoff
= hgCutoff,
conditional = TRUE, testDirection = "over")
where:
corte = genes selected with an ftest (GO)
univ = gene universe (GO)
hgOver = hyperGTest(params)
thanks
Renata Paiva
Ler significa reler e compreender, interpretar.
Cada um lê com os olhos que tem. E interpreta
A partir de onde os pés pisam.
Leonardo Boff
[[alternative HTML version deleted]]