Coder Social home page Coder Social logo

does abra realign unaligned reads about abra HOT 6 OPEN

mozack avatar mozack commented on July 26, 2024
does abra realign unaligned reads

from abra.

Comments (6)

mozack avatar mozack commented on July 26, 2024

ABRA uses localized assembly and then globally realigns reads, so yes
a) unaligned reads are salvaged and
b) reads may be moved to locations distant from the original mapping.

Caveat 1: There must be enough reads mapped close to the correct location to allow the local assembly to uncover the variant in the first place. I've found that bwa mem generally does a good job of doing this.

Caveat 2: Regarding homologous regions, the realignment is fairly conservative. We do not include ambiguously mapped reads in the local assembly at present and discard assembled contigs that have low mapping quality scores.

from abra.

dwaggott avatar dwaggott commented on July 26, 2024

Thanks, I'll test and see and provide feedback.

On Fri, Jan 9, 2015 at 11:29 AM, Lisle Mose [email protected]
wrote:

ABRA uses localized assembly and then globally realigns reads, so yes
a) unaligned reads are salvaged and
b) reads may be moved to locations distant from the original mapping.

Caveat 1: There must be enough reads mapped close to the correct location
to allow the local assembly to uncover the variant in the first place. I've
found that bwa mem generally does a good job of doing this.

Caveat 2: Regarding homologous regions, the realignment is fairly
conservative. We do not include ambiguously mapped reads in the local
assembly at present and discard assembled contigs that have low mapping
quality scores.


Reply to this email directly or view it on GitHub
#13 (comment).

from abra.

dwaggott avatar dwaggott commented on July 26, 2024

I get the following message when trying to use --aur option Assemble unaligned reads (currently disabled).

Maybe it's from here?

ABRA v0.86

src/main/java/abra/ReAlignerOptions.java

        if (shouldReprocessUnaligned) {
//          processUnaligned();
        }

from abra.

mozack avatar mozack commented on July 26, 2024

Sorry - that option is stale and is no longer supported.

With older versions of bwa, we found a benefit to assembling all unaligned reads together and mapping the resulting contigs to the genome. The impact was biggest for single end reads.

With recent versions of bwa mem, we've found this to no longer be necessary.

from abra.

dwaggott avatar dwaggott commented on July 26, 2024

Hmm, based on simulation, the features we are looking at are specifically found incorrectly in pseudogenes or unaligned reads. Would you have any recommendations on how I might go about adding back this functionality to your code?

from abra.

mozack avatar mozack commented on July 26, 2024

Can you tell me a little more about the features you're looking for? Do you have a sample dataset you could share?

Earlier implementations assembled the unaligned reads together, mapped contigs to the reference, mapped reads to the contigs and assigned a provisional location to the reads for inclusion in the standard localized assembly. Will need to do some digging to get a feel for what re-enabling this will take.

from abra.

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.