Git Product home page Git Product logo

diffdiff's Introduction

diffdiff

Highlight the differences between genomic diff files by "aligning" them by position, and optionally masking any missing-position differences between them. Designed for highly-clonal bacterial sequences.

diffdiff's People

Contributors

aofarrel avatar

Watchers

 avatar

diffdiff's Issues

Backmasked positions should not all be explictly written

Backmasked diffs currently explicitly list every position where they are masked, instead of making use of the third column. For instance:

>sample X
- 160 5

Would become:

>[BM] sample X
-	160	1
-	161	1
-	162	1
-	163	1
-	164	1

Some of our data has thousands of positions masked at in any given place, so this inefficiency could be a real problem. Prioritizing this will depend on whether we intend on actually using backmasking to hide positions, or if it will still instead be done using matUtils.

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.