Open enriquepola1996 opened 7 months ago
No, if you use the generic function enricher
it will use the GO-to-gene mapping as defined in the provided TERM2GENE
file (in your case this is go_final
). If you would like to restrict your analysis to BP only, you will have to filter go_final
before 'feeding' it to enricher
.
See for example my posts here: https://github.com/YuLab-SMU/clusterProfiler/issues/678#issuecomment-2027468095 (part from section #### B) combined analysis
), or here: https://github.com/YuLab-SMU/clusterProfiler/issues/588#issuecomment-1600657391 (part from section ## limit analysis to only GO-BP categories
).
Hello dear developers,
I am using clusterProfiler to perform a GO analysis for an organism where I am providing my own table of GO terms and my list of genes, however, I am wondering if it is possible to set the parameter ont = "BP" or ont = "CC ". I am running my analysis this way:
I greatly appreciated the support.