Crate geopagg

Source
Expand description

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

Structs§

GeoPAGG
Implementation of the GeoPAGG (Geometric P-Value Aggregation for Gene Grouping) Algorithm
GeoPAGGResults

Enums§

TransformConfig
Configurations for transforming p-values in the GeoPAGG algorithm
WeightConfig
Configurations for weighting p-values in the GeoPAGG algorithm