-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8180cb1
commit 1e0f182
Showing
13 changed files
with
144 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
################################## | ||
# # | ||
# GENIE (v1.1.0) # | ||
# # | ||
################################## | ||
|
||
|
||
Active essential options: | ||
- g (genotype) test | ||
- a (annotation) single.annot | ||
- p (phenotype) test.pheno | ||
- c (covariates) test.cov | ||
- o (output) test.mem.out | ||
- e (environment) test.env | ||
- m (model) G | ||
- k (# random vectors) 20 | ||
- jn (# jackknife blocks) 10 | ||
- t (# threads) 6 | ||
- s (seed) 2 | ||
Other options: | ||
-- norm_proj_pheno (normalize pheno after projection on covariates) 0 | ||
-- cov_add_intercept (intercept term added to covariates) 1 | ||
- v (verbose) 1 | ||
- tr (trace summaries for G only; if pheno is not specified, dummy phenotype is used) | ||
|
||
|
||
Number of individuals after filtering = 5000 | ||
Number of covariates = 6 | ||
Number of environments = 0 | ||
***** | ||
Number of SNPs in bin 0 = 10000 | ||
***** | ||
Number of G variance components = 1 | ||
Number of GxE variance components = 0 | ||
Number of NxE variance components = 0 | ||
***** | ||
OUTPUT: | ||
Variance components: | ||
Sigma^2_g[0] : 0.165508 SE : 0.0275589 | ||
Sigma^2_e : 0.834049 SE : 0.0275676 | ||
***** | ||
Heritabilities: | ||
h2_g[0] : 0.165629 SE : 0.0275783 | ||
Total h2 : 0.165629 SE: 0.0275783 | ||
Total h2_g : 0.165629 SE: 0.0275783 | ||
***** | ||
Enrichments: | ||
G enrichment | ||
Enrichment g[0] : 1 SE : 0 | ||
***** | ||
***** | ||
Heritabilities and enrichments computed based on overlapping setting | ||
Heritabilities: | ||
h2_g[0] : 0.165645 SE : 0.0275617 | ||
Enrichments (overlapping def): | ||
Enrichment g[0] : 1.0001 SE : 0.000198846 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
NSAMPLE,NSNPS,NBLKS,NBINS,K | ||
5000,10000,10,1,20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
LD_SUM_0,NSNPS_JACKKNIFE | ||
9141.11,9000 | ||
9103.38,9000 | ||
9072.54,9000 | ||
9038.73,9000 | ||
9152.27,9000 | ||
9214.99,9000 | ||
9102.76,9000 | ||
9221.04,9000 | ||
9150.95,9000 | ||
9101.28,9000 | ||
10160.6,10000 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
NSAMPLE,NSNP,NBLK,NBIN | ||
5000,10000,10,2 | ||
NSAMPLE,NSNPS,NBLKS,NBINS,K | ||
5000,10000,10,1,20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
LD_SUM_0,NSNPS_JACKKNIFE | ||
9141.11,9000 | ||
9103.38,9000 | ||
9072.54,9000 | ||
9038.73,9000 | ||
9152.27,9000 | ||
9214.99,9000 | ||
9102.76,9000 | ||
9221.04,9000 | ||
9150.95,9000 | ||
9101.28,9000 | ||
10160.6,10000 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters