logo
SuShiE
sushie.io.read_gwas
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.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


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