Code Monkey home page Code Monkey logo

Comments (11)

vyepez88 avatar vyepez88 commented on August 16, 2024

It is normal that some reads are not able to be assigned to a region due to ambiguous pairing. Please refer to the Genomic Alignments manual, subsection Ambiguous pairing for further information: https://bioconductor.org/packages/devel/bioc/manuals/GenomicAlignments/man/GenomicAlignments.pdf

from drop.

gevro avatar gevro commented on August 16, 2024

It looks like about 10% of my reads are ambiguous pairing. Is that a normal % ?

from drop.

vyepez88 avatar vyepez88 commented on August 16, 2024

I checked one of my samples and I got 3.2% of ambiguous pairings. We use a poly-A enriched protocol, if you do total RNA you might get more ambiguous pairings. Have a look at the 'Obtained Read Counts' and 'Obtained Read Count Ratio' in the Count Summary html. You can see how those numbers look for the test dataset: https://www.cmm.in.tum.de/public/paper/drop_analysis/webDir/html/AberrantExpression/Counting/v29/Summary_all.html

from drop.

gevro avatar gevro commented on August 16, 2024

I also have polyA enriched. How do these graphs show the ambiguous pairings %? What does 'Obtained read counts' and 'Obtained read count ratio' mean?

from drop.

vyepez88 avatar vyepez88 commented on August 16, 2024

Those graphs show the total reads that were counted, and the proportion reads counted / total reads in the BAM file. Reads that were not counted can be due to falling in intronic or intergenic regions, or being ambiguous. Unfortunately, currently, we make no distinction between them.

from drop.

vyepez88 avatar vyepez88 commented on August 16, 2024

but from your Expressed genes plot, I saw that you have ~13K expressed genes, which goes in line with other count matrices I've analyzed.

from drop.

gevro avatar gevro commented on August 16, 2024

It doesn't quite make sense that "Obtained read count ratio" is proportion reads counted/total reads, becasue in your above Summary_all.html, the proportions are only about 35-45%. That is much too low to be due to intronic or ambiguous pairings. Is there another explanation?

from drop.

gevro avatar gevro commented on August 16, 2024

Any update about the above?

from drop.

vyepez88 avatar vyepez88 commented on August 16, 2024

Another reason is that, by default, we use the mode IntersectionStrict (https://htseq.readthedocs.io/en/release_0.11.1/count.html) which considers reads that fully overlap a region. That parameter can be adjusted in the config file, to for example Union, which is more permissive.

from drop.

gevro avatar gevro commented on August 16, 2024

Which mode do you recommend?

from drop.

vyepez88 avatar vyepez88 commented on August 16, 2024

IntersectionStrict. In that way we are sure that a read is assigned to a gene only if it fully overlaps it. Reads that span across junctions can actually mean aberrant splicing (eg exon elongation) and are counted in the aberrant splicing module.
Also, the default parameter of inter_feature is FALSE, which means that reads that fully overlap 2 different regions will be assigned to both.

from drop.

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.