Giter Site home page Giter Site logo

Ambiguous reference bases about bwa HOT 1 OPEN

lh3 avatar lh3 commented on August 17, 2024
Ambiguous reference bases

from bwa.

Comments (1)

ekg avatar ekg commented on August 17, 2024

@armintoepfer are you familiar with pan-genomic alignment methods? Typically they model the reference as a kind of graph and allow you to align your reads to walks through the graph. They might use a kind of DAG (if a VCF file and reference FASTA file are used to model the population), or an assembly graph such as those produced by some of @lh3's other projects.

  • HISAT2 is "a fast and sensitive alignment program for mapping next-generation sequencing reads (whole-genome, transcriptome, and exome sequencing data) to a population of human genomes (as well as to a single reference genome)."
  • gramtools is based around the vBWT, which allows the user to encode a one-level bubble graph from an appropriately-formatted VCF file; implements genome inference with the vBWT and realigns to the inferred genome using a standard aligner
  • vg implements a full resequencing analysis process where the reference system may be any kind of sequence graph. It uses GCSA2 to build a MEM-based aligner on the graph. In addition to alignment it implements in-graph variant calling, and genotyping. (disclosure: I work on this project.)

These systems attempt to solve exactly the kinds of problems that lead to the use of ambiguous reference bases. However, rather than only allowing SNPs, as ambiguous reference bases do, they allow all manner of variation into the reference model. For instance, a graph can encode ambiguity about indels, but this will be very difficult to do with a linear reference unless we implicitly encode such a graph.

These methods can also handle another problem that occurs in viral resequencing against a linear reference: a graph reference system can directly represent a circular genome.

from bwa.

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.