CalHomoConcentration: Compute the -log10 of Poisson Distribution

View source: R/clustering_synteny.R

CalHomoConcentrationR Documentation

Compute the -log10 of Poisson Distribution

Description

This function calculates the -log10 of the p-value of a Poisson distribution given the parameters.

Usage

CalHomoConcentration(m, n, q, k)

Arguments

m

The total number of trials.

n

The total number of possible outcomes.

q

The observed number of successful outcomes.

k

The expected number of successful outcomes.

Value

The -log10 of the p-value.


shinyWGD documentation built on April 4, 2025, 2:28 a.m.