Entering edit mode
Paul Shannon
★
1.1k
@paul-shannon-578
Last seen 10.2 years ago
Can anyone direct me to an example of using hyperGTest with a
KEGGHyperGParams?
My organism is yeast and -- since my experimental data is from
proteomics -- I
have been happy using the YEAST annotation package, rather than
annotation
for a particular chip:
params = new ("GOHyperGParams", geneIds = unique (genes),
universeGeneIds = character (0), annotation =
"YEAST",
ontology = ontology, pvalueCutoff = pvalue,
conditional = FALSE,
testDirection = "over")
hgr = hyperGTest (params)
I'd be delighted to find a similar example for yeast & KEGG. My own
experiments
and web searching didn't get me far.
Thanks!
- Paul