Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OrgDb for maize #687

Open
enriquepola1996 opened this issue Apr 18, 2024 · 1 comment
Open

OrgDb for maize #687

enriquepola1996 opened this issue Apr 18, 2024 · 1 comment

Comments

@enriquepola1996
Copy link

enriquepola1996 commented Apr 18, 2024

Hello,

I am trying to perform a GO analysis with clusterProfiler, however I am having problems with OrgDb because it is not supported, could anyone suggest something to resolve this?

#ORA
ora_analysis_BP <- enrichGO(
  gene = annot_diff$entrezgene_id,
  universe = annot_universe$entrezgene_id,
  OrgDb= ????,
  keyType = "ENTREZID",
  ont = "BP",
  pAdjustMethod = "BH",
  qvalueCutoff = 0.05,
  readable = TRUE,
  pool = FALSE
)

Update:

I solved my problem with AnnotationHub:

https://guangchuangyu.github.io/cn/2017/07/clusterprofiler-maize/#disqus_thread

Thanks.

@guidohooiveld
Copy link

guidohooiveld commented Apr 18, 2024

Your post on the Bioconductor support forum originally revealed that your were using a dataset based on ensembl ids.

Please have a look at one of my previous posts for some code to analyze an ensembl-based dataset: #588 (comment)

Note that you will have to modify it slightly because I used it to analyze an ensembl-based tomato dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants