gwSnpTests: execute a series of tests for association between genotype...

Description Usage Arguments Details Value Note Author(s) Examples

Description

execute a series of tests for association between genotype and expression

Usage

1
2
gwSnpTests(sym, sms, ...)
topSnps(x, n=10)

Arguments

sym

instance of probeId or genesym

sms

instance of smlSet-class

x

instance of gwSnpScreenResult

n

integer, number of test results to be reported, sorted decreasing from the most significant

...

not used

Details

The plot method for gwSnpScreenResult instances takes a second argument, the name of a Bioconductor SNPlocs.* package.

Value

an instance of the gwSnpScreenResult class, to be examined by topSnps

Note

The most basic application yields one d.f. chi-squared statistics based on score tests.

Author(s)

VJ Carey <stvjc@channing.harvard.edu>

Examples

1
2
3
4
5
6
7
s20 = getSS("GGtools", "20")
t1 = gwSnpTests(genesym("CPNE1")~male, s20)
topSnps(t1)
## Not run: 
plot(t1, snplocsDefault())

## End(Not run)

GGtools documentation built on Nov. 8, 2020, 6:32 p.m.