multi-ancestry fine-mapping pipeline.
Project description
credtools
Multi-ancestry fine-mapping pipeline.
- Documentation: https://Jianhua-Wang.github.io/credtools
- GitHub: https://github.com/Jianhua-Wang/credtools
- PyPI: https://pypi.org/project/credtools/
- Free software: MIT
Features
- Whole-genome preprocessing: Start from raw GWAS summary statistics and genotype data
- Standardize and munge summary statistics from various formats
- Prepare LD matrices and fine-mapping inputs automatically
- Multi-ancestry fine-mapping: Support for multiple fine-mapping tools (SuSiE, FINEMAP, etc.)
- Meta-analysis capabilities: Combine results across populations and cohorts
- Quality control: Built-in QC metrics and visualizations
- Command-line interface: Easy-to-use CLI for all operations
Installation
Basic Installation
pip install credtools
Install with uv
uv pip install credtools
Quick Start
Command Line Usage
# Complete workflow: from whole-genome data to fine-mapping results
# Step 1: Standardize summary statistics
credtools munge population_config.txt output/munged/
# Step 2: Identify loci, chunk data, and extract LD matrices
credtools chunk output/munged/sumstat_info_updated.txt output/chunks/
# Step 3: Run fine-mapping pipeline
credtools pipeline output/chunks/loci_list.txt output/results/
Preprocessing Workflow
credtools now supports starting from whole-genome summary statistics and genotype data, eliminating the need for manual preprocessing:
Step 1: Munge Summary Statistics (credtools munge)
- Purpose: Standardize and clean GWAS summary statistics from various formats
- Features:
- Automatic header detection and mapping
- Data validation and quality control
- Support for multiple file formats
- Input: Raw GWAS files with various column headers
- Output: Standardized
.munged.txt.gzfiles
Step 2: Chunk Loci (credtools chunk)
- Purpose: Identify independent loci, create regional chunks, and extract LD matrices
- Features:
- Distance-based independent SNP identification
- Cross-ancestry loci coordination
- Configurable significance thresholds
- Automatic LD matrix extraction when
ld_refis provided in population config
- Input: Munged summary statistics files (or population config with
ld_ref) - Output: Locus-specific chunked files, LD matrices, and credtools-ready input files
Multi-Ancestry Support
- Consistent loci definition: Union approach across ancestries
- Flexible input formats: Support for various GWAS summary statistics formats
- Coordinated processing: Ensure compatibility across populations
Documentation
For detailed documentation, see https://Jianhua-Wang.github.io/credtools
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
credtools-0.4.9.tar.gz
(3.6 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file credtools-0.4.9.tar.gz.
File metadata
- Download URL: credtools-0.4.9.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf8d1cbe15247600cd43dfb7081cf992385ecb8cf7a7d82e3fddbdaa514aedf4
|
|
| MD5 |
9fb1adf11f4c345fd5728cf566ed1b61
|
|
| BLAKE2b-256 |
cfed3ac83a3dec8518314c0819469618bf4a6752fa9553c8b5f343b795cc6b89
|
File details
Details for the file credtools-0.4.9-py3-none-any.whl.
File metadata
- Download URL: credtools-0.4.9-py3-none-any.whl
- Upload date:
- Size: 3.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5de82119e88a10de5694ae4ea28df69a925ac619c7cf2caf908862493b2e37f
|
|
| MD5 |
826776bccddf335bf7b5a0e6f408dab0
|
|
| BLAKE2b-256 |
dc8edaa9d9b44c24852d5efb3e4bfcfebb26b57277e50ec7154da7e238271f6b
|