Code Monkey home page Code Monkey logo

kpool's Introduction

Kpool

Overview

Kpool is a command-line utility which is part of a more general pipeline to identify sex-specific Kmers in pooled-sequencing data. Kpool implements two functions:

  • merging kmer tables from each pool into a common table (kmer tables are obtained with Jellyfish)
  • filtering this table for min/max frequencies in homogametic and heterogametic sex

Kpool was developed as part of a project by the LPGP lab from INRA, Rennes, France. It is still in beta and not officially released.

A more detailed README will be available soon.

Installation

# Clone the repository
git clone https://github.com/INRA-LPGP/kpool.git
# Navigate to the kpool directory
cd kpool
# Build kpool
make

Basic usage

Currently, Kpool has two commands:

  • merge: merge kmer tables from each pool into a common table (kmer tables are obtained with Jellyfish)
  • filter: filter a merged table based on kmer min/max frequencies in homogametic and heterogametic sex

Merge

kpool merge -m male_table -f female_table -o output_file

Options:

Flag Type Description Default
-m string Path to the male kmers table (output from Jellyfish)
-f string Path to the female kmers table (output from Jellyfish)
-o string Path to the output file (merged kmers table)

Filter

kpool filter -i merged_table -o output_file -s heterogametic_sex --min-het min_hetero_cov [ --max-het max_hetero_cov --max-hom max_homo_cov ]

Options:

Flag Type Description Default
-i string Path to a merged kmers table
-o string Path to the ouput file (filter kmers table)
-s string Hetergogametic sex (M / F)
--min-het int Minimum kmer coverage in the heterogametic sex
--max-het int Maximum kmer coverage in the heterogametic sex 1000000
--max-hom int Maximum kmer coverage in the homogametic sex 0

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.