FinaleToolkit (FragmentatIoN AnaLysis of cEll-free DNA Toolkit) is a package and standalone program to extract fragmentation features of cell-free DNA from paired-end sequencing data.
If you use FinaleToolkit in your research, please consider citing our paper:
You can install the package using pip
.
$ pip install finaletoolkit
FinaleToolkit has support for the following cell-free DNA fragmentation features:
Documentation for FinaleToolkit can be found here.
FinaleToolkit is compatible with almost any paired-end sequence data:
.bam
) files with an associated index file (.bam.bai
)..sam
) files..cram
) files..frag.gz
) files with an associated tabix index file (.frag.gz.tbi
).Fragment (.frag.gz
) files are block-gzipped BED3+2 files with the following columns: chrom
, start
, stop
, mapq
, strand
.
We encourage you to use our comprehensive database, FinaleDB, to access relevant fragment files. Learn more about FinaleDB here.
This project falls under an MIT license. See the included LICENSE
file for details.