-
Notifications
You must be signed in to change notification settings - Fork 0
/
analysis.yaml
34 lines (31 loc) · 1007 Bytes
/
analysis.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Parameters for the pipeline.
id: moba_qc_gwas
name: MoBa Quality Control GWAS
description: Genome-wide analysis study of test phenotypes [Norwegian Mother, Father and Child Cohort Study (MoBa)](https://www.fhi.no/en/ch/studies/moba).
release: "2024.07.01" # The release number of the test GWAS pipeline should correspond to the release number of the genotypes
raw_pheno_table:
work_folder: /mnt/work/qc_genotypes # Folder where the results should be stored
scratch_folder: /mnt/scratch/qc_genotypes # Folder where intermediate files should be stored
analyses:
weight_birth:
name: Weight at birth
description: GWAS of weight at birth.
phenotype: birth_weight
phenotype_name: Weight at birth
phenotype_type: quantitative
covariates:
- sex
- pc1
- pc2
- pc3
- pc4
- pc5
- pc6
- pc7
- pc8
- pc9
- pc10
populations:
- children
# - mothers
# - fathers