Skip to content

Commit

Permalink
Added link to RCC workshop.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Mar 7, 2018
1 parent 9df4b1c commit 678552c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@ numerical libraries.
gemma.linux.gz` to unpack the file.


## Quick start
## Help materials

1. Work through the demo. *Give more details here.*
+ [The GEMMA manual](doc/manual.pdf).

2. Read the manual and run `gemma -h`. *Give more details here.*
+ [Detailed example with HS mouse data](example/demo.txt).

+ [Tutorial on GEMMA for genome-wide association
analysis](https://github.com/rcc-uchicago/genetic-data-analysis-2).

## Citing GEMMA

Expand Down
4 changes: 3 additions & 1 deletion example/demo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ chr rs ps n_miss allele1 allele0 af beta_1 beta_2 Vbeta_1_1 Vbeta_1_2 Vbeta_2_2
## To fit BSLMM in the training set:

## To fit a quantitative trait
../bin/gemma -g mouse_hs1940.geno.txt.gz -p mouse_hs1940.pheno.txt -n 2 -a mouse_hs1940.anno.txt -bslmm -o mouse_hs1940_CD8_bslmm -w 1000 -s 10000 -seed 1
../bin/gemma -g mouse_hs1940.geno.txt.gz -p mouse_hs1940.pheno.txt -n 2 \
-a mouse_hs1940.anno.txt -bslmm -o mouse_hs1940_CD8_bslmm \
-w 1000 -s 10000 -seed 1

# the following three files may be of most importance:
# the *.hyp.txt contains a column for pve and pge
Expand Down

0 comments on commit 678552c

Please sign in to comment.