Skip to main content

SuSiE Fine-Mapping Workflow

Pipeline VersionDate UpdatedDocumentation AuthorQuestions or Feedback
aou_9.0.1January, 2026WARP PipelinesFile an issue

Introduction to the SuSiE Fine-Mapping workflow

susieR_workflow.wdl performs cis-window fine-mapping using SuSiE from TensorQTL outputs and dosage matrices.

The workflow subsets phenotype/genotype inputs for a target phenotype ID, then runs an R-based SuSiE script to produce parquet outputs including credible set summaries and full fine-mapping tables.

Inputs

Input descriptions

Input variable nameDescriptionType
GenotypeDosagesBGZ-compressed dosage matrix.File
GenotypeDosageIndexTabix index for dosage matrix.File
QTLCovariatesCovariate table for QTL model fitting.File
TensorQTLPermutationsTensorQTL permutation output table used to select phenotype-specific loci.File
SampleListSample metadata file.File
PhenotypeBedPhenotype BED matrix used for expression/splicing values.File
CisDistanceCis-window distance parameter.Int
susie_rscriptSuSiE runner script path.File
memoryRuntime memory (GB).Int
NumPremptRuntime preemptible count.Int
OutputPrefixGeneral output prefix.String
PhenotypeIDTarget phenotype ID for subsetting and fine-mapping.String

Outputs

Output variable nameFilename, if applicableOutput format and description
SusieParquet<PhenotypeID>.parquetPrimary SuSiE fine-mapping parquet output.
SusielbfParquet<PhenotypeID>.lbf_variable.parquetVariant-level log-Bayes-factor parquet output.
FullSusieParquet<PhenotypeID>.full_susie.parquetExpanded full SuSiE results parquet.
SubsetBed<PhenotypeID>.bed.bgzPhenotype-specific subset bed used during run.
SubsetDosages<PhenotypeID>.dose.tsv.gzDosage matrix subset for selected phenotype interval.
SubsetDosagesIndex<PhenotypeID>.dose.tsv.gz.tbiTabix index for SubsetDosages.

Workflow and WDL

Versioning

All susieR_workflow releases are documented in the changelog.

Feedback

Please help us make our tools better by filing an issue in WARP; we welcome pipeline-related suggestions or questions.