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