FinnGen
Bases: FinnGenStepConfig
FinnGen study table ingestion step.
Source code in src/otg/finngen.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
run()
Run FinnGen study table ingestion step.
Source code in src/otg/finngen.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
FinnGen study table ingestion step requirements.
Attributes:
Name | Type | Description |
---|---|---|
finngen_phenotype_table_url | str | FinnGen API for fetching the list of studies. |
finngen_release_prefix | str | Release prefix pattern. |
finngen_sumstat_url_prefix | str | URL prefix for summary statistics location. |
finngen_sumstat_url_suffix | str | URL prefix suffix for summary statistics location. |
finngen_study_index_out | str | Output path for the FinnGen study index dataset. |
Source code in src/otg/config.py
266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 |
|