geopagg 0.3.1

An implementation of the geopagg algorithm for p-value aggregation of sgRNAs across gene groupings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# .github/dependabot.yml
version: 2
updates:
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "weekly"
    versioning-strategy: "auto"
    groups:
      ndarray-packages:
        patterns:
          - "ndarray*"