biolab/orange3-bioinformatics

GO Enrichment Analysis

Open

#2 opened on Feb 5, 2018

 (0 comments) (0 reactions) (0 assignees)Python (21 forks)auto 404
enhancementhelp wantedpriority-low

Repository metrics

Stars
 (24 stars)
PR merge metrics
 (PR metrics pending)

Description

Current gene ontology enrichment runs quite slow and consumes a lot of system memory.

The proposal is, that we use gotea module from Genialis repository: https://github.com/genialis/gotea

Usage: https://github.com/genialis/resolwe-bio/blob/master/resolwe_bio/tools/goea.py#L64

This change will introduce a major redesign in current GO module and OWGOBrowser widget.

Contributor guide