chisq.test {AllelicImbalance} | R Documentation |
Performs a chisq.test on an ASEset object.
## S4 method for signature 'ASEset' chisq.test(x, y = "*")
x |
|
y |
strand option |
The test is performed on one strand in an ASEset object.
chisq.test
returns a matrix with the chisq.test P-value for
each SNP and sample
Jesper R. Gadin, Lasse Folkersen
The binom.test
which is another test
that can be applied on an ASEset object.
#load example data data(ASEset) #make a chi-square test on default non-stranded strand chisq.test(ASEset)