Colocalisation
Bases: Dataset
Colocalisation results for pairs of overlapping study-locus.
Source code in src/otg/dataset/colocalisation.py
14 15 16 17 18 19 20 21 |
|
get_schema()
classmethod
Provides the schema for the Colocalisation dataset.
Source code in src/otg/dataset/colocalisation.py
18 19 20 21 |
|
Schema
root
|-- leftStudyLocusId: long (nullable = false)
|-- rightStudyLocusId: long (nullable = false)
|-- chromosome: string (nullable = false)
|-- colocalisationMethod: string (nullable = false)
|-- numberColocalisingVariants: long (nullable = false)
|-- h0: double (nullable = true)
|-- h1: double (nullable = true)
|-- h2: double (nullable = true)
|-- h3: double (nullable = true)
|-- h4: double (nullable = true)
|-- log2h4h3: double (nullable = true)
|-- clpp: double (nullable = true)