CalPvalue: Compute the P-value of a Cluster using the Poisson...

View source: R/clustering_synteny.R

CalPvalueR Documentation

Compute the P-value of a Cluster using the Poisson Distribution

Description

This function computes the P-value of a cluster using the Poisson distribution.

Usage

CalPvalue(m, n, q, k)

Arguments

m

The total number of all anchored points.

n

The product of the remapped gene number of the query species and subject species.

q

The number of anchored points in the cluster.

k

The product of the remapped gene number of the segmented chromosomes of the query species and subject species.

Value

The computed P-value.


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