sushie.io.output_her(data: CleanData, output: str, trait: str, compress: bool) DataFrame[source]

Output heritability estimation file *her.tsv (see Heritability Estimation).

Parameters:
data: CleanData

The clean data that are used to estimate traits’ heritability.

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 *her.tsv file (pd.DataFrame).

Return type:

pd.DataFrame


Last update: Oct 27, 2024