cell-free DNA multi-feature extraction tools
- Bam to Fragment file
- Fragment size
- End motif
- Short per Long ratio
- Nucleosome footprint
uncheck boxes are currently under development
Check python version >= 3.12.0
python -V
Important modules
pip install numpy pandas pysam biopython
You can change Reference Genome path align with your local
by changing in cfMEX_tools/scr/__init__.py
#######################################################################################
# SETTING
Reference_Genome = '/mnt/sas/ref/hg38/v0/Homo_sapiens_assembly38.fasta'
#######################################################################################