Git Product home page Git Product logo

Comments (1)

gpertea avatar gpertea commented on June 26, 2024

Unfortunately that class code is currently reported for any >=1bp overlap on the opposite strand..
As a side note, the gffcompare documentation has been updated recently (see http://ccb.jhu.edu/software/stringtie/gffcompare.shtml) with a diagram documenting these and other (newer) codes that were added to gffcompare. For example the new code 's' is much more specific as it also involves an intron overlap -- though obviously this is only helpful for multi-exon transcripts.

The C++ code actually retrieves the overlap length but the value is never exposed in the output files produced by gffcompare.
I was playing recently with a faster transcript classification code, temporarily called trmap (full code is in https://github.com/gpertea/trmap) which outputs the full exon structures (along with the class code) of both transcript query along with the overlapped references; I could easily modify that tool to also output the overlap length -- or one can use a post-processing script to filter those 'x' overlaps as needed, based on the exon coordinates.
Eventually this trmap code will likely become part of gffcompare.. but until then it's functional on its own for such quick transcript classification.

from gffcompare.

Related Issues (20)

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.