Skip to main content

Python package for fragment manipulation for cfDNA

Project description

Cell-free DNA analysis toolkit

Build Status PyPI version

This is a Python package for easy and efficient cell-free DNA analysis.

All citations should reference to original paper.

Install

If you dont already have numpy and scipy installed, it is best to download Anaconda, a python distribution that has them included.

    https://continuum.io/downloads

Create environment and pip install:

    conda create -n cfdna python=3.11.3
	conda activate cfdna
	pip install cfdna==2.0.5

Dependencies can be installed by:

    pip install -r requirements.txt

PyPI install, presuming you have all its requirements installed:

    pip install cfdna

Usage

import cfdna as cf
import numpy as np

# Create data
cfdata = cf.cfDNA()
frags = cf.io.readBAM("test.bam")

# Call CNVs
cf.proc.call_cnv_pipline(cfdata, frags)

# Plot CNVs
cf.pl.plot_cnv(cfdata, "test.bam")

Run from the commadline:

    python -m cfdna callCNVs --bam test.bam --segs --genome hg19 --bin_size 100000

This will output a .png plot and seg file.

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

cfdna-2.0.7.tar.gz (28.4 kB view hashes)

Uploaded Source

Built Distribution

cfdna-2.0.7-py3-none-any.whl (37.7 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