Giter Site home page Giter Site logo

Model UTRs explicitly about biocode HOT 2 OPEN

jorvis avatar jorvis commented on July 16, 2024
Model UTRs explicitly

from biocode.

Comments (2)

ktretina avatar ktretina commented on July 16, 2024

Hi Joshua,

I'd like UTRs to be added to this file (which certainly has genes with
UTRs):

/usr/local/projects/t_parva/annotation/Muguga-FINAL/t_parva.IGS.annotation.formatted.split.newIDs.withFunctional.20140519_1.gff3

I'd also like the class to be created because I have a bunch of motifs and
I'm looking to see where they are found in the genome, including UTRs. I
imagine using the class something like this, but please let me know what
you think.

for gene in sorted(assemblies[contig].genes()):
for mRNA in gene.mRNAs():
for five_prime_UTR in mRNA.five_prime_UTRs():
#do something, like see if the UTR overlaps my motif
for three_prime_UTR in mRNA.three_prime_UTRs():
#do something else

Does that make sense? Let me know if you are looking for anything else.
Thanks,
Kyle

On Thu, Jun 5, 2014 at 5:17 PM, Joshua Orvis [email protected]
wrote:

Kyle - This is something you requested, but could you add a comment with a
bit more information? Do you just need the class to be created or do you
have a file already where they could be included? (I expect a GFF file
where the mRNA/exon feature coordinates are outside of the range of the CDS
ones.)

Keep in mind the GFF specification (scroll down to the section labeled
"The Canonical Gene")
http://www.sequenceontology.org/gff3.shtml

And the SO definition:
http://www.sequenceontology.org/miso/current_release/term/SO:0000203


Reply to this email directly or view it on GitHub
#14.

from biocode.

jorvis avatar jorvis commented on July 16, 2024

The basic classes are now added, but nothing to iterate over them yet.

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.