AllelicImbalance (version 1.10.2)

chisq.test: chi-square test

Description

Performs a chisq.test on an ASEset object.

Usage

"chisq.test"(x, y = "*")

Arguments

x
ASEset object
y
strand option

Value

chisq.test returns a matrix with the chisq.test P-value for each SNP and sample

Details

The test is performed on one strand in an ASEset object.

See Also

Examples

Run this code

#load example data
data(ASEset)

#make a chi-square test on default non-stranded strand 
chisq.test(ASEset)

Run the code above in your browser using DataCamp Workspace