Git Product home page Git Product logo

Comments (7)

EduEyras avatar EduEyras commented on July 22, 2024

from cheui.

gsukrit avatar gsukrit commented on July 22, 2024

Thank you for your response. Can you please suggest a possible way to map this position to the exact coordinate on the genome from the gff file, i.e. to 5'UTR/CDS/3'UTR ? Or to map it to the exact nucleotide base of that particular transcript ?

Thanks,

Sukriti

from cheui.

Akanksha2511 avatar Akanksha2511 commented on July 22, 2024

Hi Sukriti,

The position is the position of the first nucleotide in the site column. So for example below

contig              position    site    coverage        stoichiometry   probability
ENST00000000233.10 1003     CTTGAGTAA   648              0.10132158     0.11857438

1003 is the position of C for the site CTTGAGTAA in the transcript ENST00000000233.10. To get the position of the center nucleotide which in this case is A you add 5. So it will be position +5 for the center nucleotide for which the prediction is made. I hope it helps.

Thanks,
Akanksha

from cheui.

gsukrit avatar gsukrit commented on July 22, 2024

from cheui.

EduEyras avatar EduEyras commented on July 22, 2024

from cheui.

gsukrit avatar gsukrit commented on July 22, 2024

Hi team,

So I tried running the suggested R2Dtool. The CHEUI output file (site_level_5mC_prediction) looked like this:

image

The command bash cheui_to_bed.sh [cheui model II output file] [cheui_to_bed output file] created a file that looked like this:

image

For some reason it hasn;t copied the complete gene accession IDs. Probably the reason why Rscript ./scripts/R2_annotate.R ./test/out_CHEUI_modelII.bed ./test/GRCm39_subset.gtf ./test/out_CHEUI_modelII_annotated.bed gave the following error:

image

Please let me know what went wrong and how to proceed further.

Thank you for your response and efforts,

Sukriti

from cheui.

pre-mRNA avatar pre-mRNA commented on July 22, 2024

Hi Sukriti, apologies for the delay.

You can try the latest version of R2Dtool, which should resolve this error:

https://github.com/comprna/R2Dtool

from cheui.

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.