credtools munge¶
Clean and standardize GWAS summary statistics.
Common Use¶
Inputs¶
INPUT_CONFIG can be:
- a population config TSV with
popu,cohort,sample_size, andpath, - one summary statistics file path,
- comma-separated summary statistics file paths.
Options¶
| Option | Meaning | Default |
|---|---|---|
--config |
JSON column mapping file | none |
--force |
overwrite existing output files | off |
--interactive |
create a mapping interactively | off |
--log-file |
write logs to a file | none |
Outputs¶
sumstat_info_updated.txt is the usual input to credtools chunk.
Notes¶
Munging creates the SNPID column and normalizes common columns such as
chromosome, position, alleles, beta, standard error, p-value, and sample size.