binom.test: binomial test

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Performs a binomial test on an ASEset object.

Usage

1
2
## S4 method for signature 'ASEset'
binom.test(x, n = "*")

Arguments

x

ASEset object

n

strand option

Details

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

Value

binom.test returns a matrix

Author(s)

Jesper R. Gadin, Lasse Folkersen

See Also

Examples

1
2
3
4
5
#load example data
data(ASEset)

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

AllelicImbalance documentation built on Nov. 8, 2020, 6:52 p.m.