Geno4SD

Getting Started

  • Getting Started

Gallery

  • Overview of Geno4SD
  • ReVeaL
  • RubricOE
  • LSM
  • CuNA
  • Delta
  • Tutorial

API

  • geno4sd
  • ML Tools
  • Liquid biopsy
  • Topology
  • Utils
    • geno4sd.utils.clustering_tools module
    • geno4sd.utils.log_odds module
    • geno4sd.utils.read_genesets module
    • geno4sd.utils.read_plink module
      • Summary
      • Reference
    • geno4sd.utils.scRNA module
    • geno4sd.utils.snpeff_tools module
    • geno4sd.utils.snpEff package
Geno4SD
  • »
  • geno4sd package »
  • geno4sd.utils package »
  • geno4sd.utils.read_plink module
  • View page source

geno4sd.utils.read_plink module

Summary

Functions:

parse_binary_plink

Reads bed, bim and fam files and parses their contents into three arrays, respectively, or optionally into a dataframe.

Reference

parse_binary_plink(filename, n_jobs=1, verbose=0, dataframe=False)[source]

Reads bed, bim and fam files and parses their contents into three arrays, respectively, or optionally into a dataframe.

Parameters
  • filename (str) – Name (without extension) of the plink files to parse.

  • n_jobs (int, default 1) – Number of threads to use when parsing.

  • verbose (int, default 0) – Level of verbosity. 0 Omits all output.

  • dataframe (bool, default False) – Flag to indicate whether to return three arrays or a pandas dataframe.

Previous Next

© Copyright 2022, IBM Corp..

Built with Sphinx using a theme provided by Read the Docs.