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