Code Monkey home page Code Monkey logo

djinn's People

Contributors

mklarqvist avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

crerecombinase

djinn's Issues

Sacrifice compression for random access

I am considering that the EWAH-based compression model should additionally store the cumulative offsets to its associated data when NOT using the PBWT-preprocessor and thereby support random access of variants. This would result in a minor decrease in fold compression.

Availability of example data

Hi,

Do you have some example data to use as inputs? I see the code examples but am not sure what input format I should use to djinn. Alternatively, a format schema would work so I could simulate test data or download some from public sources.

Thanks!

Fixed-order permute input sample order

The sample order is highly important in determining the compressibility of the final archive. For example, the 1000 Genomes Project Vcf files have samples partially sorted according to geographical location resulting in considerably better base level compression then for example the HRC dataset where where sample order are simply concatenated according to the participating study. We would like to provide an additional algorithm for preprocessing input data according to some fixed permutation order that is determined a priori. Finding the optimal permutation is NP-complete but can be approximated in various ways. A crude solution could be to take the final PBWT-based permutation order after processing a file and use that fixed order in a second pass of the data.

Although this additional layer of processing is computationally expensive, it would most likely be performed only once per frozen dataset.

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.