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

Fix GO term recommendations #409

Merged
merged 2 commits into from
Dec 15, 2023
Merged

Commits on Dec 15, 2023

  1. Fix GO recommendations

    Make the size of terms more accurate by calculating only the number of
    distinct genes among its descendants and itself.
    
    Fix a bug in the recommendation that was caused by a term appearing in
    its own set of descendants and thus being filtering out.
    
    Remove the minSize argument, we now only recommend term that have at
    least one novel gene.
    
    Apply the gene size limit when saving a profile by ignoring terms that
    exceed the limit.
    
    Combine genes and TIER3 genes to account for removed genes in an unsaved profile
    
    Fix all broken recommendation tests.
    
    Make the minimum overlap configurable
    arteymix committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    61a8ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5f18e2 View commit details
    Browse the repository at this point in the history