Coder Social home page Coder Social logo

Comments (1)

alpae avatar alpae commented on August 26, 2024

Hi @biomendi

The big difference among OMAmer and OmaStandalone is that in the first case we map sequences to a (large) existing dataset of precomputed Hierarchical Orthologous Groups (HOGs) - usually all of OMA. The HOGs in there were initially also computed with the bottom up approach implemented in OmaStandalone.

If you compute HOGs with OmaStandalone, you don't use the knowledge that all the other genomes in OMA could bring. The HOGs are computed by recursively checking the completeness of pairwise ortholog relations among the sub-HOGs along the species tree. If you think your groups are too fragmented, this could have several reasons:

  • the gene models in the species are fragmented -> this leads to splits as the LengthTol parameter breaks putative orthologs because they vary a lot in their length
  • the sequences you are analyzing are relatively short -> the MinScore of 181 corresponds roughly to a bit score of 50 in a blast query, so it is quite stringent.
  • you can also play around with the MinEdgeCompletenessFraction, to allow more aggressive merging of clusters (lower values)

Regarding the question of HOG-IDs: The StableIdsForGroups won't produce IDs similar to OMAmer. Those IDs are actually OMA browser release dependent (we try to provide a forward mapping of those IDs). The StableIdForGroups option rather produces an AA-fingerprint that is only found in this HOG. We haven't implemented this for the bottom_up version.

sorry for the late response. I hope it is still helpful.

Best wishes
Adrian

from omastandalone.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.