Learn R Programming

sSeq (version 1.10.0)

exactNBtest1: 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

Run this code
exactNBtest1(100, 150, 125, 1.1)

Run the code above in your browser using DataLab