Skip to content

Commit b3949f4

Browse files
committed
update readme
1 parent 494cf04 commit b3949f4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This README contains the run command for the category-based burden test in the An et al. (2018). The scripts and materials are distributed in Amazon Machine Images and you can deploy the workflow using Amazon Web Services (AWS). The AMI ID is `ami-0e1757919181cfb66`, name 'An 2018 to share', and has 180 Gib size. For the instance setting, we recommend large AWS instance series like `m4.x2large` or `m4.x4large`.
44

5+
The AMI includes:
6+
7+
- List of de novo variants from An et al. (2018). The annotated version will be provided via Dryad (Link will be uploaded soon).
8+
- Script for annotation
9+
- Annotation files
10+
- List of redundant categories to be trimmed
11+
- List of gene sets
12+
- List of large category for burdenshift analysis
13+
- Adjustment factor for burden test
514

615
## Step 1. Annotation
716

@@ -93,7 +102,7 @@ File with 1 row per sampleID listing adjustment factor (e.g. from regression) to
93102
```bash
94103
python getBinomtest.py \
95104
-i result.sumVar.cwas.trimmed.txt \
96-
-a list_paternal_age.txt \
105+
-a list_adjustmentFactors.txt \
97106
-r list_redundant_categories.txt \
98107
-o cwas
99108
```
@@ -132,7 +141,7 @@ python doperm.py -m index -s swapFams.cwas.p -n 1902
132141
python doperm.py \
133142
-m perm \
134143
-i result.sumVar.cwas.trimmed.txt.gz \
135-
-a list_paternal_age.txt \
144+
-a list_adjustmentFactors.txt \
136145
-r list_redundant_categories.txt \
137146
-b result.burden.cwas.noPerm.txt \
138147
-s swapFams.cwas.p \

0 commit comments

Comments
 (0)