Skip to main content

Easy management of ChIP-seq peak calling

Project description

chipseqpeaks

Easy management of ChIP-seq peak calling data

A mini-module for managing ChIP-seq peak calling data. The language of this module treats "ChIP-seq peaks" as an abstraction, but mostly handles them as MACS2 output stored in memory.

Example
-------
import chipseqpeaks
with chipseqpeaks.ChIPSeqPeaks(<bytes object or path to BAM file>) as cp:
    cp.cleans_up = False
    cp.remove_blacklisted_peaks(<path/to/blacklist.bed>)
    cp.write(<output prefix>)

Classes
-------
ChIPSeqPeaks
    object representing ChIP-seq peaks

Functions
---------
parse_input
    check that an input is str or bytes and return the bam file as a bytes
    object

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chipseqpeaks-0.0.4.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

chipseqpeaks-0.0.4-py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page