Learn R Programming

kangar00 (version 1.1)

lkmt-class: An S4 class to represent the variance component test.

Description

An S4 class to represent the variance component test.

show Shows basic information on lkmt object

summary Summarizes information on lkmt object

Usage

# S4 method for lkmt
show(object)

# S4 method for lkmt summary(object)

Arguments

object

An object of class lkmt.

...

Further arguments can be added to the function

Value

show Basic information on lkmt object.

summary Summarized information on lkmt object.

Slots

formula

A formula stating the regression nullmodel that will be used in the variance component test.

kernel

An object of class kernel representing the similarity matrix of the individuals based on which the pathways influence is evaluated.

GWASdata

An object of class GWASdata including the data on which the test is conducted.

statistic

A vector giving the value of the variance component test statistic.

df

A vector containing the number of degrees of freedom.

p.value

A vector giving the p-value calculated for the \ codepathway object considered in the variance component test.

For details on the variance component test see the references.

References

  • Liu D, Lin X, Ghosh D: Semiparametric regression of multidimensional genetic pathway data: least-squares kernel machines and linear mixed models. Biometrics 2007, 63(4):1079-88.

  • Wu MC, Kraft P, Epstein MP, Taylor DM, Chanock SJ, Hunter DJ, Lin X: Powerful SNP-Set Analysis for Case-Control Genome-Wide Association Studies. Am J Hum Genet 2010, 86:929-42

Examples

Run this code
# NOT RUN {
# show method
data(lkmt.net.kernel.hsa04020)
lkmt.net.kernel.hsa04020
# summary method
summary(lkmt.net.kernel.hsa04020)
# }

Run the code above in your browser using DataLab