AllelicImbalance (version 1.10.2)

binom.test: binomial test

Description

Performs a binomial test on an ASEset object.

Usage

"binom.test"(x, n = "*")

Arguments

x
ASEset object
n
strand option

Value

binom.test returns a matrix

Details

the test can only be applied to one strand at the time.

See Also

Examples

Run this code

#load example data
data(ASEset)

#make a binomial test
binom.test(ASEset,'*')


Run the code above in your browser using DataLab