Description Usage Arguments Details Value Author(s) See Also Examples
Performs a binomial test on an ASEset object.
1 2 | ## 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.
1 2 3 4 5 | #load example data
data(ASEset)
#make a binomial test
binom.test(ASEset,'*')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.