Entering edit mode
Javier Pérez Florido
▴
840
@javier-perez-florido-3121
Last seen 6.8 years ago
Dear list,
I would like to carry out a Gene Set Analysis on the KEGG pathways on
my
Human Gene ST 1.0 array experiment using GSEABase. The annotation data
included in this experiment is pd.hugene.1.0.st.v1, but it hasn't got
functions like pd.hugene.1.0.st.v1PATH2PROBE. These functions are
handled by hugene10sttranscriptcluster.db, so, my idea was to, first,
using hugene10sttranscriptclusterENTREZID to get the entrezID for each
gene in the experiment and then call GeneSetCollection using these
entrezIDs, something like that:
GeneSetCollection(entrezIDlist,
idType="EntrezIdentifier",setType=KEGGCollection()), but it doesn't
work
Error en function (classes, fdef, mtable) :
unable to find an inherited method for function "GeneSetCollection",
for signature "character", "character", "KEGGCollection"
How can I build my Gene set object?
Thanks,
Javier