chisq.test: chi-square test

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Performs a chisq.test on an ASEset object.

Usage

1
2
## S4 method for signature 'ASEset'
chisq.test(x, y = "*")

Arguments

x

ASEset object

y

strand option

Details

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

Value

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

Author(s)

Jesper R. Gadin, Lasse Folkersen

See Also

Examples

1
2
3
4
5
#load example data
data(ASEset)

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

AllelicImbalance documentation built on Nov. 8, 2020, 6:52 p.m.