Git Product home page Git Product logo

Comments (3)

jorvis avatar jorvis commented on August 18, 2024

Stan - Our code assumes input GFF3 following both the physical format and gene graph modeling described in the GFF3 specification.

The important part here is that CDS/exon features should have a type of RNA as their parent, where you have them attached to a gene feature. In that specification page search for this string "Here is how this gene should be described using GFF3".

The one thing not shown in that representation is where to attach annotation. We attach annotation features to the polypeptide for coding genes and the RNA feature for non-coding. Example:

gi|169887498|gb|CP000948.1|     .       gene    3734    5020    .       +       .       ID=1_4
gi|169887498|gb|CP000948.1|     .       mRNA    3734    5020    .       +       .       ID=1_4_mRNA;Parent=1_4
gi|169887498|gb|CP000948.1|     .       CDS     3734    5020    .       +       0       ID=1_4_cds;Parent=1_4_mRNA
gi|169887498|gb|CP000948.1|     .       exon    3734    5020    .       +       .       ID=1_4_exon;Parent=1_4_mRNA
gi|169887498|gb|CP000948.1|     .       polypeptide     3734    5020    .       +       .       ID=1_4_polypeptide;Parent=1_4_mRNA;product_name=threonine synthase;Dbxref=EC:4.2.3.1;Ontology_term=GO:0004795,GO:0009088

from biocode.

stanislasmorand avatar stanislasmorand commented on August 18, 2024

from biocode.

jorvis avatar jorvis commented on August 18, 2024

You should also note that there are many GFF3-related utility scripts within biocode's 'gff' directory which could help here. Some scripts convert common tool 'gff' output to actual gff3 while others can be used to manipulate conventions within a gff file more directly. Hopefully this helps.

from biocode.

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.