Gene index
Bases: GeneIndexStepConfig
Gene index step.
This step generates a gene index dataset from an Open Targets Platform target dataset.
Source code in src/otg/gene_index.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
run()
Run Target index step.
Source code in src/otg/gene_index.py
20 21 22 23 24 25 26 27 |
|
Gene index step requirements.
Attributes:
Name | Type | Description |
---|---|---|
target_path | str | Open targets Platform target dataset path. |
gene_index_path | str | Output gene index path. |
Source code in src/otg/config.py
234 235 236 237 238 239 240 241 242 243 244 245 |
|