Entering edit mode
                    5.4 years ago
        felipead66
        
    
        ▴
    
    120
    I have a list of genes and the corresponding GO terms for a non-model organism. Could I calculate enrichment factor from the list of GO terms?
Yes. You could try using
clusterProfiler::enricherand pass in your GO-term to gene mappings with theTERM2GENEargument. This won't identify GO-term-depletions though. https://bioconductor.org/packages/release/bioc/html/clusterProfiler.html