Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 637 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 637 Bytes

ATACFragQC

The Python toolkits designed to control the fragment quality of Bulk/SingCell ATAC-seq.

Installation

python3 -m pip install --upgrade ATACFragQC

Usage

# Basic usage
ATACFragQC [options] -i <input.bam> -r <reference.gtf>

# For more information
ATACFragQC -h

Features

  • The distrubution of fragments in chromosomes
  • The distrubution of fragment lengths
  • The distrubution of fragments around transcription start sites (TSSs)
  • Other feature would be supported in the future ...

Overview

Overview of ATACFragQC