Giter Site home page Giter Site logo

badseby / chanjo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clinical-genomics/chanjo

0.0 2.0 0.0 55.79 MB

Chanjo provides a better way to analyze coverage data in clinical sequencing.

Home Page: http://www.chanjo.co/

License: MIT License

Python 99.74% JavaScript 0.26%

chanjo's Introduction

Chanjo PyPI version Build Status Coverage Status

Chanjo is coverage analysis for clinical sequencing. It's implemented in Python with a command line interface that adheres to UNIX pipeline philisophy.

Whats new in Chanjo 3.0?

Hey - exiting things are coming to the new version of Chanjo 😄

The primary change is Sambamba integration. Just run sambamba depth region and load the output into Chanjo for further data exploration. Chanjo is now more flexible, accurate, and much easier to install. We have also built in some basic commands to quickly extract statistics from the database right from the command line.

Installation

Chanjo is distruibuted through "pip". Install the latest stable release by running:

$ pip install chanjo

... or locally for development:

$ ansible-galaxy install robinandeer.miniconda
$ git clone https://github.com/robinandeer/chanjo.git && cd chanjo
$ vagrant up
$ vagrant ssh

Usage

Chanjo exposes a composable command line interface with a nifty config file implementation.

$ chanjo init --setup
$ chanjo load /path/to/sambamba.output.bed
$ chanjo calculate mean sample1
{"metrics": {"completeness_10": 90.92, "mean_coverage": 193.85}, "sample_id": "sample1"}

Documentation

Read the Docs is hosting the official documentation.

I can specifically recommend the fully interactive demo, complete with sample data to get you started right away.

If you are looking to learn more about handling sequence coverage data in clinical sequencing, feel free to download and skim through my own Master's thesis and article references.

Features

What Chanjo does

Chanjo leverages Sambamba to annotate coverage and completeness for a general BED-file. The output can then easily to loaded into a SQL database that enables investigation of coverage across regions and samples. The database also works as an API to downstream tools like the Chanjo Coverage Report generator.

What Chanjo doesn't

Chanjo is not the right choice if you care about coverage for every base across the entire genome. Detailed histograms is something BEDTools already handles with confidence.

Contributors

License

MIT. See the LICENSE file for more details.

Contributing

Anyone can help make this project better - read CONTRIBUTION to get started!

chanjo's People

Contributors

robinandeer avatar moonso avatar kern3020 avatar lbeltrame avatar bitdeli-chef avatar dnil avatar

Watchers

James Cloos avatar Sebastiano Di Bella 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.