Hello,
> allg<-get("hgu133aENTREZID")
> allg<-as.data.frame(unlist(as.list(allg)))
> myids<-unique(allg[rownames(dat.s),])
> params<-new("GOHyperGParams", geneIds=myids,
+ annotation=c("hgu95av2"), ontology="BP", pvalueCutoff=0.05,
+ conditional=FALSE, testDirection="over")
Loading required package: hgu95av2.db
Failed with error: ‘hgu95av2PFAM is defunct. Please use select() if you need access to PFAM or PROSITE accessions.’
In addition: Warning messages:
1: In (function () :
hgu95av2CHR is deprecated. Please use an appropriate TxDb object or package for this kind of data.
2: In (function () :
hgu95av2CHRLENGTHS is deprecated. Please use an appropriate TxDb object or package for this kind of data.
3: In (function () :
hgu95av2CHRLOC is deprecated. Please use an appropriate TxDb object or package for this kind of data.
Error in DatPkgFactory(annotation) :
annotation package 'hgu95av2.db' not available
and the same error with ontology=MF , ontology=CC !!!
also the same error with KEGG pathway :
> params<-new("KEGGHyperGParams", geneIds=myids,
+ annotation="hgu95av2", pvalueCutoff=0.05,
+ testDirection="over")
Loading required package: hgu95av2.db
Failed with error: ‘hgu95av2PFAM is defunct. Please use select() if you need access to PFAM or PROSITE accessions.’
In addition: Warning messages:
1: In (function () :
hgu95av2CHR is deprecated. Please use an appropriate TxDb object or package for this kind of data.
2: In (function () :
hgu95av2CHRLENGTHS is deprecated. Please use an appropriate TxDb object or package for this kind of data.
3: In (function () :
hgu95av2CHRLOC is deprecated. Please use an appropriate TxDb object or package for this kind of data.
Error in DatPkgFactory(annotation) :
annotation package 'hgu95av2.db' not available
was I miss any thing above or ??
Tahani,
Any advice about please?
Tahani.