Giter Club home page Giter Club logo

gatekeeper's People

Contributors

arthassin avatar mealser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gatekeeper's Issues

How does GateKeeper work in a Reference-guided assembly?

Thanks for your feedback.

A short answer
Examining two sequences of the same length is a requirement for integrating GateKeeper with any global pairwise alignment algorithm (e.g., Needleman-Wunsch algorithm).

A more detailed answer
Pairwise alignment can be performed as a global alignment, where two sequences of the same length are aligned end-to-end, or a local alignment, where subsequences of the two given sequences are aligned. It can also be performed as a semi-global alignment (called glocal), where the entirety of one
sequence is aligned towards one of the ends of the other sequence.

To ensure a correct pre-alignment filtering and avoid rejecting a correct alignment, GateKeeper needs to consider counting the number of edits in a similar way to that of optimal alignment algorithm. This means that if optimal alignment algorithm performs local alignment, then Gatekeeper should also perform local edit distance calculation. This can be achieved by not considering the leading and trailing edits in the final AND mask.

Hope this helps.

Hey Mohammed,

I have a follow-up question that I hope you could help with.

Please consider the scenario below:
The end-to-end goal is to align one short read (say 100bp long), to a long reference genome (say GRCh38, ~3Gbp long), i.e., a semi-global alignment.
Suppose it adopts a seed-and-extend paradigm where GateKeeper is used as the filter for seed hits, which are in the format of position pairs: <position in Read, position in Reference>.

In this case, what are the inputs to GateKeeper? Specifically, what are the two inputs to GateKeeper?
If one of them is the short read, what is the other input, and why is it in the same length as the short read?

Thank you!

Originally posted by @tcxxxx in #1 (comment)

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.