All Projects → Clinical-Genomics → chanjo

Clinical-Genomics / chanjo

Licence: MIT license
Chanjo provides a better way to analyze coverage data in clinical sequencing.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to chanjo

Goleft
goleft is a collection of bioinformatics tools distributed under MIT license in a single static binary
Stars: ✭ 175 (+280.43%)
Mutual labels:  coverage, genomics
interARTIC
InterARTIC - An interactive local web application for viral whole genome sequencing utilising the artic network pipelines..
Stars: ✭ 22 (-52.17%)
Mutual labels:  genomics
unitest
🌎 Seamless node and browser unit testing with code coverage
Stars: ✭ 28 (-39.13%)
Mutual labels:  coverage
kotlin-plugin-generated
A Kotlin compiler plugin that annotates Kotlin-generated methods for improved coverage reports
Stars: ✭ 33 (-28.26%)
Mutual labels:  coverage
get phylomarkers
A pipeline to select optimal markers for microbial phylogenomics and species tree estimation using coalescent and concatenation approaches
Stars: ✭ 34 (-26.09%)
Mutual labels:  genomics
souporcell
Clustering scRNAseq by genotypes
Stars: ✭ 88 (+91.3%)
Mutual labels:  genomics
mgatk
mgatk: mitochondrial genome analysis toolkit
Stars: ✭ 65 (+41.3%)
Mutual labels:  genomics
barque
Environmental DNA metabarcoding taxonomic identification
Stars: ✭ 14 (-69.57%)
Mutual labels:  genomics
jacoco-report
Github action that publishes the JaCoCo report as a comment in the Pull Request
Stars: ✭ 31 (-32.61%)
Mutual labels:  coverage
rnaseq-nf
A proof of concept of RNAseq pipeline
Stars: ✭ 44 (-4.35%)
Mutual labels:  genomics
coverxygen
Generate doxygen's documentation coverage report
Stars: ✭ 30 (-34.78%)
Mutual labels:  coverage
TOGA
TOGA (Tool to infer Orthologs from Genome Alignments): implements a novel paradigm to infer orthologous genes. TOGA integrates gene annotation, inferring orthologs and classifying genes as intact or lost.
Stars: ✭ 35 (-23.91%)
Mutual labels:  genomics
goverreport
Command line tool for coverage reporting and validation
Stars: ✭ 44 (-4.35%)
Mutual labels:  coverage
RATTLE
Reference-free reconstruction and error correction of transcriptomes from Nanopore long-read sequencing
Stars: ✭ 35 (-23.91%)
Mutual labels:  genomics
hts-python
pythonic wrapper for htslib
Stars: ✭ 18 (-60.87%)
Mutual labels:  genomics
kover
Learn interpretable computational phenotyping models from k-merized genomic data
Stars: ✭ 47 (+2.17%)
Mutual labels:  genomics
jbrowse-components
Monorepo with JBrowse 2 web, JBrowse 2 desktop, the JB core package, and core plugins. To customize behaviors, write an in-house plugin.
Stars: ✭ 89 (+93.48%)
Mutual labels:  genomics
aegir
AEgir - Automated JavaScript project building
Stars: ✭ 73 (+58.7%)
Mutual labels:  coverage
open-cravat
A modular annotation tool for genomic variants
Stars: ✭ 74 (+60.87%)
Mutual labels:  genomics
goverage
go test -coverprofile for multiple packages
Stars: ✭ 87 (+89.13%)
Mutual labels:  coverage

Chanjo PyPI version Build Status Coverage Status bioconda-badge

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

If you find chanjo useful in your project, please cite the article.

Installation

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

pip install chanjo

... or locally for development:

git clone https://github.com/Clinical-Genomics/chanjo.git
cd chanjo
conda install --channel bioconda sambamba
pip install -r requirements-dev.txt --editable .

Usage

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

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

Documentation

Read the Docs is hosting the official documentation.

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].