exactNBtest1 {sSeq}R Documentation

Perform only one exact test under the Negative Binomial modeling.

Description

One exact test for only one gene.

Usage

exactNBtest1(kA, kB, mu, disp, sA=1, sB=1, rA=0.5, rB=0.5)

Arguments

kA

An integer matrix under condition A.

kB

An integer under matrix condition B.

mu

The expectation.

disp

The dispersion.

sA

The size factors under condition A.

sB

The size factors under condition B.

rA

Proportion of samples that are under condition A.

rB

Proportion of samples that are under condition B.

Value

pval

P-value.

Examples

exactNBtest1(100, 150, 125, 1.1)

[Package sSeq version 1.22.0 Index]