logo
SuShiE
sushie.io.output_numpy
Initializing search
    SuShiE
    SuShiE
      • Model
      • Users Manual
      • Files
      • CLI
      • Infer
      • I/0
        • Classes
        • Functions
          • Fread_data
          • Fread_triplet
          • Fread_vcf
          • Fread_bgen
          • Fread_gwas
          • Fread_ld
          • Foutput_cs
          • Foutput_weights
          • Foutput_alphas
          • Foutput_her
          • Foutput_corr
          • Foutput_cv
          • Foutput_numpy
      • Utils
      • Contributions & Help
      • Code of Conduct
      • Version History
      • Authors
      • License
    sushie.io.output_numpy(result: List[SushieResult], snps: DataFrame, output: str) → None[source]

    Output all results in *.npy file (no compress option) (see Everything).

    Parameters:
    result: List[SushieResult]¶

    The sushie inference result.

    snps: DataFrame¶

    The SNP information

    output: str¶

    The output file prefix.

    Returns:

    This function returns nothing (None:).

    Return type:

    None


    Last update: Oct 27, 2024
    Back to top
    Previous sushie.io.output_cv
    Next Utils
    © Copyright 2023, MancusoLab.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial