logo
SuShiE
sushie.io.read_gwas
Initializing search
    SuShiE
    SuShiE
      • Model
      • Users Manual
      • Files
      • CLI
      • Infer
      • I/0
        • Classes
        • Functions
          • F read_data
          • F read_triplet
          • F read_vcf
          • F read_bgen
          • F read_gwas
          • F read_ld
          • F output_cs
          • F output_weights
          • F output_alphas
          • F output_her
          • F output_corr
          • F output_cv
          • F output_numpy
      • Utils
      • Contributions & Help
      • Code of Conduct
      • Version History
      • Authors
      • License
    sushie.io.read_gwas(path: str, header: List[str], chrom: int | None, start: int | None, end: int | None) → DataFrame[source]

    Read in GWAS data in tsv file.

    Parameters:
    path: str¶

    The path for GWAS data (full file name).

    header: List[str]¶

    The header for GWAS data.

    chrom: int | None¶

    The chromosome number.

    start: int | None¶

    The start position.

    end: int | None¶

    The end position.

    Returns:

    pd.DataFrame

    Dec 06, 2025
    © Copyright 2023, MancusoLab.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial