credtools meta¶
Run meta-analysis as a standalone step.
Common Use¶
Options¶
| Option | Meaning | Default |
|---|---|---|
--threads |
worker count | 1 |
--meta-method |
meta_all, meta_by_population, or no_meta |
meta_all |
--calculate-lambda-s |
estimate lambda-s while loading loci | off |
--skip |
reuse completed loci from a previous run | off |
--log-file |
write logs to a file | none |
Outputs¶
Use OUTDIR/loci_info.txt as the next input for qc or finemap.
Meta Methods¶
| Method | Behavior |
|---|---|
meta_all |
combine all rows for each locus |
meta_by_population |
combine rows within each population |
no_meta |
keep rows separate |