sushie.io.output_corr(result: List[SushieResult], output: str, trait: str, compress: bool) DataFrame[source]

Output effect size correlation file *corr.tsv (see Effect Size Correlation).

Parameters:
result: List[SushieResult]

The sushie inference result.

output: str

The output file prefix.

trait: str

The trait name better for post-hoc analysis index.

compress: bool

The indicator whether to compress the output files.

Returns:

A data frame that outputs to the *corr.tsv file (pd.DataFrame).

Return type:

pd.DataFrame


Last update: Oct 27, 2024