- sushie.cli.parameter_check(args: Namespace) Tuple[int, DataFrame, List[str], DataFrame, List[str], Callable] [source]
- The function to process raw phenotype, genotype, covariates data across ancestries
for individual-level data fine-mapping.
- Parameters:
- Returns:
- A tuple of
an integer to indicate how many ancestries,
a DataFrame that contains ancestry index (can be none),
a list that contains subject ID that fine-mapping performs on.
a DataFrame that contains prior probability for each SNP to be causal.
a list of genotype data paths (
List[str]
),genotype read-in function (
Callable
).
- Return type:
Tuple[int, pd.DataFrame, List[str], Callable]
Last update:
Oct 27, 2024