All Projects → shao-lab → Manorm

shao-lab / Manorm

Licence: bsd-3-clause
A robust model for quantitative comparison of ChIP-Seq data sets.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Manorm

catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (+243.75%)
Mutual labels:  bioinformatics, ngs
reg-gen
Regulatory Genomics Toolbox: Python library and set of tools for the integrative analysis of high throughput regulatory genomics data.
Stars: ✭ 64 (+300%)
Mutual labels:  bioinformatics, ngs
SVCollector
Method to optimally select samples for validation and resequencing
Stars: ✭ 20 (+25%)
Mutual labels:  bioinformatics, 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 (+14925%)
Mutual labels:  bioinformatics, ngs
platon
Identification & characterization of bacterial plasmid-borne contigs from short-read draft assemblies.
Stars: ✭ 52 (+225%)
Mutual labels:  bioinformatics, ngs
PHAT
Pathogen-Host Analysis Tool - A modern Next-Generation Sequencing (NGS) analysis platform
Stars: ✭ 17 (+6.25%)
Mutual labels:  bioinformatics, ngs
Deeptools
Tools to process and analyze deep sequencing data.
Stars: ✭ 448 (+2700%)
Mutual labels:  bioinformatics, ngs
Ngless
NGLess: NGS with less work
Stars: ✭ 115 (+618.75%)
Mutual labels:  bioinformatics, ngs
ctdna-pipeline
A simplified pipeline for ctDNA sequencing data analysis
Stars: ✭ 29 (+81.25%)
Mutual labels:  bioinformatics, ngs
gencore
Generate duplex/single consensus reads to reduce sequencing noises and remove duplications
Stars: ✭ 91 (+468.75%)
Mutual labels:  bioinformatics, ngs
Afterqc
Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data
Stars: ✭ 169 (+956.25%)
Mutual labels:  bioinformatics, ngs
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+4975%)
Mutual labels:  bioinformatics, ngs
Fgbio
Tools for working with genomic and high throughput sequencing data.
Stars: ✭ 166 (+937.5%)
Mutual labels:  bioinformatics, ngs
atropos
An NGS read trimming tool that is specific, sensitive, and speedy. (production)
Stars: ✭ 109 (+581.25%)
Mutual labels:  bioinformatics, ngs
Scde
R package for analyzing single-cell RNA-seq data
Stars: ✭ 147 (+818.75%)
Mutual labels:  bioinformatics, ngs
OpenGene.jl
(No maintenance) OpenGene, core libraries for NGS data analysis and bioinformatics in Julia
Stars: ✭ 60 (+275%)
Mutual labels:  bioinformatics, ngs
Bioconvert
Bioconvert is a collaborative project to facilitate the interconversion of life science data from one format to another.
Stars: ✭ 112 (+600%)
Mutual labels:  bioinformatics, ngs
Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (+600%)
Mutual labels:  bioinformatics, ngs
peppy
Project metadata manager for PEPs in Python
Stars: ✭ 29 (+81.25%)
Mutual labels:  bioinformatics, ngs
Jvarkit
Java utilities for Bioinformatics
Stars: ✭ 313 (+1856.25%)
Mutual labels:  bioinformatics, ngs

MAnorm

|github-actions| |Documentation Status| |pypi| |pyversion| |install with bioconda| |codecov| |license|

.. |github-actions| image:: https://github.com/shao-lab/MAnorm/workflows/Python%20package/badge.svg :target: https://github.com/shao-lab/MAnorm/actions .. |Documentation Status| image:: https://readthedocs.org/projects/manorm/badge/?version=latest :target: http://manorm.readthedocs.io/en/latest/?badge=latest .. |pypi| image:: https://img.shields.io/pypi/v/MAnorm.svg :target: https://pypi.org/project/MAnorm/ .. |pyversion| image:: https://img.shields.io/pypi/pyversions/MAnorm.svg :target: https://pypi.org/project/MAnorm/ .. |install with bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg :target: http://bioconda.github.io/recipes/manorm/README.html .. |codecov| image:: https://codecov.io/gh/shao-lab/MAnorm/branch/master/graph/badge.svg :target: https://codecov.io/gh/shao-lab/MAnorm .. |license| image:: https://img.shields.io/pypi/l/MAnorm.svg :target: https://github.com/shao-lab/MAnorm/blob/master/LICENSE

Introduction

ChIP-Seq is widely used to characterize genome-wide binding patterns of transcription factors and other chromatin-associated proteins. Although comparison of ChIP-Seq data sets is critical for understanding cell type-dependent and cell state-specific binding, and thus the study of cell-specific gene regulation, few quantitative approaches have been developed.

Here, we present a simple and effective method, MAnorm, for quantitative comparison of ChIP-Seq data sets describing transcription factor binding sites and epigenetic modifications. The quantitative binding differences inferred by MAnorm showed strong correlation with both the changes in expression of target genes and the binding of cell type-specific regulators.

Citation

Shao Z, Zhang Y, Yuan GC, Orkin SH, Waxman DJ. MAnorm: a robust model for quantitative comparison of ChIP-Seq data sets. Genome biology. 2012 Mar 16;13(3):R16. <https://genomebiology.biomedcentral.com/articles/10.1186/gb-2012-13-3-r16>__

Documentation

To see the full documentation of MAnorm, please refer to: http://manorm.readthedocs.io

Installation

The latest release of MAnorm is available at PyPI <https://pypi.python.org/pypi/MAnorm>__:

::

$ pip install manorm

Or you can install MAnorm via conda:

::

$ conda install -c bioconda manorm

Galaxy Installation

MAnorm is also available on Galaxy_, you can incorporate MAnorm into your own Galaxy instance.

Please search and install MAnorm via the Galaxy Tool Shed_.

.. _Galaxy: https://galaxyproject.org .. _Galaxy Tool Shed: https://toolshed.g2.bx.psu.edu/view/haydensun/manorm

Basic Usage

::

$ manorm --p1 sample1_peaks.bed --p2 sample2_peaks.bed --r1 sample1_reads.bed --r2 sample2_reads.bed
--n1 name1 --n2 name2 -o output_dir

Note: Using -h/--help for the details of all arguments.

License

BSD 3-Clause License <https://github.com/shao-lab/MAnorm/blob/master/LICENSE>__

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