All Projects → deeptools → Deeptools

deeptools / Deeptools

Licence: other
Tools to process and analyze deep sequencing data.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deeptools

Ngless
NGLess: NGS with less work
Stars: ✭ 115 (-74.33%)
Mutual labels:  bioinformatics, genomics, ngs
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+81.25%)
Mutual labels:  bioinformatics, genomics, ngs
reg-gen
Regulatory Genomics Toolbox: Python library and set of tools for the integrative analysis of high throughput regulatory genomics data.
Stars: ✭ 64 (-85.71%)
Mutual labels:  bioinformatics, genomics, ngs
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+123.66%)
Mutual labels:  bioinformatics, genomics, ngs
Deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Stars: ✭ 2,404 (+436.61%)
Mutual labels:  bioinformatics, genomics, ngs
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (-87.72%)
Mutual labels:  bioinformatics, genomics, ngs
Jvarkit
Java utilities for Bioinformatics
Stars: ✭ 313 (-30.13%)
Mutual labels:  bioinformatics, genomics, ngs
Bio.jl
[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
Stars: ✭ 257 (-42.63%)
Mutual labels:  bioinformatics, genomics
Vcfanno
annotate a VCF with other VCFs/BEDs/tabixed files
Stars: ✭ 259 (-42.19%)
Mutual labels:  bioinformatics, genomics
Postgui
A React web application to query and share any PostgreSQL database.
Stars: ✭ 260 (-41.96%)
Mutual labels:  bioinformatics, genomics
Arvados
An open source platform for managing and analyzing biomedical big data
Stars: ✭ 274 (-38.84%)
Mutual labels:  bioinformatics, genomics
varsome-api-client-python
Example client programs for Saphetor's VarSome annotation API
Stars: ✭ 21 (-95.31%)
Mutual labels:  bioinformatics, genomics
platon
Identification & characterization of bacterial plasmid-borne contigs from short-read draft assemblies.
Stars: ✭ 52 (-88.39%)
Mutual labels:  bioinformatics, ngs
Megahit
Ultra-fast and memory-efficient (meta-)genome assembler
Stars: ✭ 343 (-23.44%)
Mutual labels:  bioinformatics, genomics
gff3toembl
Converts Prokka GFF3 files to EMBL files for uploading annotated assemblies to EBI
Stars: ✭ 27 (-93.97%)
Mutual labels:  bioinformatics, genomics
Seq
A high-performance, Pythonic language for bioinformatics
Stars: ✭ 263 (-41.29%)
Mutual labels:  bioinformatics, genomics
ctdna-pipeline
A simplified pipeline for ctDNA sequencing data analysis
Stars: ✭ 29 (-93.53%)
Mutual labels:  bioinformatics, ngs
Pygeno
Personalized Genomics and Proteomics. Main diet: Ensembl, side dishes: SNPs
Stars: ✭ 261 (-41.74%)
Mutual labels:  bioinformatics, genomics
Bwa Mem2
The next version of bwa-mem
Stars: ✭ 408 (-8.93%)
Mutual labels:  bioinformatics, genomics
Jcvi
Python library to facilitate genome assembly, annotation, and comparative genomics
Stars: ✭ 404 (-9.82%)
Mutual labels:  bioinformatics, genomics

deepTools

Build Status Documentation Status PyPI Version install with bioconda

User-friendly tools for exploring deep-sequencing data

deepTools addresses the challenge of handling the large amounts of data that are now routinely generated from DNA sequencing centers. deepTools contains useful modules to process the mapped reads data for multiple quality checks, creating normalized coverage files in standard bedGraph and bigWig file formats, that allow comparison between different files (for example, treatment and control). Finally, using such normalized and standardized files, deepTools can create many publication-ready visualizations to identify enrichments and for functional annotations of the genome.

For support or questions please post to Biostars. For bug reports and feature requests please open an issue on github.

Citation:

Ramírez F, Ryan DP, Grüning B, Bhardwaj V, Kilpert F, Richter AS, Heyne S, Dündar F, Manke T. deepTools2: a next generation web server for deep-sequencing data analysis. Nucleic Acids Research. 2016 Apr 13:gkw257.

Documentation:

Our documentation contains more details on the individual tool scopes and usages and an introduction to our deepTools Galaxy web server including step-by-step protocols.

Please see also the FAQ, which we update regularly. Our Gallery may give you some more ideas about the scope of deepTools.

For more specific troubleshooting, feedback, and tool suggestions, please post to Biostars.


Installation

deepTools are available for:

  • Command line usage (via pip/anaconda/github)
  • Integration into Galaxy servers (via toolshed/API/web-browser)

There are many easy ways to install deepTools. Details can be found here

Install by cloning this repository:

You can install any one of the deepTools branches on command line (linux/mac) by cloning this git repository :

$ git clone https://github.com/deeptools/deepTools
$ cd deepTools
$ python setup.py install

By default, the script will install the python library and executable codes globally, which means you need to be root or administrator of the machine to complete the installation. If you need to provide a nonstandard install prefix, or any other nonstandard options, you can provide many command line options to the install script.

$ python setup.py --help

For example, to install under a specific location use:

$ python setup.py install --prefix <target directory>

To install into your home directory, use:

$ python setup.py install --user

Galaxy Installation

deepTools can be easily integrated into Galaxy. Please see the installation instructions in our documentation for further details.

Note: From version 2.3 onwards, deepTools support python3.


This tool suite is developed by the Bioinformatics Facility at the Max Planck Institute for Immunobiology and Epigenetics, Freiburg.

Documentation | deepTools Galaxy | FAQ

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].