boileaum / CluBCpG

Cluster-based analysis of CpG methylation

Home Page:https://clubcpg.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CluBCpG: Cluster-Based analysis of CpG methylation

Documentation Status Language grade: Python DOI

What is CluBCpG?

CluBCpG is a software package built to analyze whole genome bisulfite sequencing (WGBS) data. This toolkit will divide each chromosome into small user-defined intervals, extract all WGBS reads within those intervals, cluster them based on identity, and write a final report to the use containing all identified CpG methylation patterns.

How do I use this?

Full documentation is available on ReadTheDocs

Requirements

  • Python >= 3.5
  • Installation of Samtools on your PATH

Install

  • (Optional, but HIGHLY recommended) Create a new python virtual environment and activate that virualenv
  • Execute pip install clubcpg to install the package. Requirements will automatically be installed if not already present.

Help! This isnt working.

Open an Issue

Can you make it do this?

Open a Feature Request

About

Cluster-based analysis of CpG methylation

https://clubcpg.readthedocs.io/

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%