Description Usage Arguments See Also Examples
Summarizing the LSKAT results for all genes in PLINK data set
1 | summary.LSKAT.gen.plink(r.lskat)
|
r.lskat |
The list object with S3 class name: LSKAT.gen.plink, obtained from |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## data simulation for the power test
p0 <- longskat_gene_simulate( plink.format=T, file.plink.prefix="tmp-gene-plink",
power.test=T );
## LSKAT test
r.lskat1 <- longskat_gene_plink(p0$file.plink.bed, p0$file.plink.bim, p0$file.plink.fam,
p0$file.phe.long, p0$file.phe.cov, NULL, p0$file.gene.set,
options=list(g.maxiter=3, plink.path="plink", est.method = "ML"), verbose=T );
## sumamry information, this function
df <- summary(r.lskat1);
## check the sumamry information
show(df);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.