Package: genio Title: Genetics Input/Output Functions Version: 1.1.6.9000 Authors@R: person(given = "Alejandro", family = "Ochoa", role = c("aut", "cre"), email = "alejandro.ochoa@duke.edu", comment = c(ORCID = "0000-0003-4928-3403")) Description: Implements readers and writers for file formats associated with genetics data. Reading and writing Plink BED/BIM/FAM and GCTA binary GRM formats is fully supported, including a lightning-fast BED reader and writer implementations. Other functions are 'readr' wrappers that are more constrained, user-friendly, and efficient for these particular applications; handles Plink and Eigenstrat tables (FAM, BIM, IND, and SNP files). There are also make functions for FAM and BIM tables with default values to go with simulated genotype data. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: readr (>= 2.0.0), tibble, dplyr, Rcpp, R.utils LinkingTo: Rcpp Suggests: testthat, knitr, rmarkdown, BEDMatrix, snpStats, lobstr VignetteBuilder: knitr URL: https://github.com/OchoaLab/genio BugReports: https://github.com/OchoaLab/genio/issues Config/pak/sysreqs: libx11-dev Repository: https://ochoalab.r-universe.dev Date/Publication: 2025-02-20 22:53:41 UTC RemoteUrl: https://github.com/ochoalab/genio RemoteRef: HEAD RemoteSha: b776208acca322e3d858c2785e81f0af4f0d0b6d NeedsCompilation: yes Packaged: 2026-06-24 10:10:11 UTC; root Author: Alejandro Ochoa [aut, cre] (ORCID: ) Maintainer: Alejandro Ochoa