Description Usage Arguments Details Value Note Author(s) Examples
execute a series of tests for association between genotype and expression
1 2 | gwSnpTests(sym, sms, ...)
topSnps(x, n=10)
|
sym |
instance of |
sms |
instance of |
x |
instance of |
n |
integer, number of test results to be reported, sorted decreasing from the most significant |
... |
not used |
The plot
method for gwSnpScreenResult
instances
takes a second argument, the name of a Bioconductor SNPlocs.*
package.
an instance of the gwSnpScreenResult class,
to be examined by topSnps
The most basic application yields one d.f. chi-squared statistics based on score tests.
VJ Carey <stvjc@channing.harvard.edu>
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.