plink-ng
plink-ng copied to clipboard
A comprehensive update to the PLINK association analysis toolset. Beta testing of the first new version (1.90), focused on speed and memory efficiency improvements, is finishing up. Development is n...
Is it possible to read haploid dosages with `pgenlib.PgenReader`? thanks, Jared
Hi everyone, I am curious if someone on an M-series Apple Macintosh computer was able to build PLINK version 1.9 without getting the `sprintf()` deprecation warnings when compiling/building from source....
Hi, We rely on the [C++ pgenlibr](https://github.com/chrchang/plink-ng/blob/master/2.0/pgenlibr/src/pgenlibr.cpp) to read PGEN format genotype data in REGENIE. The current functions available (RPgenReader::ReadIntHardcalls/RPgenReader::Read) reads in the genotype data for all samples. In the...
I'm working on an R package that reads PGEN files and performs statistical analysis in C++ via Rcpp (https://github.com/chrchang/plink-ng/issues/283). `pgenlibr` provides almost everything a user needs. The R function `pgenlibr::NewPvar()`...