gwasvcf
Tools for Dealing with GWAS Summary Data in VCF Format
gwasvcf has stopped adding features and now just keeps proxy matching from failing.
◆Recent moves
- 5mo ago
proxy_match() gains a fallback VCF construction path
proxy_match() now catches failures in its VCF construction and retries through a compatibility path that extracts genotypes as matrices, flips effect signs and inserts the PR matrix before building the VCF once. Successful cases keep the original code path untouched, which is a deliberate choice to avoid perturbing existing results.
View source ↗ - 8mo ago
proxy_match() handles multi-sample VCFs
Makes proxy_match() robust to VCFs carrying multiple samples. Another user-reported input shape the function did not handle, in the same function 0.1.6 would revisit months later.
View source ↗ - 1y ago
sqlite3 declared in SystemRequirements
Declares sqlite3 in SystemRequirements for the p-value index builder and refreshes documentation URLs. Packaging metadata only.
View source ↗ - 1y ago
Message fix in get_ld_proxies()
A message fix in get_ld_proxies(), published the same day as 0.1.4. No behavioral change.
View source ↗ - 2y ago
gwasvcf_to_summaryset() bridges to gwasglue2
Adds gwasvcf_to_summaryset() to hand VCF contents to gwasglue2 as a SummarySet, plus a tibble deprecation fix. This is the last feature addition in the record, and it points analysis work out of this package rather than into it.
View source ↗