Giter Club home page Giter Club logo

kleb's Introduction

K-LEB

K-mer Layers Estimation using Bloom filters

Bird-eye view

Reads k-mers from files and inserts them in a BloomFilter per file. Once every input file has been processed, Bloom Filters are aggregated to get a count of k-mer presence per colors. Outputs a CSV that can be used to generate a plot of k-mers abundances by color inside your data.

Compilation

git clone   https://github.com/TimRouze/UpSet
cargo build

Usage

cargo r -r input_fof.txt

Options

  • -o or --output: Output file (Default = Out.csv)
  • -t or --threads: number of threads (Default = 1)
  • -m or --memory: Memory (in Gb) allocated to each Bloom Filters (1 BF per file + 2 ABF) (Default = 4Gb/BF)
  • -h or --hashes: number of Hashes used in Bloom Filters (Default = 1)
  • -M or --modimizer: Modimizer modulo value (Default = 1)
  • -h or --help: Display help

Acknowledgements

Many tanks to Igor Martayan who helped me discovering programming in rust and allowed me to re-use lots of code from this repo: BRRR.

kleb's People

Contributors

timrouze avatar

Stargazers

Igor Martayan avatar

Watchers

 avatar

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.