GithubHelp home page GithubHelp logo

Counts in fractions.tsv about brie HOT 2 OPEN

huangyh09 avatar huangyh09 commented on August 25, 2024
Counts in fractions.tsv

from brie.

Comments (2)

huangyh09 avatar huangyh09 commented on August 25, 2024 1

Dear Stephanie,

Thanks for the good question, and checking the codes. As inputs, the counts for a whole splicing event are integer values, however, when assigning these reads to either exon-inclusion isoform or exon-exclusion isoform, it takes the posterior probability, which is a float. That is why you see them as non integer values. When you add up the counts for the two isoform, i.e., xx.in and xx.out, it will be very close to an integer. For simplicity, you could take the float value as an integer with round() function, which may sacrifice some precision, and is taken for the output file of differential splicing by brie-diff.

In the script, the Cnt_all is the counts supporting each isoform for all splicing events. This is based on the estimate of the fractions of each isoform (within a gene), i.e. Psi, and then multiply to the total counts of that gene, with weights of isoform length.

So, the counts are very informative, and is good for using as threshold when selecting genes for analysis, though the confidence interval is also a good option.

I will add more details on the output counts into the manual.

Cheers,
Yuanhua

from brie.

aarzalluz avatar aarzalluz commented on August 25, 2024

Hi Yuanhua,

Has the manual been updated yet with more information about how the count values mentioned in the first section of the manual are calculated? I'm interested in understanding the tool better, as I'm considering using it for my own analyses, but quantification methods are crucial, and I cannot find details about them anywhere in the documentation.

Cheers,

Ángeles

from brie.

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.