- sushie.io.output_cv(cv_res: List, sample_size: List[int], output: str, trait: str, compress: bool) DataFrame[source]
 - Output cross validation file 
*cv.tsvfor future FUSION pipline (see Cross Validation).
- Parameters:
 - cv_res: List¶
 The cross-validation result (adjusted \(r^2\) and corresponding \(p\) values).
- sample_size: List[int]¶
 The sample size for the SuShiE inference.
- 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
*cv.tsvfile (pd.DataFrame).- Return type:
 pd.DataFrame
- Output cross validation file 
 
  
    
      Last update:
      Oct 27, 2024