About Anaconda Help Download Anaconda
If you were automatically logged out you may need to refresh the page. You're trying to access a page that requires authentication. ×

bioconda / packages / bacprune 0.9.0

Fast LD pruning of haploid genotype matrices

Installers

  • linux-aarch64 v0.9.0
  • osx-arm64 v0.9.0
  • linux-64 v0.9.0
  • osx-64 v0.9.0

conda install

To install this package run one of the following:
conda install bioconda::bacprune

Description

BacPrune-Rust prunes a haploid genotype matrix by linkage disequilibrium (LD) threshold. Three modes are available:

--r Greedy pruning by r² (Pearson r-squared) threshold (default). --dprime Greedy pruning by |D'| threshold. --dedup Hash-based exact-duplicate removal only (O(n·v), no pairwise LD calculation).

All modes first remove exact duplicate variant columns via hashing before any threshold-based pruning. Output includes the pruned genotype matrix, a pruning summary, and a per-variant correlation-direction file.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.17) Legal | Privacy Policy