From f808355cd7abbadd2fbcc5ff471ba89a12205159 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Tue, 9 May 2017 12:48:27 -0500 Subject: Putatively fixed -Wc++11-narrowing error in io.cpp (see Issue #24). --- example/demo.txt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'example') diff --git a/example/demo.txt b/example/demo.txt index 766d949..3231ddc 100644 --- a/example/demo.txt +++ b/example/demo.txt @@ -1,13 +1,10 @@ -## Detailed description of the data set is available in the online GEMMA user manual -## Each of the following steps may take over one minute to run - - - - - +## Detailed description of the data set is available in the online +## GEMMA user manual. Each of the following steps may take over one +## minute to run. ## To calculate a centered relatedness matrix: -../bin/gemma -g mouse_hs1940.geno.txt.gz -p mouse_hs1940.pheno.txt -a mouse_hs1940.anno.txt -gk -o mouse_hs1940 +../bin/gemma -g mouse_hs1940.geno.txt.gz -p mouse_hs1940.pheno.txt \ + -a mouse_hs1940.anno.txt -gk -o mouse_hs1940 # The estimated relatedness matrix should look like this: 0.3350590 -0.0227226 0.0103535 ... @@ -55,7 +52,9 @@ se(pve) in the null model = 0.032774 ## To perform association tests with a multivariate linear mixed model, for two phenotypes CD8 (column 1) and MCH (column 6): ## Notice that the number of individuals in this analysis is different from that above, so the allele frequencies are different between the two analyses -../bin/gemma -g mouse_hs1940.geno.txt.gz -p mouse_hs1940.pheno.txt -n 1 6 -a mouse_hs1940.anno.txt -k ./output/mouse_hs1940.cXX.txt -lmm -o mouse_hs1940_CD8MCH_lmm +../bin/gemma -g mouse_hs1940.geno.txt.gz -p mouse_hs1940.pheno.txt \ + -n 1 6 -a mouse_hs1940.anno.txt -k ./output/mouse_hs1940.cXX.txt \ + -lmm -o mouse_hs1940_CD8MCH_lmm # The result for top 5 SNPs should look like this: chr rs ps n_miss allele1 allele0 af beta_1 beta_2 Vbeta_1_1 Vbeta_1_2 Vbeta_2_2 p_wald -- cgit v1.2.3