#bioinformatics #crispr #sg-rna #sequencing

geopagg

An implementation of the geopagg algorithm for p-value aggregation of sgRNAs across gene groupings

10 releases

0.2.7 Sep 6, 2024
0.2.5 Sep 6, 2024
0.1.3 Aug 12, 2024

#6 in #crispr

Download history 389/week @ 2024-08-07 36/week @ 2024-08-14 18/week @ 2024-08-21 5/week @ 2024-08-28 881/week @ 2024-09-04 20/week @ 2024-09-11

924 downloads per month
Used in crispr_screen

MIT license

30KB
586 lines

geopagg

Geometric p-value aggregation for gene-groups


lib.rs:

GeoPAGG: Geometric P-Value Aggregation for Gene Groups

This library implements the GeoPAGG algorithm, which is used for analyzing sgRNA differential abundance data by aggregating p-values and log fold changes across multiple sgRNAs targeting the same gene.

The main components of this library are:

  • GeoPAGG: The main algorithm implementation
  • WeightConfig: Configuration for p-value weighting schemes
  • TransformConfig: Configuration for p-value transformation methods
  • GeoPAGGResults: Structure to hold and display the results

Dependencies

~4.5MB
~82K SLoC