YuLab-SMU / clusterProfiler

:bar_chart: A universal enrichment tool for interpreting omics data
https://yulab-smu.top/biomedical-knowledge-mining-book/
967 stars 246 forks source link

clusterProfiler custom annotated list #655

Closed mansi-aggarwal-2504 closed 6 months ago

mansi-aggarwal-2504 commented 6 months ago

Hello, I want to conduct ORA using the ⁠ enricher ⁠ fucntion. In TERM2GENE, I pass the TF target genes in column 2, and column 1 is my annotation “TF”, which is the same for all rows. Input is a list of genes. I wanted to check if the overlap between these two lists is significant.

However, I get a NULL result for all TF target genes and input genes combination:

Screenshot 2024-01-06 at 8 19 50 am

Could anyone let me know where I am going wrong?

Thanks.

guidohooiveld commented 6 months ago

Please refrain of posting the same question multiple times; you posted this one already 3 times (!) at the Bioconductor support forum...

Are you sure that the number of TF target genes is indeed less than 500? Based on the error message, this is the first thing to check!

mansi-aggarwal-2504 commented 6 months ago

Apologies, I wasn't able to make an actual post due to a forum glitch perhaps (?) and hence, I left comments on 3 very old but somewhat related posts.

However, thank you for your response. Let me troubleshoot my input lists again.