{
  "title": "eQTL LD · LDLRAP1 credible set",
  "subtitle": "174 credible variants (8 inside our cCRE, 62 out-of-cCRE with r²≥0.8) · teal = our cCRE; lollipop height = PIP, colour = real 1000G r² to the lead (cohort model)",
  "assembly": "hg38",
  "spacing": 8,
  "layout": "linear",
  "views": [
    {
      "tracks": [
        {
          "data": {
            "type": "csv",
            "url": "REPLACE_WITH_WORKSPACE_URL/eqtl_ld_variants.csv",
            "separator": "\t",
            "chromosomeField": "ccre_chrom",
            "genomicFields": [
              "var_pos",
              "ccre_start",
              "ccre_end"
            ]
          },
          "dataTransform": [
            {
              "type": "filter",
              "field": "gene",
              "oneOf": [
                "LDLRAP1"
              ]
            }
          ],
          "mark": "rect",
          "x": {
            "field": "ccre_start",
            "type": "genomic",
            "domain": {
              "chromosome": "chr1",
              "interval": [
                25539033,
                25577655
              ]
            },
            "linkingId": "eqtlld"
          },
          "xe": {
            "field": "ccre_end",
            "type": "genomic"
          },
          "color": {
            "value": "#107A73"
          },
          "width": 860,
          "height": 26
        },
        {
          "alignment": "overlay",
          "data": {
            "type": "csv",
            "url": "REPLACE_WITH_WORKSPACE_URL/eqtl_ld_variants.csv",
            "separator": "\t",
            "chromosomeField": "ccre_chrom",
            "genomicFields": [
              "var_pos",
              "ccre_start",
              "ccre_end"
            ]
          },
          "dataTransform": [
            {
              "type": "filter",
              "field": "gene",
              "oneOf": [
                "LDLRAP1"
              ]
            }
          ],
          "x": {
            "field": "var_pos",
            "type": "genomic",
            "domain": {
              "chromosome": "chr1",
              "interval": [
                25539033,
                25577655
              ]
            },
            "linkingId": "eqtlld"
          },
          "y": {
            "field": "var_pip",
            "type": "quantitative",
            "domain": [
              0,
              1
            ],
            "axis": "left"
          },
          "tracks": [
            {
              "mark": "bar",
              "color": {
                "value": "#C9D3DD"
              },
              "size": {
                "value": 1.6
              }
            },
            {
              "mark": "point",
              "size": {
                "field": "var_pip",
                "type": "quantitative",
                "domain": [
                  0,
                  1
                ],
                "range": [
                  3,
                  10
                ]
              },
              "color": {
                "field": "cat",
                "type": "nominal",
                "domain": [
                  "in our cCRE",
                  "out-of-cCRE · r²≥0.8",
                  "out-of-cCRE · 0.2–0.8",
                  "out-of-cCRE · r²<0.2",
                  "out-of-cCRE · not in 1000G"
                ],
                "range": [
                  "#B87A0E",
                  "#AF3A2E",
                  "#4A4E69",
                  "#C9D3DD",
                  "#6B7785"
                ],
                "legend": true
              }
            }
          ],
          "width": 860,
          "height": 120
        }
      ]
    }
  ]
}