binom.test {AllelicImbalance}R Documentation

binomial test

Description

Performs a binomial test on an ASEset object.

Usage

## 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


#load example data
data(ASEset)

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



[Package AllelicImbalance version 1.31.0 Index]