binom.test {AllelicImbalance} | R Documentation |
Performs a binomial test on an ASEset object.
## S4 method for signature 'ASEset' binom.test(x, n = "*")
x |
|
n |
strand option |
the test can only be applied to one strand at the time.
binom.test
returns a matrix
Jesper R. Gadin, Lasse Folkersen
The chisq.test
which is another test
that can be applied on an ASEset object.
#load example data data(ASEset) #make a binomial test binom.test(ASEset,'*')