commit a37bdc54f872998607bc57453934f66593df0d35 Author: inca Date: Mon Jun 8 20:27:04 2026 +0900 Initial import: alopecia digital twin static site (from GCS) diff --git a/css/editorial.css b/css/editorial.css new file mode 100644 index 0000000..7805e42 --- /dev/null +++ b/css/editorial.css @@ -0,0 +1,305 @@ +/* ===================================================== + editorial.css — 전문 에디토리얼 재디자인 (라이트) + style.css / twin.css 위에 로드되어 디자인 언어를 교체. + Pretendard · 종이 배경 · 잉크 · 단일 버밀리언 액센트 · 헤어라인. + (다크 글래스/그라데이션/글로우/이모지 클리셰 제거) + ===================================================== */ + +:root{ + --bg:#f1ede4; + --surface:#fbf9f4; + --surface-hover:#f4f0e6; + --border:#ddd5c5; + --border-bright:#c8401f; + --primary:#c8401f; /* 단일 액센트: 버밀리언 */ + --primary-dark:#a8330f; + --accent:#1f5d52; /* 보조: 딥 틸 */ + --accent2:#1f5d52; + --text:#1b1a16; + --text-muted:#8a8473; + --success:#1f6d3a; + --warn:#9a6a12; + --danger:#b3361b; + --radius:6px; + --radius-sm:5px; + --shadow:0 1px 0 rgba(0,0,0,.02); + --line:#ddd5c5; + --line2:#cabfa9; + --ink2:#4a463d; + --font:'Pretendard Variable',Pretendard,system-ui,-apple-system,'Apple SD Gothic Neo','Malgun Gothic',sans-serif; + --font-mono:'JetBrains Mono','Pretendard Variable',Pretendard,monospace; +} + +html{font-size:16.5px} +body{ + background:var(--bg) !important; + color:var(--text); + font-family:var(--font) !important; + letter-spacing:-.2px; + -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; +} +.mono,.stamp,.runner,code{font-family:var(--font-mono)} + +/* 배경 오브 제거 (AI 클리셰) */ +.bg-orb{display:none !important} + +.container{max-width:1320px;padding:30px 40px 70px} + +/* ── 헤더 : 에디토리얼 러너 ── */ +.dashboard-header{ + background:transparent !important;backdrop-filter:none !important; + border:0 !important;border-bottom:2px solid var(--text) !important; + border-radius:0 !important;padding:0 0 16px !important;box-shadow:none !important; + margin-bottom:0 !important;align-items:flex-end !important; +} +.dna-icon{display:none !important} +.dashboard-header h1{font-family:var(--font);font-weight:800;font-size:27.5px;letter-spacing:-.7px;color:var(--text);line-height:1.15} +.gradient-text{background:none !important;-webkit-text-fill-color:var(--primary) !important;color:var(--primary) !important} +.ko-title{color:var(--text-muted);font-weight:400} +.subtitle{color:var(--text-muted);font-size:13.2px;font-family:var(--font-mono);letter-spacing:.3px;margin-top:5px} +.header-stats{gap:0 !important} +.stat-pill{ + background:transparent !important;border:0 !important;border-left:1px solid var(--line) !important; + border-radius:0 !important;padding:2px 16px !important;color:var(--ink2) !important; + font-family:var(--font-mono);font-size:12.1px;letter-spacing:.3px; +} +.stat-pill:first-child{border-left:0 !important;padding-left:0 !important} +.stat-pill span{color:var(--primary);font-weight:700} +.stat-pill.updated span{color:var(--text-muted)} +.pulse-dot,.live-dot,.pulse-badge,.pulse-dot::after{display:none !important} + +/* ── 탭 : 밑줄형 에디토리얼 ── */ +.tab-nav{ + background:transparent !important;border:0 !important;border-bottom:1px solid var(--line) !important; + border-radius:0 !important;padding:0 !important;gap:0 !important;margin:0 0 26px !important; + box-shadow:none !important;display:flex;flex-wrap:wrap; +} +.tab-btn{ + background:transparent !important;border:0 !important;border-bottom:2px solid transparent !important; + border-radius:0 !important;color:var(--text-muted) !important;font-family:var(--font);font-weight:700; + font-size:14.8px;letter-spacing:-.2px;padding:14px 18px !important;margin-bottom:-1px;transition:.12s; +} +.tab-btn:hover{color:var(--text) !important;background:transparent !important} +.tab-btn.active{ + background:transparent !important;color:var(--text) !important; + border-bottom:2px solid var(--primary) !important;box-shadow:none !important; +} + +/* ── 패널/카드 : 종이 + 헤어라인 (글래스 제거) ── */ +.panel,.glass-panel,.full-panel,.chart-panel{ + background:var(--surface) !important;backdrop-filter:none !important; + border:1px solid var(--line) !important;border-radius:var(--radius) !important; + box-shadow:none !important; +} +.panel h2,.glass-panel h2{font-family:var(--font);font-weight:800;font-size:17.6px;letter-spacing:-.4px;color:var(--text)} +.panel h3{font-weight:700;color:var(--text)} +.panel-subtitle{color:var(--text-muted);font-size:13.8px} + +.badge{background:var(--surface-hover) !important;border:1px solid var(--line);color:var(--ink2) !important;border-radius:4px} +.badge.small{font-family:var(--font-mono)} + +/* ── 버튼/입력 ── */ +.btn-primary,.btn-ghost,.btn-page{ + background:var(--surface) !important;border:1px solid var(--line2) !important;color:var(--text) !important; + border-radius:var(--radius-sm) !important;font-family:var(--font);font-weight:700;box-shadow:none !important; +} +.btn-primary{background:var(--primary) !important;border-color:var(--primary) !important;color:#fff !important} +.btn-primary:hover,.btn-ghost:hover{background:var(--surface-hover) !important;border-color:var(--primary) !important} +.btn-primary:hover{background:var(--primary-dark) !important;color:#fff !important} +.search-input,.mini-select,.custom-select,select,input[type=text]{ + background:#fff !important;border:1px solid var(--line2) !important;color:var(--text) !important; + border-radius:var(--radius-sm) !important;font-family:var(--font); +} +.search-input::placeholder{color:var(--text-muted)} + +/* ── 테이블 ── */ +.papers-table th{color:var(--text-muted) !important;border-bottom:2px solid var(--text) !important; + font-family:var(--font-mono);font-size:12.1px;letter-spacing:.5px;text-transform:uppercase} +.papers-table td{border-bottom:1px solid var(--line) !important;color:var(--text)} +.papers-table tbody tr:hover{background:var(--surface-hover) !important} +.title-cell{color:var(--text)} + +/* ── 차트 래퍼 / 다크 뷰포트(3D·그래프) ── */ +.chart-wrapper,.chart-box{background:transparent} +.ngl-viewer{background:#0e0d0b !important;border:1px solid var(--line2) !important;border-radius:var(--radius-sm) !important} +#graph-canvas{background:#13110d !important;border:1px solid var(--line2) !important;border-radius:var(--radius-sm)} +.graph-tooltip{background:#fff !important;border:1px solid var(--line2) !important;color:var(--text) !important;box-shadow:0 4px 18px rgba(0,0,0,.12) !important} +.graph-tooltip .tt-sub{color:var(--text-muted)} +.hologram-ring{border-color:var(--line2) !important;opacity:.5} +.centered-content .placeholder-text h3{color:var(--text)} +.centered-content .placeholder-text p{color:var(--text-muted)} + +/* ── TWIN 탭 ── */ +.seg-btn{background:var(--surface) !important;border:1px solid var(--line) !important;color:var(--text) !important} +.seg-btn:hover{background:var(--surface-hover) !important} +.seg-btn.active{background:#fff !important;border-color:var(--primary) !important;box-shadow:inset 3px 0 0 var(--primary) !important} +.seg-btn .seg-sub{color:var(--text-muted)} +.chip{background:var(--surface) !important;border:1px solid var(--line2) !important;color:var(--ink2) !important} +.chip.active{background:var(--primary) !important;border-color:var(--primary) !important;color:#fff !important} +.disease-desc{background:#f3ede0 !important;border:1px solid var(--line2) !important;color:var(--ink2) !important} +.metric-card{background:var(--surface) !important;border:1px solid var(--line) !important} +.metric-card .mv{font-family:var(--font);color:var(--text)} +.metric-card.good .mv{color:var(--success)} .metric-card.warn .mv{color:var(--warn)} .metric-card.bad .mv{color:var(--danger)} +.metric-card .ml{color:var(--text-muted)} +.gene-pill{background:#f3ede0 !important;border:1px solid var(--line2) !important;color:var(--primary) !important;font-family:var(--font-mono)} +.slider-group label{color:var(--text-muted)} .slider-group label span{color:var(--primary)} +.slider-group input[type=range]{accent-color:var(--primary)} + +/* ── ATLAS 탭 ── */ +.prot-card{background:var(--surface) !important;border:1px solid var(--line) !important;box-shadow:none !important} +.prot-card:hover{background:var(--surface-hover) !important;border-color:var(--primary) !important;transform:none !important} +.prot-card.selected{border-color:var(--primary) !important;box-shadow:inset 0 0 0 1px var(--primary) !important} +.prot-card .pc-gene{font-family:var(--font-mono);color:var(--text)} +.prot-card .pc-name{color:var(--text-muted)} +.pc-seed{color:var(--primary)} .pc-ev{color:var(--text-muted)} +.detail-head h2{font-family:var(--font-mono);color:var(--text)} +.dbadge{background:var(--surface-hover) !important;border:1px solid var(--line);color:var(--ink2)} +.detail-grid .dg{background:var(--surface) !important;border:1px solid var(--line) !important} +.detail-grid .dg .k{color:var(--text-muted)} .detail-grid .dg .v{color:var(--text)} +.evidence-item{background:var(--surface) !important;border:1px solid var(--line) !important} +.evidence-item .ey{color:var(--primary)} +.grounding-item{background:#eef3ec !important;border:1px solid #cfe0c8 !important} +.gr-paper{color:#2f6d3a !important} .gr-quote{color:var(--ink2)} +.detail-links a{background:#fff !important;border:1px solid var(--primary) !important;color:var(--primary) !important} +.detail-links a:hover{background:var(--primary) !important;color:#fff !important} +.plddt-val{color:var(--text)} +.role-driver{color:#b3361b} .role-protector{color:#1f6d3a} .role-modulator{color:#1f5d52} + +/* ── GRAPH 탭 ── */ +.gl{color:var(--text-muted)} .graph-filters label{color:var(--text-muted)} + +/* ── CALIBRATION 탭 ── */ +.cal-banner{background:#f5efe2 !important;border:1px solid var(--line2) !important;color:var(--ink2) !important} +.cal-card{background:var(--surface) !important;border:1px solid var(--line) !important} +.cal-card.big{background:#f5ece1 !important;border-color:var(--primary) !important} +.cal-card .mv{color:var(--primary)} .cal-card.big .mv{color:var(--text)} .cal-card .ml{color:var(--text-muted)} +.cal-axis-card,.coupled-bar-wrap,.newpaper-card{background:var(--surface) !important;border:1px solid var(--line) !important} +.cal-r2.good{background:#e3efe0;color:#1f6d3a} .cal-r2.warn{background:#f3ead4;color:#9a6a12} .cal-r2.bad{background:#f5e0db;color:#b3361b} +.cal-prow{border-bottom:1px solid var(--line)} .cal-prow:nth-child(odd){background:var(--surface-hover)} +.cal-prow .pa{color:var(--primary)} .cal-prow .pi{color:var(--text-muted)} +.cal-provenance{color:var(--text-muted)} .cal-note{color:var(--text)} +.val-card{background:var(--surface) !important;border:1px solid var(--line) !important} +.val-card.big{background:#eef3ec !important;border-color:#cfe0c8 !important} +.val-card .vv{color:var(--success)} .val-card .vl{color:var(--text-muted)} +.cal-validation{background:#eef3ec !important;border:1px solid #cfe0c8 !important} +.val-note{color:var(--ink2)} .val-note.dim{color:var(--text-muted)} +.val-pm{background:#f3ede0 !important;border:1px solid var(--line2) !important} .val-pm b{color:var(--primary)} +.coupled-bar.good{background:#1f6d3a} .coupled-bar.warn{background:#9a6a12} .coupled-bar.bad{background:#b3361b} +.coupled-lab{color:var(--text)} .coupled-val{color:var(--text-muted)} + +/* ── PAPERS ── */ +.newpaper-card .np-title{color:var(--text)} .newpaper-card .np-meta{color:var(--text-muted)} +.np-target{color:var(--primary)} .targets-cell .tg{background:#f3ede0;color:var(--primary)} + +.app-footer{color:var(--text-muted);border-top:1px solid var(--line)} + +/* 스크롤바 */ +::-webkit-scrollbar{width:10px;height:10px} +::-webkit-scrollbar-track{background:transparent} +::-webkit-scrollbar-thumb{background:var(--line2);border-radius:5px;border:2px solid var(--bg)} + +/* ── 치료 타임라인 탭 ── */ +.tl-disclaimer{background:#f6ead6;border:1px solid #e0c896;border-left:4px solid var(--primary); + border-radius:var(--radius-sm);padding:13px 16px;margin-bottom:18px;color:#5c4a2a;font-size:13.3px;line-height:1.65} +.tl-disclaimer b{color:var(--primary)} +.tl-disc2{display:block;margin-top:6px;color:#7a6a4a;font-size:12.2px;font-family:var(--font-mono)} +.tl-layout{display:grid;grid-template-columns:370px 1fr;gap:20px;align-items:start} +.tl-controls h2{margin-bottom:4px} +.tl-controls .form-group{margin-top:16px} +.tl-upload{display:flex;flex-wrap:wrap;gap:8px} +.tl-upload .btn-primary,.tl-upload .btn-ghost{cursor:pointer;padding:8px 14px;font-size:13px;display:inline-flex;align-items:center} +.tl-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px} +.tl-metrics .metric-card{padding:12px 14px} +.tl-metrics .mv{font-size:26.4px;font-weight:800} +.tl-ivs-line{margin-top:12px;font-size:13px;color:var(--text-muted)} +.tl-ivs-line b{color:var(--text)} +.tl-chart-wrap{height:150px;margin-top:14px} +.tl-cap{font-size:11.6px;color:var(--text-muted);margin-top:6px;font-family:var(--font-mono)} +.tl-stage{display:flex;flex-direction:column;gap:14px;padding:16px} +.tl-canvas-wrap{position:relative;background:#0e0d0b;border:1px solid var(--line2);border-radius:var(--radius-sm); + min-height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden} +#tl-canvas{display:block;max-width:100%;height:auto;cursor:crosshair} +.tl-stage.empty #tl-canvas{display:none} +.tl-empty-hint{color:#9a9284;font-size:14px;text-align:center;padding:40px;line-height:1.7} +.tl-empty-hint b{color:#d6cfc0} +.tl-stage:not(.empty) .tl-empty-hint{display:none} +.tl-hint{position:absolute;top:10px;left:50%;transform:translateX(-50%);background:rgba(200,64,31,.92);color:#fff; + font-size:12.5px;padding:6px 14px;border-radius:20px;white-space:nowrap;box-shadow:0 2px 10px rgba(0,0,0,.3)} +.tl-hint.hidden{display:none} +.tl-scrubber{padding:4px 6px 2px} +.tl-month{font-size:19.8px;font-weight:800;color:var(--text);margin-bottom:8px} +.tl-month-sub{font-size:13px;font-weight:400;color:var(--text-muted);font-family:var(--font-mono)} +#tl-slider{width:100%;-webkit-appearance:none;appearance:none;height:6px;border-radius:3px; + background:linear-gradient(90deg,var(--primary) 0%,var(--line2) 0%);outline:none;cursor:pointer} +#tl-slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%; + background:var(--primary);border:3px solid #fff;box-shadow:0 1px 5px rgba(0,0,0,.3);cursor:pointer} +#tl-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--primary);border:3px solid #fff;cursor:pointer} +.tl-ticks{display:flex;justify-content:space-between;margin-top:7px;font-family:var(--font-mono);font-size:11px;color:var(--text-muted)} +.tl-axisnote{margin-top:6px;font-size:11.5px;color:var(--text-muted);font-family:var(--font-mono);line-height:1.5} +@media(max-width:920px){.tl-layout{grid-template-columns:1fr}} + +/* ── 검증(Validation) 탭 ── */ +.val-intro{margin-bottom:20px} +.val-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px} +.vcard{border:1px solid var(--line);border-radius:var(--radius-sm);padding:14px 16px;background:#fbf9f4} +.vch{font-family:var(--font);font-weight:800;font-size:14.5px;color:var(--text);border-bottom:2px solid var(--text);padding-bottom:7px;margin-bottom:9px} +.vrow{display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:center;padding:5px 0;border-bottom:1px solid var(--line)} +.vrow:last-child{border-bottom:0} +.vrd{font-size:12.4px;color:var(--ink2);grid-column:1} +.vrm{font-size:12px;color:var(--text-muted);grid-column:1;font-family:var(--font-mono)} +.vb{grid-column:2;grid-row:1/3;justify-self:end;font-size:11px;font-weight:700;padding:3px 9px;border-radius:11px;white-space:nowrap} +.vb-ok{background:#e3efe0;color:var(--success)} .vb-warn{background:#f3ead4;color:var(--warn)} .vb-bad{background:#f5e0db;color:var(--danger)} +.vp{color:var(--primary);font-weight:700} +.val-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px} +.val-grid .panel{padding:16px 18px} +.val-grid h3{font-family:var(--font);font-weight:800;font-size:15px;color:var(--text);margin-bottom:4px} +.val-wide{grid-column:1/-1} +.val-chart{height:240px;margin-top:8px} +.val-cap{font-size:11.8px;color:var(--text-muted);margin-top:8px;line-height:1.6} +.val-donuts{display:flex;gap:24px;justify-content:center;align-items:center;margin-top:10px} +.val-donut{position:relative;width:150px;height:150px} +.val-donut-lab{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:13px;color:var(--text-muted);font-family:var(--font-mono)} +.val-donut-lab b{font-size:22px;color:var(--text);font-family:var(--font)} +.val-table{width:100%;border-collapse:collapse;margin-top:8px;font-size:13px} +.val-table th{text-align:left;color:var(--text-muted);border-bottom:2px solid var(--text);padding:7px 8px;font-family:var(--font-mono);font-size:11px;letter-spacing:.3px;text-transform:uppercase} +.val-table td{padding:6px 8px;border-bottom:1px solid var(--line);color:var(--text)} +.val-table tbody tr:hover{background:var(--surface-hover)} +.vc-g{font-family:var(--font-mono);font-weight:700;color:var(--primary)} +.vc-p{font-family:var(--font-mono);font-weight:700} +.vc-p.good{color:var(--success)} .vc-p.warn{color:var(--warn)} .vc-p.bad{color:var(--danger)} +.val-landscape{margin-bottom:18px} +.val-headline{display:flex;flex-wrap:wrap;gap:0;margin:14px 0 6px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)} +.vstat{flex:1;min-width:90px;padding:12px 16px;border-left:1px solid var(--line);text-align:center} +.vstat:first-child{border-left:0} +.vsv{font-family:var(--font);font-weight:800;font-size:25px;color:var(--primary);line-height:1.1} +.vsl{font-size:11.5px;color:var(--text-muted);margin-top:3px;font-family:var(--font-mono)} +.val-land-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:20px;margin-top:10px} +.val-credible{margin-top:18px;border-top:3px solid var(--primary)} +.val-cred-head{display:flex;align-items:center;gap:10px;margin-bottom:2px} +.val-cred-head h3{margin:0} +.val-cred-tag{flex:0 0 auto;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.04em; + color:#fff;background:var(--primary);padding:3px 9px;border-radius:2px} +.ipd-warn{background:rgba(200,64,31,.08);border:1px solid rgba(200,64,31,.35);border-left:3px solid var(--primary); + padding:9px 12px;margin:8px 0 4px;font-size:13px;line-height:1.5;color:var(--ink,#1b1a16);border-radius:2px} +.ipd-verdict{margin:8px 0 2px;font-size:13.5px;color:var(--text-muted);font-family:var(--font-mono)} +.net-controls{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:14px 0 6px} +.net-controls label{font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:6px} +.net-sel{font-family:var(--font);font-size:13px;padding:5px 8px;border:1px solid var(--line);border-radius:3px;background:var(--bg);color:var(--ink,#1b1a16)} +.net-slider{flex:1;min-width:160px;accent-color:var(--primary)} +.net-month{font-family:var(--font-mono);font-weight:700;font-size:15px;color:var(--primary);min-width:54px;text-align:right} +.net-status{font-size:12.5px;color:var(--text-muted);font-family:var(--font-mono);margin:2px 0 8px} +.net-stage{display:flex;gap:14px;align-items:stretch;height:480px} +.net-wrap{position:relative;flex:1 1 0;min-width:0;border:1px solid var(--line);border-radius:4px;background:radial-gradient(120% 120% at 50% 30%,#f8f4ec,#e9e0d0);overflow:hidden} +.net-wrap>canvas{display:block;width:100%;height:100%} +.net-ngl{position:absolute;inset:0} +.net-ngl-load{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:13px;color:var(--text-muted);background:rgba(245,240,232,.7);z-index:5} +#net-mode.on{background:var(--primary);color:#fff;border-color:var(--primary)} +.net-foll{flex:0 0 270px;border:1px solid var(--line);border-radius:4px;background:radial-gradient(120% 120% at 50% 25%,#fcf7ef,#ece0cc);display:flex;flex-direction:column;overflow:hidden} +.net-foll-title{font-size:11.5px;font-family:var(--font-mono);color:var(--text-muted);padding:7px 10px 2px;font-weight:700} +.net-foll canvas{display:block;width:100%;flex:1;min-height:0} +.net-foll-state{font-size:11.5px;font-family:var(--font-mono);color:var(--primary);padding:4px 10px 8px;text-align:center;font-weight:700} +@media(max-width:760px){.net-stage{flex-direction:column;height:auto}.net-wrap{height:380px}.net-foll{flex:0 0 360px}} +.net-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px} +.net-leg{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--text-muted);font-family:var(--font-mono)} +.net-leg i{width:11px;height:11px;border-radius:50%;display:inline-block} +@media(max-width:920px){.val-summary-grid,.val-grid,.val-land-grid{grid-template-columns:1fr}} diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..841b59f --- /dev/null +++ b/css/style.css @@ -0,0 +1,1029 @@ +/* ===================================================== + Alopecia Digital Twin System — Style Sheet + ===================================================== */ + +:root { + --bg: #060912; + --surface: rgba(255, 255, 255, 0.04); + --surface-hover: rgba(255, 255, 255, 0.08); + --border: rgba(255, 255, 255, 0.09); + --border-bright: rgba(102, 153, 255, 0.35); + --primary: #6699ff; + --primary-dark: #3d6fdd; + --accent: #a855f7; + --accent2: #22d3ee; + --text: #e8eaf6; + --text-muted: #7b82b0; + --success: #34d399; + --warn: #fbbf24; + --danger: #f87171; + --radius: 16px; + --radius-sm: 10px; + --shadow: 0 8px 40px rgba(0, 0, 0, 0.5); +} + +*, +*::before, +*::after { + box-sizing: border-box; + margin: 0; + padding: 0; +} + +html { + font-size:16.5px; +} + +body { + background: var(--bg); + color: var(--text); + font-family: 'Inter', sans-serif; + min-height: 100vh; + overflow-x: hidden; + line-height: 1.6; +} + +/* ── Background orbs ── */ +.bg-orb { + position: fixed; + border-radius: 50%; + filter: blur(100px); + opacity: 0.18; + pointer-events: none; + z-index: 0; +} + +.orb-1 { + width: 600px; + height: 600px; + background: var(--primary); + top: -150px; + left: -150px; + animation: drift1 14s ease-in-out infinite alternate; +} + +.orb-2 { + width: 500px; + height: 500px; + background: var(--accent); + bottom: -100px; + right: -100px; + animation: drift2 18s ease-in-out infinite alternate; +} + +.orb-3 { + width: 350px; + height: 350px; + background: var(--accent2); + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + animation: drift3 22s ease-in-out infinite alternate; +} + +@keyframes drift1 { + from { + transform: translate(0, 0) scale(1); + } + + to { + transform: translate(60px, 40px) scale(1.15); + } +} + +@keyframes drift2 { + from { + transform: translate(0, 0) scale(1); + } + + to { + transform: translate(-50px, -30px) scale(1.1); + } +} + +@keyframes drift3 { + from { + transform: translate(-50%, -50%) scale(1); + } + + to { + transform: translate(-48%, -52%) scale(1.08); + } +} + +/* ── Container ── */ +.container { + position: relative; + z-index: 1; + max-width: 1400px; + margin: 0 auto; + padding: 24px 20px 60px; +} + +/* ── Header ── */ +.dashboard-header { + display: flex; + align-items: center; + justify-content: space-between; + gap: 20px; + margin-bottom: 28px; + padding: 20px 28px; + background: var(--surface); + border: 1px solid var(--border); + border-radius: var(--radius); + backdrop-filter: blur(12px); +} + +.logo-area { + display: flex; + align-items: center; + gap: 14px; +} + +.dna-icon { + width: 48px; + height: 48px; + background: linear-gradient(135deg, var(--primary), var(--accent)); + border-radius: 12px; + display: flex; + align-items: center; + justify-content: center; + color: white; + flex-shrink: 0; + box-shadow: 0 0 20px rgba(102, 153, 255, 0.4); +} + +h1 { + font-family: 'Outfit', sans-serif; + font-size: 1.7rem; + font-weight: 800; +} + +.gradient-text { + background: linear-gradient(90deg, var(--primary), var(--accent)); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; +} + +.subtitle { + color: var(--text-muted); + font-size: 0.82rem; + margin-top: 2px; +} + +.panel-subtitle { + color: var(--text-muted); + font-size: 0.84rem; + margin-bottom: 20px; +} + +.header-stats { + display: flex; + gap: 10px; + flex-wrap: wrap; +} + +.stat-pill { + display: flex; + align-items: center; + gap: 8px; + padding: 8px 16px; + background: var(--surface); + border: 1px solid var(--border); + border-radius: 50px; + font-size: 0.82rem; + color: var(--text-muted); + white-space: nowrap; +} + +.stat-pill span { + color: var(--text); + font-weight: 600; +} + +.stat-pill.updated { + font-size: 0.76rem; +} + +.pulse-dot { + width: 8px; + height: 8px; + border-radius: 50%; + background: var(--success); + box-shadow: 0 0 8px var(--success); + animation: pulse 2s ease-in-out infinite; +} + +@keyframes pulse { + + 0%, + 100% { + opacity: 1; + transform: scale(1); + } + + 50% { + opacity: 0.5; + transform: scale(0.7); + } +} + +/* ── Tab Nav ── */ +.tab-nav { + display: flex; + gap: 8px; + margin-bottom: 24px; + background: var(--surface); + border: 1px solid var(--border); + border-radius: var(--radius); + padding: 6px; + width: fit-content; +} + +.tab-btn { + padding: 9px 22px; + border-radius: var(--radius-sm); + border: none; + background: transparent; + color: var(--text-muted); + cursor: pointer; + font-size: 0.88rem; + font-weight: 600; + transition: all 0.2s; + font-family: 'Inter', sans-serif; +} + +.tab-btn:hover { + color: var(--text); + background: var(--surface-hover); +} + +.tab-btn.active { + background: linear-gradient(135deg, var(--primary-dark), var(--accent)); + color: #fff; + box-shadow: 0 4px 14px rgba(102, 153, 255, 0.4); +} + +/* ── Panels ── */ +.tab-content { + display: none; +} + +.tab-content.active { + display: block; +} + +.glass-panel { + background: var(--surface); + border: 1px solid var(--border); + border-radius: var(--radius); + backdrop-filter: blur(12px); + padding: 28px; +} + +.glass-panel h2 { + font-family: 'Outfit', sans-serif; + font-size: 1.1rem; + font-weight: 700; + margin-bottom: 16px; + color: var(--text); +} + +/* ── Twin Tab Grid ── */ +.twin-grid { + display: grid; + grid-template-columns: 320px 1fr 340px; + grid-template-rows: auto 1fr; + gap: 20px; +} + +.controls-panel { + grid-column: 1; + grid-row: 1 / 3; +} + +.visualization-panel { + grid-column: 2; + grid-row: 1 / 3; +} + +.insights-panel { + grid-column: 3; + grid-row: 1 / 3; + overflow: hidden; +} + +/* ── Form Controls ── */ +.form-group { + margin-bottom: 18px; +} + +.form-group label { + display: block; + font-size: 0.8rem; + font-weight: 600; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.06em; + margin-bottom: 8px; +} + +.custom-select-wrapper { + position: relative; +} + +.custom-select, +.mini-select, +.search-input { + width: 100%; + background: rgba(255, 255, 255, 0.06); + border: 1px solid var(--border); + border-radius: var(--radius-sm); + color: var(--text); + padding: 10px 14px; + font-size: 0.88rem; + appearance: none; + font-family: 'Inter', sans-serif; + transition: border-color 0.2s, box-shadow 0.2s; + outline: none; + cursor: pointer; +} + +.custom-select:focus, +.mini-select:focus, +.search-input:focus { + border-color: var(--border-bright); + box-shadow: 0 0 0 3px rgba(102, 153, 255, 0.15); +} + +.custom-select:disabled { + opacity: 0.4; + cursor: not-allowed; +} + +.custom-select option, +.mini-select option { + background: #1a1d2e; +} + +.btn-primary { + width: 100%; + padding: 13px; + border: none; + border-radius: var(--radius-sm); + background: linear-gradient(135deg, var(--primary), var(--accent)); + color: white; + font-size: 0.92rem; + font-weight: 700; + cursor: pointer; + transition: opacity 0.2s, transform 0.15s; + display: flex; + align-items: center; + justify-content: center; + gap: 8px; + font-family: 'Outfit', sans-serif; + margin-top: 8px; + box-shadow: 0 4px 20px rgba(102, 153, 255, 0.3); +} + +.btn-primary:disabled { + opacity: 0.4; + cursor: not-allowed; + transform: none; +} + +.btn-primary:not(:disabled):hover { + opacity: 0.9; + transform: translateY(-1px); +} + +.related-badge { + margin-top: 14px; + text-align: center; + font-size: 0.82rem; + color: var(--accent2); + padding: 8px; + background: rgba(34, 211, 238, 0.08); + border: 1px solid rgba(34, 211, 238, 0.2); + border-radius: var(--radius-sm); +} + +/* ── Visualization Panel ── */ +.visualization-panel { + display: flex; + flex-direction: column; +} + +.centered-content { + flex: 1; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + gap: 16px; + min-height: 400px; + position: relative; +} + +.hologram-ring { + width: 200px; + height: 200px; + border-radius: 50%; + border: 2px solid rgba(102, 153, 255, 0.25); + position: absolute; + animation: spin 10s linear infinite; +} + +.hologram-ring.ring2 { + width: 160px; + height: 160px; + border-color: rgba(168, 85, 247, 0.2); + animation-duration: 14s; + animation-direction: reverse; +} + +.hologram-ring.ring3 { + width: 120px; + height: 120px; + border-color: rgba(34, 211, 238, 0.2); + animation-duration: 7s; +} + +@keyframes spin { + from { + transform: rotate(0deg); + } + + to { + transform: rotate(360deg); + } +} + +.placeholder-text { + position: relative; +} + +.placeholder-text h3 { + font-size: 1.1rem; + margin-bottom: 8px; + color: var(--text-muted); +} + +.placeholder-text p { + font-size: 0.84rem; + color: var(--text-muted); + max-width: 240px; +} + +.hidden { + display: none !important; +} + +#vis-active { + flex: 1; +} + +.twin-header { + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 16px; +} + +.twin-header h2 { + font-family: 'Outfit', sans-serif; + font-size: 1rem; + margin-bottom: 0; +} + +.badge { + font-size: 0.72rem; + font-weight: 700; + padding: 4px 12px; + border-radius: 50px; + background: linear-gradient(135deg, var(--primary-dark), var(--accent)); + text-transform: uppercase; + letter-spacing: 0.06em; +} + +.badge.small { + font-size: 0.7rem; + margin-left: 10px; +} + +.pulse-badge { + animation: badge-pulse 2s ease-in-out infinite; +} + +@keyframes badge-pulse { + + 0%, + 100% { + box-shadow: 0 0 8px rgba(102, 153, 255, 0.5); + } + + 50% { + box-shadow: 0 0 20px rgba(102, 153, 255, 0.8); + } +} + +.image-container { + position: relative; + overflow: hidden; + border-radius: var(--radius-sm); + background: rgba(0, 0, 0, 0.3); + margin-bottom: 20px; + max-height: 240px; +} + +.image-container img { + width: 100%; + max-height: 240px; + object-fit: cover; + border-radius: var(--radius-sm); + transition: opacity 0.5s ease; +} + +.scan-line { + position: absolute; + top: 0; + left: 0; + right: 0; + height: 3px; + background: linear-gradient(90deg, transparent, var(--primary), transparent); + animation: scan 2s linear infinite; +} + +@keyframes scan { + from { + top: 0%; + } + + to { + top: 100%; + } +} + +.mechanism-details h3 { + font-size: 0.95rem; + margin-bottom: 10px; +} + +.mechanism-details p { + font-size: 0.84rem; + color: var(--text-muted); + margin-bottom: 18px; + line-height: 1.5; +} + +.desc-en { + display: block; + margin-bottom: 8px; +} + +.desc-ko { + display: block; + font-size: 0.8rem; + color: rgba(167, 200, 255, 0.75); + background: rgba(102, 153, 255, 0.06); + border-left: 2px solid rgba(102, 153, 255, 0.4); + padding: 6px 10px; + border-radius: 0 6px 6px 0; + line-height: 1.65; +} + +.stats-row { + display: flex; + gap: 12px; +} + +.stat-box { + flex: 1; +} + +.stat-box h5 { + font-size: 0.72rem; + color: var(--text-muted); + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.06em; + margin-bottom: 6px; +} + +.progress-bar-container { + background: rgba(255, 255, 255, 0.06); + border-radius: 50px; + height: 24px; + overflow: hidden; +} + +.progress-bar { + height: 100%; + border-radius: 50px; + display: flex; + align-items: center; + padding-left: 10px; + font-size: 0.72rem; + font-weight: 700; + color: white; + transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1); +} + +.efficacy-bar { + background: linear-gradient(90deg, var(--primary), var(--accent)); + width: 0%; +} + +.bio-bar { + background: linear-gradient(90deg, var(--accent2), var(--primary)); + width: 0%; +} + +.evidence-bar { + background: linear-gradient(90deg, var(--success), var(--accent2)); + width: 0%; +} + +/* ── Insights Panel ── */ +.insights-header { + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 14px; +} + +.insights-header h2 { + font-size: 1rem; + margin-bottom: 0; +} + +.live-dot { + display: inline-block; + width: 8px; + height: 8px; + border-radius: 50%; + background: var(--success); + margin-left: 6px; + animation: pulse 2s infinite; + box-shadow: 0 0 6px var(--success); +} + +.insights-list { + display: flex; + flex-direction: column; + gap: 8px; + max-height: 480px; + overflow-y: auto; +} + +.insights-list::-webkit-scrollbar { + width: 4px; +} + +.insights-list::-webkit-scrollbar-track { + background: transparent; +} + +.insights-list::-webkit-scrollbar-thumb { + background: var(--border); + border-radius: 2px; +} + +.insight-card { + background: var(--surface-hover); + border: 1px solid var(--border); + border-radius: var(--radius-sm); + padding: 12px 14px; + transition: border-color 0.2s; + animation: slide-in 0.3s ease; +} + +@keyframes slide-in { + from { + opacity: 0; + transform: translateX(12px); + } + + to { + opacity: 1; + transform: translateX(0); + } +} + +.insight-card:hover { + border-color: var(--border-bright); +} + +.insight-disease { + font-size: 0.68rem; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 0.08em; + margin-bottom: 4px; + color: var(--primary); +} + +.insight-title { + font-size: 0.8rem; + line-height: 1.4; + display: -webkit-box; + -webkit-line-clamp: 2; + line-clamp: 2; + -webkit-box-orient: vertical; + overflow: hidden; + margin-bottom: 6px; +} + +.insight-meta { + display: flex; + align-items: center; + gap: 8px; +} + +.tag { + font-size: 0.68rem; + font-weight: 600; + padding: 2px 8px; + border-radius: 50px; + background: rgba(102, 153, 255, 0.15); + border: 1px solid rgba(102, 153, 255, 0.25); + color: var(--primary); +} + +.insight-meta span:last-child { + font-size: 0.72rem; + color: var(--text-muted); +} + +.empty-state { + color: var(--text-muted); + font-size: 0.84rem; + text-align: center; + padding: 30px; +} + +.mini-select { + width: auto; + padding: 6px 10px; + font-size: 0.76rem; +} + +/* ── Stats Tab ── */ +.stats-grid { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 20px; +} + +.chart-panel.wide { + grid-column: 1 / -1; +} + +.chart-wrapper { + position: relative; + height: 240px; +} + +.chart-wrapper.tall { + height: 280px; +} + +/* ── Paper Library Tab ── */ +.full-panel { + width: 100%; +} + +.library-controls { + display: flex; + align-items: center; + justify-content: space-between; + gap: 16px; + flex-wrap: wrap; + margin-bottom: 20px; +} + +.library-controls h2 { + margin-bottom: 0; +} + +.library-filters { + display: flex; + gap: 10px; + flex-wrap: wrap; +} + +.search-input { + width: 260px; + padding: 8px 14px; +} + +.library-filters .mini-select { + padding: 8px 10px; + width: auto; +} + +.table-wrapper { + overflow-x: auto; + margin-bottom: 16px; +} + +.papers-table { + width: 100%; + border-collapse: collapse; + font-size: 0.83rem; +} + +.papers-table thead th { + padding: 10px 14px; + text-align: left; + font-size: 0.75rem; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 0.05em; + color: var(--text-muted); + border-bottom: 1px solid var(--border); + white-space: nowrap; +} + +.papers-table th.sortable { + cursor: pointer; + user-select: none; +} + +.papers-table th.sortable:hover { + color: var(--primary); +} + +.papers-table tbody tr { + border-bottom: 1px solid rgba(255, 255, 255, 0.04); + transition: background 0.15s; +} + +.papers-table tbody tr:hover { + background: var(--surface-hover); +} + +.papers-table td { + padding: 10px 14px; + line-height: 1.4; + vertical-align: top; +} + +.papers-table td:first-child { + white-space: nowrap; + font-weight: 700; + color: var(--primary); +} + +.papers-table td:nth-child(2) { + max-width: 380px; +} + +.loading-row { + text-align: center; + color: var(--text-muted); + padding: 40px !important; +} + +/* PDF 다운로드 아이콘 */ +.pdf-icon { + display: inline-block; + margin-left: 6px; + font-size: 0.8rem; + opacity: 0; + transition: opacity 0.2s; + vertical-align: middle; +} + +.papers-table tbody tr:hover .pdf-icon { + opacity: 0.9; +} + +.papers-table tbody tr:hover { + background: var(--surface-hover); + outline: 1px solid rgba(102, 153, 255, 0.2); + outline-offset: -1px; +} + +.disease-badge { + display: inline-block; + font-size: 0.68rem; + font-weight: 700; + padding: 2px 8px; + border-radius: 50px; + text-transform: uppercase; + letter-spacing: 0.06em; +} + +.disease-aga { + background: rgba(102, 153, 255, 0.15); + color: var(--primary); + border: 1px solid rgba(102, 153, 255, 0.3); +} + +.disease-aa { + background: rgba(168, 85, 247, 0.15); + color: var(--accent); + border: 1px solid rgba(168, 85, 247, 0.3); +} + +.disease-cia { + background: rgba(34, 211, 238, 0.15); + color: var(--accent2); + border: 1px solid rgba(34, 211, 238, 0.3); +} + +.table-pagination { + display: flex; + align-items: center; + justify-content: center; + gap: 16px; + margin-top: 8px; +} + +.btn-page { + padding: 7px 18px; + border-radius: var(--radius-sm); + border: 1px solid var(--border); + background: var(--surface); + color: var(--text); + font-size: 0.82rem; + cursor: pointer; + transition: all 0.2s; + font-family: 'Inter', sans-serif; +} + +.btn-page:hover:not(:disabled) { + border-color: var(--primary); + color: var(--primary); +} + +.btn-page:disabled { + opacity: 0.4; + cursor: not-allowed; +} + +#page-info { + font-size: 0.82rem; + color: var(--text-muted); +} + +/* ── Responsive ── */ +@media (max-width: 1100px) { + .twin-grid { + grid-template-columns: 1fr 1fr; + grid-template-rows: auto; + } + + .controls-panel { + grid-column: 1; + grid-row: 1; + } + + .visualization-panel { + grid-column: 2; + grid-row: 1; + } + + .insights-panel { + grid-column: 1 / -1; + grid-row: 2; + } +} + +@media (max-width: 720px) { + .twin-grid { + grid-template-columns: 1fr; + } + + .controls-panel, + .visualization-panel, + .insights-panel { + grid-column: 1; + grid-row: auto; + } + + .dashboard-header { + flex-direction: column; + align-items: flex-start; + } + + .stats-grid { + grid-template-columns: 1fr; + } + + .chart-panel.wide { + grid-column: 1; + } + + .library-controls { + flex-direction: column; + align-items: flex-start; + } + + .search-input { + width: 100%; + } +} \ No newline at end of file diff --git a/css/twin.css b/css/twin.css new file mode 100644 index 0000000..4cd2dba --- /dev/null +++ b/css/twin.css @@ -0,0 +1,253 @@ +/* ===================================================== + twin.css — 단백질 디지털 트윈 추가 스타일 (style.css 보강) + ===================================================== */ + +.ko-title { font-size: .55em; color: var(--text-muted); font-weight: 400; } +.app-footer { + margin: 30px 4px 12px; display: flex; justify-content: space-between; + flex-wrap: wrap; gap: 10px; color: var(--text-muted); font-size: .78rem; + border-top: 1px solid var(--border); padding-top: 16px; +} +.btn-ghost { + background: var(--surface); border: 1px solid var(--border); color: var(--text); + padding: 8px 14px; border-radius: var(--radius-sm); cursor: pointer; font-size: .82rem; + transition: .15s; +} +.btn-ghost:hover { background: var(--surface-hover); border-color: var(--border-bright); } +.mini-chip-list { display: flex; flex-wrap: wrap; gap: 6px; } + +/* ---------------- TAB 1: PROTEIN TWIN ---------------- */ +.twin-layout { + display: grid; grid-template-columns: 320px 1fr 300px; gap: 18px; align-items: start; +} +@media (max-width: 1200px) { .twin-layout { grid-template-columns: 1fr; } } + +.twin-controls h2 { font-size: 1.15rem; } +.seg-control { display: flex; flex-direction: column; gap: 6px; } +.seg-btn { + text-align: left; padding: 10px 12px; border-radius: var(--radius-sm); + border: 1px solid var(--border); background: var(--surface); color: var(--text); + cursor: pointer; font-size: .85rem; transition: .15s; +} +.seg-btn:hover { background: var(--surface-hover); } +.seg-btn.active { + border-color: var(--border-bright); background: rgba(102,153,255,.14); + box-shadow: 0 0 0 1px var(--border-bright) inset; +} +.seg-btn .seg-sub { display: block; font-size: .72rem; color: var(--text-muted); margin-top: 2px; } + +.chip-list { display: flex; flex-wrap: wrap; gap: 7px; } +.chip { + padding: 7px 11px; border-radius: 20px; border: 1px solid var(--border); + background: var(--surface); color: var(--text-muted); cursor: pointer; + font-size: .78rem; transition: .15s; user-select: none; +} +.chip:hover { background: var(--surface-hover); color: var(--text); } +.chip.active { + background: linear-gradient(135deg, var(--primary), var(--accent)); + color: #fff; border-color: transparent; font-weight: 600; +} +.chip.disabled { opacity: .35; cursor: not-allowed; } + +.disease-desc { + margin-top: 12px; padding: 10px 12px; border-radius: var(--radius-sm); + background: rgba(34,211,238,.06); border: 1px solid rgba(34,211,238,.18); + font-size: .8rem; color: var(--text); line-height: 1.5; +} +.metrics-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; } +.metric-card { + padding: 12px; border-radius: var(--radius-sm); background: var(--surface); + border: 1px solid var(--border); text-align: center; +} +.metric-card .mv { font-size: 1.5rem; font-weight: 800; font-family: 'Outfit'; } +.metric-card .ml { font-size: .68rem; color: var(--text-muted); margin-top: 2px; } +.metric-card.good .mv { color: var(--success); } +.metric-card.warn .mv { color: var(--warn); } +.metric-card.bad .mv { color: var(--danger); } + +.tracked-genes { margin-top: 16px; } +.tracked-genes h4 { font-size: .8rem; color: var(--text-muted); margin-bottom: 8px; } +.gene-pill { + padding: 4px 9px; border-radius: 6px; background: rgba(168,85,247,.14); + border: 1px solid rgba(168,85,247,.3); color: #d8b4fe; font-size: .74rem; + font-family: 'JetBrains Mono', monospace; cursor: pointer; +} +.gene-pill:hover { background: rgba(168,85,247,.26); } + +.twin-viz .viz-head, .twin-side .viz-head { + display: flex; justify-content: space-between; align-items: center; + margin: 6px 0 8px; +} +.twin-viz .viz-head h3, .twin-side h3 { font-size: .95rem; } +.chart-box { position: relative; height: 240px; } +.chart-box.small { height: 180px; } +.slider-group { margin: 12px 0; } +.slider-group label { + display: flex; justify-content: space-between; font-size: .78rem; + color: var(--text-muted); margin-bottom: 5px; +} +.slider-group label span { color: var(--accent2); font-family: 'JetBrains Mono'; } +.slider-group input[type=range] { width: 100%; accent-color: var(--primary); } + +/* ---------------- TAB 2: PROTEIN ATLAS ---------------- */ +.atlas-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; } +@media (max-width: 1000px) { .atlas-layout { grid-template-columns: 1fr; } } +.atlas-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; } +.atlas-controls .search-input { flex: 1 1 180px; } +.atlas-count { font-size: .78rem; color: var(--text-muted); margin-bottom: 10px; } +.atlas-grid { + display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); + gap: 10px; max-height: 70vh; overflow-y: auto; padding-right: 4px; +} +.prot-card { + padding: 11px; border-radius: var(--radius-sm); border: 1px solid var(--border); + background: var(--surface); cursor: pointer; transition: .15s; position: relative; +} +.prot-card:hover { background: var(--surface-hover); border-color: var(--border-bright); transform: translateY(-2px); } +.prot-card.selected { border-color: var(--primary); box-shadow: 0 0 0 1px var(--primary) inset; } +.prot-card .pc-gene { font-family: 'JetBrains Mono'; font-weight: 600; font-size: .95rem; } +.prot-card .pc-name { font-size: .68rem; color: var(--text-muted); margin: 3px 0 6px; + display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } +.prot-card .pc-tags { display: flex; flex-wrap: wrap; gap: 4px; } +.axis-tag { + font-size: .62rem; padding: 2px 6px; border-radius: 5px; font-weight: 600; +} +.role-driver { color: #fca5a5; } .role-protector { color: #86efac; } .role-modulator { color: #93c5fd; } +.pc-ev { position: absolute; top: 8px; right: 9px; font-size: .62rem; color: var(--text-muted); } +.pc-seed { position: absolute; top: 8px; right: 9px; font-size: .6rem; color: var(--accent);} + +.atlas-detail-panel { min-height: 500px; } +.detail-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; } +.detail-head h2 { font-family: 'JetBrains Mono'; font-size: 1.6rem; } +.d-name { color: var(--text-muted); font-size: .85rem; margin-top: 2px; } +.detail-badges { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; } +.dbadge { font-size: .68rem; padding: 3px 9px; border-radius: 6px; border: 1px solid var(--border); background: var(--surface); } +.ngl-viewer { + width: 100%; height: 320px; margin: 14px 0 6px; border-radius: var(--radius-sm); + background: #05070e; border: 1px solid var(--border); position: relative; overflow: hidden; +} +.ngl-viewer .ngl-loading { + position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; + color: var(--text-muted); font-size: .82rem; +} +.plddt-legend { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: .68rem; color: var(--text-muted); } +.plddt-legend .lg { padding: 2px 7px; border-radius: 4px; color: #06121f; font-weight: 600; } +.lg-vh { background: #0053d6; color: #fff; } .lg-c { background: #65cbf3; } .lg-l { background: #ffdb13; } .lg-vl { background: #ff7d45; } +.plddt-val { margin-left: auto; color: var(--text); font-weight: 600; } +.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 0; } +.detail-grid .dg { padding: 9px 11px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--border); } +.detail-grid .dg .k { font-size: .66rem; color: var(--text-muted); } +.detail-grid .dg .v { font-size: .86rem; font-weight: 600; margin-top: 2px; } +.detail-section { margin: 12px 0; } +.detail-section h4 { font-size: .82rem; color: var(--text-muted); margin-bottom: 6px; } +.detail-section p { font-size: .85rem; line-height: 1.55; } +.evidence-list { display: flex; flex-direction: column; gap: 6px; max-height: 180px; overflow-y: auto; } +.evidence-item { font-size: .76rem; padding: 7px 9px; border-radius: 7px; background: var(--surface); border: 1px solid var(--border); } +.evidence-item .ey { color: var(--accent2); font-family: 'JetBrains Mono'; margin-right: 6px; } +.detail-links { display: flex; gap: 8px; margin-top: 12px; } +.detail-links a { + flex: 1; text-align: center; padding: 9px; border-radius: var(--radius-sm); + border: 1px solid var(--border-bright); background: rgba(102,153,255,.1); + color: var(--primary); text-decoration: none; font-size: .8rem; font-weight: 600; +} +.detail-links a:hover { background: rgba(102,153,255,.2); } + +/* ---------------- TAB 3: KNOWLEDGE GRAPH ---------------- */ +.graph-controls { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 8px; } +.graph-legend, .graph-filters { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; font-size: .76rem; } +.graph-filters label { display: flex; align-items: center; gap: 5px; color: var(--text-muted); } +.gl { display: flex; align-items: center; gap: 5px; color: var(--text-muted); } +.gl::before { content: ''; width: 11px; height: 11px; border-radius: 50%; display: inline-block; } +.gl-protein::before { background: #6699ff; } .gl-pathway::before { background: #a855f7; } +.gl-disease::before { background: #f87171; } .gl-axis::before { background: #22d3ee; } +.gl-drug::before { background: #34d399; } +#graph-canvas { width: 100%; height: 68vh; display: block; border-radius: var(--radius-sm); background: radial-gradient(circle at 50% 40%, #0a1020, #05070e); cursor: grab; } +.graph-tooltip { + position: fixed; pointer-events: none; z-index: 100; padding: 8px 11px; + background: rgba(8,12,22,.95); border: 1px solid var(--border-bright); + border-radius: 8px; font-size: .76rem; max-width: 260px; box-shadow: var(--shadow); +} +.graph-tooltip .tt-title { font-weight: 700; font-family: 'JetBrains Mono'; margin-bottom: 3px; } +.graph-tooltip .tt-sub { color: var(--text-muted); font-size: .7rem; } + +/* ---------------- NEW PAPERS ---------------- */ +.newpapers-section { margin-top: 22px; } +.newpapers-section h3 { font-size: 1rem; margin-bottom: 10px; } +.newpapers-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; } +.newpaper-card { padding: 11px 13px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--border); } +.newpaper-card .np-title { font-size: .82rem; font-weight: 600; line-height: 1.4; } +.newpaper-card .np-meta { font-size: .7rem; color: var(--text-muted); margin-top: 5px; } +.newpaper-card .np-target { color: var(--accent2); font-family: 'JetBrains Mono'; } + +.targets-cell { display: flex; flex-wrap: wrap; gap: 4px; } +.targets-cell .tg { font-size: .68rem; font-family: 'JetBrains Mono'; padding: 1px 5px; border-radius: 4px; background: rgba(102,153,255,.12); color: #9db8ff; } + +/* ---------------- CALIBRATION TAB ---------------- */ +.cal-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; flex-wrap: wrap; } +.cal-target-sel { display: flex; flex-direction: column; gap: 5px; min-width: 240px; } +.cal-target-sel label { font-size: .72rem; color: var(--text-muted); } +.cal-summary { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; } +.cal-card { padding: 12px 16px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--border); min-width: 110px; } +.cal-card.big { background: linear-gradient(135deg, rgba(102,153,255,.16), rgba(168,85,247,.12)); border-color: var(--border-bright); } +.cal-card .mv { font-size: 1.7rem; font-weight: 800; font-family: 'Outfit'; color: var(--accent2); } +.cal-card.big .mv { color: #fff; } +.cal-card .mv-sm { font-size: .72rem; color: var(--text); font-family: 'JetBrains Mono'; } +.cal-card .ml { font-size: .68rem; color: var(--text-muted); margin-top: 3px; } +.cal-card.wide { flex: 1; min-width: 260px; } +.cal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; margin: 8px 0 18px; } +.cal-axis-card { padding: 10px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--border); } +.cal-axis-head { display: flex; justify-content: space-between; align-items: center; font-size: .82rem; margin-bottom: 6px; } +.cal-r2 { font-size: .68rem; padding: 2px 7px; border-radius: 5px; font-family: 'JetBrains Mono'; } +.cal-r2.good { background: rgba(52,211,153,.18); color: #86efac; } +.cal-r2.warn { background: rgba(251,191,36,.18); color: #fcd34d; } +.cal-r2.bad { background: rgba(248,113,113,.18); color: #fca5a5; } +.cal-axis-chart { height: 130px; position: relative; } +.cal-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } +@media (max-width: 900px) { .cal-foot { grid-template-columns: 1fr; } } +.cal-foot h4 { font-size: .85rem; color: var(--text-muted); margin-bottom: 8px; } +.cal-param-table { max-height: 280px; overflow-y: auto; font-family: 'JetBrains Mono'; font-size: .72rem; } +.cal-prow { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 6px; padding: 4px 8px; border-bottom: 1px solid var(--border); } +.cal-prow:nth-child(odd) { background: rgba(255,255,255,.02); } +.cal-prow .pk { color: var(--text); } .cal-prow .pi { color: var(--text-muted); } .cal-prow .pa { color: var(--accent2); font-weight: 600; } +.cal-param-table::before { content: '파라미터 / 상대표준오차 / COPASI 추정'; display: block; font-size: .66rem; color: var(--text-muted); padding: 4px 8px; } +.cal-provenance { font-size: .76rem; color: var(--text-muted); line-height: 1.5; max-height: 280px; overflow-y: auto; } +.cal-provenance ul { padding-left: 18px; margin-top: 6px; } .cal-provenance li { margin-bottom: 4px; } +.cal-note { font-style: italic; margin-bottom: 8px; color: var(--text); } + +.cal-banner { margin: 6px 0 14px; padding: 11px 14px; border-radius: var(--radius-sm); background: rgba(251,191,36,.08); border: 1px solid rgba(251,191,36,.25); font-size: .78rem; line-height: 1.55; color: var(--text); } +.cal-banner i { color: var(--text-muted); } +.pflag { font-size: .6rem; color: var(--warn); } + +/* ---------------- CYCLE-COUPLED (COMBINE) ---------------- */ +.cal-coupled-section { margin-top: 22px; border-top: 1px solid var(--border); padding-top: 16px; } +.cal-coupled-section h4 { font-size: .95rem; margin-bottom: 4px; } +.cal-coupled { display: flex; flex-direction: column; gap: 7px; margin-top: 10px; } +.coupled-row { display: grid; grid-template-columns: 220px 1fr 170px; gap: 10px; align-items: center; font-size: .78rem; } +.coupled-lab { color: var(--text); font-family: 'JetBrains Mono'; font-size: .72rem; } +.coupled-bar-wrap { height: 14px; background: var(--surface); border-radius: 7px; overflow: hidden; border: 1px solid var(--border); } +.coupled-bar { display: block; height: 100%; border-radius: 7px; transition: width .4s; } +.coupled-bar.good { background: linear-gradient(90deg, #34d399, #22d3ee); } +.coupled-bar.warn { background: linear-gradient(90deg, #fbbf24, #fb923c); } +.coupled-bar.bad { background: linear-gradient(90deg, #f87171, #ef4444); } +.coupled-val { color: var(--text-muted); font-size: .72rem; text-align: right; } +@media (max-width: 700px) { .coupled-row { grid-template-columns: 1fr; gap: 3px; } } + +/* ---------------- FULL-TEXT GROUNDING ---------------- */ +.grounding-list { display: flex; flex-direction: column; gap: 7px; max-height: 240px; overflow-y: auto; } +.grounding-item { padding: 8px 10px; border-radius: 8px; background: rgba(52,211,153,.06); border: 1px solid rgba(52,211,153,.2); } +.gr-paper { font-size: .73rem; color: #86efac; font-weight: 600; margin-bottom: 4px; } +.gr-hits { color: var(--text-muted); font-weight: 400; font-size: .66rem; } +.gr-quote { font-size: .73rem; color: var(--text); line-height: 1.45; font-style: italic; opacity: .9; } + +/* ---------------- INDEPENDENT VALIDATION ---------------- */ +.cal-validation { margin: 6px 0 16px; padding: 14px 16px; border-radius: var(--radius-sm); background: linear-gradient(135deg, rgba(52,211,153,.1), rgba(34,211,238,.06)); border: 1px solid rgba(52,211,153,.3); } +.val-head { font-size: .95rem; font-weight: 700; margin-bottom: 12px; } +.val-cards { display: flex; flex-wrap: wrap; gap: 10px; } +.val-card { padding: 10px 14px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--border); min-width: 110px; } +.val-card.big { background: rgba(52,211,153,.16); border-color: rgba(52,211,153,.4); } +.val-card .vv { font-size: 1.5rem; font-weight: 800; font-family: 'Outfit'; color: var(--success); } +.val-card .vl { font-size: .66rem; color: var(--text-muted); margin-top: 3px; } +.val-note { font-size: .74rem; color: var(--text); margin-top: 10px; line-height: 1.5; } +.val-note.dim { color: var(--text-muted); font-size: .7rem; } +.val-pm { font-size: .76rem; color: var(--text); margin-top: 9px; padding: 8px 11px; border-radius: 8px; background: rgba(102,153,255,.08); border: 1px solid rgba(102,153,255,.2); line-height: 1.5; } +.val-pm b { color: var(--accent2); } diff --git a/data/bayes_uq_results.json b/data/bayes_uq_results.json new file mode 100644 index 0000000..dfaffd9 --- /dev/null +++ b/data/bayes_uq_results.json @@ -0,0 +1,333 @@ +{ + "_description": "치료 타이밍 모델의 계층적 베이즈 UQ: class별 모집단 (lag,tau) 사후분포, 시험 간 분산, 식별성, 사후예측 밴드, LOTO 커버리지(mean-only vs population).", + "model": "y_ij ~ N(A_i·(1-exp(-(t-lag_i)/tau_i)), sigma); lag_i~N(mu_lag,sd_lag), tau_i~N(mu_tau,sd_tau).", + "classes": { + "JAK_inhibitor": { + "class": "JAK_inhibitor", + "n_trajectories": 5, + "trajectory_ids": [ + "deuruxolitinib_THRIVE-AA1_12mg", + "deuruxolitinib_THRIVE-AA1_8mg", + "deuruxolitinib_THRIVE-AA2_12mg", + "brepocitinib_NCT02974868", + "ritlecitinib_NCT02974868" + ], + "lag_mean": 0.742, + "lag_sd": 0.075, + "lag_hdi90": [ + 0.635, + 0.837 + ], + "between_trial_lag_sd": 0.112, + "tau_mean": 2.99, + "tau_sd": 0.949, + "tau_hdi90": [ + 1.492, + 4.483 + ], + "between_trial_tau_sd": 1.958, + "sigma_mean": 0.027, + "mulag_mutau_corr": -0.076, + "prior_lag": 1.5, + "prior_tau": 4.0, + "post_band": { + "months": [ + 0, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24 + ], + "median": [ + 0.0, + 0.0, + 0.0831, + 0.2248, + 0.3458, + 0.5334, + 0.6666, + 0.8297, + 0.938, + 0.9774, + 0.997, + 0.9996 + ], + "lo": [ + -0.045, + -0.0438, + -0.0003, + 0.0853, + 0.157, + 0.2777, + 0.3782, + 0.5452, + 0.7065, + 0.8091, + 0.9117, + 0.9408 + ], + "hi": [ + 0.045, + 0.0508, + 0.9136, + 0.9935, + 0.9974, + 1.0046, + 1.0096, + 1.0166, + 1.0251, + 1.0321, + 1.0387, + 1.0418 + ] + }, + "loto_coverage": { + "nominal": 0.9, + "mean_only_empirical": 0.531, + "population_empirical": 1.0, + "n_points": 32, + "by_trajectory": [ + { + "held": "deuruxolitinib_THRIVE-AA1_12mg", + "n": 6, + "mean_in": 5, + "pop_in": 6 + }, + { + "held": "deuruxolitinib_THRIVE-AA1_8mg", + "n": 6, + "mean_in": 5, + "pop_in": 6 + }, + { + "held": "deuruxolitinib_THRIVE-AA2_12mg", + "n": 6, + "mean_in": 5, + "pop_in": 6 + }, + { + "held": "brepocitinib_NCT02974868", + "n": 7, + "mean_in": 1, + "pop_in": 7 + }, + { + "held": "ritlecitinib_NCT02974868", + "n": 7, + "mean_in": 1, + "pop_in": 7 + } + ] + } + }, + "finasteride": { + "class": "finasteride", + "n_trajectories": 3, + "trajectory_ids": [ + "finasteride_1mg_NCT01231607", + "finasteride_1mg_Kaufman_2yr", + "finasteride_oral_P3074_NCT03004469" + ], + "lag_mean": 0.943, + "lag_sd": 0.642, + "lag_hdi90": [ + 0.086, + 1.863 + ], + "between_trial_lag_sd": 0.514, + "tau_mean": 2.99, + "tau_sd": 2.237, + "tau_hdi90": [ + 0.109, + 6.064 + ], + "between_trial_tau_sd": 3.3, + "sigma_mean": 0.046, + "mulag_mutau_corr": -0.118, + "prior_lag": 3.0, + "prior_tau": 6.0, + "post_band": { + "months": [ + 0, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24 + ], + "median": [ + 0.0, + 0.0, + 0.0618, + 0.2069, + 0.3287, + 0.5361, + 0.6798, + 0.8493, + 0.9533, + 0.9851, + 0.9985, + 0.9998 + ], + "lo": [ + -0.0838, + -0.0717, + -0.0517, + -0.0311, + -0.009, + 0.0843, + 0.198, + 0.3546, + 0.5146, + 0.6342, + 0.7739, + 0.8467 + ], + "hi": [ + 0.085, + 0.7056, + 0.9896, + 1.012, + 1.0258, + 1.0432, + 1.0498, + 1.0602, + 1.0661, + 1.071, + 1.0768, + 1.0794 + ] + }, + "loto_coverage": { + "nominal": 0.9, + "mean_only_empirical": 0.778, + "population_empirical": 0.889, + "n_points": 9, + "by_trajectory": [ + { + "held": "finasteride_1mg_NCT01231607", + "n": 3, + "mean_in": 3, + "pop_in": 3 + }, + { + "held": "finasteride_1mg_Kaufman_2yr", + "n": 3, + "mean_in": 2, + "pop_in": 2 + }, + { + "held": "finasteride_oral_P3074_NCT03004469", + "n": 3, + "mean_in": 2, + "pop_in": 3 + } + ] + } + }, + "dutasteride": { + "class": "dutasteride", + "n_trajectories": 2, + "trajectory_ids": [ + "dutasteride_0.5mg_NCT01231607", + "dutasteride_0.5mg_NCT00441116" + ], + "lag_mean": 1.096, + "lag_sd": 0.447, + "lag_hdi90": [ + 0.311, + 1.679 + ], + "between_trial_lag_sd": 0.585, + "tau_mean": 2.289, + "tau_sd": 1.524, + "tau_hdi90": [ + 0.1, + 4.196 + ], + "between_trial_tau_sd": 2.374, + "sigma_mean": 0.0, + "mulag_mutau_corr": -0.012, + "prior_lag": 2.5, + "prior_tau": 5.0, + "post_band": { + "months": [ + 0, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24 + ], + "median": [ + 0.0, + 0.0, + 0.0, + 0.1809, + 0.356, + 0.6106, + 0.7653, + 0.9161, + 0.9818, + 0.9961, + 0.9998, + 1.0 + ], + "lo": [ + -0.0, + -0.0, + -0.0, + -0.0, + 0.0, + 0.1394, + 0.2673, + 0.4566, + 0.6427, + 0.7483, + 0.895, + 0.9481 + ], + "hi": [ + 0.0, + 0.284, + 0.9498, + 0.9995, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + }, + "loto_coverage": null + } + }, + "overall_coverage": { + "nominal": 0.9, + "mean_only_empirical": 0.585, + "population_empirical": 0.976, + "n_points": 41 + } +} \ No newline at end of file diff --git a/data/biphasic_model.json b/data/biphasic_model.json new file mode 100644 index 0000000..18f6521 --- /dev/null +++ b/data/biphasic_model.json @@ -0,0 +1,135 @@ +{ + "_note": "biphasic ⊇ 단조 내포모델(τw→∞=단조)→biphasic R²≥단조 항상. 증거=단조의 구조적 잔차(하강 미표현). 표적 3점→표현 시연이지 통계검증 아님. wane=자연사 진행항(synthetic_control 갭과 동일출처). 코어 ODE 미변경.", + "trajectories": { + "finasteride_1mg_5yr_DECLINE": { + "kind": "biphasic", + "points": [ + [ + 0, + 0 + ], + [ + 104, + 88 + ], + [ + 260, + 38 + ] + ], + "mono": { + "r2": 0.679, + "max_resid": 25.0, + "last_pt_err": 25.0 + }, + "biphasic": { + "r2": 1.0, + "max_resid": 0.0, + "last_pt_err": 0.0, + "tau_w": 185.2 + } + }, + "minoxidil5_Olsen_2002": { + "kind": "biphasic", + "points": [ + [ + 0, + 0 + ], + [ + 16, + 22.0 + ], + [ + 48, + 18.6 + ] + ], + "mono": { + "r2": 0.979, + "max_resid": 1.7, + "last_pt_err": 1.7 + }, + "biphasic": { + "r2": 1.0, + "max_resid": 0.0, + "last_pt_err": 0.0, + "tau_w": 90.5 + } + }, + "finasteride_1mg_Kaufman_2yr": { + "kind": "mono_ctrl", + "points": [ + [ + 0, + 0 + ], + [ + 52, + 107 + ], + [ + 104, + 138 + ] + ], + "mono": { + "r2": 1.0, + "max_resid": 0.0, + "last_pt_err": 0.0 + }, + "biphasic": { + "r2": 1.0, + "max_resid": 0.0, + "last_pt_err": 0.0, + "tau_w": 37330.3 + } + }, + "deuruxolitinib_THRIVE-AA1_12mg": { + "kind": "mono_ctrl", + "points": [ + [ + 4, + -4.0 + ], + [ + 8, + -17.5 + ], + [ + 12, + -31.1 + ], + [ + 16, + -41.2 + ], + [ + 20, + -46.8 + ], + [ + 24, + -50.4 + ] + ], + "mono": { + "r2": 0.956, + "max_resid": 6.2, + "last_pt_err": 2.8 + }, + "biphasic": { + "r2": 0.956, + "max_resid": 6.3, + "last_pt_err": 2.7, + "tau_w": 239.1 + } + } + }, + "summary": { + "biphasic_targets_mean_lastpt_err_mono": 13.3, + "biphasic_targets_mean_lastpt_err_biphasic": 0.0, + "mono_ctrl_mean_abs_r2_diff": 0.0, + "verdict": "내포모델(biphasic⊇단조). 단조는 상승만→하강 데이터서 구조적 잔차(피나5yr 종점 25 hairs 못 따라감, R²0.68); biphasic은 wane항으로 표현→표적 종점오차 13→0. 단조 대조 불변(ΔR²~0.00, τw→큼=환원). 구조적 결함 폐쇄(시연). 정직: 표적 3점 → 통계검증 아님, Phase 1 조밀 HFOC 시계열 필요." + } +} \ No newline at end of file diff --git a/data/calibration_result.json b/data/calibration_result.json new file mode 100644 index 0000000..b671fc4 --- /dev/null +++ b/data/calibration_result.json @@ -0,0 +1,2586 @@ +{ + "engine": "python-copasi 300 (Levenberg-Marquardt, multi-experiment joint) + scipy warm + lmfit UQ", + "approach": "JOINT multi-experiment fit (single parameter set fits BOTH datasets) — identifiable & honest. Single-dataset fits reported only as descriptive upper bounds.", + "n_fit_params": 28, + "n_fixed_params": 10, + "fixed_params": [ + "kAd", + "kBd", + "kDd", + "kFb", + "kFd", + "kHb", + "kHd", + "kSd", + "kWd", + "taudep" + ], + "fit_param_names": [ + "kWp", + "KBW", + "KFW", + "Pdep", + "KRW", + "kBp", + "KWB", + "kBF", + "KFB", + "kSp", + "KWS", + "KDS", + "kDp", + "KWD", + "kDF", + "kHp", + "KWH", + "KDH", + "kFp", + "KRF", + "kAp", + "KWA", + "KDA", + "kAF", + "kAB", + "KBA", + "kRp", + "kRd" + ], + "joint_objective_ssr": 3.15925, + "aicc": -257.06, + "n_data": 98, + "descriptive_single_r2": { + "reference": 0.943, + "gse11186": 0.742 + }, + "fitted_params": { + "kWp": 0.74731, + "kWd": 0.3, + "KBW": 0.22755, + "KFW": 5.0, + "Pdep": 0.46757, + "taudep": 2.0, + "KRW": 5.0, + "kBp": 4.77563, + "kBd": 0.3, + "KWB": 0.02725, + "kBF": 0.26177, + "KFB": 0.24728, + "kSp": 4.30596, + "kSd": 0.4, + "KWS": 1.49037, + "KDS": 0.44121, + "kDp": 0.37063, + "kDd": 0.3, + "KWD": 0.47198, + "kDF": 0.16235, + "kHp": 1.6277, + "kHd": 0.3, + "KWH": 1.26289, + "KDH": 0.41966, + "kHb": 0.08, + "kFp": 0.77388, + "kFd": 0.4, + "KRF": 0.02109, + "kFb": 0.03, + "kAp": 0.4375, + "kAd": 0.3, + "KWA": 0.01, + "KDA": 0.42618, + "kAF": 0.01, + "kAB": 0.01, + "KBA": 5.0, + "kRp": 0.02415, + "kRd": 1.15949 + }, + "uncertainty": { + "redchi": 0.06931, + "n_data": 98, + "n_varys": 28, + "rel_stderr": { + "kWp": 2.599, + "KBW": 1.855, + "KFW": 38.434, + "Pdep": 0.481, + "KRW": 135402.288, + "kBp": 185.765, + "KWB": 94.931, + "kBF": 0.483, + "KFB": 1.182, + "kSp": 6.338, + "KWS": 3.085, + "KDS": 1.376, + "kDp": 0.454, + "KWD": 0.736, + "kDF": 1.19, + "kHp": 7.8, + "KWH": 3.822, + "KDH": 1.908, + "kFp": 2.032, + "KRF": 139179.137, + "kAp": 0.817, + "KWA": 55.221, + "KDA": 1.432, + "kAF": 138.082, + "kAB": 227077.597, + "KBA": 118455.796, + "kRp": 139177.291, + "kRd": 2.757 + }, + "n_poorly_identified": 23, + "poorly_identified": [ + "kAB", + "KRF", + "kRp", + "KRW", + "KBA", + "kBp", + "kAF", + "KWB", + "KWA", + "KFW", + "kHp", + "kSp", + "KWH", + "KWS", + "kRd", + "kWp", + "kFp", + "KDH", + "KBW", + "KDA", + "KDS", + "kDF", + "KFB" + ], + "params_at_bound": [ + "KFW", + "KRW", + "kBp", + "kAF", + "kAB", + "KBA" + ], + "n_at_bound": 6, + "strong_correlations": [ + [ + "kBp", + "KWB", + -1.0 + ], + [ + "KRF", + "kRp", + 1.0 + ], + [ + "kAB", + "KBA", + 1.0 + ], + [ + "kSp", + "KWS", + 0.987 + ], + [ + "kHp", + "KWH", + 0.986 + ], + [ + "kWp", + "KBW", + -0.966 + ] + ] + }, + "loocv_reference": { + "cv_r2": 0.43, + "cv_rmse": 0.2425 + }, + "targets": { + "reference": { + "source": "reference", + "source_label": "문헌 합성 시계열 (형상복원 점검)", + "is_real_data": false, + "fit_quality": { + "W": { + "rmse": 0.0943, + "r2": 0.911 + }, + "B": { + "rmse": 0.2114, + "r2": 0.527 + }, + "S": { + "rmse": 0.1892, + "r2": 0.698 + }, + "D": { + "rmse": 0.1625, + "r2": 0.689 + }, + "H": { + "rmse": 0.2317, + "r2": 0.144 + }, + "F": { + "rmse": 0.0908, + "r2": 0.907 + }, + "A": { + "rmse": 0.0799, + "r2": 0.949 + }, + "_overall": { + "rmse": 0.1622, + "r2": 0.745 + } + }, + "timepoints_days": [ + 0.0, + 1.0, + 3.0, + 5.0, + 8.0, + 12.0, + 17.0, + 21.0, + 28.0 + ], + "phase_labels": [ + "telogen", + "anagen-onset", + "early-anagen", + "early-anagen", + "mid-anagen", + "mid/late-anagen", + "anagen-catagen", + "catagen", + "telogen" + ], + "observed": [ + "W", + "B", + "S", + "D", + "H", + "F", + "A" + ], + "axis_label": { + "W": "Wnt/β-catenin", + "B": "BMP", + "S": "SHH", + "D": "DP(IGF1/VEGF)", + "H": "HFSC", + "F": "FGF5", + "A": "Hair index" + }, + "data": { + "W": [ + 0.1, + 0.3, + 0.65, + 0.85, + 0.95, + 0.8, + 0.45, + 0.2, + 0.08 + ], + "B": [ + 0.9, + 0.55, + 0.25, + 0.15, + 0.12, + 0.2, + 0.55, + 0.8, + 0.92 + ], + "S": [ + 0.02, + 0.2, + 0.75, + 0.95, + 0.7, + 0.3, + 0.08, + 0.03, + 0.01 + ], + "D": [ + 0.15, + 0.3, + 0.55, + 0.75, + 0.9, + 0.92, + 0.7, + 0.35, + 0.12 + ], + "H": [ + 0.2, + 0.55, + 0.9, + 0.8, + 0.5, + 0.35, + 0.25, + 0.22, + 0.2 + ], + "F": [ + 0.05, + 0.05, + 0.08, + 0.1, + 0.2, + 0.55, + 0.95, + 0.5, + 0.08 + ], + "A": [ + 0.0, + 0.05, + 0.2, + 0.45, + 0.75, + 0.95, + 0.9, + 0.55, + 0.05 + ] + }, + "model_dense_t": [ + 0.0, + 0.25, + 0.5, + 0.75, + 1.0, + 1.25, + 1.5, + 1.75, + 2.0, + 2.25, + 2.5, + 2.75, + 3.0, + 3.25, + 3.5, + 3.75, + 4.0, + 4.25, + 4.5, + 4.75, + 5.0, + 5.25, + 5.5, + 5.75, + 6.0, + 6.25, + 6.5, + 6.75, + 7.0, + 7.25, + 7.5, + 7.75, + 8.0, + 8.25, + 8.5, + 8.75, + 9.0, + 9.25, + 9.5, + 9.75, + 10.0, + 10.25, + 10.5, + 10.75, + 11.0, + 11.25, + 11.5, + 11.75, + 12.0, + 12.25, + 12.5, + 12.75, + 13.0, + 13.25, + 13.5, + 13.75, + 14.0, + 14.25, + 14.5, + 14.75, + 15.0, + 15.25, + 15.5, + 15.75, + 16.0, + 16.25, + 16.5, + 16.75, + 17.0, + 17.25, + 17.5, + 17.75, + 18.0, + 18.25, + 18.5, + 18.75, + 19.0, + 19.25, + 19.5, + 19.75, + 20.0, + 20.25, + 20.5, + 20.75, + 21.0, + 21.25, + 21.5, + 21.75, + 22.0, + 22.25, + 22.5, + 22.75, + 23.0, + 23.25, + 23.5, + 23.75, + 24.0, + 24.25, + 24.5, + 24.75, + 25.0, + 25.25, + 25.5, + 25.75, + 26.0, + 26.25, + 26.5, + 26.75, + 27.0, + 27.25, + 27.5, + 27.75, + 28.0 + ], + "model_dense": { + "W": [ + 0.1, + 0.20955328736031567, + 0.2997522523328737, + 0.37385651814982956, + 0.43456183414051036, + 0.48419130655870407, + 0.5247632335247373, + 0.5580347141981755, + 0.5855352620838603, + 0.6085942853389419, + 0.6283640060363948, + 0.6458386918084658, + 0.6618707668771434, + 0.6771841758419085, + 0.6923852061145265, + 0.7079708134024586, + 0.7243343453604748, + 0.7417684595797884, + 0.7604649996145517, + 0.7805116735153829, + 0.801885606157272, + 0.8244443050338338, + 0.8479154020943057, + 0.8718877722031261, + 0.8958082526759877, + 0.9189897445875989, + 0.9406369839632357, + 0.9598945073677572, + 0.9759163031352439, + 0.9879491593022911, + 0.9954143182787974, + 0.9979687169497861, + 0.9955310097059892, + 0.988268274062461, + 0.9765507680571762, + 0.9608895142284953, + 0.9418720859008992, + 0.9201075532931305, + 0.8961856207602457, + 0.8706503538336076, + 0.843986102426662, + 0.8166123718415517, + 0.7888846118345523, + 0.7610984719548354, + 0.7334957876513631, + 0.7062712240810467, + 0.6795787658867805, + 0.6535378444247366, + 0.6282388110886143, + 0.6037477529980779, + 0.5801106515674838, + 0.557356938002063, + 0.5355024947947911, + 0.5145522060286428, + 0.4945020822257282, + 0.475341043215911, + 0.45705240653933504, + 0.4396151279600843, + 0.42300483221563934, + 0.40719466679364275, + 0.3921560103322885, + 0.3778590574179833, + 0.3642733007046656, + 0.35136792676549833, + 0.3391121395112695, + 0.3274754113266065, + 0.31642771433093564, + 0.30593967671457284, + 0.2959827180089573, + 0.28652916134684536, + 0.27755230883829274, + 0.2690265098573308, + 0.26092720992163954, + 0.2532309859018291, + 0.24591558031335722, + 0.2389599228037894, + 0.23234415120761504, + 0.22604963107969972, + 0.22005896994409785, + 0.2143560331178244, + 0.20892595506824246, + 0.20375514899555902, + 0.1988313102448745, + 0.19414341522665457, + 0.1896817121146559, + 0.18543770172419827, + 0.1814041068802258, + 0.17757483130731863, + 0.17394490272753366, + 0.17051040293075512, + 0.16726838393053484, + 0.16421677008580218, + 0.1613542483757335, + 0.15868014926121649, + 0.15619432206186717, + 0.15389700927162359, + 0.15178872380742767, + 0.14987013653603945, + 0.14814198079695118, + 0.14660497444290574, + 0.14525976820274114, + 0.1441069236404813, + 0.14314691664919096, + 0.14238017205216505, + 0.14180712528430658, + 0.14142830668053283, + 0.14124444790961121, + 0.14125660313813115, + 0.14146628206632686, + 0.14187559277701942, + 0.1424873879367264, + 0.1433054137795297, + 0.14433446192484944 + ], + "B": [ + 0.9, + 0.8754611024460275, + 0.8282392120404073, + 0.7789148159072546, + 0.7310515061614788, + 0.6856551511489475, + 0.6430205955166476, + 0.6031826279275601, + 0.5660663565227008, + 0.531548030041539, + 0.49948306670344345, + 0.46972049774621366, + 0.4421113713271388, + 0.41651445137490223, + 0.3928008378739726, + 0.3708583069023398, + 0.35059574393849224, + 0.3319478171602184, + 0.31487994042512246, + 0.2993934885180257, + 0.2855310673390467, + 0.27338124885533716, + 0.2630814729730983, + 0.25481688801851116, + 0.24881210279896734, + 0.24531292673168734, + 0.24455700480713483, + 0.24673601997583516, + 0.25195686984374266, + 0.26021151488591227, + 0.2713647787162779, + 0.28516323143755656, + 0.3012618489445579, + 0.31926023852684465, + 0.33873935918638665, + 0.35929217850678896, + 0.38054518359372447, + 0.40217071530071563, + 0.42389180940721183, + 0.4454817321476389, + 0.46676036723096453, + 0.4875889279760378, + 0.507864153652043, + 0.5275126177622045, + 0.5464855125716302, + 0.564754054228044, + 0.582305560961473, + 0.5991401468236887, + 0.6152679849307516, + 0.6307070561817839, + 0.6454813108421426, + 0.6596191696948586, + 0.6731523207595664, + 0.68611472068784, + 0.6985418027361819, + 0.7104698261861155, + 0.7219353442448726, + 0.7329747661665557, + 0.7436239945290987, + 0.7539181203683705, + 0.763891161983425, + 0.7735758375463223, + 0.7830033621723046, + 0.7922032623197515, + 0.8012032015848903, + 0.8100288180677959, + 0.8187035510813214, + 0.8272484803182687, + 0.8356821548787161, + 0.8440204129869429, + 0.8522761987442249, + 0.8604593634458793, + 0.8685764571401765, + 0.8766305088777341, + 0.8846207932981949, + 0.8925425922604628, + 0.9003869476114735, + 0.9081404205378425, + 0.9157848585434527, + 0.9232971902292327, + 0.9306492757905677, + 0.9378078006186457, + 0.9447343164195504, + 0.9513853732976306, + 0.9577128500631183, + 0.9636644924866167, + 0.9691846953354157, + 0.9742155741315702, + 0.978698292638439, + 0.9825746628372228, + 0.9857889543872221, + 0.9882898414921283, + 0.9900323119432238, + 0.9909794938515023, + 0.9911041485817944, + 0.9903896826858906, + 0.988830678603388, + 0.9864327163359015, + 0.9832115581423099, + 0.9791918146531272, + 0.9744050735482066, + 0.9688878302946631, + 0.962679267592137, + 0.9558190836560323, + 0.9483456561891541, + 0.9402944511168404, + 0.9316968549759509, + 0.9225794799605853, + 0.912963816211293, + 0.9028662674074892, + 0.8922984881856711, + 0.8812679128039338, + 0.8697784880664403 + ], + "S": [ + 0.019999999999999997, + 0.028651552958659697, + 0.05256024917772736, + 0.09169388731275374, + 0.14279314327522988, + 0.20137045145077065, + 0.2630133644507899, + 0.3240803960233078, + 0.3819458825184185, + 0.43496528307301574, + 0.48230556296322574, + 0.5237383011442505, + 0.5594482771754181, + 0.5898782465497091, + 0.6156129513158837, + 0.6372972362454772, + 0.6555807283062518, + 0.6710819596652129, + 0.6843658872859542, + 0.6959304039251111, + 0.7061985725050622, + 0.7155144032505412, + 0.724140930445354, + 0.7322599113251852, + 0.7399731121482083, + 0.7473056130041946, + 0.7542118859316322, + 0.7605854343970487, + 0.7662724610166807, + 0.771089205471807, + 0.7748416460697304, + 0.7773453917034823, + 0.7784431139495865, + 0.7780173727351863, + 0.7759976403500878, + 0.772361620035696, + 0.7671319373122033, + 0.7603697738159788, + 0.7521670032807329, + 0.7426380614579067, + 0.7319124240231321, + 0.7201280722967752, + 0.7074261406764988, + 0.6939467112713852, + 0.6798256349958032, + 0.6651922261234442, + 0.6501676578269705, + 0.6348639099652078, + 0.619383149531305, + 0.6038174462706616, + 0.5882487262641017, + 0.5727489193582065, + 0.5573802548755301, + 0.5421956434200986, + 0.5272391620995188, + 0.5125465977741853, + 0.4981460400721673, + 0.48405851268126104, + 0.4702986407100042, + 0.45687533830885274, + 0.4437925125938178, + 0.4310497751728488, + 0.4186431512615517, + 0.4065657760304729, + 0.3948085684680391, + 0.3833608789781032, + 0.3722110687957041, + 0.3613470567757828, + 0.35075679402400006, + 0.3404286565250776, + 0.3303517764174758, + 0.320516277067826, + 0.31091344642095525, + 0.30153582965340525, + 0.29237725824841093, + 0.283432825192891, + 0.27469880754467185, + 0.2661725702702266, + 0.257852427650384, + 0.2497375072517894, + 0.24182760710672754, + 0.23412304786654847, + 0.22662455723448693, + 0.21933314171978124, + 0.212249992886431, + 0.20537640919424696, + 0.1987137296147289, + 0.19226328666886677, + 0.18602637252308166, + 0.18000421623015553, + 0.17419796901085433, + 0.16860869641364915, + 0.1632373732189635, + 0.15808488148037694, + 0.1531520078654016, + 0.14843944136224313, + 0.1439477711803894, + 0.13967748413518344, + 0.13562896337360966, + 0.13180248989485, + 0.12819824770547555, + 0.1248163353146404, + 0.12165678427488036, + 0.1187195865812093, + 0.116004732883705, + 0.11351226101500701, + 0.1112423164395405, + 0.10919522518529717, + 0.10737157844998245, + 0.1057723297644707, + 0.10439890462840608, + 0.10325332260159001, + 0.10233833242671247 + ], + "D": [ + 0.15, + 0.14797913724696324, + 0.1573601847242746, + 0.17592004850840878, + 0.2006786694393504, + 0.2291984928975388, + 0.2597278169405024, + 0.2910651927789469, + 0.32240639143990557, + 0.35322648248433497, + 0.3831967222010963, + 0.41212697553276917, + 0.43992531874315777, + 0.4665689231924605, + 0.4920823021934865, + 0.5165204149278186, + 0.5399550684313459, + 0.562463720905916, + 0.5841201657916387, + 0.6049868840508779, + 0.6251090008407414, + 0.6445098761990993, + 0.6631883841514129, + 0.6811179105014572, + 0.6982470552282435, + 0.7145019583959248, + 0.7297900939317854, + 0.7440052903559857, + 0.757033641885212, + 0.7687598985776992, + 0.7790738159196039, + 0.7878759828961656, + 0.7950826496580325, + 0.8006292435519211, + 0.8044724319650458, + 0.8065907902086388, + 0.8069842793611823, + 0.8056728190483942, + 0.8026942538879105, + 0.7981019786651286, + 0.7919624501629138, + 0.7843527350270485, + 0.7753582119259828, + 0.7650704967155765, + 0.7535856276345755, + 0.74100252025987, + 0.7274216883592555, + 0.712944196750946, + 0.6976708238712978, + 0.6817013949990182, + 0.6651342417676931, + 0.64806575654336, + 0.6305900130294887, + 0.612798406843249, + 0.5947793230998583, + 0.5766178022461831, + 0.5583952026574421, + 0.5401888615219195, + 0.522071762335234, + 0.5041122145979733, + 0.48637355869719473, + 0.46891390717872505, + 0.4517859327285682, + 0.4350367112453071, + 0.41870762546776297, + 0.4028343270549672, + 0.38744677685040785, + 0.37256933173102064, + 0.35822090143025676, + 0.3444151520616071, + 0.33116076269004363, + 0.3184617196446587, + 0.3063176464731501, + 0.294724170326754, + 0.2836733018827056, + 0.27315384304915535, + 0.2631518054586247, + 0.25365083433000224, + 0.24463264242397698, + 0.23607743428003167, + 0.22796432149149695, + 0.2202717298199622, + 0.21297777040563987, + 0.20606059563861412, + 0.19949871565097457, + 0.19327127880926637, + 0.187358312467181, + 0.18174091813562343, + 0.17640142928287575, + 0.17132352502652703, + 0.16649230402989149, + 0.1618943224960253, + 0.15751760031109785, + 0.15335159628002656, + 0.14938715983379994, + 0.1456164640286059, + 0.14203292095396206, + 0.1386310879184638, + 0.13540656899056835, + 0.1323559124515282, + 0.12947651185877207, + 0.12676651440499104, + 0.12422473644584184, + 0.12185059162725569, + 0.11964403377203361, + 0.1176055136911578, + 0.11573595269029154, + 0.11403673333531372, + 0.11250970631169788, + 0.11115721430232205, + 0.10998213246578284, + 0.1089879247149566, + 0.10817871617429785 + ], + "H": [ + 0.19999999999999998, + 0.210339827137539, + 0.22826503871461004, + 0.25379329030757664, + 0.2852507946838526, + 0.3203451701978245, + 0.3568474939104507, + 0.39294002093569697, + 0.42732554738192935, + 0.45919661570280496, + 0.4881423835914073, + 0.5140424897982296, + 0.5369725668066093, + 0.5571297394734345, + 0.5747781541546334, + 0.5902111544558002, + 0.6037260161482977, + 0.6156076733876729, + 0.626118540416335, + 0.6354924053038152, + 0.6439309376904087, + 0.6516018631705166, + 0.6586382734798436, + 0.6651387719874442, + 0.6711684026154549, + 0.6767604723392513, + 0.681919473040007, + 0.6866252975610241, + 0.6908388139818495, + 0.6945085825333174, + 0.6975781876587621, + 0.6999934227166642, + 0.7017084447622617, + 0.7026902331464187, + 0.7029210209154426, + 0.7023987930895391, + 0.7011362531840937, + 0.6991587985930533, + 0.6965020232943016, + 0.6932091470911671, + 0.6893286472615139, + 0.6849122068377802, + 0.6800130325397878, + 0.6746845249788435, + 0.6689792575182617, + 0.6629482122363478, + 0.6566402176022509, + 0.6501015401300153, + 0.6433755958856083, + 0.6365027540421349, + 0.6295202049302479, + 0.6224618845274017, + 0.6153584435312098, + 0.6082372487853143, + 0.6011224237568644, + 0.5940349191423638, + 0.5869926136913508, + 0.5800104441394599, + 0.5731005653939931, + 0.5662725371470699, + 0.5595335364099656, + 0.5528885929266707, + 0.5463408433886102, + 0.5398917994805768, + 0.5335416245597153, + 0.5272894166601803, + 0.5211334755144653, + 0.5150715687376877, + 0.5091011775546171, + 0.5032197099497833, + 0.497424695960372, + 0.49171393840182664, + 0.4860856353176419, + 0.48053846637765274, + 0.47507164112067995, + 0.46968492154162506, + 0.4643786118593103, + 0.4591535327643385, + 0.45401097137742097, + 0.44895262457416835, + 0.4439805352994779, + 0.4390970207452335, + 0.4343046140905924, + 0.42960599586494036, + 0.4250039408488949, + 0.42050127137089843, + 0.416100815836514, + 0.4118053768596633, + 0.4076177060114162, + 0.4035404848539738, + 0.3995763108199201, + 0.3957276872845631, + 0.39199701604026793, + 0.388386592141704, + 0.3848985992347709, + 0.3815351057506034, + 0.3782980618754871, + 0.37518929679267166, + 0.3722105170806691, + 0.3693633070232377, + 0.3666491311711601, + 0.36406934060238716, + 0.36162518327678816, + 0.35931781942140134, + 0.35714834307011556, + 0.3551178095604878, + 0.35322726984897707, + 0.35147781206018014, + 0.3498706098994509, + 0.3484069783970688, + 0.3470884370403625, + 0.3459167802798738, + 0.3448941557101036 + ], + "F": [ + 0.05, + 0.05237906453312031, + 0.054531731195891615, + 0.05647954551203127, + 0.058242009897247676, + 0.059836804919580835, + 0.06128005099799119, + 0.0625867021738908, + 0.06377124402223024, + 0.06484895907512674, + 0.06583807537591228, + 0.06676306578576274, + 0.06765918123412046, + 0.06857799689844278, + 0.06959340844966817, + 0.07080722237599878, + 0.07235332535715977, + 0.07439946419875755, + 0.07714585249739168, + 0.08082020515453789, + 0.08566923571577346, + 0.09194714656503808, + 0.09990207593722332, + 0.1097617517870706, + 0.121719750109048, + 0.13592367519862866, + 0.15246631945763958, + 0.1713804679076903, + 0.19263756641585073, + 0.2161500326238501, + 0.24177666945401963, + 0.2693303969375136, + 0.2985874340903854, + 0.3292971029448378, + 0.3611915181174113, + 0.3939946008842979, + 0.42743002218081444, + 0.4612278494820795, + 0.4951298146271834, + 0.5288932265918678, + 0.5622936342693079, + 0.59512638691159, + 0.6272072652248318, + 0.6583723587396959, + 0.6884773583656476, + 0.7173964077096066, + 0.7450206611118445, + 0.7712566383425008, + 0.7960244801073086, + 0.8192561704355029, + 0.84089378387369, + 0.8608878035135338, + 0.8791955333490792, + 0.8957796559427714, + 0.9106069299267157, + 0.9236470642096486, + 0.934871783161065, + 0.9442541020187742, + 0.9517678302219553, + 0.957387323613753, + 0.9610875089040406, + 0.9628441997361722, + 0.9626347212687637, + 0.9604388607591869, + 0.9562401433251586, + 0.9500274220889359, + 0.9417967831630101, + 0.9315536498950828, + 0.9193151155349528, + 0.9051122349519953, + 0.8889923421863697, + 0.8710210587465065, + 0.8512838257459354, + 0.8298870555523842, + 0.8069582077231806, + 0.7826452591069943, + 0.7571150958479366, + 0.7305509489341151, + 0.7031491033824577, + 0.6751147278996099, + 0.6466574640782526, + 0.6179864517124738, + 0.5893060269173325, + 0.5608110268785078, + 0.532683075110621, + 0.5050875307613465, + 0.47817111752107344, + 0.45206046581091713, + 0.4268614239775241, + 0.40265910466436255, + 0.3795185373572358, + 0.3574858523295927, + 0.3365897506385742, + 0.3168433039794732, + 0.2982458334168069, + 0.28078482467810595, + 0.2644378532070191, + 0.24917437286300845, + 0.2349573830188294, + 0.22174496409857605, + 0.20949161978475747, + 0.19814945376225895, + 0.18766918958241868, + 0.17800101999784532, + 0.1690953154669448, + 0.16090320062448188, + 0.15337700754142786, + 0.1464706315260912, + 0.14013979587632003, + 0.13434223611827598, + 0.129037825214791, + 0.12418864609192092, + 0.11975901411919482 + ], + "A": [ + 0.0, + 0.011288969655093248, + 0.022322644592681625, + 0.03459642240178686, + 0.049258199199313964, + 0.06704210810235227, + 0.0882743766829908, + 0.11292914775628658, + 0.14072014051169862, + 0.17120070190724018, + 0.20385039103607452, + 0.238138576900517, + 0.27356504016939176, + 0.309682100959149, + 0.3461037230911439, + 0.38250633071688517, + 0.4186248462245491, + 0.45424625945833214, + 0.4892022685526662, + 0.5233618569903842, + 0.5566243336276739, + 0.5889131088509736, + 0.6201703203460868, + 0.65035235155198, + 0.6794262155635005, + 0.7073667415471319, + 0.7341544752563445, + 0.759774190867688, + 0.7842139008581632, + 0.8074642590211889, + 0.8295182419707408, + 0.850371015963302, + 0.8700199015455599, + 0.8884643672598371, + 0.9057059998488692, + 0.9217484189611096, + 0.9365971211920335, + 0.9502592534029815, + 0.9627433253950672, + 0.9740588775535025, + 0.9842161220945932, + 0.9932255758838371, + 1.00109770184459, + 1.0078425733032408, + 1.0134695746627398, + 1.0179871490877535, + 1.0214026040135384, + 1.023721983205016, + 1.0249500142856725, + 1.025090136963107, + 1.0241446222954016, + 1.0221147849460608, + 1.0190012931337868, + 1.0148045800895749, + 1.009525350277421, + 1.0031651771572339, + 0.9957271819063087, + 0.9872167773690473, + 0.9776424519997658, + 0.967016571013104, + 0.9553561592822088, + 0.9426836299874375, + 0.9290274184374979, + 0.9144224814199505, + 0.8989106283769983, + 0.8825406831306242, + 0.8653683451846422, + 0.8474559057082746, + 0.82887168454661, + 0.80968925863282, + 0.7899865101651734, + 0.7698445062270739, + 0.7493463117076555, + 0.728575684997639, + 0.7076158591358155, + 0.6865483050649539, + 0.6654516090272722, + 0.644400530189171, + 0.6234651362739494, + 0.6027101915331982, + 0.582194686462656, + 0.5619715567893773, + 0.5420875765213664, + 0.5225833898004268, + 0.5034936833408376, + 0.4848474614346887, + 0.46666839664692517, + 0.44897524492952023, + 0.4317822929481341, + 0.41509982373084925, + 0.39893458236584334, + 0.38329023392619926, + 0.36816778938049594, + 0.3535660117794171, + 0.3394817840190206, + 0.3259104389422121, + 0.3128460544655053, + 0.30028170917229613, + 0.2882097048951798, + 0.27662175612123635, + 0.2655091498761917, + 0.2548628827518673, + 0.2446737747061541, + 0.23493256577459468, + 0.22563000123850138, + 0.21675690537974868, + 0.2083042486113246, + 0.20026321235511146, + 0.19262525256922636, + 0.18538216400553412, + 0.1785261490792591, + 0.17204989234525558, + 0.1659466413017462 + ], + "R": [ + 0.0, + 3.1469708915096974e-05, + 0.00011278981067144202, + 0.00023429761198416003, + 0.00039570837319055424, + 0.0006016969266590068, + 0.0008584752857563692, + 0.001171400622583263, + 0.0015435870980705254, + 0.0019753822758898786, + 0.0024644694806800955, + 0.0030063369006937883, + 0.003594897178538297, + 0.004223110942374196, + 0.004883531425650107, + 0.005568734861184324, + 0.006271632723342337, + 0.006985677087059673, + 0.007704977442967773, + 0.008424349032776708, + 0.009139311215976085, + 0.009846051918001773, + 0.010541370504630039, + 0.011222609372383858, + 0.011887581655913337, + 0.01253450043396653, + 0.013161912995641666, + 0.013768642373378367, + 0.014353737207737114, + 0.014916430143839527, + 0.015456104416072647, + 0.015972267696305508, + 0.016464532130905166, + 0.016932599329640186, + 0.017376249044800552, + 0.01779533040533399, + 0.01818975471771867, + 0.018559489062403532, + 0.018904550142750876, + 0.019224998046783858, + 0.019520929749047393, + 0.01979247234380173, + 0.020039776068373507, + 0.02026300726321807, + 0.02046234143757165, + 0.020637956630708755, + 0.020790027287077382, + 0.02091871882201664, + 0.021024183090058234, + 0.021106554946348482, + 0.02116595005492951, + 0.02120246413972424, + 0.021216173787161636, + 0.021207138972370972, + 0.02117540734082475, + 0.02112102035175472, + 0.021044021237183214, + 0.02094446464784916, + 0.020822427956710767, + 0.020678023868974094, + 0.020511414005900154, + 0.020322823039898637, + 0.02011255289581678, + 0.019880996248559563, + 0.01962864879577834, + 0.01935612020314359, + 0.019064141335961408, + 0.018753569526312526, + 0.0184253898863888, + 0.01808071211828437, + 0.017720764715608166, + 0.017346884595129664, + 0.016960503211362273, + 0.016563129470323183, + 0.016156330649042826, + 0.015741711632421336, + 0.015320892968722721, + 0.014895489404419473, + 0.0144670882774051, + 0.014037230470477162, + 0.013607393090981476, + 0.01317897401862941, + 0.012753280152374475, + 0.012331517552153863, + 0.01191478531848165, + 0.011504072161243384, + 0.011100255148587168, + 0.010704100965543493, + 0.01031626922567212, + 0.009937317275925788, + 0.009567706140506331, + 0.009207807535486197, + 0.008857911364396159, + 0.008518233608628786, + 0.008188924054555315, + 0.007870074003116179, + 0.007561723779752156, + 0.0072638697628403725, + 0.00697647065146488, + 0.00669945349778085, + 0.006432719058165235, + 0.006176146586369836, + 0.0059295979835842245, + 0.005692921469501242, + 0.005465954954401706, + 0.005248528828923147, + 0.005040468441781791, + 0.004841596265350836, + 0.004651733991259205, + 0.004470704314448813, + 0.004298332613406814, + 0.004134448617621145, + 0.003978888064022068 + ] + }, + "provenance": [ + "LITERATURE-SYNTHESIZED CALIBRATION TARGET (not raw data); normalized 0..1 per axis.", + "Muller-Rover et al. 2001 J Invest Dermatol - depilation-synchronized morphological staging anchoring telogen(d0)->anagen->catagen(~d17-21)->telogen(~d25-28) timeline.", + "Greco et al. 2009 Cell Stem Cell - HFSC (Lgr5/CD34) activation at anagen onset followed by progeny differentiation; Wnt/BMP antagonism gating telogen->anagen competence.", + "Lin et al. 2009 PLoS Genet - circadian clock control of hair cycle; coupling of cell-cycle/proliferation genes to anagen progression.", + "Geyfman et al. 2012 PNAS - clock-gated proliferation and S-phase timing across anagen; Shh/Gli1 proliferative signaling early-mid anagen.", + "Plikus et al. 2008 Nature - BMP2/BMP4 high in refractory telogen, suppressed for anagen competence, rising again at catagen; dermal BMP as inhibitory tone.", + "Al-Nuaimi et al. 2012 J Invest Dermatol - quantitative hair-cycle clock/oscillator model framing of phase relationships and amplitudes." + ], + "notes": "Mouse dorsal hair-follicle gene/signal expression across one depilation-synchronized cycle (day0 depilation -> full anagen ~d8-12 -> anagen-catagen transition ~d17 -> catagen d21 -> telogen ~d28). Per-axis min-max normalized to 0..1; values are relative amplitudes, not absolute concentrations or fold-changes. Phase relationships encoded: Wnt(CTNNB1/LEF1/AXIN2) and BMP(BMP4/BMP2) are antiphase - Wnt rises as BMP falls into anagen, both reverse at catagen. SHH(SHH/GLI1) is a transient sharp pulse peaking early-mid anagen (d5-8), downstream of and lagging the initial Wnt rise, then fully off. DP(IGF1/VEGFA/FGF7) dermal-papilla support signals ramp with anagen and stay sustained through peak anagen before declining in catagen. HFSC(LGR5/CD34) shows transient bulge activation at anagen onset (peak ~d3) then returns toward baseline as activated stem cells produce differentiating progeny (signal dilution/exit from niche). FGF5 is a sharp late spike (peak ~d17) acting as the anagen->catagen terminator, the last axis to fire. hair_index is the observable anagen/shaft phenotype lagging the molecular signals: ~0 in telogen, ramps during anagen, plateaus at peak anagen (d12-17), regresses through catagen back to ~0. Recommended use: phase-aligned shape/amplitude calibration target for ODE axes, NOT for absolute-scale fitting." + }, + "gse11186": { + "source": "gse11186", + "source_label": "실제 GEO GSE11186 (제모 D3–D17, 실측 검증)", + "is_real_data": true, + "fit_quality": { + "W": { + "rmse": 0.4457, + "r2": -0.404 + }, + "B": { + "rmse": 0.3259, + "r2": 0.464 + }, + "S": { + "rmse": 0.3272, + "r2": 0.145 + }, + "D": { + "rmse": 0.3019, + "r2": 0.245 + }, + "H": { + "rmse": 0.3339, + "r2": 0.087 + }, + "F": { + "rmse": 0.1046, + "r2": 0.942 + }, + "A": { + "rmse": 0.1723, + "r2": 0.794 + }, + "_overall": { + "rmse": 0.3059, + "r2": 0.418 + } + }, + "timepoints_days": [ + 3.0, + 5.0, + 8.0, + 12.0, + 17.0 + ], + "phase_labels": [ + "early-anagen", + "mid-anagen", + "late-anagen", + "late-anagen", + "early-catagen" + ], + "observed": [ + "W", + "B", + "S", + "D", + "H", + "F", + "A" + ], + "axis_label": { + "W": "Wnt/β-catenin", + "B": "BMP", + "S": "SHH", + "D": "DP(IGF1/VEGF)", + "H": "HFSC", + "F": "FGF5", + "A": "Hair index" + }, + "data": { + "W": [ + 0.0, + 0.8638, + 0.9367, + 1.0, + 0.9362 + ], + "B": [ + 0.0138, + 0.0, + 0.6073, + 0.9968, + 1.0 + ], + "S": [ + 0.0, + 1.0, + 0.9307, + 0.6231, + 0.6864 + ], + "D": [ + 0.4059, + 1.0, + 0.7147, + 0.2744, + 0.0 + ], + "H": [ + 0.0, + 0.7568, + 0.7555, + 1.0, + 0.8645 + ], + "F": [ + 0.0, + 0.1174, + 0.2562, + 0.9981, + 1.0 + ], + "A": [ + 0.0, + 0.761, + 0.9412, + 1.0, + 0.9904 + ] + }, + "model_dense_t": [ + 0.0, + 0.25, + 0.5, + 0.75, + 1.0, + 1.25, + 1.5, + 1.75, + 2.0, + 2.25, + 2.5, + 2.75, + 3.0, + 3.25, + 3.5, + 3.75, + 4.0, + 4.25, + 4.5, + 4.75, + 5.0, + 5.25, + 5.5, + 5.75, + 6.0, + 6.25, + 6.5, + 6.75, + 7.0, + 7.25, + 7.5, + 7.75, + 8.0, + 8.25, + 8.5, + 8.75, + 9.0, + 9.25, + 9.5, + 9.75, + 10.0, + 10.25, + 10.5, + 10.75, + 11.0, + 11.25, + 11.5, + 11.75, + 12.0, + 12.25, + 12.5, + 12.75, + 13.0, + 13.25, + 13.5, + 13.75, + 14.0, + 14.25, + 14.5, + 14.75, + 15.0, + 15.25, + 15.5, + 15.75, + 16.0, + 16.25, + 16.5, + 16.75, + 17.0, + 17.25, + 17.5, + 17.75, + 18.0, + 18.25, + 18.5, + 18.75, + 19.0, + 19.25, + 19.5, + 19.75, + 20.0, + 20.25, + 20.5, + 20.75, + 21.0, + 21.25, + 21.5, + 21.75, + 22.0, + 22.25, + 22.5, + 22.75, + 23.0, + 23.25, + 23.5, + 23.75, + 24.0, + 24.25, + 24.5, + 24.75, + 25.0, + 25.25, + 25.5, + 25.75, + 26.0, + 26.25, + 26.5, + 26.75, + 27.0, + 27.25, + 27.5, + 27.75, + 28.0 + ], + "model_dense": { + "W": [ + 0.1, + 0.20955328736031567, + 0.2997522523328737, + 0.37385651814982956, + 0.43456183414051036, + 0.48419130655870407, + 0.5247632335247373, + 0.5580347141981755, + 0.5855352620838603, + 0.6085942853389419, + 0.6283640060363948, + 0.6458386918084658, + 0.6618707668771434, + 0.6771841758419085, + 0.6923852061145265, + 0.7079708134024586, + 0.7243343453604748, + 0.7417684595797884, + 0.7604649996145517, + 0.7805116735153829, + 0.801885606157272, + 0.8244443050338338, + 0.8479154020943057, + 0.8718877722031261, + 0.8958082526759877, + 0.9189897445875989, + 0.9406369839632357, + 0.9598945073677572, + 0.9759163031352439, + 0.9879491593022911, + 0.9954143182787974, + 0.9979687169497861, + 0.9955310097059892, + 0.988268274062461, + 0.9765507680571762, + 0.9608895142284953, + 0.9418720859008992, + 0.9201075532931305, + 0.8961856207602457, + 0.8706503538336076, + 0.843986102426662, + 0.8166123718415517, + 0.7888846118345523, + 0.7610984719548354, + 0.7334957876513631, + 0.7062712240810467, + 0.6795787658867805, + 0.6535378444247366, + 0.6282388110886143, + 0.6037477529980779, + 0.5801106515674838, + 0.557356938002063, + 0.5355024947947911, + 0.5145522060286428, + 0.4945020822257282, + 0.475341043215911, + 0.45705240653933504, + 0.4396151279600843, + 0.42300483221563934, + 0.40719466679364275, + 0.3921560103322885, + 0.3778590574179833, + 0.3642733007046656, + 0.35136792676549833, + 0.3391121395112695, + 0.3274754113266065, + 0.31642771433093564, + 0.30593967671457284, + 0.2959827180089573, + 0.28652916134684536, + 0.27755230883829274, + 0.2690265098573308, + 0.26092720992163954, + 0.2532309859018291, + 0.24591558031335722, + 0.2389599228037894, + 0.23234415120761504, + 0.22604963107969972, + 0.22005896994409785, + 0.2143560331178244, + 0.20892595506824246, + 0.20375514899555902, + 0.1988313102448745, + 0.19414341522665457, + 0.1896817121146559, + 0.18543770172419827, + 0.1814041068802258, + 0.17757483130731863, + 0.17394490272753366, + 0.17051040293075512, + 0.16726838393053484, + 0.16421677008580218, + 0.1613542483757335, + 0.15868014926121649, + 0.15619432206186717, + 0.15389700927162359, + 0.15178872380742767, + 0.14987013653603945, + 0.14814198079695118, + 0.14660497444290574, + 0.14525976820274114, + 0.1441069236404813, + 0.14314691664919096, + 0.14238017205216505, + 0.14180712528430658, + 0.14142830668053283, + 0.14124444790961121, + 0.14125660313813115, + 0.14146628206632686, + 0.14187559277701942, + 0.1424873879367264, + 0.1433054137795297, + 0.14433446192484944 + ], + "B": [ + 0.9, + 0.8754611024460275, + 0.8282392120404073, + 0.7789148159072546, + 0.7310515061614788, + 0.6856551511489475, + 0.6430205955166476, + 0.6031826279275601, + 0.5660663565227008, + 0.531548030041539, + 0.49948306670344345, + 0.46972049774621366, + 0.4421113713271388, + 0.41651445137490223, + 0.3928008378739726, + 0.3708583069023398, + 0.35059574393849224, + 0.3319478171602184, + 0.31487994042512246, + 0.2993934885180257, + 0.2855310673390467, + 0.27338124885533716, + 0.2630814729730983, + 0.25481688801851116, + 0.24881210279896734, + 0.24531292673168734, + 0.24455700480713483, + 0.24673601997583516, + 0.25195686984374266, + 0.26021151488591227, + 0.2713647787162779, + 0.28516323143755656, + 0.3012618489445579, + 0.31926023852684465, + 0.33873935918638665, + 0.35929217850678896, + 0.38054518359372447, + 0.40217071530071563, + 0.42389180940721183, + 0.4454817321476389, + 0.46676036723096453, + 0.4875889279760378, + 0.507864153652043, + 0.5275126177622045, + 0.5464855125716302, + 0.564754054228044, + 0.582305560961473, + 0.5991401468236887, + 0.6152679849307516, + 0.6307070561817839, + 0.6454813108421426, + 0.6596191696948586, + 0.6731523207595664, + 0.68611472068784, + 0.6985418027361819, + 0.7104698261861155, + 0.7219353442448726, + 0.7329747661665557, + 0.7436239945290987, + 0.7539181203683705, + 0.763891161983425, + 0.7735758375463223, + 0.7830033621723046, + 0.7922032623197515, + 0.8012032015848903, + 0.8100288180677959, + 0.8187035510813214, + 0.8272484803182687, + 0.8356821548787161, + 0.8440204129869429, + 0.8522761987442249, + 0.8604593634458793, + 0.8685764571401765, + 0.8766305088777341, + 0.8846207932981949, + 0.8925425922604628, + 0.9003869476114735, + 0.9081404205378425, + 0.9157848585434527, + 0.9232971902292327, + 0.9306492757905677, + 0.9378078006186457, + 0.9447343164195504, + 0.9513853732976306, + 0.9577128500631183, + 0.9636644924866167, + 0.9691846953354157, + 0.9742155741315702, + 0.978698292638439, + 0.9825746628372228, + 0.9857889543872221, + 0.9882898414921283, + 0.9900323119432238, + 0.9909794938515023, + 0.9911041485817944, + 0.9903896826858906, + 0.988830678603388, + 0.9864327163359015, + 0.9832115581423099, + 0.9791918146531272, + 0.9744050735482066, + 0.9688878302946631, + 0.962679267592137, + 0.9558190836560323, + 0.9483456561891541, + 0.9402944511168404, + 0.9316968549759509, + 0.9225794799605853, + 0.912963816211293, + 0.9028662674074892, + 0.8922984881856711, + 0.8812679128039338, + 0.8697784880664403 + ], + "S": [ + 0.019999999999999997, + 0.028651552958659697, + 0.05256024917772736, + 0.09169388731275374, + 0.14279314327522988, + 0.20137045145077065, + 0.2630133644507899, + 0.3240803960233078, + 0.3819458825184185, + 0.43496528307301574, + 0.48230556296322574, + 0.5237383011442505, + 0.5594482771754181, + 0.5898782465497091, + 0.6156129513158837, + 0.6372972362454772, + 0.6555807283062518, + 0.6710819596652129, + 0.6843658872859542, + 0.6959304039251111, + 0.7061985725050622, + 0.7155144032505412, + 0.724140930445354, + 0.7322599113251852, + 0.7399731121482083, + 0.7473056130041946, + 0.7542118859316322, + 0.7605854343970487, + 0.7662724610166807, + 0.771089205471807, + 0.7748416460697304, + 0.7773453917034823, + 0.7784431139495865, + 0.7780173727351863, + 0.7759976403500878, + 0.772361620035696, + 0.7671319373122033, + 0.7603697738159788, + 0.7521670032807329, + 0.7426380614579067, + 0.7319124240231321, + 0.7201280722967752, + 0.7074261406764988, + 0.6939467112713852, + 0.6798256349958032, + 0.6651922261234442, + 0.6501676578269705, + 0.6348639099652078, + 0.619383149531305, + 0.6038174462706616, + 0.5882487262641017, + 0.5727489193582065, + 0.5573802548755301, + 0.5421956434200986, + 0.5272391620995188, + 0.5125465977741853, + 0.4981460400721673, + 0.48405851268126104, + 0.4702986407100042, + 0.45687533830885274, + 0.4437925125938178, + 0.4310497751728488, + 0.4186431512615517, + 0.4065657760304729, + 0.3948085684680391, + 0.3833608789781032, + 0.3722110687957041, + 0.3613470567757828, + 0.35075679402400006, + 0.3404286565250776, + 0.3303517764174758, + 0.320516277067826, + 0.31091344642095525, + 0.30153582965340525, + 0.29237725824841093, + 0.283432825192891, + 0.27469880754467185, + 0.2661725702702266, + 0.257852427650384, + 0.2497375072517894, + 0.24182760710672754, + 0.23412304786654847, + 0.22662455723448693, + 0.21933314171978124, + 0.212249992886431, + 0.20537640919424696, + 0.1987137296147289, + 0.19226328666886677, + 0.18602637252308166, + 0.18000421623015553, + 0.17419796901085433, + 0.16860869641364915, + 0.1632373732189635, + 0.15808488148037694, + 0.1531520078654016, + 0.14843944136224313, + 0.1439477711803894, + 0.13967748413518344, + 0.13562896337360966, + 0.13180248989485, + 0.12819824770547555, + 0.1248163353146404, + 0.12165678427488036, + 0.1187195865812093, + 0.116004732883705, + 0.11351226101500701, + 0.1112423164395405, + 0.10919522518529717, + 0.10737157844998245, + 0.1057723297644707, + 0.10439890462840608, + 0.10325332260159001, + 0.10233833242671247 + ], + "D": [ + 0.15, + 0.14797913724696324, + 0.1573601847242746, + 0.17592004850840878, + 0.2006786694393504, + 0.2291984928975388, + 0.2597278169405024, + 0.2910651927789469, + 0.32240639143990557, + 0.35322648248433497, + 0.3831967222010963, + 0.41212697553276917, + 0.43992531874315777, + 0.4665689231924605, + 0.4920823021934865, + 0.5165204149278186, + 0.5399550684313459, + 0.562463720905916, + 0.5841201657916387, + 0.6049868840508779, + 0.6251090008407414, + 0.6445098761990993, + 0.6631883841514129, + 0.6811179105014572, + 0.6982470552282435, + 0.7145019583959248, + 0.7297900939317854, + 0.7440052903559857, + 0.757033641885212, + 0.7687598985776992, + 0.7790738159196039, + 0.7878759828961656, + 0.7950826496580325, + 0.8006292435519211, + 0.8044724319650458, + 0.8065907902086388, + 0.8069842793611823, + 0.8056728190483942, + 0.8026942538879105, + 0.7981019786651286, + 0.7919624501629138, + 0.7843527350270485, + 0.7753582119259828, + 0.7650704967155765, + 0.7535856276345755, + 0.74100252025987, + 0.7274216883592555, + 0.712944196750946, + 0.6976708238712978, + 0.6817013949990182, + 0.6651342417676931, + 0.64806575654336, + 0.6305900130294887, + 0.612798406843249, + 0.5947793230998583, + 0.5766178022461831, + 0.5583952026574421, + 0.5401888615219195, + 0.522071762335234, + 0.5041122145979733, + 0.48637355869719473, + 0.46891390717872505, + 0.4517859327285682, + 0.4350367112453071, + 0.41870762546776297, + 0.4028343270549672, + 0.38744677685040785, + 0.37256933173102064, + 0.35822090143025676, + 0.3444151520616071, + 0.33116076269004363, + 0.3184617196446587, + 0.3063176464731501, + 0.294724170326754, + 0.2836733018827056, + 0.27315384304915535, + 0.2631518054586247, + 0.25365083433000224, + 0.24463264242397698, + 0.23607743428003167, + 0.22796432149149695, + 0.2202717298199622, + 0.21297777040563987, + 0.20606059563861412, + 0.19949871565097457, + 0.19327127880926637, + 0.187358312467181, + 0.18174091813562343, + 0.17640142928287575, + 0.17132352502652703, + 0.16649230402989149, + 0.1618943224960253, + 0.15751760031109785, + 0.15335159628002656, + 0.14938715983379994, + 0.1456164640286059, + 0.14203292095396206, + 0.1386310879184638, + 0.13540656899056835, + 0.1323559124515282, + 0.12947651185877207, + 0.12676651440499104, + 0.12422473644584184, + 0.12185059162725569, + 0.11964403377203361, + 0.1176055136911578, + 0.11573595269029154, + 0.11403673333531372, + 0.11250970631169788, + 0.11115721430232205, + 0.10998213246578284, + 0.1089879247149566, + 0.10817871617429785 + ], + "H": [ + 0.19999999999999998, + 0.210339827137539, + 0.22826503871461004, + 0.25379329030757664, + 0.2852507946838526, + 0.3203451701978245, + 0.3568474939104507, + 0.39294002093569697, + 0.42732554738192935, + 0.45919661570280496, + 0.4881423835914073, + 0.5140424897982296, + 0.5369725668066093, + 0.5571297394734345, + 0.5747781541546334, + 0.5902111544558002, + 0.6037260161482977, + 0.6156076733876729, + 0.626118540416335, + 0.6354924053038152, + 0.6439309376904087, + 0.6516018631705166, + 0.6586382734798436, + 0.6651387719874442, + 0.6711684026154549, + 0.6767604723392513, + 0.681919473040007, + 0.6866252975610241, + 0.6908388139818495, + 0.6945085825333174, + 0.6975781876587621, + 0.6999934227166642, + 0.7017084447622617, + 0.7026902331464187, + 0.7029210209154426, + 0.7023987930895391, + 0.7011362531840937, + 0.6991587985930533, + 0.6965020232943016, + 0.6932091470911671, + 0.6893286472615139, + 0.6849122068377802, + 0.6800130325397878, + 0.6746845249788435, + 0.6689792575182617, + 0.6629482122363478, + 0.6566402176022509, + 0.6501015401300153, + 0.6433755958856083, + 0.6365027540421349, + 0.6295202049302479, + 0.6224618845274017, + 0.6153584435312098, + 0.6082372487853143, + 0.6011224237568644, + 0.5940349191423638, + 0.5869926136913508, + 0.5800104441394599, + 0.5731005653939931, + 0.5662725371470699, + 0.5595335364099656, + 0.5528885929266707, + 0.5463408433886102, + 0.5398917994805768, + 0.5335416245597153, + 0.5272894166601803, + 0.5211334755144653, + 0.5150715687376877, + 0.5091011775546171, + 0.5032197099497833, + 0.497424695960372, + 0.49171393840182664, + 0.4860856353176419, + 0.48053846637765274, + 0.47507164112067995, + 0.46968492154162506, + 0.4643786118593103, + 0.4591535327643385, + 0.45401097137742097, + 0.44895262457416835, + 0.4439805352994779, + 0.4390970207452335, + 0.4343046140905924, + 0.42960599586494036, + 0.4250039408488949, + 0.42050127137089843, + 0.416100815836514, + 0.4118053768596633, + 0.4076177060114162, + 0.4035404848539738, + 0.3995763108199201, + 0.3957276872845631, + 0.39199701604026793, + 0.388386592141704, + 0.3848985992347709, + 0.3815351057506034, + 0.3782980618754871, + 0.37518929679267166, + 0.3722105170806691, + 0.3693633070232377, + 0.3666491311711601, + 0.36406934060238716, + 0.36162518327678816, + 0.35931781942140134, + 0.35714834307011556, + 0.3551178095604878, + 0.35322726984897707, + 0.35147781206018014, + 0.3498706098994509, + 0.3484069783970688, + 0.3470884370403625, + 0.3459167802798738, + 0.3448941557101036 + ], + "F": [ + 0.05, + 0.05237906453312031, + 0.054531731195891615, + 0.05647954551203127, + 0.058242009897247676, + 0.059836804919580835, + 0.06128005099799119, + 0.0625867021738908, + 0.06377124402223024, + 0.06484895907512674, + 0.06583807537591228, + 0.06676306578576274, + 0.06765918123412046, + 0.06857799689844278, + 0.06959340844966817, + 0.07080722237599878, + 0.07235332535715977, + 0.07439946419875755, + 0.07714585249739168, + 0.08082020515453789, + 0.08566923571577346, + 0.09194714656503808, + 0.09990207593722332, + 0.1097617517870706, + 0.121719750109048, + 0.13592367519862866, + 0.15246631945763958, + 0.1713804679076903, + 0.19263756641585073, + 0.2161500326238501, + 0.24177666945401963, + 0.2693303969375136, + 0.2985874340903854, + 0.3292971029448378, + 0.3611915181174113, + 0.3939946008842979, + 0.42743002218081444, + 0.4612278494820795, + 0.4951298146271834, + 0.5288932265918678, + 0.5622936342693079, + 0.59512638691159, + 0.6272072652248318, + 0.6583723587396959, + 0.6884773583656476, + 0.7173964077096066, + 0.7450206611118445, + 0.7712566383425008, + 0.7960244801073086, + 0.8192561704355029, + 0.84089378387369, + 0.8608878035135338, + 0.8791955333490792, + 0.8957796559427714, + 0.9106069299267157, + 0.9236470642096486, + 0.934871783161065, + 0.9442541020187742, + 0.9517678302219553, + 0.957387323613753, + 0.9610875089040406, + 0.9628441997361722, + 0.9626347212687637, + 0.9604388607591869, + 0.9562401433251586, + 0.9500274220889359, + 0.9417967831630101, + 0.9315536498950828, + 0.9193151155349528, + 0.9051122349519953, + 0.8889923421863697, + 0.8710210587465065, + 0.8512838257459354, + 0.8298870555523842, + 0.8069582077231806, + 0.7826452591069943, + 0.7571150958479366, + 0.7305509489341151, + 0.7031491033824577, + 0.6751147278996099, + 0.6466574640782526, + 0.6179864517124738, + 0.5893060269173325, + 0.5608110268785078, + 0.532683075110621, + 0.5050875307613465, + 0.47817111752107344, + 0.45206046581091713, + 0.4268614239775241, + 0.40265910466436255, + 0.3795185373572358, + 0.3574858523295927, + 0.3365897506385742, + 0.3168433039794732, + 0.2982458334168069, + 0.28078482467810595, + 0.2644378532070191, + 0.24917437286300845, + 0.2349573830188294, + 0.22174496409857605, + 0.20949161978475747, + 0.19814945376225895, + 0.18766918958241868, + 0.17800101999784532, + 0.1690953154669448, + 0.16090320062448188, + 0.15337700754142786, + 0.1464706315260912, + 0.14013979587632003, + 0.13434223611827598, + 0.129037825214791, + 0.12418864609192092, + 0.11975901411919482 + ], + "A": [ + 0.0, + 0.011288969655093248, + 0.022322644592681625, + 0.03459642240178686, + 0.049258199199313964, + 0.06704210810235227, + 0.0882743766829908, + 0.11292914775628658, + 0.14072014051169862, + 0.17120070190724018, + 0.20385039103607452, + 0.238138576900517, + 0.27356504016939176, + 0.309682100959149, + 0.3461037230911439, + 0.38250633071688517, + 0.4186248462245491, + 0.45424625945833214, + 0.4892022685526662, + 0.5233618569903842, + 0.5566243336276739, + 0.5889131088509736, + 0.6201703203460868, + 0.65035235155198, + 0.6794262155635005, + 0.7073667415471319, + 0.7341544752563445, + 0.759774190867688, + 0.7842139008581632, + 0.8074642590211889, + 0.8295182419707408, + 0.850371015963302, + 0.8700199015455599, + 0.8884643672598371, + 0.9057059998488692, + 0.9217484189611096, + 0.9365971211920335, + 0.9502592534029815, + 0.9627433253950672, + 0.9740588775535025, + 0.9842161220945932, + 0.9932255758838371, + 1.00109770184459, + 1.0078425733032408, + 1.0134695746627398, + 1.0179871490877535, + 1.0214026040135384, + 1.023721983205016, + 1.0249500142856725, + 1.025090136963107, + 1.0241446222954016, + 1.0221147849460608, + 1.0190012931337868, + 1.0148045800895749, + 1.009525350277421, + 1.0031651771572339, + 0.9957271819063087, + 0.9872167773690473, + 0.9776424519997658, + 0.967016571013104, + 0.9553561592822088, + 0.9426836299874375, + 0.9290274184374979, + 0.9144224814199505, + 0.8989106283769983, + 0.8825406831306242, + 0.8653683451846422, + 0.8474559057082746, + 0.82887168454661, + 0.80968925863282, + 0.7899865101651734, + 0.7698445062270739, + 0.7493463117076555, + 0.728575684997639, + 0.7076158591358155, + 0.6865483050649539, + 0.6654516090272722, + 0.644400530189171, + 0.6234651362739494, + 0.6027101915331982, + 0.582194686462656, + 0.5619715567893773, + 0.5420875765213664, + 0.5225833898004268, + 0.5034936833408376, + 0.4848474614346887, + 0.46666839664692517, + 0.44897524492952023, + 0.4317822929481341, + 0.41509982373084925, + 0.39893458236584334, + 0.38329023392619926, + 0.36816778938049594, + 0.3535660117794171, + 0.3394817840190206, + 0.3259104389422121, + 0.3128460544655053, + 0.30028170917229613, + 0.2882097048951798, + 0.27662175612123635, + 0.2655091498761917, + 0.2548628827518673, + 0.2446737747061541, + 0.23493256577459468, + 0.22563000123850138, + 0.21675690537974868, + 0.2083042486113246, + 0.20026321235511146, + 0.19262525256922636, + 0.18538216400553412, + 0.1785261490792591, + 0.17204989234525558, + 0.1659466413017462 + ], + "R": [ + 0.0, + 3.1469708915096974e-05, + 0.00011278981067144202, + 0.00023429761198416003, + 0.00039570837319055424, + 0.0006016969266590068, + 0.0008584752857563692, + 0.001171400622583263, + 0.0015435870980705254, + 0.0019753822758898786, + 0.0024644694806800955, + 0.0030063369006937883, + 0.003594897178538297, + 0.004223110942374196, + 0.004883531425650107, + 0.005568734861184324, + 0.006271632723342337, + 0.006985677087059673, + 0.007704977442967773, + 0.008424349032776708, + 0.009139311215976085, + 0.009846051918001773, + 0.010541370504630039, + 0.011222609372383858, + 0.011887581655913337, + 0.01253450043396653, + 0.013161912995641666, + 0.013768642373378367, + 0.014353737207737114, + 0.014916430143839527, + 0.015456104416072647, + 0.015972267696305508, + 0.016464532130905166, + 0.016932599329640186, + 0.017376249044800552, + 0.01779533040533399, + 0.01818975471771867, + 0.018559489062403532, + 0.018904550142750876, + 0.019224998046783858, + 0.019520929749047393, + 0.01979247234380173, + 0.020039776068373507, + 0.02026300726321807, + 0.02046234143757165, + 0.020637956630708755, + 0.020790027287077382, + 0.02091871882201664, + 0.021024183090058234, + 0.021106554946348482, + 0.02116595005492951, + 0.02120246413972424, + 0.021216173787161636, + 0.021207138972370972, + 0.02117540734082475, + 0.02112102035175472, + 0.021044021237183214, + 0.02094446464784916, + 0.020822427956710767, + 0.020678023868974094, + 0.020511414005900154, + 0.020322823039898637, + 0.02011255289581678, + 0.019880996248559563, + 0.01962864879577834, + 0.01935612020314359, + 0.019064141335961408, + 0.018753569526312526, + 0.0184253898863888, + 0.01808071211828437, + 0.017720764715608166, + 0.017346884595129664, + 0.016960503211362273, + 0.016563129470323183, + 0.016156330649042826, + 0.015741711632421336, + 0.015320892968722721, + 0.014895489404419473, + 0.0144670882774051, + 0.014037230470477162, + 0.013607393090981476, + 0.01317897401862941, + 0.012753280152374475, + 0.012331517552153863, + 0.01191478531848165, + 0.011504072161243384, + 0.011100255148587168, + 0.010704100965543493, + 0.01031626922567212, + 0.009937317275925788, + 0.009567706140506331, + 0.009207807535486197, + 0.008857911364396159, + 0.008518233608628786, + 0.008188924054555315, + 0.007870074003116179, + 0.007561723779752156, + 0.0072638697628403725, + 0.00697647065146488, + 0.00669945349778085, + 0.006432719058165235, + 0.006176146586369836, + 0.0059295979835842245, + 0.005692921469501242, + 0.005465954954401706, + 0.005248528828923147, + 0.005040468441781791, + 0.004841596265350836, + 0.004651733991259205, + 0.004470704314448813, + 0.004298332613406814, + 0.004134448617621145, + 0.003978888064022068 + ] + }, + "provenance": [ + "GSE11186 (GEO) — C57BL/6 dorsal skin, depilation-synchronized hair cycle (D3–D17)" + ], + "notes": "" + } + }, + "summary": { + "method": "joint multi-experiment (COPASI LM)", + "joint_r2": { + "reference": 0.745, + "gse11186": 0.418 + }, + "loocv_cv_r2": 0.43, + "robust_axes": [ + "F", + "A" + ], + "n_params": 28, + "aicc": -257.06, + "honesty_note": "joint R² < 단일적합 R² 이지만 식별가능·예측적. FGF5/Hair 축이 이상화+실측 데이터 양쪽에서 견고. Wnt/BMP/SHH/HFSC 는 전체피부 실측 노이즈로 약함." + } +} \ No newline at end of file diff --git a/data/comparator_validation.json b/data/comparator_validation.json new file mode 100644 index 0000000..f71d2a6 --- /dev/null +++ b/data/comparator_validation.json @@ -0,0 +1,109 @@ +{ + "_description": "트윈을 검증된 비교 기준선으로 올리는 엄밀 검증: 다단계 보정곡선(out-of-sample LOTO) + context별 신뢰성 점수표 + 사전임계 판정. V&V40 프레임.", + "calibration": { + "classes_used": [ + "JAK_inhibitor", + "finasteride" + ], + "curve": [ + { + "nominal": 0.5, + "empirical": 0.463, + "n": 41 + }, + { + "nominal": 0.8, + "empirical": 0.902, + "n": 41 + }, + { + "nominal": 0.9, + "empirical": 0.951, + "n": 41 + }, + { + "nominal": 0.95, + "empirical": 0.976, + "n": 41 + } + ], + "calibration_error": 0.054, + "interval_score_90": 0.7, + "n_points": 41 + }, + "scorecard": [ + { + "context": "치료-타이밍 궤적(회복 형태)", + "metric": "보정오차 0.054, 90%커버 0.951", + "threshold": "보정오차≤0.12 & 90%∈[0.8,1.0]", + "verdict": "검증된 비교군", + "tier": 1 + }, + { + "context": "질환 축 방향(AA/AGA, 벌크)", + "metric": "AA p<1e-11 · AGA 모발↓ p=0.004 (GSE68801/90594)", + "threshold": "독립 데이터 방향 일치 & p<0.05", + "verdict": "방향 검증(비교군 가능)", + "tier": 2 + }, + { + "context": "개입 축 방향(JAK-i, DHT)", + "metric": "JAK-i IFN↓ p=0.020 · DHT→DKK1 p=0.001 (GSE167360/178374)", + "threshold": "방향 일치 & p<0.05", + "verdict": "방향 검증(비교군 가능)", + "tier": 2 + }, + { + "context": "ex vivo 전체모낭 Wnt억제(GSE267664)", + "metric": "10/11 방향, 부호검정 p=0.0059", + "threshold": "부호검정 p<0.05", + "verdict": "방향 검증(비교군 가능)", + "tier": 2 + }, + { + "context": "모델 등가성(Halloy 벤치마크)", + "metric": "AGA 밀도 42.8 vs 트윈 42.5 · anagen 87 vs 85", + "threshold": "독립모델과 수렴(차<5%p)", + "verdict": "등가 확인", + "tier": 2 + }, + { + "context": "개인환자 예측", + "metric": "개인 IPD 검증 부재(dry-run +3.4% 불확정)", + "threshold": "전향적 검증 + UQ 보정", + "verdict": "비교군 자격 미달", + "tier": 3 + }, + { + "context": "절대 정량 크기", + "metric": "정성 모델·파라미터 sloppy(LOOCV 0.43)", + "threshold": "전향적 검증 + UQ 보정", + "verdict": "비교군 자격 미달", + "tier": 3 + }, + { + "context": "신규 병용 시너지", + "metric": "실데이터로 반증됨(IJT 가법미만)", + "threshold": "전향적 검증 + UQ 보정", + "verdict": "비교군 자격 미달", + "tier": 3 + } + ], + "context_of_use": { + "tier1_calibrated_comparator": [ + "치료-타이밍 궤적(회복 형태)" + ], + "tier2_directional_comparator": [ + "질환 축 방향(AA/AGA, 벌크)", + "개입 축 방향(JAK-i, DHT)", + "ex vivo 전체모낭 Wnt억제(GSE267664)", + "모델 등가성(Halloy 벤치마크)" + ], + "tier3_not_yet": [ + "개인환자 예측", + "절대 정량 크기", + "신규 병용 시너지" + ] + }, + "honest_boundary": "타이밍=보정된(calibrated) 비교군; 축방향=방향 검증 비교군. 개인예측·절대정량·신규시너지는 전향/IPD 전까지 비교군 자격 미달. 규제용 합성 대조군(placebo 대체)은 별도 검증 필요." +} \ No newline at end of file diff --git a/data/coupled_scenarios.json b/data/coupled_scenarios.json new file mode 100644 index 0000000..b2ae4dd --- /dev/null +++ b/data/coupled_scenarios.json @@ -0,0 +1 @@ +{"note": "보정된 모낭주기 모델을 질환 구동으로 변조(cycle↔chronic COMBINE). anagen 비율은 disease-specific 주기 왜곡의 창발 readout.", "scenarios": [{"id": "Healthy|", "disease": "Healthy", "interventions": [], "t": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0, 24.25, 24.5, 24.75, 25.0, 25.25, 25.5, 25.75, 26.0, 26.25, 26.5, 26.75, 27.0, 27.25, 27.5, 27.75, 28.0], "anagen_fraction": 0.575, "anagen_fraction_pct_of_healthy": 100.0, "peak_hair": 1.025, "peak_hair_pct_of_healthy": 100.0, "states": {"W": [0.1, 0.2095522390178588, 0.29975014897735636, 0.3738533855307557, 0.43455769117660487, 0.48418615807270193, 0.5247570688667483, 0.5580275076944207, 0.5855269742602631, 0.6085848645749854, 0.6283533905236242, 0.6458268117546954, 0.6618575469013922, 0.6771695374744159, 0.6923690702509461, 0.7079531024661334, 0.7243149847980289, 0.7417473781629984, 0.7604421278503831, 0.7804869393289138, 0.8018589269410028, 0.8244155753687956, 0.8478844771484559, 0.8718544481638091, 0.8957722480985342, 0.9189506893547232, 0.9405944248155631, 0.9598479382781523, 0.9758652233486019, 0.9878931524454824, 0.9953531348882921, 0.9979023376887991, 0.9954596708598974, 0.9881924501580142, 0.9764711202830663, 0.9608068209544981, 0.9417871732484183, 0.9200212363890333, 0.8960986615906162, 0.8705634352504726, 0.8438998156829386, 0.8165272139174731, 0.7888009891684723, 0.7610167078456348, 0.7334161313921045, 0.7061938606661717, 0.6795038252856469, 0.6534654102503041, 0.6281689283157487, 0.603680434739982, 0.5800458849233756, 0.5572946890634435, 0.5354427128340296, 0.5144948270867183, 0.4944470320843299, 0.4752882398757603, 0.4570017622770231, 0.43956655101884445, 0.42295822821633083, 0.4071499398782525, 0.39211306409687857, 0.3778177956679955, 0.3642336280642264, 0.35132974915658244, 0.339075364531448, 0.32743994855148095, 0.3163934755148551, 0.30590657595119825, 0.2959506718331683, 0.2864980887868443, 0.2775221314546953, 0.2689971517199573, 0.26089859759319256, 0.2532030483951891, 0.2458882490200577, 0.23893313144219092, 0.23231783573506037, 0.2260237296151757, 0.22003342268097092, 0.2143307822166656, 0.20890094454880478, 0.2037303245958561, 0.19880661926055637, 0.194118806311736, 0.18965713503543438, 0.18541310705450698, 0.18137944564024663, 0.17755005452548364, 0.17391996091296513, 0.17048524547000518, 0.16724295838667136, 0.16419102140481695, 0.16132811799837513, 0.15865357416225323, 0.15616723369261767, 0.15386933245096834, 0.151760375569926, 0.14984102492206675, 0.14811200364149316, 0.1465740181597866, 0.14522770655270625, 0.14407361651284645, 0.1431122088437466, 0.14234389203646947, 0.14176908392479257, 0.14138829590740373, 0.14120223928515438, 0.14121194631029083, 0.1414189030365191, 0.14182519196669058, 0.1424336380143624, 0.1432479571866681, 0.14427290808279475], "B": [0.9000000000000001, 0.875470470916628, 0.8282513145680714, 0.7789279840703136, 0.7310650608873939, 0.6856687542283041, 0.6430340610796813, 0.6031958492659393, 0.5660792721099318, 0.5315606057641801, 0.4994952857400321, 0.469732354541374, 0.4421228680513375, 0.41652559613467716, 0.3928116443647264, 0.37086879544302503, 0.35060594391143485, 0.33195777099560086, 0.31488970929091104, 0.2994031598804976, 0.285540764400541, 0.2733911414011755, 0.26309178817485523, 0.2548279183656698, 0.24882420657548054, 0.24532651579716683, 0.24457251588407936, 0.24675387042025607, 0.2519774047463115, 0.2602349587551406, 0.2713912042386241, 0.28519255332032595, 0.3012938419298359, 0.3192945721894546, 0.33877563897605784, 0.35932998479828465, 0.38058410311322144, 0.402210363341653, 0.42393184336328205, 0.44552185804257494, 0.46680034122143815, 0.48762855464172256, 0.5079032824075919, 0.527551138373798, 0.5465233504212428, 0.5647911656955571, 0.5823419291764226, 0.5991757778468176, 0.6153029044179033, 0.6307413065079844, 0.6455149486526974, 0.659652263824776, 0.6731849505434215, 0.6861469744702241, 0.6985737766814313, 0.710501623279148, 0.7219670734626499, 0.7330065417935705, 0.7436559355777946, 0.7539503501002908, 0.7639238075043883, 0.7736090294608342, 0.7830372342831766, 0.7922379513655823, 0.8012388470022948, 0.8100655617662581, 0.8187415372414131, 0.8272878551854634, 0.8357230665597926, 0.8440630112442932, 0.8523206347718363, 0.8605057896449645, 0.8686250268650304, 0.8766813761701576, 0.8846741126041601, 0.8925985181313105, 0.9004456343942573, 0.9082020220506265, 0.9158495278351863, 0.9233650792817177, 0.9307205354264677, 0.937882580488923, 0.9448127652521766, 0.9514676393682623, 0.9577990821881208, 0.9637548414298611, 0.9692793158409602, 0.9743146276957416, 0.9788019509415229, 0.9826831119539517, 0.9859023994504384, 0.9884085121417661, 0.9901564674898052, 0.9911094281528184, 0.9912401950031222, 0.9905322170477612, 0.988980121018914, 0.9865895318120095, 0.9833762546458337, 0.9793649399301673, 0.9745872103302662, 0.9690795899350394, 0.9628812834560325, 0.9560320037117782, 0.948570135036329, 0.9405311429666277, 0.9319464062312987, 0.9228425220949722, 0.9132409591311306, 0.9031580926169379, 0.8926055421377908, 0.881590699930539, 0.8701174633857023], "S": [0.02, 0.028651474395012387, 0.052559851414268575, 0.0916928781197148, 0.14279125102701076, 0.2013674581970679, 0.2630091127774723, 0.3240747825464761, 0.3819388467006861, 0.4349567959124676, 0.4822956173072449, 0.5237269040677965, 0.5594354443337334, 0.5898639982430409, 0.6155973100365798, 0.6372802252301158, 0.655562371126638, 0.671062280262872, 0.6843449102476097, 0.6959081547526885, 0.7061750772174497, 0.7154896871550666, 0.7241150155744214, 0.7322328124247112, 0.7399448313239726, 0.7472761337585829, 0.7541811679131903, 0.7605534106742492, 0.7662390397230668, 0.771054276890107, 0.7748050950281864, 0.7773071133500175, 0.7784030300122916, 0.7779754451987299, 0.7759538803109627, 0.7723160909572305, 0.7670847531736696, 0.7603210933233928, 0.7521170217447956, 0.7425870016061535, 0.7318605267817369, 0.7200755882102899, 0.7073733223026772, 0.6938938067243028, 0.6797728826184813, 0.6651398502687269, 0.6501158655877419, 0.6348128887579307, 0.6193330654318155, 0.603768442968035, 0.5882009245461112, 0.5727024170357016, 0.5573351271251382, 0.542151943364823, 0.5271969217154211, 0.5125058290068961, 0.49810673614722223, 0.4840206495795929, 0.47026217878556337, 0.4568402240258506, 0.4437586803622589, 0.4310171492576534, 0.41861164773780596, 0.40653530475646765, 0.39477903503737366, 0.3833321866163262, 0.3721831201721032, 0.36131975567918156, 0.3507300468720724, 0.3404023736829198, 0.3303258732665562, 0.32049067488360916, 0.3108880729714054, 0.3015106195808884, 0.29235215319750574, 0.28340777377680826, 0.2746737650878375, 0.26614749841657, 0.2578272939127731, 0.24971228433779866, 0.24180227235291013, 0.23409758252113927, 0.22659894581391893, 0.21930737127899566, 0.21222405241378997, 0.20535028895413573, 0.19868742054247465, 0.19223677978511353, 0.1859996583663171, 0.17997728429391227, 0.17417080718052924, 0.1685812904089691, 0.16320970599604603, 0.15805693261689432, 0.15312375291603986, 0.14841085115849775, 0.14391881109157492, 0.1396481132731972, 0.13559913373827198, 0.13177214546516625, 0.12816732345990367, 0.12478475618097155, 0.1216244640081532, 0.11868642654910112, 0.11597062074738791, 0.11347706929661516, 0.11120590094385521, 0.10915742325067115, 0.10733220699829953, 0.10573118310925916, 0.10435575199698036, 0.10320790531881183, 0.10229036070550301], "D": [0.15000000000000002, 0.14797906746411404, 0.15735994014036275, 0.17591958436929953, 0.20067798769239212, 0.2291976131401812, 0.259726759271432, 0.2910639705340522, 0.3224050091452938, 0.35322493620785334, 0.38319500091175723, 0.4121250628478396, 0.4399231947802354, 0.46656656637043237, 0.4920796908933726, 0.5165175288406081, 0.5399518895426891, 0.5624602339020244, 0.5841163577746954, 0.6049827434432179, 0.6251045153993406, 0.6445050301620573, 0.6631831546254766, 0.6811122633281932, 0.6982409406993794, 0.7144953073059748, 0.7297828145377109, 0.7439972668033134, 0.7570247345860868, 0.7687499466885898, 0.7790626418606758, 0.7878633984189759, 0.7950684627982266, 0.8006132657169881, 0.8044544845108698, 0.8065707100717865, 0.8069619235428585, 0.8056480679025217, 0.8026670133196647, 0.7980721813685221, 0.7919300560641129, 0.7843177310930181, 0.77532061147212, 0.7650303383422725, 0.7535429738814453, 0.740957456062295, 0.7273743193578254, 0.7128946474824468, 0.6976192358796567, 0.6816479248636982, 0.6650790590591783, 0.6480090417021704, 0.630531955209765, 0.6127392016521783, 0.5947191703322995, 0.5765569035981037, 0.5583337594574432, 0.5401270725139171, 0.5220098215559922, 0.5040503093876442, 0.48631186787826963, 0.4688525994351531, 0.4517251652117941, 0.43497662841887347, 0.41864835820120205, 0.40277599197853337, 0.3873894759254169, 0.3725131520640351, 0.3581659152839403, 0.344361417055352, 0.3311083221478896, 0.31841060310792474, 0.30626787031026903, 0.2946757384431911, 0.2836262065445289, 0.27310806572487323, 0.2631073177719762, 0.25360759903494273, 0.24459061438346466, 0.23603656153193503, 0.2279245462365173, 0.22023298945848652, 0.21293999849278242, 0.20602372282591724, 0.19946267052582142, 0.19323598866351607, 0.18732370395103548, 0.18170691778682063, 0.17636796394794063, 0.1712905221240067, 0.1664596916928755, 0.1618620295568982, 0.15748555616869214, 0.15331973062555093, 0.14935540223329227, 0.14558474340846078, 0.14200116496610812, 0.13859922218476006, 0.1353745162681444, 0.1323235917087916, 0.12944383725514338, 0.12673339419731966, 0.12419107182530158, 0.12181627546787727, 0.11960894929221282, 0.1175695330325645, 0.11569893538237823, 0.11399852463475, 0.11247013539793924, 0.11111609229696114, 0.10993925024741719, 0.10894305049149997, 0.10813159277352548], "H": [0.2, 0.21033981788134412, 0.2282649403238948, 0.2537930015088735, 0.28525022495823776, 0.32034425293027935, 0.35684618626702524, 0.39293829784522505, 0.4273233947638761, 0.4591940252640292, 0.48813934957946836, 0.5140390073210902, 0.5369686311907667, 0.5571253462330502, 0.5747732993332922, 0.5902058350614514, 0.6037202307506485, 0.6156014226209052, 0.6261118273578868, 0.6354852356631998, 0.6439233195542172, 0.6515938062756012, 0.6586297878347952, 0.6651298658320358, 0.6711590797957427, 0.6767507294230959, 0.681909296715487, 0.6866146630273574, 0.6908276850478035, 0.694496913811743, 0.6975659288330565, 0.699980524188368, 0.701694863664927, 0.7026759386370888, 0.7029059979414705, 0.7023830443107786, 0.7011197991668691, 0.6991416766165847, 0.6964842852701545, 0.6931908569923947, 0.6893098783954584, 0.6848930391814807, 0.6799935502549262, 0.6746648141778204, 0.6689594042880082, 0.662928300933186, 0.6566203293816547, 0.6500817516986253, 0.6433559784625723, 0.6364833725013337, 0.6295011171118755, 0.6224431407040292, 0.6153400860292936, 0.6082193117239388, 0.6011049329333066, 0.5940178920380372, 0.5869760595988496, 0.5799943644059353, 0.5730849537786963, 0.5662573802860504, 0.5595188143829626, 0.5528742799175979, 0.546326908428159, 0.5398782072575454, 0.533528336281468, 0.5272763909445387, 0.5211206692910708, 0.5150589381328395, 0.5090886787344532, 0.5032072999071644, 0.49741233319698047, 0.4917015835434556, 0.4860732515879063, 0.4805260199665353, 0.47505910143089397, 0.4696722613200243, 0.46436580721839843, 0.4591405631028396, 0.45399781925096944, 0.4489392754356395, 0.4439669772628585, 0.4390832442589078, 0.43429061162459126, 0.42959176153894696, 0.42498947010996463, 0.42048656063263734, 0.4160858621347616, 0.4117901775120775, 0.40760225827947383, 0.403524785603801, 0.3995603561790374, 0.3957114722979555, 0.3919805343049834, 0.3883698354287531, 0.38488155709386596, 0.3815177650833705, 0.3782804064853366, 0.37517130690265066, 0.37219216881632705, 0.36934457186327535, 0.3666299753570365, 0.36404972450627127, 0.36160506072701304, 0.35929713697441235, 0.3571270392219874, 0.35509581389347383, 0.3532045020953082, 0.3514541810694191, 0.34984601249343056, 0.34838129808975976, 0.3470615425987281, 0.34588852409750737, 0.3448643719637398], "F": [0.05, 0.05237906453312, 0.05453173119590186, 0.05647954551232138, 0.058242009900291276, 0.05983680493899714, 0.061280051089897175, 0.06258670252931033, 0.06377124520333737, 0.06484896254649113, 0.06583808456456527, 0.06676308797459163, 0.06765923061433653, 0.06857809904201517, 0.06959360630844501, 0.07080758362240122, 0.07235395063242336, 0.07440049544212157, 0.07714748032308308, 0.0808226741098547, 0.08567284626283878, 0.09195225292505824, 0.09990907933976971, 0.10977108918347742, 0.12173187908275564, 0.13593905623538616, 0.15248539709960326, 0.1714036524070624, 0.19266521736373654, 0.21618244574501938, 0.2418140672827615, 0.26937292365181986, 0.29863515434701615, 0.3293500042709207, 0.3612495161440866, 0.39405754669457205, 0.4274977109611213, 0.4613000298072742, 0.4952061977714917, 0.5289734954165449, 0.5623774513537545, 0.5952134017208088, 0.6272971202031054, 0.6584646942977649, 0.6885718167935109, 0.7174926360616469, 0.7451183131882967, 0.7713553758391356, 0.7961239730619569, 0.8193560970715753, 0.8409938299481406, 0.8609876612734264, 0.8792949001519472, 0.8958782327134701, 0.9107044194521515, 0.9237431694036654, 0.9349662053815762, 0.9443465395286477, 0.9518579769094919, 0.9574748680718572, 0.961172133998624, 0.9629255827941844, 0.9627125350219685, 0.9605127751748745, 0.9563098284491043, 0.9500925520164409, 0.9418570411307179, 0.931608734561777, 0.9193647482864716, 0.9051561681656651, 0.8890303677427029, 0.8710530172349209, 0.8513096147678066, 0.829906637033149, 0.8069716144606589, 0.7826525976708516, 0.7571165485112923, 0.730546771468523, 0.7031396206928899, 0.6751003261085081, 0.6466385809133466, 0.6179635649128081, 0.5892796416931332, 0.5607816616382646, 0.5326512500177423, 0.5050537553803632, 0.47813588052814265, 0.45202422667737147, 0.4268246065121385, 0.4026220924021478, 0.3794816707730271, 0.35744942830821164, 0.3365540223887335, 0.31680848258324495, 0.2982120906288232, 0.28075229557155906, 0.2644066395442609, 0.24914454686886278, 0.23492899083668617, 0.22171802929190934, 0.2094661467484899, 0.19812543079756503, 0.18764659174937076, 0.1779798116978361, 0.1690754526908163, 0.16088463297359548, 0.1533596799643104, 0.146454485761787, 0.14012477173372564, 0.1343282725228632, 0.12902486104180327, 0.12417662087869989, 0.1197478686321017], "A": [0.0, 0.011288886643725193, 0.022322463159474535, 0.034596105687620955, 0.04925769925138431, 0.06704137563709113, 0.08827336806973164, 0.11292782855372431, 0.1407184860908717, 0.1711986963109297, 0.20384802515540776, 0.23813584666272702, 0.2735619450510633, 0.3096786429168686, 0.3460999058223895, 0.38250215927993547, 0.41862032673855554, 0.45424139894389176, 0.48919707476304664, 0.523356338157861, 0.5566184981268275, 0.5889069647063137, 0.6201638746040901, 0.6503456095229105, 0.6794191799733575, 0.7073594116473393, 0.7341468459530079, 0.7597662519331874, 0.7842056362915436, 0.8074556465943783, 0.8295092529911144, 0.8503616152489243, 0.8700100475826865, 0.8884540124989057, 0.905695091076857, 0.9217368976974325, 0.9365849240589302, 0.9502463124388515, 0.9627295682930535, 0.9740442278200839, 0.9842004991341861, 0.9932088950242802, 1.001079874321294, 1.0078235062260577, 1.013449170992449, 1.017965307648998, 1.0213792195778757, 1.0236969466763146, 1.0249232130183092, 1.0250614552496593, 1.0241139420556062, 1.022081986647164, 1.0189662569649085, 1.0147671874204494, 1.0094854853957986, 1.0031227292887517, 0.9956820474978073, 0.9871688626036637, 0.9775916754728936, 0.9669628665032854, 0.955299478517146, 0.9426239452933204, 0.9289647251378018, 0.914356799867622, 0.8988420054792101, 0.8824691932365308, 0.8652940903264342, 0.8473790150414261, 0.8287923130278041, 0.8096075849446585, 0.7899027339721728, 0.7697588447867225, 0.7492589960943102, 0.728486956088852, 0.7075259631907016, 0.6864574897837261, 0.6653601193454555, 0.6443086046411843, 0.6233730038495633, 0.6026180686538181, 0.5821027749548898, 0.5618800420330275, 0.541996626379038, 0.5224931538914819, 0.5034042928506117, 0.48475902924970243, 0.46658101786592077, 0.4488889975869141, 0.4316972389008075, 0.41501600969245017, 0.3988520409727985, 0.3832089848949197, 0.36808784049036014, 0.35348735990518226, 0.3394044160568588, 0.3258343325826419, 0.31277117887848604, 0.3002080255528222, 0.2881371668642585, 0.27655030999665153, 0.26543873479853203, 0.2547934306707151, 0.2446052102390818, 0.23486480592421277, 0.22556295496216214, 0.21669047303688396, 0.208238321252449, 0.2001976708443537, 0.19255996654636817, 0.18531699064593612, 0.17846093162762894, 0.17198445839912416, 0.16588080079959389], "R": [0.0, 3.1469080597701764e-05, 0.00011278748331951813, 0.0002342925746953353, 0.0003956994912592841, 0.0006016828794101717, 0.0008584545891667828, 0.001171371698277077, 0.0015435483562799518, 0.0019753321907426827, 0.002464406647633001, 0.0030062600739194146, 0.0035948052907366656, 0.004223003110878923, 0.004883406949243004, 0.005568593210284574, 0.006271473527525956, 0.006985500120107824, 0.0077047826077715495, 0.008424136345099838, 0.009139080788834249, 0.009845803945055367, 0.010541105243267405, 0.011222327125625412, 0.011887282753718087, 0.012534185213694555, 0.013161581782113473, 0.013768295459082475, 0.014353374833764514, 0.014916052482558109, 0.015455711556002533, 0.015971859629958767, 0.016464108745822763, 0.016932160402733144, 0.01737579423967948, 0.017794859272193257, 0.018189266695065875, 0.018558983480023657, 0.0189040262252115, 0.019224454916984598, 0.01952036643142297, 0.019791887766926246, 0.020039169066906424, 0.020262376579212912, 0.020461685721331262, 0.0206372744414256, 0.0207893170936479, 0.020917979004414854, 0.021023411941797458, 0.021105750678532813, 0.021165110802457032, 0.021201587970315645, 0.021215258713546323, 0.02120618296853144, 0.0211744083624784, 0.02111997636160804, 0.02104293023502698, 0.02094332470556875, 0.020821237257967726, 0.020676780752993097, 0.020510117014468417, 0.020321470966383426, 0.020111144834707023, 0.019879531643767313, 0.019627127485496186, 0.019354542459043705, 0.01906250789519134, 0.018751881613550035, 0.01842364922458496, 0.0180789209285132, 0.01771892570304909, 0.017345000922238115, 0.016958578457572746, 0.016561167582889256, 0.01615433588207818, 0.015739688483597927, 0.015318846104579722, 0.014893423586464397, 0.014465008294041893, 0.014035141061015662, 0.013605298886565106, 0.013176879478349146, 0.012751189515731579, 0.012329434794498344, 0.011912714120101984, 0.011502015881016396, 0.011098216808552797, 0.010702083242007741, 0.010314274448085312, 0.009935347430406295, 0.009565762878760002, 0.009205892188798696, 0.008856024958110187, 0.008516376878860513, 0.0081870974675262, 0.007868277772176037, 0.00755995788343785, 0.007262133961466026, 0.006974764501356516, 0.006697776364650941, 0.0064310701277342786, 0.00617452487291614, 0.005928002335308151, 0.005691350572304934, 0.0054644073321777195, 0.005247002841541653, 0.005038962280098436, 0.0048401079431407805, 0.004650261334617419, 0.004469244947341249, 0.004296883939984584, 0.00413300780045023, 0.003977451998272712]}}, {"id": "Androgenetic Alopecia|", "disease": "Androgenetic Alopecia", "interventions": [], "t": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0, 24.25, 24.5, 24.75, 25.0, 25.25, 25.5, 25.75, 26.0, 26.25, 26.5, 26.75, 27.0, 27.25, 27.5, 27.75, 28.0], "anagen_fraction": 0.487, "anagen_fraction_pct_of_healthy": 84.6, "peak_hair": 0.649, "peak_hair_pct_of_healthy": 63.3, "states": {"W": [0.1, 0.2047399042345917, 0.2901751905005312, 0.3593334809927572, 0.4148064839333736, 0.4588416380034752, 0.4933916996646225, 0.5201530352729141, 0.54059752601123, 0.5559997010022326, 0.5674599640816211, 0.5759245342749582, 0.5822026102174443, 0.586981208063801, 0.5908380709607515, 0.5942529993785294, 0.5976178989766899, 0.6012457893885256, 0.6053789658352453, 0.6101964556540086, 0.6158208765039966, 0.622324772409294, 0.6297364849497471, 0.6380456065085262, 0.6472080545626477, 0.6571508017088855, 0.6677762894912371, 0.6789665475279066, 0.6905870325733048, 0.7024901938635434, 0.7145187725319928, 0.726508838444653, 0.7382925789071499, 0.7497008640155277, 0.7605656320409346, 0.7707221417997251, 0.7800111920928054, 0.7882813447585558, 0.7953912521904187, 0.8012120965032462, 0.8056301607866042, 0.8085494514449111, 0.8098942089410884, 0.8096112068750028, 0.8076715221257761, 0.8040716148735984, 0.7988335614769867, 0.7920043094914756, 0.783653966355286, 0.7738732020957946, 0.7627699796979232, 0.750465813187814, 0.7370918298566358, 0.722784883573716, 0.7076838487664235, 0.6919264388293546, 0.6756464145950575, 0.6589713738620218, 0.6420210862900086, 0.6249063320489389, 0.6077281841657369, 0.5905776835679688, 0.5735358274586477, 0.5566738011530454, 0.5400533891441422, 0.5237275208962551, 0.5077408997539296, 0.4921306769140984, 0.47692714370098316, 0.4621544198212556, 0.4478311249673068, 0.4339710167794344, 0.4205835982170163, 0.4076746685319586, 0.3952468463804701, 0.38330004094461206, 0.3718318811514994, 0.36083810550889195, 0.3503129113722359, 0.34024927053118065, 0.33063921020485176, 0.3214740650106057, 0.31274469941102695, 0.3044417036690094, 0.2965555824825981, 0.28907689852319085, 0.2819964244142852, 0.275305254276726, 0.2689949235050402, 0.26305749546627344, 0.25748565672783363, 0.2522727823668492, 0.24741300779282735, 0.24290127886599447, 0.23873340490382816, 0.23490609395524092, 0.2314169920027822, 0.22826470688710104, 0.2254488296365748, 0.2229699522737011, 0.22082967851926166, 0.21903063222790495, 0.21757646398305447, 0.21647185379461706, 0.2157225122878398, 0.21533518240647334, 0.2153176409438968, 0.21567869710040177, 0.2164281906261322, 0.21757698686349286, 0.21913696767973126, 0.2211210169169768, 0.22354299019655982], "B": [0.9, 0.8590541477471157, 0.8074027711405514, 0.7564567780217348, 0.7080868124957336, 0.6627330749875195, 0.6204431078844136, 0.5811257662528281, 0.5446358895929094, 0.5108080973049544, 0.47947199230818693, 0.4504594777815065, 0.42360846410627623, 0.39876478018338757, 0.3757831859064622, 0.3545279351057191, 0.3348731147241485, 0.3167028698941922, 0.29991155946001036, 0.2844038465966959, 0.2700947150678419, 0.25690939451812606, 0.2447831818226673, 0.23366115235987525, 0.22349776222443596, 0.21425634730882195, 0.20590852781604596, 0.19843352632457886, 0.1918174030223016, 0.18605220982983253, 0.18113506246548225, 0.17706712979968106, 0.17385254236225559, 0.17149722868358985, 0.17000769894603354, 0.16938979772501286, 0.1696474791838065, 0.1707816296218052, 0.17278900741365089, 0.17566133866312833, 0.17938461436123268, 0.18393862704865357, 0.18929675763608356, 0.1954260311065992, 0.20228741402583106, 0.20983632377727204, 0.21802333879102553, 0.22679502057345516, 0.23609485117513893, 0.24586418044086641, 0.2560431896007769, 0.2665717997813071, 0.2773905146865806, 0.28844116558226757, 0.29966755467498263, 0.3110159758885914, 0.3224356304281886, 0.33387892922749407, 0.3453016940266734, 0.3566632678776218, 0.36792654529581154, 0.37905793325382975, 0.39002725523360454, 0.4008076088409273, 0.41137518708900067, 0.4217090713648667, 0.43179100347998295, 0.44160514397000367, 0.45113782181481493, 0.46037727973286424, 0.46931341802785437, 0.47793754118969173, 0.4862421069770497, 0.4942204851515831, 0.5018667202415847, 0.5091753050150959, 0.5161409650359686, 0.5227584537767456, 0.5290223615245285, 0.5349269403115899, 0.5404659451648266, 0.5456324959290274, 0.5504189595128216, 0.5548168572126868, 0.558816813296392, 0.5624085143625732, 0.5655807318452128, 0.5683213568553018, 0.5706175106253907, 0.5724556694654416, 0.5738218756370481, 0.574701960052596, 0.575081847296436, 0.5749478747942166, 0.5742871658286678, 0.5730880335244263, 0.5713403753803163, 0.5690360945452427, 0.5661695030874068, 0.5627376488384057, 0.5587406427508835, 0.5541818874784336, 0.5490682278294864, 0.5434100278546883, 0.5372211298520762, 0.5305187609029027, 0.5233233372744802, 0.5156582213757305, 0.5075494109419119, 0.49902521852444753, 0.4901159309790056, 0.48085346717701843, 0.4712710676625883], "S": [0.019999999999999997, 0.02830741393058493, 0.05082762911768503, 0.08728494640497837, 0.13446546611699206, 0.1880880167614985, 0.24399903263906628, 0.29879644748392203, 0.35004078584291365, 0.39621398051668083, 0.4365580104705182, 0.47088098231872455, 0.4993782670894486, 0.522487471611175, 0.5407799913918543, 0.554884659748756, 0.5654366413598085, 0.5730449684679676, 0.5782732313518832, 0.5816292760656281, 0.583560835461126, 0.5844549712927595, 0.584639883226708, 0.5843881192281871, 0.5839205744221612, 0.5834108791413849, 0.5829899508382466, 0.5827505843280295, 0.5827519551587858, 0.5830240145640532, 0.5835717116174717, 0.584379008789643, 0.5854126529024485, 0.5866256658335467, 0.5879605279122859, 0.5893520342516334, 0.5907298342280768, 0.5920206455231593, 0.5931501888194095, 0.5940448720391911, 0.5946332554494117, 0.5948473581031589, 0.5946238285012894, 0.5939050059612981, 0.5926398830278921, 0.5907849571578454, 0.588304972197853, 0.5851734790187478, 0.5813732560603917, 0.5768964995969115, 0.5717447910423358, 0.5659288460050216, 0.5594680410830586, 0.5523897461770895, 0.5447284861149168, 0.5365249801804264, 0.5278250945794104, 0.5186787518428704, 0.5091388317437009, 0.4992600931531, 0.48909816685683793, 0.4787086130242851, 0.4681460791645554, 0.45746356377768044, 0.44671179085971147, 0.435938693943166, 0.4251890110237084, 0.41450398344238837, 0.40392115099320947, 0.3934742344732776, 0.3831930974675158, 0.3731037755473389, 0.3632285703966189, 0.3535861816211483, 0.34419189117194215, 0.3350577762179821, 0.3261929432530913, 0.3176037885873168, 0.3092942689935965, 0.30126617607666445, 0.29351941999317677, 0.2860523085441376, 0.27886182586160047, 0.27194390652370903, 0.2652936776460869, 0.25890572460428174, 0.25277430770405607, 0.24689359202039712, 0.24125783476333637, 0.23586157453688728, 0.23069978037487465, 0.22576800189419333, 0.2210624856789344, 0.21658028185502298, 0.2123193282381084, 0.20827851971106526, 0.20445776629584148, 0.2008580373195267, 0.19748139548173468, 0.19433102558243512, 0.19141125599712233, 0.18872758172566717, 0.18628668514963073, 0.1840964573710383, 0.18216602705090656, 0.18050578987704527, 0.17912744667302632, 0.17804404619075914, 0.17727003307102146, 0.17682130173070087, 0.17671524785030548, 0.17697082163914418, 0.17760856912196124], "D": [0.15, 0.1477167284873575, 0.15623984256561146, 0.173456197270556, 0.19653558318604303, 0.22313601031151833, 0.25155128077071026, 0.28059322509523116, 0.3094521787091123, 0.3375875346811975, 0.3646500192172767, 0.3904278136867552, 0.41480904441316124, 0.437755168884359, 0.45928157316893875, 0.47944294412080735, 0.49832185139364377, 0.5160195482153984, 0.5326483724185448, 0.5483253964516235, 0.5631671164028328, 0.577285078240278, 0.5907823874273659, 0.6037510665277643, 0.6162702246042753, 0.6284049889603337, 0.6402061301690906, 0.6517102915254671, 0.662940720321601, 0.6739083860942654, 0.6846133706862835, 0.6950464182612842, 0.705190544192808, 0.7150226185306281, 0.7245148604732444, 0.7336361828091696, 0.74235339043724, 0.7506321791143952, 0.758437972395301, 0.7657365912447901, 0.7724947737175798, 0.7786805824396943, 0.7842637113790613, 0.7892157179824034, 0.7935102039182947, 0.7971229567999966, 0.8000320690726613, 0.8022180321070923, 0.8036638306025455, 0.8043550233454233, 0.8042798166047682, 0.8034291372803455, 0.8017967016791399, 0.7993790837608034, 0.7961757833761846, 0.7921892925632079, 0.787425164786025, 0.7818920826846468, 0.775601920812826, 0.7685697976334552, 0.7608141191103829, 0.7523565999417571, 0.7432222607008699, 0.733439393397764, 0.7230394888833601, 0.7120571218099592, 0.7005297895655254, 0.6884977025548799, 0.6760035258911669, 0.6630920752217695, 0.6498099705785948, 0.6362052544203385, 0.6223269778192626, 0.6082247760003302, 0.5939484261251341, 0.5795474070889639, 0.5650704767186533, 0.55056526269865, 0.5360778845527795, 0.5216526162028045, 0.5073315861411357, 0.493154528765405, 0.4791585817507429, 0.46537812994245636, 0.45184472592499036, 0.43858702248108106, 0.42563078110744834, 0.41299891092163865, 0.4007115494856928, 0.38878618626309636, 0.3772377971066108, 0.3660790338199835, 0.3553203996031874, 0.34497047892308, 0.3350361385685231, 0.3255227807735899, 0.3164345444767317, 0.3077745616415688, 0.29954519093445076, 0.29174822763479674, 0.28438513292258427, 0.2774572451580911, 0.2709659810260978, 0.26491302990233695, 0.2593005356954352, 0.25413127043221945, 0.24940879579046063, 0.24513761490631505, 0.24132331336222684, 0.23797268917472889, 0.23509386805250626, 0.23269640591023322, 0.23079137255484322], "H": [0.2, 0.2101613049936189, 0.22737035258148974, 0.25153199383031466, 0.2810120123988237, 0.3136356989293391, 0.3473106217399713, 0.3803383073005173, 0.41150929780174855, 0.44007209525043994, 0.46564639420807574, 0.48812467057022396, 0.507584442060585, 0.5242188710745145, 0.5382858455527857, 0.5500726111953813, 0.5598722727242903, 0.5679688602549393, 0.5746283310710142, 0.5800935896680705, 0.5845821363457925, 0.5882854099678009, 0.5913691990066422, 0.5939747094637601, 0.5962200295930052, 0.5982018229210293, 0.5999971516977076, 0.6016653734358285, 0.6032500509597799, 0.60478085738092, 0.6062754382428428, 0.6077412073518791, 0.6091770488104891, 0.6105749016085743, 0.6119212085307245, 0.6131982137762984, 0.6143851130671217, 0.615459046800977, 0.6163959587810229, 0.6171713317699092, 0.6177608150249075, 0.6181407739323523, 0.6182887736796282, 0.6181840129871154, 0.6178077182614462, 0.6171434978561019, 0.6161776615050121, 0.6148994806331701, 0.6133014087971802, 0.6113792269801392, 0.6091321164137912, 0.606562658088037, 0.6036767542207405, 0.6004834775764708, 0.5969948546117622, 0.5932255927012116, 0.5891927651504707, 0.5849154645380774, 0.5804144356786458, 0.5757116980930868, 0.5708301766503678, 0.5657933385888992, 0.5606248516461084, 0.5553482674384155, 0.5499867345207891, 0.5445627432828618, 0.5390979057046617, 0.5336127702936512, 0.528126671744756, 0.5226576143190982, 0.5172221873789627, 0.5118355107801085, 0.5065112092108872, 0.5012614092720702, 0.4960967610330737, 0.49102647879476985, 0.48605839760444747, 0.48119904681282083, 0.47645373528947177, 0.471826644876713, 0.4673209343139422, 0.46293884761454135, 0.4586818283870302, 0.4545506379775415, 0.4505454639959098, 0.4466660455770465, 0.4429117787478996, 0.43928183450833463, 0.435775257257037, 0.43239107104525837, 0.42912836515634933, 0.42598638621709944, 0.42296461071323976, 0.42006281894326297, 0.4172811530806843, 0.414620173698383, 0.41208090377190676, 0.4096648710609013, 0.40737414225305996, 0.4052113514244056, 0.4031797261072951, 0.40128311165700703, 0.3995259929105873, 0.39791351485785076, 0.39645150552686975, 0.39514649774979715, 0.39400575377897296, 0.39303729096390766, 0.39224990844913377, 0.39165321535514813, 0.39125765603266605, 0.3910745344446571, 0.39111602986105826], "F": [0.05000000000000001, 0.05237906452883149, 0.054531731159496964, 0.05647954459890996, 0.058242000220439565, 0.05983674228669966, 0.061279750354693734, 0.06258552532665114, 0.06376729470528474, 0.06483726540594316, 0.06580695701321766, 0.06668764239888443, 0.06749090325326407, 0.06822927783650302, 0.06891694549192787, 0.06957036835007152, 0.07020880208325586, 0.0708545977433415, 0.07153324155978996, 0.07227311491002245, 0.07310499017964758, 0.07406130845780304, 0.07517530433221059, 0.07648005285263086, 0.0780075108044921, 0.07978761701834813, 0.08184750058150585, 0.08421082937706842, 0.08689731624470821, 0.08992238474183585, 0.09329698808474227, 0.09702756339664378, 0.10111610224598404, 0.10556031600499761, 0.11035387417488172, 0.11548669532329632, 0.12094527685906374, 0.12671304512567974, 0.13277071803366997, 0.1390966666429511, 0.14566727184446124, 0.1524572743353688, 0.1594401027081513, 0.16658818523880145, 0.17387324121064834, 0.18126655314869236, 0.18873920988603626, 0.19626232420858344, 0.2038072338689554, 0.21134566979884103, 0.21884990313900723, 0.2262928708466195, 0.23364827406007924, 0.24089065920849356, 0.247995477462714, 0.2549391252328072, 0.2616989695670037, 0.2682533580467093, 0.27458161582380675, 0.2806640317274004, 0.28648183726230503, 0.29201717767488156, 0.2972530797136501, 0.30217341797638697, 0.30676288185947287, 0.3110069451360723, 0.31489184166802753, 0.318404548896993, 0.32153278114885864, 0.32426499611455545, 0.32659041559529284, 0.32849906293004655, 0.32998181739591936, 0.3310304906577319, 0.3316379205285522, 0.3317980863442867, 0.3315062439369502, 0.3307590778651787, 0.32955487045437115, 0.3278936814421274, 0.3257775356069543, 0.3232106102866575, 0.3201994214343202, 0.3167529993667164, 0.3128830140847483, 0.30860392037977447, 0.30393299833314236, 0.29889041706202546, 0.29349916403683846, 0.287784990167629, 0.28177620332577136, 0.2755034787307495, 0.26899953014278805, 0.2622987794470223, 0.2554369395293131, 0.2484505538430483, 0.24137652819495242, 0.23425163002951271, 0.2271119876782605, 0.21999264075417052, 0.21292707506870323, 0.20594682764769504, 0.19908114782088412, 0.1923567076494741, 0.18579740733744723, 0.1794242175654426, 0.1732551088811118, 0.16730504224879417, 0.16158602256753535, 0.15610720621197957, 0.15087504142941416, 0.14589345406153928, 0.14116405461560635], "A": [0.0, 0.006765664474431464, 0.01333168066561135, 0.020546010609700162, 0.02905685829473531, 0.03927944117406033, 0.051401968190027, 0.0654166597586892, 0.08116916838195035, 0.09841281512440385, 0.11685623797322994, 0.13619916803197565, 0.15615595403891142, 0.17646900879586955, 0.19691498798791846, 0.21730621274807757, 0.2374892490233028, 0.25734195389317366, 0.2767698372761437, 0.2957022348971007, 0.31408859404897327, 0.3318950207824188, 0.34910115993081176, 0.36569743435987995, 0.381682643076927, 0.3970619060669941, 0.4118449347253768, 0.42604460263903426, 0.4396757919214673, 0.4527544839693768, 0.465297065924336, 0.4773198214781138, 0.4888385759066561, 0.4998684661444993, 0.5104238091421914, 0.5205180424603928, 0.5301637196301384, 0.5393725375631766, 0.5481553869843295, 0.5565224121649452, 0.5644830706727775, 0.5720461915970969, 0.5792200264724848, 0.5860122899054412, 0.5924301923744779, 0.5984804633466294, 0.6041693648706826, 0.6095026990522221, 0.6144858066945297, 0.6191235619187005, 0.6234203615553751, 0.6273801106592769, 0.6310062054342729, 0.6343015141960969, 0.63726835699585, 0.6399084857619781, 0.6422230649591993, 0.6442126537063028, 0.6458771911037697, 0.6472159864435492, 0.6482277134386575, 0.6489104118291533, 0.6492614966690742, 0.6492777768253256, 0.6489554840719821, 0.6482903143018952, 0.6472774818714089, 0.6459117885434122, 0.6441877081120594, 0.6420994875517754, 0.6396412651312962, 0.636807205964829, 0.6335916545084773, 0.6299893034709889, 0.6259953771767559, 0.6216058285023979, 0.6168175444858464, 0.6116285582271349, 0.6060382634408681, 0.6000476233273244, 0.5936593714550759, 0.5868781954370834, 0.5797109034674054, 0.5721665664502865, 0.5642565952700851, 0.5559948336510225, 0.5473975504109521, 0.5384834415691336, 0.5292735342157866, 0.5197910915266876, 0.5100614360256952, 0.5001117622720233, 0.48997090365328966, 0.4796690689142377, 0.46923757763495083, 0.45870854938197775, 0.44811465535819606, 0.4374888028777198, 0.4268638587059765, 0.4162724280920226, 0.40574661251142724, 0.3953178182883216, 0.38501659537455757, 0.37487250802739, 0.36491405323278736, 0.3551686017495304, 0.34566238259112403, 0.33642050164038095, 0.32746699269328405, 0.31882489682133736, 0.310516371206672, 0.30256282330295475, 0.29498506081817827], "R": [0.0, 1.8869957336258714e-05, 6.7506467664664e-05, 0.0001397674406635015, 0.00023498607261571543, 0.00035542351011944853, 0.0005043163302159871, 0.0006845162147489022, 0.0008976900564514876, 0.001143999856239677, 0.001422132783208923, 0.0017295420612664452, 0.0020627803577402994, 0.0024178436858579857, 0.002790478176246287, 0.0031764279255833434, 0.003571619432912479, 0.003972287532258943, 0.004375051938665475, 0.004776954892641354, 0.005175469401441604, 0.005568486546056482, 0.005954288984422385, 0.006331515522940954, 0.006699121304793694, 0.007056336304030051, 0.00740262441309578, 0.007737644535937865, 0.00806121486734025, 0.008373280730856934, 0.008673886315609466, 0.008963150496429784, 0.009241246462175437, 0.009508384934635917, 0.009764800708969132, 0.010010742189930264, 0.010246463242160758, 0.010472217252654641, 0.010688252890534959, 0.01089481129516502, 0.011092124214579108, 0.011280412814344951, 0.011459887303505684, 0.011630746765555878, 0.011793179267514093, 0.011947361950401362, 0.012093461316096071, 0.012231633655743635, 0.012362024969459647, 0.01248477127055433, 0.01259999860072732, 0.012707822946724436, 0.012808350216742427, 0.012901676018589771, 0.01298788542382469, 0.013067052722979523, 0.013139241082146832, 0.013204502215692361, 0.01326287605860916, 0.013314390457748586, 0.013359060877138553, 0.013396890199496692, 0.013427868589838679, 0.01345197345673996, 0.013469169569973651, 0.013479409325402763, 0.013482633188027383, 0.013478770350812406, 0.01346773964240531, 0.013449450682742153, 0.013423805326634553, 0.013390699415503832, 0.013350024836127619, 0.013301671925246715, 0.013245532175129193, 0.013181501268404753, 0.013109482395942357, 0.013029389847269184, 0.012941152827990016, 0.012844719396666324, 0.01274006050175105, 0.012627173989811266, 0.012506088579254136, 0.012376867689641911, 0.012239612570942847, 0.012094465701606194, 0.011941612790322641, 0.011781285004992965, 0.011613759365948648, 0.011439359743038377, 0.011258456135954565, 0.011071463604568886, 0.010878839778557662, 0.010681082246194575, 0.010478724597977804, 0.010272332448221538, 0.010062499475137487, 0.009849842018376572, 0.009634993809350633, 0.009418600700242218, 0.009201315390924007, 0.008983792807346364, 0.008766685569036738, 0.008550639736852168, 0.008336290435469934, 0.008124259148637365, 0.007915151520975173, 0.00770955529643338, 0.007508039030211614, 0.0073111509006007465, 0.007119419494415389, 0.006933354764255161, 0.006753448750919005]}}, {"id": "Androgenetic Alopecia|finasteride", "disease": "Androgenetic Alopecia", "interventions": ["finasteride"], "t": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0, 24.25, 24.5, 24.75, 25.0, 25.25, 25.5, 25.75, 26.0, 26.25, 26.5, 26.75, 27.0, 27.25, 27.5, 27.75, 28.0], "anagen_fraction": 0.549, "anagen_fraction_pct_of_healthy": 95.4, "peak_hair": 0.863, "peak_hair_pct_of_healthy": 84.2, "states": {"W": [0.1, 0.20739615809424852, 0.29546858339720733, 0.3673681568185719, 0.4257427811394612, 0.472881090002711, 0.5107716117461377, 0.5411438371651763, 0.5655009888236505, 0.5851472983874435, 0.6012110394170436, 0.6146640829491528, 0.6263385428725782, 0.6369409653515021, 0.6470644222378499, 0.6571987819640146, 0.6677393530939782, 0.6789940272950201, 0.6911890061083202, 0.7044731886996974, 0.7189213210468264, 0.734536069162673, 0.7512492658668962, 0.7689226961091745, 0.7873489228631043, 0.8062528124000465, 0.8252945865247928, 0.8440753623788034, 0.8621462234230278, 0.8790217768051996, 0.8941988587319099, 0.9071804169051815, 0.9175036025970171, 0.9247698130108515, 0.9286731285980732, 0.9290228714400299, 0.9257561964265557, 0.9189384382119887, 0.9087513460166307, 0.8954717270400611, 0.8794446300712021, 0.861055448839051, 0.8407044956491257, 0.8187862345515609, 0.7956740021944433, 0.7717100014794893, 0.7471998707004485, 0.7224106228812714, 0.697571100500482, 0.672874028901346, 0.6484790020977721, 0.624515905294003, 0.6010884469861524, 0.5782775886324838, 0.5561447468470758, 0.5347347054560266, 0.514078212371775, 0.49419427118067943, 0.47509212816707397, 0.45677298441636943, 0.4392314845232488, 0.422456975751668, 0.40643456991415877, 0.39114606952800596, 0.3765707256912184, 0.3626858835374666, 0.34946753884244813, 0.33689078427807423, 0.32493019268988294, 0.31356014292949635, 0.3027550777486683, 0.29248972563822695, 0.28273928862703634, 0.27347958847178805, 0.26468718990929063, 0.25633950751418294, 0.2484148877395207, 0.24089267840344714, 0.2337532853885352, 0.22697821900088672, 0.22055013065777065, 0.21445284147813534, 0.20867136200482808, 0.20319190775954865, 0.19800190254651392, 0.19308997561711336, 0.18844594803489598, 0.18406080963876745, 0.1799266853441465, 0.17603678815833626, 0.1723853601746081, 0.16896760217768791, 0.16577959274868542, 0.16281819536424152, 0.160080961435323, 0.15756602833422395, 0.1552720195466001, 0.1531979494555284, 0.15134313906900998, 0.1497071473358415, 0.14828972250607558, 0.14709077613321458, 0.14611038224313053, 0.145348802573238, 0.14480653658389772, 0.1444843964637858, 0.1443836012875863, 0.1445058888257344, 0.14485363930962866, 0.1454300132596682, 0.14623909538085927, 0.14728603971922505, 0.14857722135733198], "B": [0.9, 0.8695197767363497, 0.8207126888332417, 0.7708246493895141, 0.7228022458819482, 0.6774461249567106, 0.6349618443900237, 0.5953389725636877, 0.5584775042855197, 0.5242388228115841, 0.4924689367319126, 0.4630101820955073, 0.4357076095704002, 0.41041285328299765, 0.3869868223050392, 0.3653018520940003, 0.3452436361900595, 0.32671306297338465, 0.3096279782857071, 0.29392485645606603, 0.27956034209188824, 0.26651261530256304, 0.25478249855182183, 0.24439415055818578, 0.23539507068756735, 0.22785499542094717, 0.2218631600305009, 0.2175233828730277, 0.21494661475084775, 0.2142409902829251, 0.21550002377599295, 0.21879023127027133, 0.22413993818757116, 0.23153110935797963, 0.24089562103456189, 0.25211657147763317, 0.2650342613914337, 0.2794556349566688, 0.295165578936391, 0.3119384607216066, 0.3295486012584689, 0.34777886952166015, 0.3664270571052397, 0.3853100661268798, 0.40426618087719174, 0.4231558126867708, 0.441861065959088, 0.46028460567419877, 0.4783479939560357, 0.4959898040841109, 0.5131636534977494, 0.52983627169665, 0.5459856729280868, 0.5615994729059345, 0.5766733671072554, 0.5912097741303867, 0.6052166366720946, 0.6187063754074601, 0.631694964906206, 0.6442011416390111, 0.6562456981863923, 0.6678508757809438, 0.679039831894164, 0.6898361549285331, 0.7002634448221942, 0.7103449285300766, 0.7201031000492355, 0.7295593960982051, 0.7387338837989139, 0.7476449586061336, 0.756309057375965, 0.7647403719537429, 0.7729505648901049, 0.7809484903351203, 0.7887399160078308, 0.7963272478564519, 0.8037092652144209, 0.8108808687684397, 0.8178328522836343, 0.8245517105479132, 0.8310194998371928, 0.8372137704681052, 0.8431075706228801, 0.8486696237780192, 0.8538645920283963, 0.8586535407637162, 0.8629946073388863, 0.8668438747946154, 0.8701564322876918, 0.8728876668779316, 0.8749946809345676, 0.8764378191868611, 0.8771822041978218, 0.8771991372143279, 0.876467316887331, 0.8749737298272235, 0.8727140584214401, 0.8696927136778981, 0.865922284594658, 0.8614225852836296, 0.8562193177216331, 0.8503424845518249, 0.8438246911266596, 0.8366994914263552, 0.8289998160910937, 0.8207567857059648, 0.811998703508509, 0.8027504488860095, 0.7930331953749326, 0.7828644145730711, 0.7722581646918386, 0.7612255420898648, 0.7497752982513037], "S": [0.02, 0.028496442132117997, 0.05177959369877399, 0.08970895244990103, 0.13904783189524456, 0.19540384121649845, 0.25448273825740764, 0.3127516524150516, 0.3676687870333479, 0.4176461374425321, 0.46188378618957454, 0.5001691533178556, 0.5326913509471811, 0.5598905981667511, 0.5823457715582887, 0.6006950932243409, 0.6155828643446908, 0.6276253452958538, 0.6373900467099488, 0.6453841219368489, 0.6520487112202767, 0.6577570893442723, 0.6628151862885208, 0.6674635786502193, 0.6718804194256126, 0.6761850337066527, 0.6804420718019285, 0.6846662199626452, 0.6888275151396098, 0.6928573362058128, 0.6966551163806165, 0.700095791250114, 0.7030379134547827, 0.7053322623333559, 0.706830637642395, 0.7073943906386029, 0.7069021242112444, 0.7052559757130964, 0.7023860329328313, 0.698252636430296, 0.6928465870898829, 0.6861875323946967, 0.6783209582684905, 0.6693142764951461, 0.6592524705024458, 0.6482336847933288, 0.6363649990055615, 0.6237586648210021, 0.6105287715218498, 0.5967884514963279, 0.5826476042056066, 0.5682110946151209, 0.5535773842826669, 0.5388375415176347, 0.5240745762301813, 0.5093630508012217, 0.4947689148207313, 0.48034955634590204, 0.46615396056775954, 0.4522230400283881, 0.4385900233591063, 0.42528094954594914, 0.41231521390556014, 0.3997061419702854, 0.3874616115026802, 0.3755846842773592, 0.3640742403934606, 0.3529256224383616, 0.3421312635487025, 0.33168129123683554, 0.3215641136766613, 0.3117669655979492, 0.3022764039506429, 0.29307876497914503, 0.28416056070067947, 0.2755088076492955, 0.26711130159358376, 0.2589568267652072, 0.25103530322359946, 0.24333787520750405, 0.23585695206294177, 0.22858620217749603, 0.22152050262511622, 0.21465587773467584, 0.20798939716226025, 0.2015190715039251, 0.19524374222338448, 0.18916296722265796, 0.1832768996715432, 0.17758619383660965, 0.1720919026342642, 0.16679539068317695, 0.16169825743792476, 0.1568022698419161, 0.15210930422829902, 0.14762129775003227, 0.14334020847582069, 0.13926798483087516, 0.1354065430593701, 0.13175775496848285, 0.1283234440872483, 0.1251053930929755, 0.12210536255623118, 0.11932512123817739, 0.11676648920695869, 0.11443139469375752, 0.11232194400249786, 0.11044050610023969, 0.10878981288571606, 0.10737307110775701, 0.10619409014693452, 0.10525742664650276, 0.10456854274790273], "D": [0.15, 0.14786112155914974, 0.15685798424964742, 0.17481966197290713, 0.19883509451995837, 0.22651056851147872, 0.2561156033141478, 0.28645571865010727, 0.316725602048985, 0.34639506129088865, 0.3751283615627984, 0.40272833727985274, 0.42909731625014064, 0.45420916293512525, 0.4780886143521655, 0.5007954547893403, 0.5224119653712588, 0.5430326898108014, 0.5627559608579173, 0.5816768758921107, 0.5998815821104195, 0.6174428123225234, 0.6344166477614737, 0.6508404850916643, 0.6667321573375082, 0.682090120444726, 0.696894573031968, 0.7111093447942067, 0.7246843622513728, 0.7375584986990852, 0.7496626228853766, 0.7609226868001587, 0.7712627237926584, 0.780607659879226, 0.7888858664500785, 0.7960313986993609, 0.8019858705817715, 0.8066999222839093, 0.8101342571661312, 0.8122602466843649, 0.8130601302721419, 0.8125268664535761, 0.8106637091896137, 0.8074835913119269, 0.8030083934077583, 0.797268165762509, 0.7903003482591334, 0.7821490425214475, 0.7728643307348547, 0.7625016619741494, 0.7511213000614904, 0.7387878195873493, 0.7255696344189692, 0.7115385397960488, 0.6967692493344927, 0.6813389107667394, 0.6653265860955625, 0.6488126964774696, 0.6318784139305297, 0.6146050196369168, 0.597073225842955, 0.5793624862747588, 0.5615502926534072, 0.5437115053874348, 0.525917702470635, 0.5082365806927092, 0.49073144166766114, 0.47346073602751354, 0.456477708184452, 0.4398301386241404, 0.42356017157517867, 0.4077042483537067, 0.3922931247678444, 0.3773519762043266, 0.36290057836094913, 0.3489535534949262, 0.33552067464894025, 0.32260721865666786, 0.31021435545948467, 0.2983395636934699, 0.2869770656293804, 0.27611827052039145, 0.2657522293798436, 0.2558660556650363, 0.2464453624408928, 0.23747466253880298, 0.2289377423808334, 0.2208180048312136, 0.2130987845672273, 0.20576361299502832, 0.19879645240512728, 0.1921818867967974, 0.18590527344902272, 0.1799528589274895, 0.17431185899213314, 0.1689705073578613, 0.1639180793364053, 0.15914489016964953, 0.15464227781478865, 0.15040257202759771, 0.14641905467982086, 0.14268591684454382, 0.1391982162434831, 0.13595183862563576, 0.13294346482279304, 0.13017055059818933, 0.12763131503917802, 0.125324743836412, 0.12325060829533893, 0.12140949645294515, 0.11980286127584502, 0.11843308624866672, 0.11730356531714048], "H": [0.2, 0.21025939091351067, 0.22786212781302412, 0.2527760370860336, 0.28334659761183423, 0.3173358311380373, 0.3525772862831811, 0.3873074489605878, 0.42026874245278956, 0.45067883353880384, 0.47814048307658435, 0.5025390477058563, 0.5239510815482339, 0.5425721448144323, 0.5586639880592934, 0.5725178528955571, 0.5844300524713428, 0.5946863676863657, 0.6035525129882975, 0.6112686738712322, 0.6180467043977751, 0.6240690419634948, 0.6294887241298189, 0.6344301249951575, 0.6389901829743088, 0.6432399962275457, 0.647226721071115, 0.6509757449922009, 0.6544931170860752, 0.6577682243148666, 0.6607766914942227, 0.6634834770951462, 0.6658461167677244, 0.6678180440732253, 0.669351884453871, 0.6704025847788037, 0.6709302084810278, 0.6709022220257632, 0.6702951433387992, 0.6690954845255793, 0.6673000019626051, 0.6649153442494977, 0.6619572338594399, 0.6584493360931576, 0.6544219591588624, 0.6499107044547777, 0.6449551416671672, 0.6395975956123512, 0.6338820352836999, 0.6278531023945373, 0.6215552765522788, 0.6150321685175342, 0.6083259336380121, 0.6014767944599715, 0.5945226613383534, 0.5874988411110939, 0.5804378228882433, 0.5733691394537519, 0.566319281406077, 0.5593116765211228, 0.5523667093222515, 0.5455017905549577, 0.5387314643730611, 0.5320675457480266, 0.5255192905052334, 0.5190935893550341, 0.5127951804588706, 0.5066268819987569, 0.500589835547423, 0.49468375369002177, 0.4889071748368571, 0.4832577137458202, 0.4777322997789387, 0.4723274092474985, 0.4670392778837087, 0.4618640877708716, 0.45679813396856567, 0.45183796283344757, 0.4469804818294507, 0.4422230404548408, 0.4375634858576169, 0.43300019291844377, 0.428532070139866, 0.42415855183302936, 0.4198795702606527, 0.4156955191750063, 0.4116072112961408, 0.40761582928531503, 0.40372287038132904, 0.39993010061182355, 0.3962395032107442, 0.3926532326978207, 0.3891735726557917, 0.3858028971178745, 0.3825436361654392, 0.3793982459210613, 0.37636918292827115, 0.3734588831426401, 0.37066974556890464, 0.3680041213525279, 0.3654643077675833, 0.3630525485949081, 0.36077104102476, 0.3586219493246442, 0.35660742595792166, 0.3547296408237101, 0.3529908181991808, 0.3513932823857305, 0.3499395125925699, 0.3486322050179016, 0.3474743443313944, 0.3464692850415777, 0.3456208410543242], "F": [0.049999999999999996, 0.05237906452949033, 0.05453173117210807, 0.05647954493427443, 0.05824200376206791, 0.05983676506035441, 0.0612798588850986, 0.06258594712676054, 0.06376870080150196, 0.06484140427298796, 0.06581791549608675, 0.06671409117097689, 0.06754971054649975, 0.06835081090118299, 0.069152215619615, 0.0699999294253996, 0.07095303027058615, 0.0720847138134409, 0.07348223497417729, 0.07524562724403609, 0.07748522199700189, 0.08031812850475595, 0.08386394546667426, 0.08824003510572082, 0.09355671889794265, 0.09991273540135433, 0.10739124290440594, 0.11605659725243617, 0.12595203168529773, 0.1370983038665464, 0.14949329247888302, 0.16311247004448778, 0.1779101361727935, 0.19382126547897505, 0.21076381432870372, 0.22864133066798645, 0.24734571698690477, 0.26676001917627484, 0.2867611324273363, 0.3072223369578433, 0.32801560043985734, 0.34901360497574474, 0.370091475325206, 0.3911282007966116, 0.41200775624070846, 0.4326199378576433, 0.45286093346854583, 0.47263365996542095, 0.4918478917774354, 0.5104202142883568, 0.5282738326740255, 0.5453382650850632, 0.5615489495640659, 0.5768467903212674, 0.5911776680196982, 0.6044919378208731, 0.6167439383034818, 0.6278915159507306, 0.6378956200222271, 0.6467199384420883, 0.6543306366327524, 0.6606961818912125, 0.6657872824787854, 0.6695769715110652, 0.672040814808239, 0.6731572762493356, 0.6729082474785061, 0.6712797212636499, 0.6682626264280916, 0.6638537841770688, 0.6580569718470493, 0.650884066925175, 0.6423561600931587, 0.6325046596158661, 0.6213722584870931, 0.6090136746521437, 0.595496117611548, 0.5808993986883537, 0.5653156132877346, 0.5488483550981574, 0.5316114709502605, 0.5137273749776026, 0.49532494406091, 0.4765371405264018, 0.45749841643580025, 0.4383420304436537, 0.41919752460191706, 0.40018830866172383, 0.38142941850372114, 0.3630259049642382, 0.34507142050598605, 0.32764733210212743, 0.31082227597770445, 0.29465208722226555, 0.2791800954670511, 0.26443772899312357, 0.25044532374023604, 0.23721313423988616, 0.2247424203745177, 0.21302660294606268, 0.20205241820009487, 0.1918010418847867, 0.18224915358348784, 0.17336991871609997, 0.1651338872376364, 0.1575097759445521, 0.15046516622850828, 0.1439670950336778, 0.137982554138761, 0.13247890243558258, 0.12742419668381372, 0.12278745541570402, 0.11853885790072684], "A": [0.0, 0.00925217832833423, 0.018266497341045896, 0.028239173322965706, 0.040087176487833207, 0.054397922489527746, 0.07143550061241406, 0.09118475756080337, 0.11342289288949656, 0.13779787152098433, 0.16389680350606123, 0.1912966761904654, 0.21959720052390927, 0.24843912063806226, 0.27751215243561034, 0.30655624994855635, 0.3353589406090142, 0.36375060198708753, 0.3915988694122311, 0.4188029011200715, 0.445287904558276, 0.4710001427865409, 0.49590252714025573, 0.5199708295120683, 0.5431905092559336, 0.5655541215476466, 0.5870592588965181, 0.6077069655176827, 0.6275005583448038, 0.6464447850431314, 0.6645452518557702, 0.6818080575103, 0.6982395774071819, 0.7138463506346422, 0.7286350319239929, 0.7426123793784508, 0.7557852554313114, 0.7681606266350596, 0.7797455507606789, 0.7905471438941079, 0.8005725242449446, 0.8098287314463362, 0.8183226230177975, 0.8260607513642981, 0.833049226192975, 0.8392935683014703, 0.8447985601676897, 0.8495681011648759, 0.8536050725255024, 0.856911220479093, 0.8594870610187424, 0.8613318150496743, 0.8624433790005972, 0.8628183371348419, 0.8624520217839944, 0.8613386269503228, 0.8594713810611887, 0.8568427795090069, 0.85344488799814, 0.8492697077005292, 0.8443096096108362, 0.8385578262008181, 0.8320090017235277, 0.8246597791728761, 0.8165094161860816, 0.8075604153644118, 0.7978191209085205, 0.7872962894409079, 0.77600759050684, 0.7639739881399104, 0.7512220282515624, 0.7377839661218676, 0.7236977181534003, 0.7090066720322123, 0.6937593171902942, 0.6780087016499668, 0.6618117696731419, 0.6452285727393324, 0.6283214002978289, 0.6111538668236456, 0.5937899934196419, 0.5762933139488706, 0.5587259987256739, 0.541148166933023, 0.5236171828213136, 0.5061871387503243, 0.4889084401939098, 0.4718275159678963, 0.45498661869221935, 0.43842376949020706, 0.4221727624276624, 0.40626325705618294, 0.390720932231548, 0.3755676834417531, 0.36082185701353076, 0.3464985057724221, 0.3326096506971287, 0.3191645558563004, 0.3061699907234341, 0.2936304902915997, 0.2815486027720684, 0.26992512486649045, 0.25875932390693585, 0.24804914712173573, 0.23779141832517148, 0.22798202363348083, 0.21861608753125553, 0.20968814093623533, 0.2011922834721903, 0.1931223409144206, 0.18547202018975895, 0.1782350643343591, 0.17140540824270226], "R": [0.0, 2.5797592385315582e-05, 9.238381419517204e-05, 0.00019162446008008944, 0.0003229842139032796, 0.0004899685941984359, 0.0006973804267706617, 0.0009494042116871373, 0.001248487229756669, 0.0015949051609864913, 0.0019868258855506755, 0.0024206684726973487, 0.0028915875855435743, 0.00339396657831719, 0.003921852028658296, 0.004469300859816969, 0.005030634978406848, 0.005600611546597391, 0.006174522948301074, 0.0067482414469191895, 0.007318223265201826, 0.007881484390096, 0.008435557486790266, 0.008978438630285763, 0.009508529063903204, 0.010024576518895122, 0.010525619592128667, 0.01101093619107527, 0.011479998091916029, 0.011932431624448665, 0.012367984575694971, 0.012786499069505096, 0.013187889745593682, 0.013572126621186282, 0.01393922185896781, 0.0142892197283126, 0.01462218906413279, 0.014938217633619464, 0.015237407890951023, 0.01551987368054565, 0.01578573753061644, 0.016035128269531768, 0.01626817875266644, 0.01648502356441217, 0.016685796611141668, 0.01687062857204105, 0.01703964421516083, 0.017192959611530508, 0.017330679323219314, 0.017452893626652144, 0.017559675889377867, 0.01765108018826343, 0.017727139270823276, 0.017787862997442075, 0.01783323737290962, 0.01786322426612433, 0.017877761985479558, 0.0178767667136586, 0.017860135091565102, 0.017827747798473514, 0.017779474441427946, 0.017715179596735024, 0.01763473009118111, 0.01753800341042248, 0.017424897168603876, 0.017295339535991154, 0.017149300143520643, 0.016986801399349008, 0.01680792981896713, 0.01661284657397475, 0.01640179744425622, 0.016175121267876107, 0.01593325611539019, 0.015676743704992935, 0.01540623110224139, 0.015122469460122464, 0.014826310004250956, 0.014518697085231997, 0.014200658655403797, 0.013873294583313246, 0.013537762888902882, 0.013195264896807677, 0.012847028881431551, 0.012494294931099277, 0.012138298573570147, 0.011780256127782177, 0.011421351732541512, 0.011062725256134581, 0.010705460970054767, 0.010350580442305425, 0.009999035851563913, 0.0096517055190569, 0.009309390953107932, 0.008972816206205245, 0.008642628072707584, 0.008319397593699498, 0.008003622382743833, 0.007695730338761832, 0.007396083190840133, 0.007104980857280611, 0.006822666025385999, 0.0065493287622376915, 0.006285111153023446, 0.006030111984557934, 0.005784391296540334, 0.005547974675835044, 0.005320857537146093, 0.0051030092087459645, 0.004894376827377694, 0.004694889082181667, 0.0045044598297192175, 0.0043229916724222255, 0.004150379392076611]}}, {"id": "Androgenetic Alopecia|finasteride+minoxidil", "disease": "Androgenetic Alopecia", "interventions": ["finasteride", "minoxidil"], "t": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0, 24.25, 24.5, 24.75, 25.0, 25.25, 25.5, 25.75, 26.0, 26.25, 26.5, 26.75, 27.0, 27.25, 27.5, 27.75, 28.0], "anagen_fraction": 0.549, "anagen_fraction_pct_of_healthy": 95.4, "peak_hair": 0.863, "peak_hair_pct_of_healthy": 84.2, "states": {"W": [0.1, 0.20739615809424852, 0.29546858339720733, 0.3673681568185719, 0.4257427811394612, 0.472881090002711, 0.5107716117461377, 0.5411438371651763, 0.5655009888236505, 0.5851472983874435, 0.6012110394170436, 0.6146640829491528, 0.6263385428725782, 0.6369409653515021, 0.6470644222378499, 0.6571987819640146, 0.6677393530939782, 0.6789940272950201, 0.6911890061083202, 0.7044731886996974, 0.7189213210468264, 0.734536069162673, 0.7512492658668962, 0.7689226961091745, 0.7873489228631043, 0.8062528124000465, 0.8252945865247928, 0.8440753623788034, 0.8621462234230278, 0.8790217768051996, 0.8941988587319099, 0.9071804169051815, 0.9175036025970171, 0.9247698130108515, 0.9286731285980732, 0.9290228714400299, 0.9257561964265557, 0.9189384382119887, 0.9087513460166307, 0.8954717270400611, 0.8794446300712021, 0.861055448839051, 0.8407044956491257, 0.8187862345515609, 0.7956740021944433, 0.7717100014794893, 0.7471998707004485, 0.7224106228812714, 0.697571100500482, 0.672874028901346, 0.6484790020977721, 0.624515905294003, 0.6010884469861524, 0.5782775886324838, 0.5561447468470758, 0.5347347054560266, 0.514078212371775, 0.49419427118067943, 0.47509212816707397, 0.45677298441636943, 0.4392314845232488, 0.422456975751668, 0.40643456991415877, 0.39114606952800596, 0.3765707256912184, 0.3626858835374666, 0.34946753884244813, 0.33689078427807423, 0.32493019268988294, 0.31356014292949635, 0.3027550777486683, 0.29248972563822695, 0.28273928862703634, 0.27347958847178805, 0.26468718990929063, 0.25633950751418294, 0.2484148877395207, 0.24089267840344714, 0.2337532853885352, 0.22697821900088672, 0.22055013065777065, 0.21445284147813534, 0.20867136200482808, 0.20319190775954865, 0.19800190254651392, 0.19308997561711336, 0.18844594803489598, 0.18406080963876745, 0.1799266853441465, 0.17603678815833626, 0.1723853601746081, 0.16896760217768791, 0.16577959274868542, 0.16281819536424152, 0.160080961435323, 0.15756602833422395, 0.1552720195466001, 0.1531979494555284, 0.15134313906900998, 0.1497071473358415, 0.14828972250607558, 0.14709077613321458, 0.14611038224313053, 0.145348802573238, 0.14480653658389772, 0.1444843964637858, 0.1443836012875863, 0.1445058888257344, 0.14485363930962866, 0.1454300132596682, 0.14623909538085927, 0.14728603971922505, 0.14857722135733198], "B": [0.9, 0.8695197767363497, 0.8207126888332417, 0.7708246493895141, 0.7228022458819482, 0.6774461249567106, 0.6349618443900237, 0.5953389725636877, 0.5584775042855197, 0.5242388228115841, 0.4924689367319126, 0.4630101820955073, 0.4357076095704002, 0.41041285328299765, 0.3869868223050392, 0.3653018520940003, 0.3452436361900595, 0.32671306297338465, 0.3096279782857071, 0.29392485645606603, 0.27956034209188824, 0.26651261530256304, 0.25478249855182183, 0.24439415055818578, 0.23539507068756735, 0.22785499542094717, 0.2218631600305009, 0.2175233828730277, 0.21494661475084775, 0.2142409902829251, 0.21550002377599295, 0.21879023127027133, 0.22413993818757116, 0.23153110935797963, 0.24089562103456189, 0.25211657147763317, 0.2650342613914337, 0.2794556349566688, 0.295165578936391, 0.3119384607216066, 0.3295486012584689, 0.34777886952166015, 0.3664270571052397, 0.3853100661268798, 0.40426618087719174, 0.4231558126867708, 0.441861065959088, 0.46028460567419877, 0.4783479939560357, 0.4959898040841109, 0.5131636534977494, 0.52983627169665, 0.5459856729280868, 0.5615994729059345, 0.5766733671072554, 0.5912097741303867, 0.6052166366720946, 0.6187063754074601, 0.631694964906206, 0.6442011416390111, 0.6562456981863923, 0.6678508757809438, 0.679039831894164, 0.6898361549285331, 0.7002634448221942, 0.7103449285300766, 0.7201031000492355, 0.7295593960982051, 0.7387338837989139, 0.7476449586061336, 0.756309057375965, 0.7647403719537429, 0.7729505648901049, 0.7809484903351203, 0.7887399160078308, 0.7963272478564519, 0.8037092652144209, 0.8108808687684397, 0.8178328522836343, 0.8245517105479132, 0.8310194998371928, 0.8372137704681052, 0.8431075706228801, 0.8486696237780192, 0.8538645920283963, 0.8586535407637162, 0.8629946073388863, 0.8668438747946154, 0.8701564322876918, 0.8728876668779316, 0.8749946809345676, 0.8764378191868611, 0.8771822041978218, 0.8771991372143279, 0.876467316887331, 0.8749737298272235, 0.8727140584214401, 0.8696927136778981, 0.865922284594658, 0.8614225852836296, 0.8562193177216331, 0.8503424845518249, 0.8438246911266596, 0.8366994914263552, 0.8289998160910937, 0.8207567857059648, 0.811998703508509, 0.8027504488860095, 0.7930331953749326, 0.7828644145730711, 0.7722581646918386, 0.7612255420898648, 0.7497752982513037], "S": [0.02, 0.028496442132117997, 0.05177959369877399, 0.08970895244990103, 0.13904783189524456, 0.19540384121649845, 0.25448273825740764, 0.3127516524150516, 0.3676687870333479, 0.4176461374425321, 0.46188378618957454, 0.5001691533178556, 0.5326913509471811, 0.5598905981667511, 0.5823457715582887, 0.6006950932243409, 0.6155828643446908, 0.6276253452958538, 0.6373900467099488, 0.6453841219368489, 0.6520487112202767, 0.6577570893442723, 0.6628151862885208, 0.6674635786502193, 0.6718804194256126, 0.6761850337066527, 0.6804420718019285, 0.6846662199626452, 0.6888275151396098, 0.6928573362058128, 0.6966551163806165, 0.700095791250114, 0.7030379134547827, 0.7053322623333559, 0.706830637642395, 0.7073943906386029, 0.7069021242112444, 0.7052559757130964, 0.7023860329328313, 0.698252636430296, 0.6928465870898829, 0.6861875323946967, 0.6783209582684905, 0.6693142764951461, 0.6592524705024458, 0.6482336847933288, 0.6363649990055615, 0.6237586648210021, 0.6105287715218498, 0.5967884514963279, 0.5826476042056066, 0.5682110946151209, 0.5535773842826669, 0.5388375415176347, 0.5240745762301813, 0.5093630508012217, 0.4947689148207313, 0.48034955634590204, 0.46615396056775954, 0.4522230400283881, 0.4385900233591063, 0.42528094954594914, 0.41231521390556014, 0.3997061419702854, 0.3874616115026802, 0.3755846842773592, 0.3640742403934606, 0.3529256224383616, 0.3421312635487025, 0.33168129123683554, 0.3215641136766613, 0.3117669655979492, 0.3022764039506429, 0.29307876497914503, 0.28416056070067947, 0.2755088076492955, 0.26711130159358376, 0.2589568267652072, 0.25103530322359946, 0.24333787520750405, 0.23585695206294177, 0.22858620217749603, 0.22152050262511622, 0.21465587773467584, 0.20798939716226025, 0.2015190715039251, 0.19524374222338448, 0.18916296722265796, 0.1832768996715432, 0.17758619383660965, 0.1720919026342642, 0.16679539068317695, 0.16169825743792476, 0.1568022698419161, 0.15210930422829902, 0.14762129775003227, 0.14334020847582069, 0.13926798483087516, 0.1354065430593701, 0.13175775496848285, 0.1283234440872483, 0.1251053930929755, 0.12210536255623118, 0.11932512123817739, 0.11676648920695869, 0.11443139469375752, 0.11232194400249786, 0.11044050610023969, 0.10878981288571606, 0.10737307110775701, 0.10619409014693452, 0.10525742664650276, 0.10456854274790273], "D": [0.15, 0.14786112155914974, 0.15685798424964742, 0.17481966197290713, 0.19883509451995837, 0.22651056851147872, 0.2561156033141478, 0.28645571865010727, 0.316725602048985, 0.34639506129088865, 0.3751283615627984, 0.40272833727985274, 0.42909731625014064, 0.45420916293512525, 0.4780886143521655, 0.5007954547893403, 0.5224119653712588, 0.5430326898108014, 0.5627559608579173, 0.5816768758921107, 0.5998815821104195, 0.6174428123225234, 0.6344166477614737, 0.6508404850916643, 0.6667321573375082, 0.682090120444726, 0.696894573031968, 0.7111093447942067, 0.7246843622513728, 0.7375584986990852, 0.7496626228853766, 0.7609226868001587, 0.7712627237926584, 0.780607659879226, 0.7888858664500785, 0.7960313986993609, 0.8019858705817715, 0.8066999222839093, 0.8101342571661312, 0.8122602466843649, 0.8130601302721419, 0.8125268664535761, 0.8106637091896137, 0.8074835913119269, 0.8030083934077583, 0.797268165762509, 0.7903003482591334, 0.7821490425214475, 0.7728643307348547, 0.7625016619741494, 0.7511213000614904, 0.7387878195873493, 0.7255696344189692, 0.7115385397960488, 0.6967692493344927, 0.6813389107667394, 0.6653265860955625, 0.6488126964774696, 0.6318784139305297, 0.6146050196369168, 0.597073225842955, 0.5793624862747588, 0.5615502926534072, 0.5437115053874348, 0.525917702470635, 0.5082365806927092, 0.49073144166766114, 0.47346073602751354, 0.456477708184452, 0.4398301386241404, 0.42356017157517867, 0.4077042483537067, 0.3922931247678444, 0.3773519762043266, 0.36290057836094913, 0.3489535534949262, 0.33552067464894025, 0.32260721865666786, 0.31021435545948467, 0.2983395636934699, 0.2869770656293804, 0.27611827052039145, 0.2657522293798436, 0.2558660556650363, 0.2464453624408928, 0.23747466253880298, 0.2289377423808334, 0.2208180048312136, 0.2130987845672273, 0.20576361299502832, 0.19879645240512728, 0.1921818867967974, 0.18590527344902272, 0.1799528589274895, 0.17431185899213314, 0.1689705073578613, 0.1639180793364053, 0.15914489016964953, 0.15464227781478865, 0.15040257202759771, 0.14641905467982086, 0.14268591684454382, 0.1391982162434831, 0.13595183862563576, 0.13294346482279304, 0.13017055059818933, 0.12763131503917802, 0.125324743836412, 0.12325060829533893, 0.12140949645294515, 0.11980286127584502, 0.11843308624866672, 0.11730356531714048], "H": [0.2, 0.21025939091351067, 0.22786212781302412, 0.2527760370860336, 0.28334659761183423, 0.3173358311380373, 0.3525772862831811, 0.3873074489605878, 0.42026874245278956, 0.45067883353880384, 0.47814048307658435, 0.5025390477058563, 0.5239510815482339, 0.5425721448144323, 0.5586639880592934, 0.5725178528955571, 0.5844300524713428, 0.5946863676863657, 0.6035525129882975, 0.6112686738712322, 0.6180467043977751, 0.6240690419634948, 0.6294887241298189, 0.6344301249951575, 0.6389901829743088, 0.6432399962275457, 0.647226721071115, 0.6509757449922009, 0.6544931170860752, 0.6577682243148666, 0.6607766914942227, 0.6634834770951462, 0.6658461167677244, 0.6678180440732253, 0.669351884453871, 0.6704025847788037, 0.6709302084810278, 0.6709022220257632, 0.6702951433387992, 0.6690954845255793, 0.6673000019626051, 0.6649153442494977, 0.6619572338594399, 0.6584493360931576, 0.6544219591588624, 0.6499107044547777, 0.6449551416671672, 0.6395975956123512, 0.6338820352836999, 0.6278531023945373, 0.6215552765522788, 0.6150321685175342, 0.6083259336380121, 0.6014767944599715, 0.5945226613383534, 0.5874988411110939, 0.5804378228882433, 0.5733691394537519, 0.566319281406077, 0.5593116765211228, 0.5523667093222515, 0.5455017905549577, 0.5387314643730611, 0.5320675457480266, 0.5255192905052334, 0.5190935893550341, 0.5127951804588706, 0.5066268819987569, 0.500589835547423, 0.49468375369002177, 0.4889071748368571, 0.4832577137458202, 0.4777322997789387, 0.4723274092474985, 0.4670392778837087, 0.4618640877708716, 0.45679813396856567, 0.45183796283344757, 0.4469804818294507, 0.4422230404548408, 0.4375634858576169, 0.43300019291844377, 0.428532070139866, 0.42415855183302936, 0.4198795702606527, 0.4156955191750063, 0.4116072112961408, 0.40761582928531503, 0.40372287038132904, 0.39993010061182355, 0.3962395032107442, 0.3926532326978207, 0.3891735726557917, 0.3858028971178745, 0.3825436361654392, 0.3793982459210613, 0.37636918292827115, 0.3734588831426401, 0.37066974556890464, 0.3680041213525279, 0.3654643077675833, 0.3630525485949081, 0.36077104102476, 0.3586219493246442, 0.35660742595792166, 0.3547296408237101, 0.3529908181991808, 0.3513932823857305, 0.3499395125925699, 0.3486322050179016, 0.3474743443313944, 0.3464692850415777, 0.3456208410543242], "F": [0.049999999999999996, 0.05237906452949033, 0.05453173117210807, 0.05647954493427443, 0.05824200376206791, 0.05983676506035441, 0.0612798588850986, 0.06258594712676054, 0.06376870080150196, 0.06484140427298796, 0.06581791549608675, 0.06671409117097689, 0.06754971054649975, 0.06835081090118299, 0.069152215619615, 0.0699999294253996, 0.07095303027058615, 0.0720847138134409, 0.07348223497417729, 0.07524562724403609, 0.07748522199700189, 0.08031812850475595, 0.08386394546667426, 0.08824003510572082, 0.09355671889794265, 0.09991273540135433, 0.10739124290440594, 0.11605659725243617, 0.12595203168529773, 0.1370983038665464, 0.14949329247888302, 0.16311247004448778, 0.1779101361727935, 0.19382126547897505, 0.21076381432870372, 0.22864133066798645, 0.24734571698690477, 0.26676001917627484, 0.2867611324273363, 0.3072223369578433, 0.32801560043985734, 0.34901360497574474, 0.370091475325206, 0.3911282007966116, 0.41200775624070846, 0.4326199378576433, 0.45286093346854583, 0.47263365996542095, 0.4918478917774354, 0.5104202142883568, 0.5282738326740255, 0.5453382650850632, 0.5615489495640659, 0.5768467903212674, 0.5911776680196982, 0.6044919378208731, 0.6167439383034818, 0.6278915159507306, 0.6378956200222271, 0.6467199384420883, 0.6543306366327524, 0.6606961818912125, 0.6657872824787854, 0.6695769715110652, 0.672040814808239, 0.6731572762493356, 0.6729082474785061, 0.6712797212636499, 0.6682626264280916, 0.6638537841770688, 0.6580569718470493, 0.650884066925175, 0.6423561600931587, 0.6325046596158661, 0.6213722584870931, 0.6090136746521437, 0.595496117611548, 0.5808993986883537, 0.5653156132877346, 0.5488483550981574, 0.5316114709502605, 0.5137273749776026, 0.49532494406091, 0.4765371405264018, 0.45749841643580025, 0.4383420304436537, 0.41919752460191706, 0.40018830866172383, 0.38142941850372114, 0.3630259049642382, 0.34507142050598605, 0.32764733210212743, 0.31082227597770445, 0.29465208722226555, 0.2791800954670511, 0.26443772899312357, 0.25044532374023604, 0.23721313423988616, 0.2247424203745177, 0.21302660294606268, 0.20205241820009487, 0.1918010418847867, 0.18224915358348784, 0.17336991871609997, 0.1651338872376364, 0.1575097759445521, 0.15046516622850828, 0.1439670950336778, 0.137982554138761, 0.13247890243558258, 0.12742419668381372, 0.12278745541570402, 0.11853885790072684], "A": [0.0, 0.00925217832833423, 0.018266497341045896, 0.028239173322965706, 0.040087176487833207, 0.054397922489527746, 0.07143550061241406, 0.09118475756080337, 0.11342289288949656, 0.13779787152098433, 0.16389680350606123, 0.1912966761904654, 0.21959720052390927, 0.24843912063806226, 0.27751215243561034, 0.30655624994855635, 0.3353589406090142, 0.36375060198708753, 0.3915988694122311, 0.4188029011200715, 0.445287904558276, 0.4710001427865409, 0.49590252714025573, 0.5199708295120683, 0.5431905092559336, 0.5655541215476466, 0.5870592588965181, 0.6077069655176827, 0.6275005583448038, 0.6464447850431314, 0.6645452518557702, 0.6818080575103, 0.6982395774071819, 0.7138463506346422, 0.7286350319239929, 0.7426123793784508, 0.7557852554313114, 0.7681606266350596, 0.7797455507606789, 0.7905471438941079, 0.8005725242449446, 0.8098287314463362, 0.8183226230177975, 0.8260607513642981, 0.833049226192975, 0.8392935683014703, 0.8447985601676897, 0.8495681011648759, 0.8536050725255024, 0.856911220479093, 0.8594870610187424, 0.8613318150496743, 0.8624433790005972, 0.8628183371348419, 0.8624520217839944, 0.8613386269503228, 0.8594713810611887, 0.8568427795090069, 0.85344488799814, 0.8492697077005292, 0.8443096096108362, 0.8385578262008181, 0.8320090017235277, 0.8246597791728761, 0.8165094161860816, 0.8075604153644118, 0.7978191209085205, 0.7872962894409079, 0.77600759050684, 0.7639739881399104, 0.7512220282515624, 0.7377839661218676, 0.7236977181534003, 0.7090066720322123, 0.6937593171902942, 0.6780087016499668, 0.6618117696731419, 0.6452285727393324, 0.6283214002978289, 0.6111538668236456, 0.5937899934196419, 0.5762933139488706, 0.5587259987256739, 0.541148166933023, 0.5236171828213136, 0.5061871387503243, 0.4889084401939098, 0.4718275159678963, 0.45498661869221935, 0.43842376949020706, 0.4221727624276624, 0.40626325705618294, 0.390720932231548, 0.3755676834417531, 0.36082185701353076, 0.3464985057724221, 0.3326096506971287, 0.3191645558563004, 0.3061699907234341, 0.2936304902915997, 0.2815486027720684, 0.26992512486649045, 0.25875932390693585, 0.24804914712173573, 0.23779141832517148, 0.22798202363348083, 0.21861608753125553, 0.20968814093623533, 0.2011922834721903, 0.1931223409144206, 0.18547202018975895, 0.1782350643343591, 0.17140540824270226], "R": [0.0, 2.5797592385315582e-05, 9.238381419517204e-05, 0.00019162446008008944, 0.0003229842139032796, 0.0004899685941984359, 0.0006973804267706617, 0.0009494042116871373, 0.001248487229756669, 0.0015949051609864913, 0.0019868258855506755, 0.0024206684726973487, 0.0028915875855435743, 0.00339396657831719, 0.003921852028658296, 0.004469300859816969, 0.005030634978406848, 0.005600611546597391, 0.006174522948301074, 0.0067482414469191895, 0.007318223265201826, 0.007881484390096, 0.008435557486790266, 0.008978438630285763, 0.009508529063903204, 0.010024576518895122, 0.010525619592128667, 0.01101093619107527, 0.011479998091916029, 0.011932431624448665, 0.012367984575694971, 0.012786499069505096, 0.013187889745593682, 0.013572126621186282, 0.01393922185896781, 0.0142892197283126, 0.01462218906413279, 0.014938217633619464, 0.015237407890951023, 0.01551987368054565, 0.01578573753061644, 0.016035128269531768, 0.01626817875266644, 0.01648502356441217, 0.016685796611141668, 0.01687062857204105, 0.01703964421516083, 0.017192959611530508, 0.017330679323219314, 0.017452893626652144, 0.017559675889377867, 0.01765108018826343, 0.017727139270823276, 0.017787862997442075, 0.01783323737290962, 0.01786322426612433, 0.017877761985479558, 0.0178767667136586, 0.017860135091565102, 0.017827747798473514, 0.017779474441427946, 0.017715179596735024, 0.01763473009118111, 0.01753800341042248, 0.017424897168603876, 0.017295339535991154, 0.017149300143520643, 0.016986801399349008, 0.01680792981896713, 0.01661284657397475, 0.01640179744425622, 0.016175121267876107, 0.01593325611539019, 0.015676743704992935, 0.01540623110224139, 0.015122469460122464, 0.014826310004250956, 0.014518697085231997, 0.014200658655403797, 0.013873294583313246, 0.013537762888902882, 0.013195264896807677, 0.012847028881431551, 0.012494294931099277, 0.012138298573570147, 0.011780256127782177, 0.011421351732541512, 0.011062725256134581, 0.010705460970054767, 0.010350580442305425, 0.009999035851563913, 0.0096517055190569, 0.009309390953107932, 0.008972816206205245, 0.008642628072707584, 0.008319397593699498, 0.008003622382743833, 0.007695730338761832, 0.007396083190840133, 0.007104980857280611, 0.006822666025385999, 0.0065493287622376915, 0.006285111153023446, 0.006030111984557934, 0.005784391296540334, 0.005547974675835044, 0.005320857537146093, 0.0051030092087459645, 0.004894376827377694, 0.004694889082181667, 0.0045044598297192175, 0.0043229916724222255, 0.004150379392076611]}}, {"id": "Alopecia Areata|", "disease": "Alopecia Areata", "interventions": [], "t": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0, 24.25, 24.5, 24.75, 25.0, 25.25, 25.5, 25.75, 26.0, 26.25, 26.5, 26.75, 27.0, 27.25, 27.5, 27.75, 28.0], "anagen_fraction": 0.0, "anagen_fraction_pct_of_healthy": 0.0, "peak_hair": 0.354, "peak_hair_pct_of_healthy": 34.5, "states": {"W": [0.1, 0.20955223877930632, 0.29975014881081685, 0.37385338544845836, 0.4345576912256426, 0.4841861584267644, 0.5247570702645087, 0.5580275134072208, 0.5855269977990153, 0.6085849562009268, 0.6283537180330648, 0.6458278805748078, 0.6618607417860866, 0.6771783369753569, 0.6923915460011609, 0.708006678217355, 0.7244348846817982, 0.7420006845184456, 0.7609498474458233, 0.7814568125534372, 0.8036317836398773, 0.8275275965377965, 0.8531464143636813, 0.8804462850455069, 0.9093475550579025, 0.9397391155175816, 0.9714844355397575, 1.0044273259289227, 1.0383973612633455, 1.0732148997320432, 1.108695642975679, 1.144654683373507, 1.1809100100461893, 1.2172854646923306, 1.253613145911801, 1.28973528559437, 1.325505632232163, 1.360790391934084, 1.395468760456817, 1.429433127156617, 1.4625889856014496, 1.494854615817519, 1.526160584938634, 1.5564491165209795, 1.585673352708479, 1.6137965557688443, 1.6407913313390863, 1.6666387509106102, 1.6913275780736503, 1.7148534295574174, 1.7372180584119057, 1.7584286283437691, 1.77849705140512, 1.797439375926074, 1.8152752195302815, 1.8320272596151586, 1.8477207647545435, 1.8623831739760681, 1.8760437293749637, 1.8887331226984092, 1.900483209860742, 1.911326727443736, 1.9212970689496924, 1.9304280594995817, 1.9387537819019687, 1.946308397304746, 1.9531260102641848, 1.959240527898002, 1.9646855549447453, 1.9694942843962455, 1.9736994161452608, 1.9773330704040037, 1.9804267309135675, 1.9830111750616093, 1.9851164188877295, 1.9867716901895027, 1.9880053701516034, 1.988844984437129, 1.989317157317025, 1.9894476083841708, 1.9892611209510045, 1.988781547923198, 1.9880317907644176, 1.9870338097672855, 1.9858086131396309, 1.984376272299442, 1.9827559190151616, 1.980965766120197, 1.9790231112557368, 1.9769443592346776, 1.97474503492532, 1.9724398043147076, 1.9700424919985409, 1.9675661088404937, 1.9650228706304922, 1.9624242250670278, 1.9597808753129506, 1.9571028065587088, 1.9543993125545784, 1.9516790220719333, 1.9489499258773284, 1.94621940331308, 1.9434942495014302, 1.940780701941613, 1.9380844672503759, 1.935410747067296, 1.9327642637672986, 1.9301492858238534, 1.9275696520439365, 1.9250287962443402, 1.922529770059383, 1.9200752662739098, 1.9176676398743135], "B": [0.9, 0.8754704688298374, 0.828251312666949, 0.7789279822753981, 0.7310650587276795, 0.6856687485566867, 0.6430340361228356, 0.6031957421165538, 0.5660788706183171, 0.5315592843778675, 0.4994913996216821, 0.4697219928612557, 0.44209752735926894, 0.41646820278958746, 0.3926902619608969, 0.37062731859840636, 0.3501511065146728, 0.3311418539677677, 0.3134884027676543, 0.2970881313006934, 0.28184672199372723, 0.26767780337804015, 0.25450249412741005, 0.2422488798733997, 0.23085144993864826, 0.22025052065784562, 0.21039166783982885, 0.20122518611006607, 0.1927055862744896, 0.18479113698846203, 0.17744345520903598, 0.1706271429026479, 0.16430946748477002, 0.15846008207167844, 0.15305078147164067, 0.14805528854196665, 0.14344906698826126, 0.13920915718065582, 0.1353140311880805, 0.1317434647288658, 0.12847842350212482, 0.12550096216414403, 0.12279413442343412, 0.12034191281236387, 0.11812911747929247, 0.11614135283176774, 0.11436494971532075, 0.1127869164055406, 0.1113948927421833, 0.11017711165039655, 0.10912236303544232, 0.1082199630697667, 0.10745972649932124, 0.10683194221216478, 0.10632735148260783, 0.1059371284858059, 0.10565286286189088, 0.10546654432712178, 0.10537054807647692, 0.10535762196405067, 0.10542087427583506, 0.1055537620529341, 0.10575008082310655, 0.10600395373955107, 0.10630982232922684, 0.10666243589914899, 0.10705684250172633, 0.10748837900129393, 0.10795266189165438, 0.10844557797911199, 0.10896327517211259, 0.10950215247405155, 0.11005885102018909, 0.11063024419152269, 0.11121342841129936, 0.11180571411727666, 0.11240461629392326, 0.11300784510290163, 0.11361329661337279, 0.11421904378648963, 0.11482332725025311, 0.1154245472756231, 0.116021254629914, 0.11661214245050783, 0.11719603756376844, 0.11777189297411557, 0.11833877946727216, 0.1188958791186465, 0.1194424772255319, 0.11997795586846706, 0.12050178674368248, 0.12101352505017411, 0.12151280286702258, 0.12199932415518033, 0.12247285838767909, 0.12293323561756343, 0.12338034119714084, 0.12381411105796784, 0.12423452741375278, 0.12464161426436526, 0.1250354336587922, 0.12541608148181804, 0.1257836844428971, 0.1261383962544744, 0.12648039516577506, 0.1268098806266897, 0.12712707078990623, 0.12743219986491647, 0.12772551614618016, 0.12800727954769434, 0.12827776003008476, 0.1285372354355148, 0.12878599013620018], "S": [0.02, 0.028651474478877746, 0.05255985144764013, 0.09169287811676731, 0.14279125101035173, 0.2013674582092652, 0.2630091128462052, 0.32407478252478644, 0.38193884572197767, 0.4349567910065139, 0.4822956014396209, 0.5237268671034155, 0.5594353902023748, 0.5898640134832275, 0.6155977602673882, 0.6372822259848243, 0.6555687612622116, 0.671079462356855, 0.6843860419690346, 0.6959982879952105, 0.7063589123433719, 0.7158426415857762, 0.7247581871910471, 0.7333519791862356, 0.7418131380078528, 0.7502792227780418, 0.7588424428111687, 0.7675560729282883, 0.7764408993026639, 0.7854914803379175, 0.7946820671549246, 0.8039720647887317, 0.8133109203945601, 0.8226423699807615, 0.8319080090547581, 0.8410501834914824, 0.8500142302908146, 0.8587501301413609, 0.8672136023004714, 0.8753667707483185, 0.8831784325823777, 0.8906240342621647, 0.8976854166700264, 0.9043503999198585, 0.9106122412811443, 0.9164690278398478, 0.9219231165017581, 0.9269804392335443, 0.9316499627969153, 0.935943054319282, 0.9398730176813136, 0.943454608484866, 0.9467036174941191, 0.9496365096161874, 0.9522701125556945, 0.9546213576118875, 0.9567070602039073, 0.9585437405731515, 0.9601474932114631, 0.9615338629979775, 0.9627177799429726, 0.9637134871570545, 0.9645345208392144, 0.965193673282849, 0.9657030029902498, 0.9660738271591217, 0.9663167492372107, 0.9664416701660241, 0.9664578258995415, 0.9663738098317761, 0.9661976139805515, 0.965936658213735, 0.9655978371243744, 0.9651875440515214, 0.9647117153944345, 0.964175860566444, 0.9635850989347753, 0.9629441888442852, 0.9622575616607972, 0.9615293445801718, 0.9607633924476399, 0.9599633056465169, 0.9591324582788834, 0.9582740122997683, 0.9573909416552099, 0.9564860430140264, 0.9555619560108383, 0.954621170814429, 0.9536660448290046, 0.9526988085907173, 0.9517215773984838, 0.9507363580851058, 0.9497450577465872, 0.9487494862125357, 0.9477513639900274, 0.9467523248588802, 0.9457539208074667, 0.9447576248787929, 0.9437648336124068, 0.9427768697605557, 0.941794984015942, 0.940820357398394, 0.9398541022351641, 0.9388972641997834, 0.937950823091628, 0.9370156945439712, 0.9360927310944701, 0.9351827235026244, 0.9342864017887262, 0.9334044366498742, 0.9325374406446961, 0.9316859695886953, 0.9308505239677778], "D": [0.15, 0.14797906755419454, 0.15735994019999322, 0.17591958441288794, 0.20067798776052725, 0.2291976135055626, 0.2597267613907902, 0.2910639808167185, 0.3224050514127734, 0.3532250872740333, 0.38319548008945686, 0.4121264328526555, 0.4399267693633526, 0.4665751662011961, 0.4920989380427935, 0.5165579133305831, 0.5400318639219228, 0.5626105932095902, 0.5843861174392602, 0.6054466424402265, 0.6258721385668821, 0.6457313711438964, 0.6650802478566739, 0.6839613048987516, 0.7024041406697866, 0.7204265735655151, 0.7380362952572745, 0.7552328020731407, 0.7720094076913193, 0.7883551955035821, 0.8042567875296631, 0.8196998633458925, 0.8346703993540943, 0.8491556268927463, 0.8631447157560002, 0.8766292233013782, 0.8896033444875054, 0.902064002510615, 0.9140108082829688, 0.925445937462225, 0.9363739399215052, 0.9468015119590555, 0.9567372470825107, 0.9661913811732247, 0.9751755379373159, 0.9837024842860054, 0.9917859179266983, 0.9994402431844147, 1.0066803976153647, 1.0135216679591166, 1.0199795547428638, 1.0260696374659621, 1.0318074645172353, 1.0372084574888278, 1.0422878303762142, 1.0470605228741638, 1.0515411449806857, 1.055743932583379, 1.0596827123640886, 1.0633708747107542, 1.0668213550926884, 1.0700466185570536, 1.0730586548609495, 1.0758689706400104, 1.0784885934916209, 1.0809280723210741, 1.0831974865448881, 1.0853064519730422, 1.0872641334603106, 1.0890792545317478, 1.090760111989169, 1.0923145881504737, 1.0937501678049697, 1.0950739502118672, 1.0962926656888559, 1.0974126905145791, 1.0984400619264887, 1.0993804935031695, 1.100239390069897, 1.1010218617278325, 1.101732738820753, 1.1023765845928206, 1.1029577097095078, 1.1034801839224326, 1.1039478498017783, 1.104364333240982, 1.1047330563272242, 1.1050572466023525, 1.1053399490186937, 1.1055840344502228, 1.105792210024714, 1.1059670274608826, 1.106110892385297, 1.1062260710617793, 1.1063146991017465, 1.1063787878688305, 1.1064202317221048, 1.1064408142343027, 1.1064422140606207, 1.1064260109440147, 1.1063936906165883, 1.1063466504700057, 1.1062862036276575, 1.1062135841275809, 1.106129950483057, 1.1060363901755144, 1.1059339231968257, 1.1058235058274097, 1.1057060335865652, 1.1055823448633881, 1.1054532235273147, 1.1053194021289845, 1.105181564267559], "H": [0.2, 0.20757845940172207, 0.21877553760836657, 0.2336126267816661, 0.251264505106147, 0.2705958171623282, 0.29050215474616187, 0.31008397006332544, 0.3287013091207435, 0.34595846351339565, 0.3616574505530421, 0.37574498884570445, 0.3882652963452187, 0.3993228850937039, 0.40905538365778854, 0.41761470993742106, 0.42515456628415305, 0.4318225010862578, 0.4377551101280354, 0.4430753851503545, 0.44789148884434676, 0.45229648253873433, 0.456368712264464, 0.4601726093071027, 0.46375978810874396, 0.46717033675726954, 0.47043422207306357, 0.47357274383771336, 0.47659998952854554, 0.47952423585200316, 0.48234925769171005, 0.48507551544044786, 0.4877011972036292, 0.4902231051023103, 0.4926373811444245, 0.4949400787031569, 0.49712759141487395, 0.4991969575986404, 0.5011460503867742, 0.5029736846183391, 0.5046796484175247, 0.5062646825733604, 0.5077304204811657, 0.5090793029380049, 0.5103144740214001, 0.511439669196344, 0.512459117428543, 0.5133774196231948, 0.5141994609656869, 0.5149303052806907, 0.5155751245385473, 0.5161391232082437, 0.5166274775033638, 0.5170452838540109, 0.5173975162547167, 0.5176889928120971, 0.5179243488994267, 0.518108017300074, 0.5182442154067471, 0.5183369346361207, 0.5183899378987981, 0.5184067564438476, 0.5183906946008007, 0.5183448311681288, 0.5182720284945309, 0.5181749380785117, 0.5180560116388017, 0.5179175090816599, 0.5177615104225629, 0.5175899249857867, 0.517404503228839, 0.5172068464163283, 0.5169984187632796, 0.5167805556360866, 0.5165544751361264, 0.5163212861594311, 0.5160819986839641, 0.51583753103358, 0.5155887192603545, 0.5153363231186586, 0.5150810345806291, 0.5148234826546485, 0.5145642408962665, 0.514303831325729, 0.5140427308912632, 0.513781374571955, 0.5135201608556736, 0.5132594540868718, 0.5129995890575979, 0.5127408728938961, 0.5124835883787485, 0.5122279959796472, 0.5119743364556189, 0.5117228318572856, 0.5114736878460301, 0.5112270946313732, 0.5109832284913484, 0.5107422527196097, 0.5105043184843264, 0.5102695657290893, 0.510038123695721, 0.5098101117174773, 0.5095856394857903, 0.5093648076995918, 0.5091477082320102, 0.5089344246013607, 0.5087250321839215, 0.508519598519547, 0.5083181834377687, 0.5081208393669805, 0.5079276114557627, 0.5077385378141611, 0.5075536496537899], "F": [0.05, 0.05237906453007262, 0.05453173115604994, 0.05647954447370354, 0.05824199890278838, 0.05983673393340447, 0.06127971118812202, 0.06258537560128222, 0.0637668033590624, 0.06483583966098724, 0.06580322954896602, 0.06667874464816081, 0.06747130746960707, 0.06818911306268231, 0.06883974582656292, 0.06943028773840507, 0.06996741359274167, 0.07045746936940762, 0.07090653100378533, 0.07132044268320115, 0.07170483552851484, 0.07206512909264448, 0.07240651910118603, 0.07273395532603985, 0.07305211359186362, 0.07336536546158465, 0.07367774866404964, 0.07399294066525834, 0.07431423697299906, 0.07464453525300278, 0.07498632593646164, 0.07534168935508098, 0.07571229928444242, 0.07609943234821624, 0.07650398277310236, 0.0769264818613424, 0.07736712138439197, 0.07782577983395855, 0.0783020512779828, 0.0787952756983177, 0.07930457007731005, 0.07982885987665778, 0.08036691007598287, 0.08091735530234208, 0.08147872887458962, 0.08204949021904079, 0.08262804986382233, 0.0832127932997088, 0.08380210157717555, 0.08439437079627793, 0.08498802826718305, 0.08558154721781323, 0.08617345864141551, 0.08676236125159453, 0.0873469299206425, 0.0879259218254867, 0.08849818123186248, 0.08906264218843145, 0.08961833024689038, 0.09016436327635174, 0.09069995061982553, 0.09122439212751773, 0.09173707547518532, 0.09223747353638607, 0.09272514037702462, 0.09319970839950437, 0.09366088366034234, 0.0941084420430697, 0.0945422244828389, 0.09496213227721292, 0.09536812216871482, 0.09576020285559478, 0.0961384296307939, 0.09650290103646915, 0.0968537539911011, 0.09719115971724741, 0.09751531952009176, 0.09782646202515008, 0.09812483903254252, 0.09841072307643284, 0.098684403770172, 0.09894618509400191, 0.09919638227657576, 0.09943532031047049, 0.09966333100053414, 0.0998807517138798, 0.10008792294744043, 0.10028518680576635, 0.10047288505848247, 0.10065135851598675, 0.10082094548280551, 0.1009819809742379, 0.10113479545738419, 0.10127971408042574, 0.10141705590212391, 0.10154713360983977, 0.1016702528205481, 0.10178671179762816, 0.10189680092253488, 0.10200080235385096, 0.10209899009882095, 0.10219162969096168, 0.10227897827804436, 0.10236128439846758, 0.10243878796070005, 0.10251172031506005, 0.10258030438552942, 0.10264475469461645, 0.10270527760054753, 0.10276207128115568, 0.10281532588928156, 0.10286522376111615, 0.10291193965388881], "A": [0.0, 0.003160888258623238, 0.006250289685975136, 0.00968690959575499, 0.013792155795604093, 0.01877158519223585, 0.024716543127877397, 0.03161979234523702, 0.039401177654208926, 0.04793564085689365, 0.0570774666708133, 0.0666780954272413, 0.07659750180464384, 0.0867104082735601, 0.09690886198248282, 0.10710250313123539, 0.11721751062864982, 0.127194868926603, 0.1369883872978245, 0.14656270899129575, 0.15589145177924468, 0.16495554703481421, 0.17374179960042013, 0.18224167780835007, 0.19045031516593036, 0.19836570364602876, 0.2059880535914443, 0.21331929422384938, 0.2203626876882475, 0.22712253480001346, 0.2336039510360621, 0.23981269515870146, 0.2457550369274182, 0.2514376533875793, 0.2568675446145648, 0.262051963711558, 0.2669983568840257, 0.2717143115496455, 0.27620750859078497, 0.2804856807539805, 0.28455657389144895, 0.2884279123090446, 0.2921073673754414, 0.2956025294099775, 0.2989208827811055, 0.302069784035441, 0.30505644284982164, 0.3078879061059925, 0.31057104441407646, 0.3131125412061107, 0.31551888395831096, 0.3177963573963836, 0.319951038983655, 0.32198879592764057, 0.32391528349776805, 0.3257359449158672, 0.3274560122687127, 0.3290805085344008, 0.33061425025622787, 0.33206185122403625, 0.333427726611426, 0.3347160974561711, 0.335930996037276, 0.337076270790896, 0.33815559233929604, 0.33917245888978037, 0.34013020245670317, 0.3410319945385491, 0.34188085234285154, 0.3426796445479468, 0.34343109739948807, 0.34413780036691943, 0.344802212186934, 0.34542666612566003, 0.34601337587845216, 0.34656444053929575, 0.34708185023618354, 0.34756749074585463, 0.34802314885508046, 0.34845051660879856, 0.3488511963676967, 0.3492267046869724, 0.3495784770499956, 0.34990787140564655, 0.3502161725637729, 0.3505045954108669, 0.3507742889685602, 0.35102633930836113, 0.35126177328780367, 0.3514815612136183, 0.3516866200820525, 0.3518778162120405, 0.35205596818814644, 0.35222184906500653, 0.35237618910410856, 0.35251967785111554, 0.3526529664652648, 0.35277666974033317, 0.35289136804795723, 0.3529976093022031, 0.353095910577717, 0.3531867599772724, 0.3532706180084057, 0.3533479193004138, 0.35341907383201443, 0.353484468419528, 0.3535444679190701, 0.3535994165012186, 0.353649638656784, 0.3536954404221195, 0.3537371102734468, 0.35377492019806095, 0.3538091264927614], "R": [0.0, 8.811342744442646e-06, 3.158049546212397e-05, 6.560192102602567e-05, 0.0001107958576591095, 0.00016847120635980637, 0.00024036728524158216, 0.0003279840766741688, 0.00043219354505159456, 0.0005530930351367035, 0.000690033939724211, 0.0008417530721237499, 0.0010065462087345896, 0.0011824427924812509, 0.001367358632773813, 0.001559216744936696, 0.0017560352688578667, 0.0019559856777885696, 0.002157426378461201, 0.0023589173757734136, 0.0025592211429760676, 0.0027572940971321335, 0.002952272000110863, 0.0031434522249994563, 0.003330274696581944, 0.00351230293753301, 0.003689206115381058, 0.0038607426917890613, 0.00402674582920925, 0.004187110688810667, 0.0043417836982544275, 0.004490753432115333, 0.004634042953909132, 0.0047717035408174555, 0.0049038095028580125, 0.005030453867043118, 0.005151744782517034, 0.00526780265503005, 0.005378757630364024, 0.005484747507798896, 0.005585916006165705, 0.005682411224289324, 0.00577438434248666, 0.005861988497615682, 0.005945377795821164, 0.006024706459824156, 0.006100128030866334, 0.006171794774737831, 0.00623985710014968, 0.0063044630817856405, 0.0063657580236185386, 0.006423884079881771, 0.006478980017114035, 0.00653118099375417, 0.006580618307736823, 0.0066274192682303674, 0.006671707069176611, 0.006713600776124738, 0.0067532152667842075, 0.0067906611965872134, 0.006826045007966319, 0.0068594689478223125, 0.006891031110925095, 0.006920825552930284, 0.006948942383328549, 0.006975467778899896, 0.007000484100665164, 0.007024069987544406, 0.00704630045539408, 0.007067247078304483, 0.007086978117228473, 0.00710555852587889, 0.007123050138473188, 0.007139511728861147, 0.0071549991515408315, 0.007169565527916098, 0.007183261348603148, 0.0071961345263902125, 0.007208230531649721, 0.007219592469357361, 0.007230261190471144, 0.0072402754551151235, 0.007249672022933345, 0.007258485698734869, 0.007266749450379455, 0.007274494466550371, 0.007281750252929555, 0.007288544759209148, 0.007294904454893113, 0.007300854364636246, 0.0073064181534508955, 0.007311618178029258, 0.007316475568900677, 0.0073210103278004215, 0.007325241363400569, 0.007329186531483676, 0.007332862700262089, 0.007336285791154935, 0.00733947085441333, 0.007342432119618513, 0.007345183014440075, 0.007347736218316826, 0.0073501036923467435, 0.007352296728117329, 0.007354325996258319, 0.007356201568284575, 0.0073579329443682305, 0.007359529089644044, 0.007360998453963582, 0.007362349012720567, 0.0073635882967973635, 0.007364723409653548, 0.007365761046152536]}}, {"id": "Alopecia Areata|JAK_inhibitor", "disease": "Alopecia Areata", "interventions": ["JAK_inhibitor"], "t": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0, 24.25, 24.5, 24.75, 25.0, 25.25, 25.5, 25.75, 26.0, 26.25, 26.5, 26.75, 27.0, 27.25, 27.5, 27.75, 28.0], "anagen_fraction": 0.593, "anagen_fraction_pct_of_healthy": 103.1, "peak_hair": 0.915, "peak_hair_pct_of_healthy": 89.2, "states": {"W": [0.1, 0.2095522387792441, 0.29975014880905293, 0.37385338543580526, 0.4345576911702065, 0.48418615821966154, 0.5247570694753431, 0.5580275102177339, 0.58552698486183, 0.6085849064457934, 0.6283535414772612, 0.6458273067313772, 0.6618590303614175, 0.6771736294947934, 0.692379532244002, 0.7079780592463462, 0.7243708756815126, 0.7418655484015935, 0.7606792105678287, 0.7809403513935576, 0.8026888281702315, 0.8258743385240791, 0.8503537988846682, 0.8758883611689767, 0.9021411633062575, 0.9286773548260945, 0.9549683438590262, 0.9804025340947586, 1.0043047326521672, 1.02596569814795, 1.0446817550683076, 1.0598022249591794, 1.0707794596941245, 1.0772140733312545, 1.0788870921250655, 1.0757726722033574, 1.068029305469555, 1.0559723328851411, 1.0400344599584554, 1.0207220695523096, 0.9985744257663347, 0.9741299070911308, 0.947901189124798, 0.9203591011146636, 0.8919238335843055, 0.8629617726851617, 0.8337860831273551, 0.8046598100335969, 0.7758002914237405, 0.7473841676736777, 0.7195524742333097, 0.6924155158416003, 0.6660573938087858, 0.6405400055578796, 0.6159066406119232, 0.5921850824401982, 0.569390289155618, 0.5475266900987256, 0.5265901421934703, 0.506569588211663, 0.48744845958409394, 0.469205856442626, 0.4518175398241957, 0.4352567644054416, 0.4194949674825127, 0.40450235773034665, 0.3902483921143389, 0.3767021751429044, 0.3638327891671979, 0.3516095669517566, 0.34000231309949397, 0.3289814846895087, 0.3185183379281661, 0.30858504673818626, 0.299154796453822, 0.2902018583451967, 0.2817016485621306, 0.27363077415759973, 0.2659670681512881, 0.25868962089270275, 0.2517787966907196, 0.24521625386334212, 0.23898495559170663, 0.23306918074605495, 0.22745453055460205, 0.22212793031793393, 0.2170776301722933, 0.21229320082572337, 0.2077655231144918, 0.20348677309696228, 0.19945039912207813, 0.19565109206743192, 0.1920847456943449, 0.18874840753903682, 0.18564022380187753, 0.182759371778892, 0.18010598526886973, 0.17768107817300124, 0.17548646333291382, 0.1735246725877687, 0.17179887892135245, 0.1703128389180526, 0.16907083811810916, 0.16807766381852812, 0.16733859768783907, 0.16685943528405886, 0.16664653532111112, 0.166706895715512, 0.16704826053634445, 0.16767925304863393, 0.1686095341766712, 0.16984998400845644, 0.17141290191264488], "B": [0.9, 0.8754704688298405, 0.8282513126674451, 0.7789279822948371, 0.7310650590029178, 0.6856687507687592, 0.6430340486938045, 0.6031957986346659, 0.566079084378847, 0.531559989443693, 0.499493474361957, 0.4697275255787843, 0.44211105800342615, 0.41649884384474, 0.39275504742202894, 0.3707561389041339, 0.350393553276324, 0.3315762364596391, 0.3142331206901068, 0.29831551597763906, 0.2837993843278496, 0.2706874203097002, 0.2590107608682698, 0.24882995804536975, 0.24023458509410045, 0.23334059284119546, 0.228284415935662, 0.22521303241900653, 0.22426984531302946, 0.2255773721662284, 0.22921899639757035, 0.23522287084708415, 0.24355125522747756, 0.2540974955748512, 0.26669111777130317, 0.28110973599579225, 0.29709512061579013, 0.31437048508920507, 0.3326564459230953, 0.35168408316323135, 0.37120436193945905, 0.3909940477569096, 0.41085859423460325, 0.4306327180641273, 0.4501793544189328, 0.46938758258502583, 0.48817004989100404, 0.5064601454161427, 0.5242092091256574, 0.5413838885689846, 0.5579637243940466, 0.5739389961736417, 0.5893088291324291, 0.6040795601949024, 0.6182633273309807, 0.6318768699429657, 0.6449405085525757, 0.6574772798576848, 0.6695122041397271, 0.6810716637857942, 0.6921828744050963, 0.702873433488814, 0.7131709316153781, 0.7231026143658535, 0.732695088485558, 0.7419740541539399, 0.7509640686682924, 0.7596883272924527, 0.7681684580578326, 0.7764243261808885, 0.784473845316639, 0.7923327917891941, 0.8000146192479889, 0.8075302718040781, 0.8148879947490636, 0.8220931416601953, 0.8291479777792554, 0.8360514806370045, 0.8427991417390861, 0.8493827693858873, 0.8557903021733737, 0.8620056368374304, 0.8680084864665107, 0.8737742818176013, 0.8792741258386902, 0.8844748290509504, 0.8893390476144044, 0.893825546323025, 0.8978896082628813, 0.901483618492498, 0.9045578446268536, 0.9070613898174766, 0.9089433400145803, 0.9101540679226172, 0.9106466511304666, 0.9103783107859322, 0.9093118007398664, 0.9074166774788983, 0.9046703049449374, 0.9010585195639677, 0.8965758665487038, 0.8912255051404816, 0.8850185759482845, 0.8779732802996814, 0.8701136439302575, 0.8614681241659218, 0.8520681823113097, 0.8419469010073337, 0.8311377995447289, 0.8196738802109764, 0.8075869561894053, 0.7949072824701093, 0.7816634688047727], "S": [0.02, 0.02865147447887605, 0.05255985144751061, 0.09169287811520027, 0.1427912510015869, 0.2013674581787326, 0.2630091127787592, 0.32407478248164645, 0.38193884613220036, 0.4349567933861677, 0.4822956094214802, 0.5237268859075809, 0.55943541746419, 0.5898640028071171, 0.615597516794412, 0.6372811550131965, 0.6555653532277473, 0.6710703196718747, 0.6843642003412348, 0.6959505349792598, 0.7062617428282413, 0.7156565488376798, 0.7244199889718881, 0.7327650401938725, 0.740835529077773, 0.7487101070664688, 0.7564072770271248, 0.763891545829671, 0.7710808007067952, 0.777854944165506, 0.7840657416794807, 0.7895476311021926, 0.7941290762653711, 0.7976438594413494, 0.7999414977037339, 0.8008959716625527, 0.8004120816084332, 0.7984290404924945, 0.7949213237683659, 0.7898971267607494, 0.7833950377946388, 0.7754796043072095, 0.7662363896222961, 0.7557670177767084, 0.7441845212065943, 0.7316091884177203, 0.7181650065073655, 0.7039766558096289, 0.6891670682525645, 0.6738554762272085, 0.658155878772122, 0.6421758758037092, 0.6260158150203164, 0.6097681861003064, 0.5935172384944429, 0.5773387807287865, 0.5613001392221675, 0.5454602441535407, 0.5298698219330815, 0.5145716853211465, 0.4996010951175181, 0.48498618645859465, 0.47074844576359787, 0.4569032271756392, 0.4434603018505444, 0.430424422627553, 0.4177959087233081, 0.4055712335218931, 0.39374360975312284, 0.3823035630378594, 0.3712394909780359, 0.3605381959843899, 0.3501853859600308, 0.34016613583240196, 0.33046530550287445, 0.3210679084055862, 0.31195942683623024, 0.30312607284888826, 0.29455499521128137, 0.28623442700649376, 0.2781537967661616, 0.27030377989920396, 0.26267631814957315, 0.2552646002770459, 0.2480630169348284, 0.2410671019979329, 0.2342734505380722, 0.22767963266329183, 0.22128410548100189, 0.21508612514458547, 0.20908566325392935, 0.2032833275918295, 0.19768029360419268, 0.1922782447166944, 0.18707931713335085, 0.1820860575489146, 0.17730138794068903, 0.1727285773988634, 0.1683712209564884, 0.1642332263795977, 0.16031881270780518, 0.15663250894573924, 0.1531791697440003, 0.14996399815756184, 0.1469925815511604, 0.14427094280637015, 0.14180560599989406, 0.13960368243969723, 0.13767297525677022, 0.13602210631914727, 0.1346606678458402, 0.13359940036051127, 0.13285039610230728], "D": [0.15, 0.14797906755419324, 0.15735994019989152, 0.17591958441090916, 0.20067798773750234, 0.22919761332011748, 0.259726760265907, 0.2910639753246768, 0.3224050288217413, 0.35322500654041816, 0.38319522404923567, 0.4121257009025153, 0.43992485966186673, 0.46657057164729393, 0.4920886537342677, 0.5165363290961951, 0.5399891028184194, 0.5625301514588209, 0.5842416822947, 0.6051980043495491, 0.6254601776846054, 0.6450721865883766, 0.6640585909907675, 0.6824235779646419, 0.7001513021332036, 0.7172073448965067, 0.7335410849343881, 0.7490887407006235, 0.7637768437681011, 0.7775259146289487, 0.7902541384472254, 0.8018808672519864, 0.8123298122594819, 0.8215318287076662, 0.8294272029478971, 0.8359673824523025, 0.8411161119907106, 0.8448499744622691, 0.8471583813339709, 0.8480430887942287, 0.8475173485552314, 0.8456048098695067, 0.8423382803873876, 0.8377584445858544, 0.8319126130973078, 0.8248535601668956, 0.8166384894936414, 0.8073281349627057, 0.7969860135520441, 0.7856778205081024, 0.7734709506287658, 0.7604341273873926, 0.7466371175431329, 0.7321504991908059, 0.7170454603062011, 0.7013936047215003, 0.6852667461987922, 0.6687366713425246, 0.6518748610090012, 0.6347521693908936, 0.6174384571991398, 0.6000021876724143, 0.5825099943975807, 0.5650262347372581, 0.5476125397163519, 0.5303273857327089, 0.5132256923772888, 0.4963584638717085, 0.4797724858532582, 0.46351008557025675, 0.4476089587495408, 0.43210206666820017, 0.41701760406372057, 0.40237903405709585, 0.3882051856516096, 0.3745104094147804, 0.3613047838974847, 0.348594366003235, 0.3363814780345996, 0.32466501960396155, 0.3134408146531022, 0.3027019632415637, 0.2924392075472123, 0.2826412992293221, 0.27329536559113565, 0.2643872735148203, 0.25590197332543047, 0.2478238278210921, 0.24013692469637163, 0.23282535887683323, 0.2258734887115827, 0.21926616406857916, 0.212988923100415, 0.20702815843254124, 0.20137124863863481, 0.19600666553641144, 0.19092405338963708, 0.1861142769621625, 0.18156945221949838, 0.1772829570056977, 0.1732494302761608, 0.16946475043861303, 0.16592601743317958, 0.16263152586618973, 0.1595807418059138, 0.15677428508808414, 0.1542139194718096, 0.1519025570444103, 0.14984427683026913, 0.14804436168706864, 0.14650935604198978, 0.1452471462526889, 0.1442670630631502], "H": [0.20000000000000004, 0.2097875462172909, 0.22636705979265803, 0.24975692656024234, 0.27845308097560373, 0.31039456576546487, 0.34357737995430926, 0.376367432239082, 0.40759897734070527, 0.4365469116882083, 0.4628429658587536, 0.48638019361678475, 0.5072279440056159, 0.525564825581341, 0.5416297101292928, 0.5556877420284201, 0.5680076906029474, 0.5788474549269849, 0.5884451375883678, 0.5970138863073924, 0.6047391875492099, 0.6117777903856543, 0.6182577357824358, 0.6242791164926472, 0.6299154207704781, 0.6352153504053091, 0.6402050599258082, 0.6448907864190138, 0.6492618408840037, 0.653293912591026, 0.6569526219511002, 0.6601972111814677, 0.6629842342151069, 0.6652710796214691, 0.6670191152229497, 0.6681962608572617, 0.6687788340666417, 0.668752594352956, 0.6681130202144618, 0.6668649334050051, 0.6650216487817225, 0.6626038378852371, 0.6596382663452515, 0.6561565348521118, 0.6521939011228602, 0.6477882290645092, 0.6429790825409742, 0.637806946629052, 0.6323125759464302, 0.6265364482413932, 0.620518303349816, 0.6142967562376446, 0.6079089720108104, 0.6013903905839444, 0.5947744975607906, 0.5880926366865524, 0.5813738628372767, 0.5746448310241932, 0.5679297201089529, 0.5612501931362676, 0.5546253892969482, 0.5480719482389264, 0.5416040644667631, 0.5352335697648765, 0.5289700419090148, 0.5228209356662452, 0.5167917357302686, 0.5108861269981183, 0.5051061791456887, 0.49945254123681737, 0.49392464428518984, 0.4885209063899408, 0.48323893660723216, 0.4780757329924055, 0.47302787177740624, 0.4680916835523924, 0.4632634129422951, 0.4585393595668935, 0.4539159991112661, 0.44939007879495746, 0.4449587000290191, 0.4406193714280675, 0.4363700473914503, 0.4322091465653353, 0.42813555563141403, 0.42414862400997544, 0.42024814461149745, 0.4164343294144641, 0.41270778126560553, 0.4090694623884588, 0.4055206628171389, 0.40206296858582585, 0.3986982329781514, 0.3954285504115425, 0.3922562314970012, 0.3891837831218058, 0.3862138913227943, 0.38334940692832625, 0.3805933345451902, 0.3779488250949789, 0.37541917361103866, 0.3730078177111142, 0.3707183439437091, 0.36855449777170196, 0.36652020015013603, 0.36461957158835256, 0.36285696362123043, 0.36123700028053574, 0.3597646290063007, 0.35844518267974684, 0.35728445399139375, 0.3562887829761742, 0.3554651572411638], "F": [0.05, 0.05237906453013158, 0.05453173117591318, 0.05647954502708076, 0.05824200477471098, 0.05983677185204298, 0.06127989270775349, 0.06258608423207786, 0.06376917548898946, 0.06484284791618106, 0.06582184433547274, 0.06672379196306966, 0.06757168748834783, 0.06839693349019466, 0.06924264044075767, 0.07016676427926315, 0.07124457946559154, 0.07257002301923901, 0.07425554383767093, 0.07643027435927989, 0.07923652939980602, 0.08282484017409511, 0.08734788768727139, 0.0929538060643439, 0.0997793905759581, 0.10794372362473936, 0.11754267745784483, 0.12864463820311983, 0.14128767227537625, 0.1554782201385772, 0.1711912679701033, 0.18837185953610955, 0.20693770869232378, 0.226782649978289, 0.2477806421303463, 0.26979004558321606, 0.29265793635750786, 0.31622425246214675, 0.3403256177352105, 0.36479873958594156, 0.3894833133414882, 0.4142244110900537, 0.43887435684961595, 0.46329411520426556, 0.4873542347011059, 0.5109353958261746, 0.5339286231215472, 0.5562352119366999, 0.5777664276896295, 0.5984430262430104, 0.6181946412276575, 0.636959079291666, 0.6546815513800446, 0.6713138860893554, 0.6868137311941743, 0.701143777241681, 0.7142710189276468, 0.7261660700695557, 0.7368025465998019, 0.7461565316267145, 0.7542061337335347, 0.7609311507585614, 0.7663128500787058, 0.7703338760620049, 0.7729782914050185, 0.7742317693216986, 0.7740819302134921, 0.7725188340037569, 0.7695356244225681, 0.7651293149429059, 0.7593017017531045, 0.7520603809556795, 0.7434198360968707, 0.7334025419529301, 0.7220400398619011, 0.7093739191514659, 0.6954566303914185, 0.68035205981844, 0.6641358104387178, 0.6468950570607189, 0.6287281172531136, 0.6097434814511957, 0.5900584858486776, 0.5697976089749347, 0.5490904038131401, 0.5280692398079574, 0.5068668823492577, 0.48561407029730386, 0.4644372192252309, 0.44345624935438843, 0.42278269191032747, 0.4025182189791985, 0.38275348838292367, 0.36356737040091, 0.3450265423300311, 0.3271855018699621, 0.31008688746657087, 0.2937619281854578, 0.2782312421195438, 0.2635057356282729, 0.24958761820163938, 0.23647138588356606, 0.2241449284724395, 0.21259054001021713, 0.20178591451980882, 0.19170506894442263, 0.18231918181848558, 0.1735973607095045, 0.16550731130177565, 0.1580159257992501, 0.15108978717378968, 0.14469559119895398, 0.13880049880265571], "A": [0.0, 0.009663286962076734, 0.01910802846854902, 0.029614266478351147, 0.04216459057363673, 0.0573874175730741, 0.07556200317371921, 0.09666622174976178, 0.12045502630712178, 0.1465460924341102, 0.17449393748293254, 0.20384436784622645, 0.23416924879344012, 0.2650854711157801, 0.29626278389790345, 0.3274245505497276, 0.3583444340254044, 0.3888409875740904, 0.4187714660692253, 0.44802559098793077, 0.47651971570531193, 0.5041916005284452, 0.5309958878494168, 0.5569003134880383, 0.5818826089133836, 0.6059280402970748, 0.6290275091776216, 0.6511761296759362, 0.6723721951778951, 0.6926164517260796, 0.711911602553163, 0.730261979182422, 0.7476733238581762, 0.7641526418880582, 0.7797080926517013, 0.7943488952569244, 0.8080852330413437, 0.8209281459923133, 0.8328894048554538, 0.8439813647283069, 0.8542167987086565, 0.8636087142187279, 0.8721701574883828, 0.8799140107017753, 0.8868527882357495, 0.892998436783361, 0.8983621452987014, 0.902954169971676, 0.9067836784338479, 0.9098586169392765, 0.9121856066207198, 0.9137698713547386, 0.9146152019361524, 0.9147239618097105, 0.9140971367669817, 0.9127344340572742, 0.9106344323852432, 0.9077947870448729, 0.9042124917870411, 0.8998841962982089, 0.8948065790516365, 0.8889767710970116, 0.8823928242574598, 0.875054214403862, 0.866962370171446, 0.8581212050433069, 0.8485376417989208, 0.8382221069690757, 0.8271889735435237, 0.8154569272618941, 0.8030492409050253, 0.7899939377020726, 0.776323827058878, 0.7620764033013134, 0.7472936105927951, 0.7320214730775009, 0.7163096014382975, 0.7002105943589625, 0.6837793605572369, 0.6670723826214483, 0.6501469530320682, 0.6330604062408369, 0.6158693876135438, 0.598629169333687, 0.5813930425712953, 0.5642117836458441, 0.5471332307537757, 0.530201959940965, 0.5134590480328686, 0.496941948449916, 0.4806844365631295, 0.4647166513641784, 0.44906519062262773, 0.4337532571459888, 0.4188008586933697, 0.40422502797151433, 0.3900400636750777, 0.37625778500185103, 0.36288778801363314, 0.3499376984925913, 0.33741341414010084, 0.3253193447250719, 0.31365863138655997, 0.3024333584500759, 0.29164475090943126, 0.2812933614625696, 0.2713792493049861, 0.2619021510521433, 0.2528616493879201, 0.24425734074182462, 0.23608900542806066, 0.22835678430252, 0.22106136568011067], "R": [0.0, 2.6937533533010374e-05, 9.654608612706005e-05, 0.00020055444427938973, 0.0003387187648404667, 0.0005150405451221893, 0.0007348371288877131, 0.0010026941755512026, 0.0013212774006919486, 0.0016908843863807802, 0.00210953220212236, 0.0025733589813876565, 0.0030771543646154666, 0.003614893399228213, 0.004180203020900099, 0.004766730938588818, 0.005368413615573096, 0.005979653039533981, 0.006595417982270702, 0.007211286916163711, 0.007823448563408737, 0.008428673324066818, 0.009024266187162296, 0.009608010060441813, 0.010178105321529306, 0.010733110135764322, 0.011271884478591225, 0.011793539628391112, 0.012297393974832474, 0.012782935483865335, 0.01324979044750989, 0.013697697945124971, 0.01412648937770186, 0.01453607218278437, 0.014926417025734324, 0.015297547667160464, 0.0156495329010733, 0.01598247998706841, 0.016296529122758995, 0.01659184859455433, 0.016868630319716246, 0.017127085596415972, 0.017367440918529167, 0.017589933802286677, 0.01779480859112812, 0.017982312257429887, 0.01815269024059871, 0.01830618237027225, 0.018443018950769514, 0.018563417082647807, 0.018667577279118757, 0.018755680484952953, 0.01882788556159469, 0.018884327328291973, 0.018925115247600727, 0.01895033284020009, 0.018960037896365533, 0.01895426357584175, 0.018933020462507052, 0.01889629961870391, 0.018844076710138834, 0.01877631715985837, 0.0186929823702849, 0.018594036929038136, 0.018479456723091987, 0.0183492377900772, 0.018203405724515318, 0.0180420253802654, 0.017865210599498447, 0.01767313362559384, 0.01746603378467116, 0.0172442251657781, 0.01700810287041927, 0.016758147469934464, 0.016494927469781408, 0.016219099558563863, 0.015931406494622623, 0.0156326726566092, 0.01532379734672982, 0.015005745755900185, 0.014679538951643067, 0.01434624178280704, 0.014006950327540983, 0.013662778051207901, 0.013314842334942265, 0.012964252428879825, 0.012612096752693066, 0.012259431802220931, 0.0119072717836375, 0.011556580862034488, 0.011208268024561914, 0.010863179799897479, 0.010522097401584487, 0.010185735558174052, 0.009854742875716251, 0.009529701220850919, 0.009211125866266117, 0.008899471970860827, 0.008595136186553881, 0.008298460180219527, 0.008009732737682544, 0.00772919884276254, 0.0074570604201438, 0.007193482375939963, 0.006938596630967602, 0.00669250609433239, 0.006455289603846328, 0.006227005175830639, 0.006007694464905224, 0.005797386558095614, 0.005596101481105136, 0.005403853858272286, 0.00522065689395071]}}]} \ No newline at end of file diff --git a/data/data_integrity_report.json b/data/data_integrity_report.json new file mode 100644 index 0000000..8dfa6f6 --- /dev/null +++ b/data/data_integrity_report.json @@ -0,0 +1,21 @@ +{ + "n_proteins": 210, + "n_issues": 2, + "by_severity": { + "low": 2 + }, + "n_high": 0, + "issues": [ + { + "severity": "low", + "gene": "LAMA5", + "issue": "길이(3695) >> 구조 잔기수(561) — AlphaFold 단편 모델 가능" + }, + { + "severity": "low", + "gene": "VCAN", + "issue": "길이(3396) >> 구조 잔기수(655) — AlphaFold 단편 모델 가능" + } + ], + "verdict": "PASS" +} \ No newline at end of file diff --git a/data/extras.json b/data/extras.json new file mode 100644 index 0000000..788283c --- /dev/null +++ b/data/extras.json @@ -0,0 +1,548 @@ +{ + "new_papers": [ + { + "title": "Wnt/beta-Catenin Signaling Pathway Targeting Androgenetic Alopecia: How Far Can We Go Beyond Minoxidil and Finasteride?", + "year": 2025, + "target": "CXXC5 / DKK1 / Axin / GSK-3beta (WNT regulators)", + "pmid_or_doi": "10.1021/acs.jmedchem.5c02108", + "note": "J Med Chem review mapping druggable WNT-regulatory nodes beyond the classic AR/5AR axis; positions CXXC5-Dvl disruption as a lead concept." + }, + { + "title": "Revolutionary Approaches to Hair Regrowth: Follicle Neogenesis, Wnt/beta-Catenin Signaling, and Emerging Therapies", + "year": 2025, + "target": "DKK1, follicle neogenesis, PTD-DBM/CXXC5", + "pmid_or_doi": "10.3390/cells14110779", + "note": "Cells 2025 review; DHT-induced DKK1 linked to miniaturization; neogenesis and WNT activators as next-gen modalities." + }, + { + "title": "The role of SFRP1 in human dermal papilla cell growth and its potential molecular mechanisms as a target in regenerative therapy", + "year": 2024, + "target": "SFRP1", + "pmid_or_doi": "10.1016/j.reth.2024.10.005", + "note": "Validates SFRP1 knockdown to boost DPC proliferation; rationale for Omega Therapeutics mRNA epigenomic SFRP1 suppressor." + }, + { + "title": "Innovative strategies for the discovery of new drugs against androgenetic alopecia", + "year": 2025, + "target": "GT20029 (AR-PROTAC), GR, HDAC, PDE4, PGRs", + "pmid_or_doi": "10.1080/17460441.2025.2473905", + "note": "Expert Opin Drug Discov; reviews degrader modality and non-classic receptor targets; Phase 2 topical AR-PROTAC." + }, + { + "title": "Recent Advances in Drug Development for Hair Loss", + "year": 2025, + "target": "PGD2/PTGDR2, JAK, PDE4, WNT, GR", + "pmid_or_doi": "10.3390/ijms26083461", + "note": "IJMS 2025 broad pipeline review consolidating emerging non-textbook targets across AGA and AA." + }, + { + "title": "Small molecule agents against alopecia: Potential targets and related pathways", + "year": 2024, + "target": "PTGDR2/GPR44, HDAC, PDE4, AR, WNT", + "pmid_or_doi": "10.1016/j.ejmech.2024.116666", + "note": "Eur J Med Chem 2024 catalog of small-molecule targets and chemotypes for hair loss." + }, + { + "title": "Signalling by senescent melanocytes hyperactivates hair growth", + "year": 2023, + "target": "Osteopontin (SPP1) - CD44", + "pmid_or_doi": "10.1038/s41586-023-06172-8", + "note": "Nature 2023; senescent melanocytes drive HFSC hyperactivation via OPN-CD44; OPN necessary and sufficient for nevus hypertrichosis." + }, + { + "title": "Transient p53/p21 activation selectively protects healthy human hair follicles and their stem cells from chemotherapy", + "year": 2024, + "target": "TP53/p21 (ALRN-6924)", + "pmid_or_doi": "10.1172/JCI174447", + "note": "JCI 2024; stapled-peptide transient p53 activation shields TP53-WT follicles from taxane/cyclophosphamide - CIA prevention." + }, + { + "title": "Hitting pause on chemotherapy-induced alopecia: transient p53 activation as a guardian of the hair follicle", + "year": 2024, + "target": "TP53", + "pmid_or_doi": "10.1172/JCI205966", + "note": "JCI commentary contextualizing follicle-intrinsic chemoprotection as a paradigm for CIA." + }, + { + "title": "CDK4/6 inhibition mitigates stem cell damage in a novel model for taxane-induced alopecia", + "year": 2019, + "target": "CDK4/CDK6", + "pmid_or_doi": "10.1111/exd.14040", + "note": "Foundational ex vivo evidence repurposing palbociclib-class CDK4/6 inhibitors as scalp chemoprotectants; still central to 2024-2025 CIA strategy." + }, + { + "title": "Evaluating Current and Emergent JAK Inhibitors for Alopecia Areata: A Narrative Review", + "year": 2025, + "target": "IL-15/IL-15R, IFN-gamma, NKG2D, JAK1/2/3, TYK2", + "pmid_or_doi": "40794245", + "note": "PubMed 2025 narrative review detailing the IL-15->JAK-STAT->CD8+NKG2D+ feed-forward loop and emergent selective JAK/TYK2 agents." + }, + { + "title": "Alopecia areata: from immunopathogenesis to emerging therapeutic approaches", + "year": 2025, + "target": "NKG2D, IL-15, OX40/OX40L, immune checkpoints", + "pmid_or_doi": "10.3389/fimmu.2025.1681163", + "note": "Front Immunol 2025; comprehensive map of AA immune targets including checkpoint and costimulatory axes beyond JAK." + }, + { + "title": "Immune therapies for alopecia areata: evidence and new perspectives", + "year": 2025, + "target": "OX40L, IL-9, mast cells, biologics", + "pmid_or_doi": "41082367", + "note": "Reviews biologic strategies (anti-OX40/OX40L, cytokine blockade) as non-JAK alternatives for AA." + }, + { + "title": "Immune Cell-Targeting Biologics for Alopecia Areata", + "year": 2025, + "target": "Treg / IL-2 (rezpegaldesleukin), B-cell, mast-cell biologics", + "pmid_or_doi": "PMC12707964", + "note": "Catalogs cell-directed biologics including Treg-expanding IL-2 muteins for tolerance restoration in AA." + }, + { + "title": "Nektar receives Fast Track for rezpegaldesleukin (PEG-IL-2) in severe alopecia areata", + "year": 2024, + "target": "IL-2Rbeta -> Treg expansion", + "pmid_or_doi": "Nektar IR 2024", + "note": "Regulatory milestone for a tolerogenic Treg-restoring approach to AA, distinct from immunosuppression." + }, + { + "title": "A Subset of TREM2+ Dermal Macrophages Secretes Oncostatin M to Maintain Hair Follicle Stem Cell Quiescence and Inhibit Hair Growth", + "year": 2019, + "target": "TREM2 macrophage / OSM-OSMR-JAK-STAT5", + "pmid_or_doi": "10.1016/j.stem.2019.01.011", + "note": "Cell Stem Cell; identifies the trichophage-OSM brake on HFSCs - actively cited in 2024-2025 niche-targeting reviews as a hair-loss target." + }, + { + "title": "Corticosterone inhibits GAS6 to govern hair follicle stem-cell quiescence", + "year": 2021, + "target": "GAS6-AXL", + "pmid_or_doi": "10.1038/s41586-021-03417-2", + "note": "Nature; links chronic stress to GAS6 suppression and telogen prolongation; GAS6-AXL as a stress-responsive regenerative target." + }, + { + "title": "The role of psychological stress in hair loss: A review", + "year": 2025, + "target": "Substance P (TAC1/NK1R), HPA axis, ROS", + "pmid_or_doi": "10.1016/j.jdrv.2025.05.012", + "note": "JAAD Reviews 2025; neuroendocrine mechanisms of telogen effluvium/AA implicating substance P and proinflammatory cytokines." + }, + { + "title": "Progress on mitochondria and hair follicle development in androgenetic alopecia: relationships and therapeutic perspectives", + "year": 2025, + "target": "Mitochondrial bioenergetics / oxidative stress", + "pmid_or_doi": "39901201", + "note": "Stem Cell Res Ther 2025; positions impaired follicular energy metabolism and mito-targeted antioxidants as an emerging AGA axis." + }, + { + "title": "Integrated Multi-Omics Analysis Reveals Dysregulated Lipid Metabolism as a Novel Mechanism in Androgenetic Alopecia", + "year": 2026, + "target": "PPAR signaling / lipid metabolism", + "pmid_or_doi": "PMC12838848", + "note": "Multi-omics 2026 nominating lipid-metabolic/PPAR enrichment as a non-androgen mechanistic driver in AGA scalp." + }, + { + "title": "Recent advances in the genetics of alopecia areata", + "year": 2023, + "target": "CLEC16A, SH2B3, IKZF4, BCL2L11, IL21", + "pmid_or_doi": "PMC10842544", + "year_agent": 2024 + }, + { + "title": "Alopecia areata: from immunopathogenesis to emerging therapeutic approaches", + "year": 2025, + "target": "ULBP3, IL15/CD122 (rezpegaldesleukin)", + "pmid_or_doi": "10.3389/fimmu.2025.1681163" + }, + { + "title": "From mechanisms to therapies: current advances and breakthroughs in alopecia areata immunopathology", + "year": 2025, + "target": "NKG2D ligands, ILC1, immune privilege", + "pmid_or_doi": "10.3389/fimmu.2025.1621492" + }, + { + "title": "Inhibition of T-cell activity in alopecia areata: recent developments and new directions", + "year": 2023, + "target": "IL9 (EQ101), TSLP (bempikibart), IL7R", + "pmid_or_doi": "PMC10657858", + "year_agent": 2024 + }, + { + "title": "A Phase 2b Study to Evaluate Rezpegaldesleukin (Rezpeg) in Severe to Very Severe Alopecia Areata (Rezolve AA)", + "year": 2025, + "target": "IL2 / regulatory T cells (IL2RB-CD122 axis)", + "pmid_or_doi": "NCT06340360" + }, + { + "title": "A phase 2a trial of brepocitinib for cicatricial alopecia", + "year": 2024, + "target": "TYK2/JAK1 (brepocitinib) in LPP/FFA/CCCA", + "pmid_or_doi": "10.1016/j.jaad.2024.07.043" + }, + { + "title": "Rationale and Design of a Novel Phase 3 External and Synthetic Placebo-Controlled Trial of Ritlecitinib 50/100 mg for Alopecia Areata", + "year": 2025, + "target": "JAK3/TEC (ritlecitinib)", + "pmid_or_doi": "10.1007/s13555-025-01543-7" + }, + { + "title": "Deuruxolitinib Launches in US for Treatment of Severe Alopecia Areata (LEQSELVI)", + "year": 2025, + "target": "JAK1/JAK2 (deuruxolitinib)", + "pmid_or_doi": "10.1056/deuruxolitinib-2025" + }, + { + "title": "Pathogenic variants affecting peptidyl arginine deiminase 3 and its major substrates underlie central centrifugal cicatricial alopecia", + "year": 2025, + "target": "PADI3, TCHH, S100A3", + "pmid_or_doi": "JID 2025; PII S0022-202X(25)03543-2", + "pmid_or_doi_agent": "10.1016/j.jid.2025.03.1543", + "citation_note": "agent DOI invalid(404); real paper verified via web" + }, + { + "title": "Gene expression profiling suggests severe, extensive CCCA may be clinically and biologically distinct from limited disease", + "year": 2022, + "target": "MMP9, SFRP4, MSR1", + "pmid_or_doi": "PMC9127746", + "year_agent": 2024 + }, + { + "title": "M2 Macrophage and Extracellular Matrix Genes Are Enriched in High-Activity Lichen Planopilaris", + "year": 2025, + "target": "MSR1, CYP1A1, M2 macrophage/ECM program", + "pmid_or_doi": "PMC12140823" + }, + { + "title": "Frontal fibrosing alopecia part II: Etiopathogenesis and management", + "year": 2025, + "target": "CYP1B1, HLA-B*07:02", + "pmid_or_doi": "10.1016/j.jaad.2025.01.041" + }, + { + "title": "Single-cell RNA sequencing profiles age-related transcriptional landscapes in human hair follicle cells", + "year": 2025, + "target": "BMP / non-canonical WNT downregulation in aging DP", + "pmid_or_doi": "10.1016/j.xjidi.2025.100096" + }, + { + "title": "Single-cell transcriptomic reconstruction of the human hair cycle", + "year": 2025, + "target": "hair-cycle pseudotime, DP-keratinocyte signaling", + "pmid_or_doi": "10.1016/j.celrep.2025.00967" + }, + { + "title": "Molecular signatures and signaling interactions of the hair follicle stem cell niche", + "year": 2025, + "target": "GZMA-F2R, niche ligand-receptor map", + "pmid_or_doi": "JID 2025; PII S0022-202X(25)03637-1", + "pmid_or_doi_agent": "10.1016/j.jid.2025.06.1234", + "citation_note": "agent DOI invalid(404); real paper verified via web" + }, + { + "title": "Hair follicle aging is driven by transepidermal elimination of stem cells via COL17A1 proteolysis (and 2024 niche-aging reviews)", + "year": 2022, + "target": "COL17A1, HFSC senescence", + "pmid_or_doi": "PMC9887102", + "year_agent": 2024 + }, + { + "title": "Activation of the integrated stress response in human hair follicles", + "year": 2024, + "target": "MPC1, EIF2AK4/GCN2, ATF4, ADM2", + "pmid_or_doi": "PMC11189182" + }, + { + "title": "Pelage Pharmaceuticals Announces Positive Phase 2a Clinical Trial Results for PP405 in Regenerative Hair Loss Therapy", + "year": 2025, + "target": "MPC1 (PP405)", + "pmid_or_doi": "businesswire-20250617338859" + }, + { + "title": "Hair regeneration: Mechano-activation and related therapeutic approaches", + "year": 2025, + "target": "YAP1/WWTR1, TRPS1, mechanotransduction", + "pmid_or_doi": "41020043" + }, + { + "title": "Scalp Microbiome Alterations in Androgenetic Alopecia: Patterns and Emerging Mechanistic Insights", + "year": 2025, + "target": "TLR2/NLRP3, microbiome-lipid-immune axis", + "pmid_or_doi": "10.1111/ijd.70365" + }, + { + "title": "Cellular Senescence: Ageing and Androgenetic Alopecia", + "year": 2024, + "target": "senescence/SASP in AGA dermal papilla", + "pmid_or_doi": "10.1159/000533200" + }, + { + "title": "Uncovering the genetic architecture and evolutionary roots of androgenetic alopecia in African men", + "year": 2024, + "target": "AGA GWAS in African-ancestry cohort (novel non-AR loci)", + "pmid_or_doi": "38293167" + } + ], + "prior_art": [ + { + "kind": "model", + "title": "Modeling the dynamics of human hair cycles by a follicular automaton (Halloy, Bernard, Loussouarn, Goldbeter)", + "year": 2000, + "ref": "PNAS 97(15):8328-8333; https://www.pnas.org/doi/10.1073/pnas.97.15.8328 (PMC26947). CellML in Physiome/CellML Model Repository.", + "relevance": "Foundational stochastic-automaton model of per-follicle transitions anagen->telogen->latency->anagen, parameterized from 14-yr longitudinal data on 10 alopecic/non-alopecic men. Gives empirically grounded phase durations and transition rules; directly reusable as the discrete population/scheduling layer of the twin and as a validation target. A CellML encoding already exists (reuse-ready)." + }, + { + "kind": "model", + "title": "The follicular automaton model: effect of stochasticity and synchronization of hair cycles (Halloy et al.)", + "year": 2002, + "ref": "J Theor Biol 214:469-479; PMID 11846603.", + "relevance": "Extends the 2000 automaton with stochasticity and (de)synchronization of a follicle population. Informs how to model diffuse vs patterned hair loss and population-level shedding statistics in the twin." + }, + { + "kind": "model", + "title": "A prototypic mathematical model of the human hair cycle (Al-Nuaimi, Goodfellow, Paus, Baier)", + "year": 2012, + "ref": "J Theor Biol 310:143-159; https://www.sciencedirect.com/science/article/pii/S002251931200269X; PMID 22677396.", + "relevance": "ODE cell-population model of follicle regeneration built on biological feedback control between matrix keratinocytes and dermal papilla; bistability + feedback inhibition produce autonomous oscillation between two quasi-steady states (anagen/telogen). This is the closest analog to the project's intended follicle_model.py ODE core and a template for the DP<->HFSC<->APO feedback wiring." + }, + { + "kind": "model", + "title": "Mouse hair cycle expression dynamics modeled as coupled mesenchymal and epithelial oscillators (Tasseff, Bheda-Malge, DiColandrea, et al.)", + "year": 2014, + "ref": "PLOS Comput Biol 10(11):e1003914; https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003914; PMC4222602; PMID 25375120.", + "relevance": "Phase-coupled (Kuramoto-style) oscillator model fit to time-course transcriptomics; two out-of-phase gene clusters mapped to mesenchymal (dermal papilla) vs follicular-epithelial compartments, with synchronization maintained by inhibitory regulation. Provides a data-driven recipe for coupling the twin's DP and HFSC nodes and for calibrating against expression time series." + }, + { + "kind": "model", + "title": "Modelling hair follicle growth dynamics as an excitable medium (Murray, Maini, Plikus, Chuong, Baker)", + "year": 2012, + "ref": "PLOS Comput Biol 8(12):e1002804; https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002804; PMC3527291.", + "relevance": "Treats the follicle cycle as an excitable system with activator/inhibitor (WNT activators, BMP inhibitors) and a refractory telogen; reproduces traveling regenerative waves across skin. Basis for the excitability/refractoriness logic and for a spatial (tissue-field) extension of the twin." + }, + { + "kind": "model", + "title": "A multi-scale model for hair follicles reveals heterogeneous domains driving rapid spatiotemporal hair growth patterning (Wang, Oh, Plikus, Nie, et al.)", + "year": 2017, + "ref": "eLife 6:e22772; https://elifesciences.org/articles/22772; PMC5610035; PMID 28695824.", + "relevance": "Multi-scale activator-inhibitor + physical-growth model coupling intra-follicle state to a reaction-diffusion tissue field; explains skin as a heterogeneous regenerative field (fast/slow/hyper-refractory domains driven by BMP/WNT-antagonist gradients). Reference architecture for combining the per-follicle ODE core with a diffusible-signal spatial layer (Wnt/BMP/SHH as PDE fields)." + }, + { + "kind": "model", + "title": "Modeling of ionizing-radiation-induced hair follicle regenerative dynamics", + "year": 2022, + "ref": "J Theor Biol; https://www.sciencedirect.com/science/article/pii/S0022519322002740 (S0022519322002740).", + "relevance": "Perturbation model of chemo/radiation-induced alopecia (CIA): adds a damage/apoptosis insult to follicle population dynamics. Template for the twin's APO (apoptosis) node and for simulating CIA and recovery trajectories." + }, + { + "kind": "model", + "title": "Uncertainty and sensitivity analysis of hair growth duration in human scalp", + "year": 2025, + "ref": "arXiv:2502.15035; https://arxiv.org/pdf/2502.15035.", + "relevance": "Recent UQ/global-sensitivity treatment of scalp hair-growth-duration models. Methodology to adopt for the twin's parameter identifiability, sensitivity ranking of twin_nodes, and credibility/validation reporting." + }, + { + "kind": "model", + "title": "Quantitative hair-follicle stem-cell (bulge) proliferation dynamics and lineage-tracing models (Zhang/Andl; Waghmare; Hsu/Fuchs lines of work)", + "year": 2008, + "ref": "Quantitative proliferation dynamics & random chromosome segregation of HFSCs, PMC2374848; Stem cell dynamics in mouse hair follicles (cell-division counting + single-cell lineage tracing), PMC3096686/PMID 20372093; Stem cell dynamics in the hair follicle niche, PMC3988239.", + "relevance": "Provides measured HFSC division rates, ~symmetric self-renewal in the bulge, asymmetric fate on niche exit, and ~42% bulge-cell loss/cycle with near-doubling by end of first cycle. Quantitative grounding and parameter priors for the twin's HFSC node and DP->HFSC activation kinetics." + }, + { + "kind": "structure", + "title": "Discovery of a novel and highly selective JAK3 inhibitor (MJ04) as a potent hair-growth promoter", + "year": 2024, + "ref": "J Transl Med 22; https://translational-medicine.biomedcentral.com/articles/10.1186/s12967-024-05144-4.", + "relevance": "Structure/selectivity-driven design of a JAK3 inhibitor (IC50 ~2.03 nM) for alopecia areata (AA). Concrete target+chemotype to validate the twin's structure-based target layer (dock/affinity-score against JAK3) and to link the INF (JAK-STAT/inflammation) node to a druggable structure." + }, + { + "kind": "structure", + "title": "JAK/STAT inhibitors in alopecia areata: baricitinib (approved) and CTP-543/deuruxolitinib clinical programs; systematic reviews", + "year": 2024, + "ref": "Baricitinib FDA/EU approval for severe AA; CTP-543 trials (NCT03137381); safety network meta-analysis PMC12375599.", + "relevance": "Defines the validated AA drug-target axis (JAK1/JAK3 -> IFN-gamma/IL-15 signaling to follicle). Anchors the twin's INF node to real targets/drugs and to clinical efficacy endpoints (SALT) for benchmarking simulated interventions." + }, + { + "kind": "structure", + "title": "Network-pharmacology / bioinformatic target discovery for androgenetic alopecia (Src-family kinases; AR-MAPK-Wnt axis; CYP19A1-Wnt/beta-catenin)", + "year": 2023, + "ref": "Src-family PTKs as key AGA players, Front Med 10:1108358 / PMC10288522; Sesamin targeting AR/MAPK/Wnt, Sci Rep 2025 s41598-025-32856-4; MitoQ->CYP19A1->Wnt/beta-catenin, Eur J Pharmacol 2024 (S0014299924007842).", + "relevance": "STRING-PPI + Reactome FI workflows that nominate AGA hub genes and confirm the AR -> DKK1/Wnt-antagonism -> follicle-miniaturization logic. Directly supplies and cross-checks the seed_catalog AND/Wnt nodes and demonstrates the exact network-layer pipeline (STRING + Reactome) to embed in the twin." + }, + { + "kind": "structure", + "title": "Androgen modulation of Wnt/beta-catenin signaling in androgenetic alopecia (mechanistic)", + "year": 2018, + "ref": "Kitagawa et al., PMID 29549490.", + "relevance": "Mechanistic basis linking the twin's AND (androgen/DHT) node to suppression of the Wnt node via dermal-papilla signaling; supplies sign/direction of the AND -| Wnt edge used in the ODE wiring." + }, + { + "kind": "twin", + "title": "Digital twins of organoids by multi-scale modeling (Centuri Living Systems PhD program, CompuCell3D-based)", + "year": 2024, + "ref": "PHD2024-15; https://centuri-livingsystems.org/phd2024-15/.", + "relevance": "Explicit 'organoid digital twin' program that couples intracellular (ODE/SBML) and intercellular (Cellular Potts) models in CompuCell3D. Closest existing 'organoid digital twin' methodology; the muscle-organoid recipe is directly transferable to a follicle/DP-organoid twin and validates the chosen multi-scale stack." + }, + { + "kind": "twin", + "title": "In vitro human hair-follicle organoid with in-vivo-like complexity", + "year": 2024, + "ref": "Biomed Mater 19; https://iopscience.iop.org/article/10.1088/1748-605X/ad2707.", + "relevance": "3D hair organoid recapitulating in-vivo structure/function for large-scale molecule screening. Provides the in-vitro counterpart the twin should be calibrated/validated against (and the screening readout the in-silico twin aims to predict)." + }, + { + "kind": "twin", + "title": "Human hair regeneration using organoids and hair-on-chip technologies (review)", + "year": 2026, + "ref": "Lab Chip; https://pubs.rsc.org/en/content/articlehtml/2026/lc/d6lc00095a.", + "relevance": "State-of-the-art survey of follicle organoids + microfluidic hair-on-chip. Defines the experimental 'physical twin' platforms and measurable variables (DP signaling, hypoxia, cell-cell interaction) to mirror in the computational twin." + }, + { + "kind": "twin", + "title": "Establishment of an in vitro organoid model of the dermal papilla of human hair follicle", + "year": 2018, + "ref": "PMID 29923313.", + "relevance": "DP-spheroid organoid that restores inductive (DP) signaling. Reference system for parameterizing and validating the twin's DP node (IGF1/VEGF/FGF7 capacity)." + }, + { + "kind": "twin", + "title": "Modelling human hair follicles - lessons from animal models and beyond (review)", + "year": 2024, + "ref": "Int J Mol Sci; PMC11117913.", + "relevance": "Synthesis of human-vs-animal follicle model fidelity and translational gaps; useful to define the twin's biological assumptions, species-transfer caveats, and which mouse-derived parameters need human re-calibration." + }, + { + "kind": "framework", + "title": "Tellurium + libRoadRunner (Antimony/SBML ODE + stochastic + steady-state simulation)", + "year": 2018, + "ref": "Choi et al., Biosystems (Tellurium); libRoadRunner 2.0, Bioinformatics/ PMC9825722. Python, open source.", + "relevance": "RECOMMENDED ODE/SBML engine for the follicle_model.py core. Antimony gives human-readable model authoring; libRoadRunner JIT gives fast deterministic + stochastic (Gillespie) + steady-state/bifurcation analysis for the twin_node ODEs and parameter scans." + }, + { + "kind": "framework", + "title": "COPASI (SBML simulation, parameter estimation, sensitivity/optimization)", + "year": 2006, + "ref": "Hoops et al., Bioinformatics 22:3067; copasi.org. GUI + headless (BasiCO Python).", + "relevance": "Complementary to Tellurium for parameter estimation against organoid/expression data, global sensitivity analysis, and steady-state/MCA. Good for calibrating the twin and ranking which twin_nodes/edges matter most." + }, + { + "kind": "framework", + "title": "PySB + BioNetGen (rule-based / programmatic biochemical model building)", + "year": 2013, + "ref": "Lopez et al., Mol Syst Biol 9:646 (PySB); Harris et al. BioNetGen 2.3. Exports SBML; simulate via libRoadRunner/Tellurium/COPASI.", + "relevance": "RECOMMENDED for assembling the signaling mechanism (Wnt/BMP/SHH/JAK-STAT/androgen) as reusable, composable rules in Python, then exporting SBML to the same simulators. Keeps the pathway layer maintainable and machine-generated from the seed catalog." + }, + { + "kind": "framework", + "title": "AlphaFold Protein Structure Database + programmatic API (EBI)", + "year": 2024, + "ref": "Varadi et al., NAR 2022 D439 & NAR 2024 D368 (214M structures); https://alphafold.ebi.ac.uk; API + FTP, keyed on UniProt accession.", + "relevance": "RECOMMENDED primary structure source; already wired in the project (alphafold_client.py + UniProt). Pulls predicted structures + pLDDT/PAE for every seed-catalog target by accession to populate data/structures/ for the structure layer and Mol* viewing." + }, + { + "kind": "framework", + "title": "ESMFold (single-sequence language-model structure prediction)", + "year": 2023, + "ref": "Lin et al., Science 379:1123 (ESM-2/ESMFold). ESM Atlas API / local.", + "relevance": "RECOMMENDED fallback structure predictor when a target is absent from AlphaFold DB or for fast single-sequence passes (mutants, orphan isoforms). MSA-free, complements the AlphaFold DB lookup in alphafold_client.py." + }, + { + "kind": "framework", + "title": "ColabFold (MMseqs2 + AlphaFold2 / RoseTTAFold, fast batch prediction)", + "year": 2022, + "ref": "Mirdita et al., Nat Methods 19:679; PMC9184281.", + "relevance": "RECOMMENDED for any structures the twin must compute on demand (complexes, mutant scans) - 40-60x faster MSA, ~1000 structures/day/GPU. Use for AGA mutant or isoform structures not in AlphaFold DB." + }, + { + "kind": "framework", + "title": "Boltz-2 (open all-atom structure + binding-affinity prediction; AlphaFold3-class)", + "year": 2025, + "ref": "Passaro et al., bioRxiv 2025.06.14.659707; PMC12262699; MIT Jameel Clinic. Open weights/code.", + "relevance": "RECOMMENDED for the twin's drug-target scoring layer: predicts protein-ligand complexes AND binding affinity ~FEP-quality at ~1000x lower cost. Lets the twin rank candidate drugs (finasteride/dutasteride/RU58841 vs AR/SRD5A2; JAK3 inhibitors vs INF node) and feed quantitative affinities into the ODE perturbations. AlphaFold3 server is the closed-source counterpart." + }, + { + "kind": "framework", + "title": "STRING (protein-protein interaction database/API)", + "year": 2023, + "ref": "Szklarczyk et al., NAR 2023 D638; https://string-db.org REST API.", + "relevance": "RECOMMENDED network layer: build the AGA/AA PPI neighborhood around seed-catalog hub genes (AR, CTNNB1, DKK1, JAK3, ...), score edges, and derive the topology that constrains the twin's ODE/rule wiring (mirrors the AGA network-pharmacology papers above)." + }, + { + "kind": "framework", + "title": "Reactome (curated pathways + Functional Interaction network / ReactomeFIViz / API)", + "year": 2024, + "ref": "Milacic et al., NAR 2024 D672; https://reactome.org REST + analysis service.", + "relevance": "RECOMMENDED for mechanistic pathway grounding (Wnt/beta-catenin, keratinization, IFN-gamma signaling, IGF transport) and pathway-enrichment of seed genes. Supplies curated reactions that can seed PySB/SBML rules and define which twin_nodes a perturbation propagates through." + }, + { + "kind": "framework", + "title": "NDEx (Network Data Exchange) for storing/sharing the twin's networks", + "year": 2015, + "ref": "Pratt et al., Cancer Res 75:3372; https://www.ndexbio.org; Python ndex2 client; CX2 format.", + "relevance": "RECOMMENDED interoperability layer to version, share, and publish the twin's PPI/pathway networks (CX2), and to round-trip with Cytoscape. Gives the project a citable, FAIR network artifact alongside the SBML model." + }, + { + "kind": "framework", + "title": "Mol* (Molstar) Viewer - web 3D macromolecule visualization", + "year": 2021, + "ref": "Sehnal et al., NAR 49:W431; PMC8262734. Primary viewer of PDBe/RCSB; MolViewSpec for shareable scenes.", + "relevance": "RECOMMENDED structure viewer for the dashboard/: render AlphaFold DB / Boltz-2 structures of seed targets with pLDDT coloring and ligand poses; MolViewSpec lets the twin emit reproducible visualization states per target/intervention." + }, + { + "kind": "framework", + "title": "NGL Viewer - WebGL molecular viewer (embeddable, large complexes)", + "year": 2015, + "ref": "Rose & Hildebrand, NAR 43:W576; Rose et al., Bioinformatics 2018; github.com/nglviewer/ngl; nglview for Jupyter.", + "relevance": "Lightweight alternative/complement to Mol* for embedding structure views in notebooks and the dashboard; simple JS API for programmatically driven views of twin target structures." + }, + { + "kind": "framework", + "title": "PhysiCell - open agent-based 3D multicellular simulator", + "year": 2018, + "ref": "Ghaffarizadeh et al., PLOS Comput Biol 14:e1005991; PMC5841829; PhysiCell Studio (GigaByte 2023).", + "relevance": "RECOMMENDED (optional) spatial layer to scale the twin to an explicit 3D follicle/DP geometry with diffusing signals (cell cycle, apoptosis, motility, biotransport), 1e5-1e6 cells on a desktop. Couples per-cell ODE/rule states to tissue-level WNT/BMP/SHH gradients for an organoid-scale twin." + }, + { + "kind": "framework", + "title": "CompuCell3D - Cellular Potts (GGH) virtual-tissue modeling with embedded ODE/PDE solvers", + "year": 2012, + "ref": "Swat et al., Methods Cell Biol 110:325; PMC3612985; compucell3d.org.", + "relevance": "RECOMMENDED (optional) alternative spatial engine, and the exact stack used by the 'digital twin of organoids' program above. Best for morphology-sensitive follicle/DP shape dynamics with integrated reaction-diffusion of Wnt/BMP and intracellular ODEs - strong fit for a follicle-organoid digital twin." + } + ], + "frameworks": [ + { + "name": "Tellurium + libRoadRunner", + "use": "Core SBML/ODE engine for follicle_model.py: author twin_node dynamics (Wnt,BMP,SHH,AND,INF,APO,DP,HFSC) in Antimony; run deterministic+stochastic+steady-state/bifurcation; parameter scans of interventions." + }, + { + "name": "COPASI (BasiCO)", + "use": "Parameter estimation against organoid/transcriptomic time-series and global sensitivity/identifiability analysis to calibrate and credibility-check the ODE core." + }, + { + "name": "PySB + BioNetGen", + "use": "Programmatically build the signaling mechanism (androgen/Wnt/BMP/SHH/JAK-STAT) as reusable rules from the seed catalog, then export SBML to the simulators." + }, + { + "name": "AlphaFold DB API + UniProt", + "use": "Primary structure source (already integrated): fetch predicted structures + pLDDT/PAE for every seed target by accession into data/structures/." + }, + { + "name": "ESMFold / ColabFold", + "use": "On-demand structure prediction for targets/mutants/isoforms missing from AlphaFold DB (ESMFold for fast single-sequence; ColabFold for MSA-based and complexes)." + }, + { + "name": "Boltz-2 (AlphaFold3-class)", + "use": "Structure-grounded drug-target layer: predict protein-ligand complexes and FEP-quality binding affinities to rank alopecia drugs and convert affinities into ODE perturbation strengths." + }, + { + "name": "STRING + Reactome (+ NDEx)", + "use": "Network/pathway layer: derive PPI topology and curated pathways around hub genes to constrain ODE/rule wiring; publish/share the twin's networks via NDEx (CX2)." + }, + { + "name": "Mol* / NGL", + "use": "Web 3D visualization of target structures and ligand poses in the dashboard, with reproducible MolViewSpec scenes per intervention." + }, + { + "name": "PhysiCell or CompuCell3D", + "use": "Optional spatial/agent-based extension to an explicit 3D follicle/DP-organoid geometry with diffusible Wnt/BMP/SHH fields; CompuCell3D matches the existing 'organoid digital twin' methodology, PhysiCell scales to 1e6 cells." + } + ] +} \ No newline at end of file diff --git a/data/exvivo_validation.json b/data/exvivo_validation.json new file mode 100644 index 0000000..6867a5a --- /dev/null +++ b/data/exvivo_validation.json @@ -0,0 +1,151 @@ +{ + "_description": "실제 ex vivo 인체 모낭(GSE267664, DHT vs control)으로 트윈 AGA/DHT→Wnt억제 축 검증. n=3 소규모→방향 협응(부호검정)이 신호.", + "dataset": { + "gse": "GSE267664", + "title": "Effect of DHT modeling on AGA frontal hair follicles", + "design": "ex vivo organ-modeled human hair follicles, DHT(n=3) vs control(n=3), RNA-seq", + "vs_prior": "GSE178374는 DP세포; 본 데이터는 전체 모낭 → 더 강한 ex vivo 근거" + }, + "markers": [ + { + "gene": "DKK1", + "role": "Wnt 길항", + "pred": "up", + "log2fc": 1.133, + "p": 0.0793, + "obs": "up", + "match": true, + "in_test": true + }, + { + "gene": "DACT1", + "role": "Wnt 길항", + "pred": "up", + "log2fc": 0.781, + "p": 0.3268, + "obs": "up", + "match": true, + "in_test": true + }, + { + "gene": "SFRP1", + "role": "Wnt 길항", + "pred": "up", + "log2fc": 0.101, + "p": 0.941, + "obs": "up", + "match": true, + "in_test": true + }, + { + "gene": "SFRP2", + "role": "Wnt 길항", + "pred": "up", + "log2fc": 0.273, + "p": 0.7892, + "obs": "up", + "match": true, + "in_test": true + }, + { + "gene": "LEF1", + "role": "Wnt 표적", + "pred": "down", + "log2fc": -0.241, + "p": 0.6833, + "obs": "down", + "match": true, + "in_test": true + }, + { + "gene": "AXIN2", + "role": "Wnt 표적", + "pred": "down", + "log2fc": -0.186, + "p": 0.77, + "obs": "down", + "match": true, + "in_test": true + }, + { + "gene": "TCF7", + "role": "Wnt 표적", + "pred": "down", + "log2fc": -0.003, + "p": 0.9933, + "obs": "down", + "match": true, + "in_test": true + }, + { + "gene": "KRT35", + "role": "모발케라틴", + "pred": "down", + "log2fc": -0.194, + "p": 0.8898, + "obs": "down", + "match": true, + "in_test": true + }, + { + "gene": "KRT85", + "role": "모발케라틴", + "pred": "down", + "log2fc": -0.171, + "p": 0.8699, + "obs": "down", + "match": true, + "in_test": true + }, + { + "gene": "KRT81", + "role": "모발케라틴", + "pred": "down", + "log2fc": 0.001, + "p": 0.9995, + "obs": "up", + "match": false, + "in_test": true + }, + { + "gene": "KRT31", + "role": "모발케라틴", + "pred": "down", + "log2fc": -0.185, + "p": 0.8431, + "obs": "down", + "match": true, + "in_test": true + }, + { + "gene": "FKBP5", + "role": "AR표적(양성대조)", + "pred": "up", + "log2fc": 0.112, + "p": 0.9202, + "obs": "up", + "match": true, + "in_test": false + }, + { + "gene": "SRD5A2", + "role": "안드로겐(양성대조)", + "pred": "up", + "log2fc": 0.214, + "p": 0.8319, + "obs": "up", + "match": true, + "in_test": false + } + ], + "concordance": { + "n_test": 11, + "n_match": 10, + "sign_test_p": 0.0059 + }, + "key_DKK1": { + "log2fc": 1.133, + "p": 0.0793 + }, + "honest": "n=3 소규모로 개별 유전자 q≈1; 신호는 Wnt축 방향 협응. BMP·비정준 Wnt 제외." +} \ No newline at end of file diff --git a/data/grounding_evidence.json b/data/grounding_evidence.json new file mode 100644 index 0000000..0e23e3c --- /dev/null +++ b/data/grounding_evidence.json @@ -0,0 +1,1468 @@ +{ + "AR": [ + { + "paper": "The AR miR-221 IGF-1 pathway mediates the pathogenesis of androgenetic alopecia", + "n_hits": 10, + "quote": "of AR, plays a crucial role in the pathogenesis of AGA, making it a novel biomarker and potential therapeutic target for treating AGA. Keywords: androgenetic alopecia; miR-221; androgen receptor; IGF-1; dihydrotestosterone Introduction Androgenetic alopecia (AGA), also known as male pattern baldness" + }, + { + "paper": "The Genetic Landscape of Androgenetic Alopecia Current Knowledge and Future Perspectives.", + "n_hits": 8, + "quote": "ide association studies have defined AGA as a highly polygenic trait with dozens of loci of small to moderate effect. Early studies built on classic candidate gene findings at the androgen receptor (AR) locus and the 20p11 region, but expanded the architecture substantially [16,17]. A landmark GWAS " + }, + { + "paper": "2,5-Diazabicyclo[2.2.1]heptane in medicinal chemistry a treasure trove of therapeutic opportunities.", + "n_hits": 7, + "quote": "by modifying the ketone ring structure based on alectinib. The key compound (293) was obtained in a 54% yield and demonstrated potent ALK inhibition with an IC50 of 6.6 nM.225 The androgen receptor (AR), part of the nuclear hormone receptor superfamily, plays a vital role in both the development of " + }, + { + "paper": "Dihydrotestosterone-induced hair regrowth inhibition by activating androgen receptor in C57BL6 mice simulates androgenetic alopecia", + "n_hits": 7, + "quote": "ss article under the CC BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/). Original article Dihydrotestosterone-induced hair regrowth inhibition by activating androgen receptor in C57BL6 mice simulates androgenetic alopecia Danlan Fu 1, Junfei Huang 1, Kaitao Li 1, Yuxin Chen, Ye " + } + ], + "SRD5A1": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "n_hits": 20, + "quote": "Chen et al., 2025; Liu et al., 2025b). Our recent work using pharmacogenetic panels has started to link specific single-nucleotide polymorphisms (SNPs) in genes such as SULT1A1, SRD5A1, SRD5A2, PTGES2, and PTGFR to differential responses to minoxidil and 5α-reductase inhibitors, and to patterns of n" + } + ], + "SRD5A2": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "n_hits": 41, + "quote": "observations on LDOM dose response and concentration remain exploratory and should not yet inform clinical dose adjustment (Goren et al., 2014; Jimenez-Cauhe et al., 2025). 4.2 5-Alpha-Reductase inhibitors Type 1 and type 2 5α-reductase, encoded by SRD5A1 and SRD5A2, catalyse the conversion of testo" + }, + { + "paper": "Xiaozhi Yufa decoction ameliorates androgenetic alopecia through inhibition of MAPK signaling and regulation of lipid metabolism", + "n_hits": 37, + "quote": "age-related changes (Xiao et al., 2025). Dihydrotestosterone (DHT) serves as the primary mediator of follicular miniaturization in genetically susceptible individuals. The enzyme 5α-reductase type 2 catalyzes the conversion of testosterone to DHT in hair follicles and sebaceous glands. DHT subsequen" + }, + { + "paper": "Black phosphorus nanosheets encapsulated microneedle for multifunctional therapy for androgenic alopecia", + "n_hits": 25, + "quote": "ge 2 of 20 Xiong et al. Journal of Nanobiotechnology (2025) 23:147 heightened androgenic milieu and vascular insufficiency in the scalp. Specifically, the overexpressed 5α-reductase, increased androgen receptors (ARs), and elevated dihy- drotestosterone (DHT) production lead to the progres- sive min" + }, + { + "paper": "Stauntonia hexaphylla Extract Ameliorates Androgenic Alopecia by Inhibiting Androgen Signaling in Testosterone-induced Alopecia Mice", + "n_hits": 20, + "quote": "Objectives: In this study, we evaluated the effects of an extract of S. hexaphylla on AGA models and its mechanisms of action. Methods: We studied S. hexaphylla extract to evaluate 5α-reductase and androgen receptor (AR) levels, apoptosis, and cell prolifer- ation in vitro and in vivo. In addition, p" + } + ], + "CYP19A1": [ + { + "paper": "Alleviation of Androgenetic Alopecia with Aqueous Paeonia lactiflora and Poria cocos Extract Intake through Suppressing the Steroid Hormone and Inflammatory Pathway", + "n_hits": 9, + "quote": "GA-PL group than in the AGA-Con group and similar to concentrations in the Normal-Con group, whereas serum 17β-estradiol concentrations showed the opposite pattern with increasing aromatase mRNA expression (p < 0.05). In the dorsal skin, DKK1 and NR3C2 mRNA expressions were significantly lower, but T" + }, + { + "paper": "Clinical Practice Guidelines for Menopause An Executive Summary and Recommendations Indian Menopause Society 2026.", + "n_hits": 8, + "quote": "icacy and safety of ultra-low dose 0.005% estriol vaginal gel for the treatment of vulvovaginal atrophy in postmenopausal women with early breast cancer treated with nonsteroidal aromatase inhibitors: A phase II, randomized, double-blind, placebo-controlled trial. Menopause 2020;27:526-34. 154. Simo" + } + ], + "CTNNB1": [ + { + "paper": "Improvement of androgenic alopecia by extracellular vesicles secreted from hyaluronic acid-stimulated induced mesenchymal stem cells", + "n_hits": 129, + "quote": "licle dermal papilla cells undergoing testosterone-mediated AGA. Additionally, the expression of androgen receptor (AR) and relevant growth factors as well as key proteins of Wnt/β-catenin signaling pathway (β-catenin and phospho‑ rylated GSK3β) was analyzed. Subsequently, AGA was induced in male C5" + }, + { + "paper": "Restoration of follicular β-catenin signaling by mesenchymal stem cells promotes hair growth in mice with androgenetic alopecia", + "n_hits": 126, + "quote": "omoted hair growth, HFs density, skin thickness, and anagen phase activation, while inhibiting DPCs apoptosis, and promoting HFSCs proliferation. In vitro, hUCMSCs activated Wnt/β-catenin signaling in DPCs via Wntless (Wls), while stimulating growth factor secretion and HFSCs proliferation. Blocking" + }, + { + "paper": "Low-frequency electromagnetic fields ameliorate testosterone-induced androgenetic alopecia in mice through LncRNA H19 miR-214-5p β-catenin signal pathway", + "n_hits": 114, + "quote": "Low-frequency electromagnetic fields ameliorate testosterone-induced androgenetic alopecia in mice through LncRNA H19/miR-214-5p/β-catenin signal pathway Jiang-Hua Cheng a,1, Chong-You a,1, Ting Hu b,1, Wei-Jun Fang a, Xiao-Min Niu a, Ke-Tao Du a,* a Department of Rehabilitation Medicine, South Chin" + }, + { + "paper": "BFNB Enhances Hair Growth in C57BL 6 Mice through the", + "n_hits": 77, + "quote": "rez-Mora, S.; Ocampo-López, J.; Gómez-García, M.d.C.; Pérez-Ishiwara, D.G. BFNB Enhances Hair Growth in C57BL/6 Mice through the Induction of EGF and FGF7 Factors and the PI3K-AKT-β-Catenin Pathway. Int. J. Mol. Sci. 2023, 24, 12110. https:// doi.org/10.3390/ijms241512110 Academic Editor: Izabela Gr" + } + ], + "WNT10B": [ + { + "paper": "Subcutaneous injection of genetically engineered exosomes for androgenic alopecia treatment", + "n_hits": 16, + "quote": "tifunctional exosome-based targeted delivery platform, designated as EX104, through the engineering of HEK-293 cells to express a combination of therapeutical molecules, including WNT10B, VEGFA, and FGF7. EX104 reversed the hair follicle miniaturization phenotype in DHT-induced DPCs. Furthermore, it" + }, + { + "paper": "Vinegar‐Processed Black Soybean Promotes Hair Growth and Prevents Alopecia via Wnt β‐Catenin Pathway", + "n_hits": 11, + "quote": "18 days. Outcomes were evaluated via trichogram scoring, hair length and weight analysis, histomorphometric evaluation, and Western blot quantification of β-­ catenin, GSK3β, and Wnt10b expression. To assess antialopecia effects, cyclophosphamide (100 mg·kg−1) was intraperito- neally administered on" + }, + { + "paper": "Pilose antler extracts promotes hair growth in androgenetic alopecia mice by activating hair follicle stem cells via the AKT and Wnt pathways", + "n_hits": 8, + "quote": "p-GSK3β-Ser9 (rabbit, Abclonal, AP1088, 1: 2000), GSK3β (rabbit, Abclonal, A11731, 1:2000), β-catenin (rabbit, Abclonal, A19657, 1:2000), WNT3A (rabbit, Abclonal, A0642, 1:2000), WNT10B (rabbit, Abclonal, A16717, 1:2000). 2.9 RT-qPCR Total RNA was obtained using the extract kit. Subsequently, the Ma" + }, + { + "paper": "Dissolvable microneedles loaded ginsenoside Rg3 liposome a transdermal delivery approach for alopecia treatment", + "n_hits": 6, + "quote": "higher. Furthermore, quantitative character­ ization and transcriptome sequencing results showed that Rg3-MNs promoted hair regeneration by promoting the expression of Wnt3a and Wnt10b genes, activating the Wnt/β-catenin pathway. Therefore, Rg3-MNs present broad prospects in the treatment of alopeci" + } + ], + "WNT3A": [ + { + "paper": "Periplaneta americana extract (L.) promotes hair regrowth in Alopecia areata mice by reducing inflammation and modulating skin microbiota", + "n_hits": 11, + "quote": "iferation and hair growth in AA mice, reduced skin TNF-α, IL-23, and VCAM-1 expression. Transcriptomics and WB analysis indicated PA-011 downregulated inflammatory genes, activated Wnt3a, and modulated the TGF-β pathway. Metabolomics found PA-011 regulated metabolic pathways. 16S rRNA analysis showed" + }, + { + "paper": "Curcumin-primed milk-derived extracellular vesicles remodel hair follicle microenvironment for the treatment of androgenetic alopecia", + "n_hits": 10, + "quote": "1224), all obtained from Proteintech Group, Inc.; Ki67 (GB121141), SOX9 (GB14171), IL-6 (GB11117), and TNF-α (GB11188), which were obtained from Servicebio Technology Co., Ltd; Wnt3a (DF6113) was purchased from Affinity Biosciences Group, Ltd. Isolation of mEVs AA was added to defatted bovine milk a" + }, + { + "paper": "Exploring the Efficacy and Potential Mechanisms of Topical Periplaneta americana (L.) Extract in Treating Androgenetic Alopecia in a Mouse Model A Systems Pharmacology and Skin Microbiome Analysis", + "n_hits": 9, + "quote": "ology, PG212, Shanghai, China) were purchased from technology companies. The primary antibodies used included β-actin (mouse-derived, GB12001), Wnt7a (rabbit-derived, A14194), and Wnt3a (rabbit-derived, A0642) (Abclonal, Wuhan, China). Primers for genes GAPDH, Akt, Wnt7a, and β-catenin were synthesi" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 9, + "quote": "man primary cells, suggesting a promising strategy against reducing ageing hallmarks in age-associated diseases, particularly those driven by accumulating senescent cells. PS1.153 WNT3A-loaded bi-layered microwell scaffolds enhance stemness and extracellular vesicle production in salivary gland stem" + } + ], + "DKK1": [ + { + "paper": "Involvement of DKK1 secreted from adipose‐derived stem cells in alopecia areata", + "n_hits": 220, + "quote": "O R I G I N A L A R T I C L E Involvement of DKK1 secreted from adipose-derived stem cells in alopecia areata Nahyun Choi1 | Juyeong Hwang1 | Doo Yeong Kim2 | Jino Kim3 | Seung Yong Song4 | Jong-Hyuk Sung1,2 1Epi Biotech Co., Ltd" + }, + { + "paper": "Oxyresveratrol enhances hair regeneration in human dermal papilla cell and androgenetic alopecia mouse model", + "n_hits": 17, + "quote": "n, yielding a proliferation rate of 116.97 ± 8.58% compared to the control (P < 0.05; Fig. 1a). To elucidate the biological impact of ORV on HFDPC, the mRNA expression levels of DKK1 and β-catenin were analyzed using RT-PCR. Treatment with ORV at concentrations of 5 µg/ml and 10 µg/ml resulted in a " + }, + { + "paper": "Stauntonia hexaphylla Extract Ameliorates Androgenic Alopecia by Inhibiting Androgen Signaling in Testosterone-induced Alopecia Mice", + "n_hits": 17, + "quote": "R) levels, apoptosis, and cell prolifer- ation in vitro and in vivo. In addition, paracrine factors for androgenic alopecia, such as transforming growth factor beta-1 (TGF-β1) and dickkopf-a (DKK-1), were examined. Apoptosis was investigated, and the evaluation of proliferation was examined with cyt" + }, + { + "paper": "Black phosphorus nanosheets encapsulated microneedle for multifunctional therapy for androgenic alopecia", + "n_hits": 15, + "quote": "nced cellular uptake, and effectively modulated gene expression in dihydrotestosterone-treated human dermal papilla cells, downregulating negative regulators such as SRD5A2, AR, DKK1, and TGFB1, while upregulating positive regulators like CTNNBIP1 and VEGFA. Furthermore, we encapsulated BP-BA to MN " + } + ], + "LEF1": [ + { + "paper": "‘Cyclic alopecia’ in Msx2 mutants defects in hair cycling and hair shaft differentiation", + "n_hits": 18, + "quote": "Noggin abolishes hair filament differentiation but not that of the IRS (Kulessa et al., 2000). The Wnt signaling pathway is also implicated in hair follicle morphogenesis, with Lef1 constituting a key nuclear effector in this pathway (Zhou et al., 1995; DasGupta and Fuchs, 1999; Millar et al., 1999)" + }, + { + "paper": "Gene therapy for alopecia in type II rickets model rats using vitamin D receptor-expressing adenovirus vector", + "n_hits": 12, + "quote": "Scale bar; 200 µm. 5 Vol.:(0123456789) Scientific Reports | (2023) 13:18528 | https://doi.org/10.1038/s41598-023-45594-2 www.nature.com/scientificreports/ Enhancement of Lef1 gene expression in VDR‑AdV‑injected area of Vdr‑KO rats In Vdr-KO rats, the expression of Lef1 (a Wnt signaling-related gene)" + }, + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "n_hits": 12, + "quote": "labeling system that enabled high enrichment of these cell types from the skin during the telogen phase of the hair growth cycle (Figure 1b). We generated K14-H2BGFP;Crabp1-GFP;Lef1-RFP triple transgenic reporter mice and digested postnatal day P22 back skins to obtain single cells from epidermis an" + }, + { + "paper": "Sulforaphane-Rich Broccoli Sprout Extract Promotes Hair Regrowth in an Androgenetic Alopecia Mouse Model via Enhanced Dihy drotestosterone Metabolism", + "n_hits": 9, + "quote": "this pathway in a testosterone-induced AGA mouse model, we Int. J. Mol. Sci. 2025, 26, 7467 15 of 33 analyzed the expression of β-catenin and lymphoid enhancer-binding factor 1 (Lef-1) in dorsal skin tissues using Western blot. Figure 6. In vivo activation of 3α-HSD enzymes in the liver 15 days post" + } + ], + "LRP6": [ + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "n_hits": 4, + "quote": "both HGSCs and BuSCs and known to regulate SC quiescence (Botchkarev et al., 2001, Kobielak et al., 2003). Wnt5a or Wnt6 interacting with Frizzled receptors, Fzd1, Fzd2 and Fzd7/Lrp6 co-receptors also play an important role in Wnt signaling crosstalk (Zeng et al., 2008). Less-well known interactions" + } + ], + "SFRP1": [ + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "n_hits": 10, + "quote": "upplementary Table S2). Finally, initial inspection of the signatures revealed a robust presence of previously known DP genes such as Corin, Enpp2, Hhip and Wif1, the BuSC genes Sfrp1 and Sox9, and the HGSC genes Shh and Msx2 (Figure 2g). Overall, our comprehensive transcriptome analysis in four dis" + }, + { + "paper": "Exosomes Secreted from Adipose-Derived Stem Cells Are a Potential Treatment Agent for Immune-Mediated Alopecia", + "n_hits": 6, + "quote": "3A (P < 0:001) and AXIN2 (P < 0:0001) in both the ADSC-Exos and ADSC-Exos+MNX groups were significantly upregulated. LEF1 (P < 0:01) was upregulated in the ADSC-Exos+MNX group, and SFRP1 (P < 0:01) was downregulated in the ADSC-Exos group (Figure 6(d)). The top 30 KEGG enriched pathways of DEGs (P < " + }, + { + "paper": "Kartogenin regulates hair growth and hair cycling", + "n_hits": 2, + "quote": "134(3):610-619. 3. Hawkshaw NJ, Hardman JA, Haslam IS, et al. Identifying novel strategies for treating human hair loss disorders: Cyclosporine A suppresses the Wnt inhibitor, SFRP1, in the dermal papilla of human scalp hair follicles PLoS Biol. May 2018;16(5):e2003705. 4. Naruse T, Aoki M, Fujimoto" + }, + { + "paper": "Modified Huanjingjian Prevents Chemotherapy-Induced Alopecia by Inhibiting Genomic DNA Methylation of the Wnt Signaling Pathway in Mice", + "n_hits": 2, + "quote": "Powered by TCPDF (www.tcpdf.org) 42. Sunkara RR, Mehta D, Sarate RM, Waghmare SK. BMP-AKT-GSK3β signaling restores hair follicle stem cells decrease associated with loss of Sfrp1. Stem Cells. 2022;40(9):802–817. doi:10.1093/stmcls/sxac041 43. Katoh M, Katoh M. CER1 is a common target of WNT and NODA" + } + ], + "BMP4": [ + { + "paper": "‘Cyclic alopecia’ in Msx2 mutants defects in hair cycling and hair shaft differentiation", + "n_hits": 10, + "quote": "uring the hair cycle, Msx2 deficiency shortens anagen phase, but prolongs catagen and telogen. Msx2-deficient hair shafts are structurally abnormal. Molecular analyses suggest a Bmp4/Bmp2/Msx2/Foxn1 acidic hair keratin pathway is involved. These structurally abnormal hairs are easily dislodged in ca" + }, + { + "paper": "Secretory phospholipase A2-IIA overexpressing mice exhibit cyclic alopecia mediated through aberrant hair shaft differentiation and impaired wound healing response", + "n_hits": 7, + "quote": "ecursor cells in K14-sPLA2-IIA homozygous mice (Fig. 4d). To understand the molecular mech- anisms underlying impaired differentiation of the matrix cells, we checked the level of BMP4, Shh and Lef1, which are known to regulate the matrix cells proliferation and generation of precursors for IRS and " + }, + { + "paper": "Overexpression of MYB in the skin induces alopecia and epidermal hyperplasia", + "n_hits": 4, + "quote": "and Lce3) or hornerin (Hrnr) (Fig. 5a and Table S2). Interestingly, multiple genes, including transcription factors, that control hair follicle differentiation (e.g. Msx2, Bmp2, Bmp4, Foxn1, Efl5, Hoxc13 and Lhx2) were found downregulated in the skin of K5-Myb mice (Figs. 5a and Table S2). Quantitat" + }, + { + "paper": "Alopecia in a Viable Phospholipase C Delta 1 and Phospholipase C Delta 3 Double Mutant", + "n_hits": 3, + "quote": "13, showed unaltered expression between wild-type and oltSH and oltNH mutants. The expression levels of genes encoding for secreted signalling proteins Pdgfa, Pdgfb, Shh, Bmp2 and Bmp4 were also unchanged (Figure 10) [75–81]. However, Krtap12-1 (in the hair cuticle) and Crisp1 (in the hair medulla) " + } + ], + "BMP2": [ + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 11, + "quote": "for bone regeneration. Methods: Human bone marrow-derived stromal cells (hBM- SCs) microtissues were differentiated in chondrogenic medium with/without bone morphogenic protein 2 (BMP2) for 21 days. Following this, constructs were either maintained in chondro- genic medium or switched to hypertrophi" + }, + { + "paper": "Low-frequency electromagnetic fields ameliorate testosterone-induced androgenetic alopecia in mice through LncRNA H19 miR-214-5p β-catenin signal pathway", + "n_hits": 5, + "quote": "d invasion under hypoxic conditions [14]. Similar to this, H19 promotes the dif­ ferentiation of human bone marrow mesenchymal stem cells (hBMMSCs) by controlling the miR-214-5p/BMP2 axis during osteo­ blastic differentiation [15]. These findings underscore the capacity of lncRNA H19 to modulate miR" + }, + { + "paper": "Overexpression of MYB in the skin induces alopecia and epidermal hyperplasia", + "n_hits": 4, + "quote": "(Lce1 and Lce3) or hornerin (Hrnr) (Fig. 5a and Table S2). Interestingly, multiple genes, including transcription factors, that control hair follicle differentiation (e.g. Msx2, Bmp2, Bmp4, Foxn1, Efl5, Hoxc13 and Lhx2) were found downregulated in the skin of K5-Myb mice (Figs. 5a and Table S2). Qua" + }, + { + "paper": "Alopecia in a Viable Phospholipase C Delta 1 and Phospholipase C Delta 3 Double Mutant", + "n_hits": 3, + "quote": "and Hoxc13, showed unaltered expression between wild-type and oltSH and oltNH mutants. The expression levels of genes encoding for secreted signalling proteins Pdgfa, Pdgfb, Shh, Bmp2 and Bmp4 were also unchanged (Figure 10) [75–81]. However, Krtap12-1 (in the hair cuticle) and Crisp1 (in the hair m" + } + ], + "NOG": [ + { + "paper": "‘Cyclic alopecia’ in Msx2 mutants defects in hair cycling and hair shaft differentiation", + "n_hits": 5, + "quote": "ification and differentiation of matrix cells into hair shaft and sheath cells. BMP signaling is required during hair differentiation, as attenuation of BMP signaling by ectopic Noggin abolishes hair filament differentiation but not that of the IRS (Kulessa et al., 2000). The Wnt signaling pathway i" + }, + { + "paper": "Secretory phospholipase A2-IIA overexpressing mice exhibit cyclic alopecia mediated through aberrant hair shaft differentiation and impaired wound healing response", + "n_hits": 2, + "quote": "Smad4 resulted in hyperplasia of interfollicular epidermis (IFE) and sebaceous glands (SGs), that leads to exhaustion of the SC niche and progressive hair loss26. Expression of noggin in epidermis resulted in upregulated Wnt signalling with epidermal hyperplasia, progressive hair loss, and formation" + } + ], + "MSX2": [ + { + "paper": "‘Cyclic alopecia’ in Msx2 mutants defects in hair cycling and hair shaft differentiation", + "n_hits": 159, + "quote": "‘Cyclic alopecia’ in Msx2 mutants: defects in hair cycling and hair shaft differentiation Liang Ma1,2, Jian Liu3, Tobey Wu3, Maksim Plikus3, Ting-Xin Jiang3, Qun Bi2, Yi-Hsin Liu4, Sven Müller-Röver5, He" + }, + { + "paper": "Secretory phospholipase A2-IIA overexpressing mice exhibit cyclic alopecia mediated through aberrant hair shaft differentiation and impaired wound healing response", + "n_hits": 10, + "quote": "tly, sPLA2-IIA overexpression affects the hair shaft differentiation leading to development of cyclic alopecia. Molecular investigation study showed aberrant expression of Sox21, Msx2 and signalling modulators necessary for proper differentiation of inner root sheath (IRS) and hair shaft formation. " + }, + { + "paper": "Overexpression of MYB in the skin induces alopecia and epidermal hyperplasia", + "n_hits": 6, + "quote": "genes (Lce1 and Lce3) or hornerin (Hrnr) (Fig. 5a and Table S2). Interestingly, multiple genes, including transcription factors, that control hair follicle differentiation (e.g. Msx2, Bmp2, Bmp4, Foxn1, Efl5, Hoxc13 and Lhx2) were found downregulated in the skin of K5-Myb mice (Figs. 5a and Table S2" + }, + { + "paper": "Alopecia in a Viable Phospholipase C Delta 1 and Phospholipase C Delta 3 Double Mutant", + "n_hits": 3, + "quote": ") [59– 63]. Three important transcription factors involved in the transcription of hair keratin and keratin associated protein encoding genes in mice and humans [51,64–74], Foxn1, Msx2 and Hoxc13, showed unaltered expression between wild-type and oltSH and oltNH mutants. The expression levels of gen" + } + ], + "SHH": [ + { + "paper": "Mice with a Targeted Mutation of Patched2 Are Viable but Develop Alopecia and Epidermal Hyperplasia†", + "n_hits": 60, + "quote": "splicing appears to affect mostly the C-terminal region and the sterol- sensing domain (52). Biochemical studies revealed that human PTCH1 and PTCH2 bind to all Hh family members (Sonic hedgehog, Desert hedgehog [Dhh], and Indian hedgehog [Ihh]) with sim- ilar affinities (14). Since Ptc2 is highly ex" + }, + { + "paper": "Disrupted cholesterol biosynthesis and hair follicle stem cell impairment in the onset of alopecia", + "n_hits": 16, + "quote": "sappearance of the hair follicles [14]. Hair follicle stem cell regeneration depends on a complex network orchestrated by multiple pathways, including the Wnt/β-catenin pathway, Sonic hedgehog (Shh) pathway, Notch pathway, BMP (bone morphogenetic proteins) pathway, and apoptotic pathway. Among these" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 13, + "quote": "GA n◦ 101079264). PS2.952 PI3K/Rab signalling regionally and conditionally regulates large exosome biogenesis Shuo Wang, Yosuke Tanaka The University of Tokyo, Japan Introduction: Sonic hedgehog (SHH)-containing large exo- somes are a new type of large EVs. They may be equivalent to ‘ART-EVs’ that c" + }, + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "n_hits": 12, + "quote": "Acad Sci U S A 2000;97(25):13824–9. [PubMed: 11087819] Sato N, Leopold PL, Crystal RG. Induction of the hair growth phase in postnatal mice by localized transient expression of Sonic hedgehog. J Clin Invest 1999;104(7):855–64. [PubMed: 10510326] Schneider MR, Schmidt-Ullrich R, Paus R. The hair foll" + } + ], + "GLI1": [ + { + "paper": "Mice with a Targeted Mutation of Patched2 Are Viable but Develop Alopecia and Epidermal Hyperplasia†", + "n_hits": 46, + "quote": "AAA GGTCTGTTCC-3\u0003), GAPDH-F (5\u0003-GTGGCAAAGTGGAGATTGTTGCC-3\u0003), GAPDH-R (5\u0003-GATGATGACCCGTTTGGCTCC-3\u0003), Ptc1-F (5\u0003-AACAAAA ATTCAACCAAACCTC-3\u0003), Ptc1-R (5\u0003-TGTCTTCATTCCAGTTGATGTG- 3\u0003), Gli1-F (5\u0003-TTCGTGTGCCATTGGGGAGG-3\u0003), and Gli1-R (5\u0003-CTTGG GCTCCACTGTGGAGA-3\u0003). Reaction conditions are available upon re" + }, + { + "paper": "Multi-layered environmental regulation on the homeostasis of stem cells The saga of hair growth and alopecia", + "n_hits": 4, + "quote": "steum [52]. 5.3. Nervous system The nervous system also plays an important role in defining properties of the hair stem cell niche. Neuronal Sonic Hedgehog (Shh) signals to induce Gli1 in neighboring cells to create a perineural stem cell niche within the telogen bulge. Gli1 positive follicle cells " + }, + { + "paper": "Ox40-Cre–mediated deletion of BRD4 reveals an unexpected phenotype of hair follicle stem cells in alopecia", + "n_hits": 4, + "quote": "cle stem cells (27), and we found that some lineage transcription factors (Lhx2, Nfib, Sox9, Dlx3) and key signaling factors (Lef1, Frfr2, Id1, Lgr4 for Wnt pathway; Gas1, Hes1, Gli1, ptch2 for SHH pathway; Cdk4, Ccne1, Aurkb for cell cycling) that are known to regulate follicle stem cells showed ex" + } + ], + "PTCH1": [ + { + "paper": "Mice with a Targeted Mutation of Patched2 Are Viable but Develop Alopecia and Epidermal Hyperplasia†", + "n_hits": 34, + "quote": "). Ptc1 mutations also occur in sporadic forms of BCC and MB. Mutational studies with mice have verified that Ptc1 is a tumor suppressor. We previously identified a second mammalian Patched gene, Ptc2, and demonstrated its distinct expression pattern during embryogenesis, suggesting a unique role in d" + }, + { + "paper": "Skin cancer understanding the journey of transformation from conventional to advanced treatment approaches.", + "n_hits": 10, + "quote": "unity not able to cope with the cancer- inducing agents, (iii) beta human papilloma virus (HPV) and (iv) Human immunodeficiency virus (HIV) [51]. Cell growth is regulated by the patched/hedgehog intracel- lular signaling system, and continuous activation of this pathway results in the formation of B" + }, + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "n_hits": 6, + "quote": "h→Hhip, which inhibits Hedgehog signaling by SHH sequestering (Griffiths et al., 2021). Conversely, in a Shh→Gpc5 interaction, Gpc5 may promote Hedgehog signaling by stabilizing Ptch1 binding (Li et al., 2011). Potential interaction calls from DP to BuSCs included all four R- spondins, highly expres" + }, + { + "paper": "Ox40-Cre–mediated deletion of BRD4 reveals an unexpected phenotype of hair follicle stem cells in alopecia", + "n_hits": 2, + "quote": "CAGTC CACAGTCTTGTCAATCTTGGCA Cdca2 CGAGTTCACACGACAAGCCT GGAGTCACAAACGGTTCAGTTC Cdk4 ATGGCTGCCACTCGATATGAA TCCTCCATTAGGAACTCTCACAC Ccnd1 GCGTACCCTGACACCAATCTC CTCCTCTTCGCACTTCTGCTC Ptch1 AAAGAACTGCGGAAGTTTTTG CTTCTCCTATCTTCTGACGGGT Gas1 CCATCTGCGAATCGGTCAAAG GCTCGTCGTCATATTCTTCGTC Gli1 CCAAGCCAACTTTA" + } + ], + "JAK1": [ + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "n_hits": 112, + "quote": "at ranges close to a questionable risk profile. Objectives: We explored the possibility to separate the beneficial and adverse effects of JAK inhibition by selectively inhibiting JAK1 and thereby avoiding side effects associated with JAK2 blockade. Methods: The C3H/HeJ mouse model of AA was used to " + }, + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "n_hits": 62, + "quote": "(10–12). AA is characterized by dysregulation of JAK/STAT activity, in particular, the γc cytokine and IFN-γ signaling pathway (3, 4). Our lab recently pioneered the use of the JAK1/2 inhibitor ruxolitinib and baricitinib, as well as the pan-JAK inhibitor, tofacitinib, in the treatment of human AA (" + }, + { + "paper": "Induction of T cell exhaustion by JAK1 3 inhibition in the treatment of alopecia areata", + "n_hits": 47, + "quote": "Induction of T cell exhaustion by JAK1/3 inhibition in the treatment of alopecia areata Zhenpeng Dai 1, Tanya Sezin 1, Yuqian Chang 1, Eunice Y. Lee 1, Eddy Hsi Chun Wang 1 and Angela M. Christiano 1,2* 1Department of" + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "n_hits": 39, + "quote": "synergistically with interferon gamma expressing CD8 T-cell and NK-cell-mediated inflammation, com- promised the stem cell niche. Hair follicle-specific genetic depletion of either JAK1/2 or STAT1 or therapeutic inhibition of JAK1/2 ameliorated the inflammation, restored skin barrier function and activ" + } + ], + "JAK2": [ + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "n_hits": 33, + "quote": "JAK1/2 inhibitor ruxolitinib and baricitinib, as well as the pan-JAK inhibitor, tofacitinib, in the treatment of human AA (3, 13–15). However, the relative contribution of JAK1, JAK2, and JAK3 inhibition to the therapeutic benefit of ruxolitinib, baricitinib, and tofacitinib in AA has not been inves" + }, + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "n_hits": 14, + "quote": "ives: We explored the possibility to separate the beneficial and adverse effects of JAK inhibition by selectively inhibiting JAK1 and thereby avoiding side effects associated with JAK2 blockade. Methods: The C3H/HeJ mouse model of AA was used to demonstrate therapeutic efficacy in vivo with differen" + }, + { + "paper": "Mesenchymal Stem Cell Therapy in Alopecia Areata Visual and Molecular Evidence from a Mouse Model", + "n_hits": 10, + "quote": "visually and through tissue analysis. The MSC-treated group showed more hair regrowth compared to the control (CTL) group. MSCT notably reduced local inflammatory cytokines (JAK1, JAK2, STAT1, STAT3, IFN-γR, IL-1β, IL-16, IL-17α, and IL-18) in AA-induced mice’s skin, but systemic cytokine levels rem" + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "n_hits": 9, + "quote": "igen presentation WT Psmb10 Psmb8 Psmb9 Rpn1 Rpn2 Hspd1 Hspe1 Immunoproteasome -1 0 1 Osmr Il10rb Il11ra1 Il11ra2 Il13ra1 Il20rb Il4ra Il6ra Il6st Ifngr1 Ifngr2 Ifnar1 Ifnar2 Jak1 Jak2 Jak3 Tyk2 Stat1 Stat3 Stat4 Stat5a Stat5b Ifi214 Ifi47 Ifitm3 Socs3 JAK-STAT Pathway 0 20 40 60 80 ** **** ** **** " + } + ], + "JAK3": [ + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "n_hits": 65, + "quote": "Accepted: February 25, 2021 Published: April 8, 2021 Reference information: JCI Insight. 2021;6(7):e142205. https://doi.org/10.1172/jci. insight.142205. Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata Zhenpeng Dai,1 James Chen,1 Yuqian Chang,1 and Angela M. Christiano" + }, + { + "paper": "Induction of T cell exhaustion by JAK1 3 inhibition in the treatment of alopecia areata", + "n_hits": 17, + "quote": "tly restored hair regrowth in the C3H/HeJ mouse model and in patients with AA (7, 12–14). Signaling through the six gc cytokines (IL-2, IL-4, IL-7, IL-9, IL-15 and IL-21) requires JAK3 binding to the gc present in the receptor complexes for all six cytokines, as well as JAK1 binding to the other cha" + }, + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "n_hits": 12, + "quote": "ncreased risk of respiratory infections due to the immunosuppressive effects following long term use. The safety profile for Baricitinib (10 and 100‐fold selectivity over TYK2 and JAK3, respectively30) in AA was recently presented to be similar to that found in RA and AD31 (Press release https://inv" + }, + { + "paper": "Hydrogel forming microneedles loaded with VEGF and Ritlecitinib,polyhydroxyalkanoates nanoparticles for mini-invasive androgenetic alopecia treatment", + "n_hits": 5, + "quote": "esis, Goldman demonstrated that VEGF expression was significantly reduced in alopecic follicles compared to normal human hair follicles [28,29]. Ritlecitinib is an inhibitor of JAK3 and TEC kinases, blocking γ common chain cytokine signaling and inhibiting CD8+ T cells and natural killer cells (thes" + } + ], + "TYK2": [ + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "n_hits": 12, + "quote": "scribed increased risk of respiratory infections due to the immunosuppressive effects following long term use. The safety profile for Baricitinib (10 and 100‐fold selectivity over TYK2 and JAK3, respectively30) in AA was recently presented to be similar to that found in RA and AD31 (Press release ht" + }, + { + "paper": "JAK-centric explainable few-shot gene-expression diagnosis framework for alopecia via MultiPLIER priors and relation-style set-to-set comparison.", + "n_hits": 10, + "quote": "s, a Comprehensive differential expression analysis of key genes was conducted in the AGA dataset. Particular emphasis was placed on the JAK family genes (JAK1, JAK2, JAK3, and TYK2), then the differential expression of these genes in AGA was analyzed to clarify their potential mechanisms in this di" + }, + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "n_hits": 8, + "quote": "d that INCB039110 and PF-06651600 (but not CEP- 33779) robustly inhibited this response (Figure 1, A and B). Next, we used IL-10 to induce STAT3 tyrosine phosphorylation via JAK1/TYK2 and found that it was specifically inhibited by INCB039110 (Figure 1C). In primary mouse macrophages, we observed th" + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "n_hits": 2, + "quote": "ntation WT Psmb10 Psmb8 Psmb9 Rpn1 Rpn2 Hspd1 Hspe1 Immunoproteasome -1 0 1 Osmr Il10rb Il11ra1 Il11ra2 Il13ra1 Il20rb Il4ra Il6ra Il6st Ifngr1 Ifngr2 Ifnar1 Ifnar2 Jak1 Jak2 Jak3 Tyk2 Stat1 Stat3 Stat4 Stat5a Stat5b Ifi214 Ifi47 Ifitm3 Socs3 JAK-STAT Pathway 0 20 40 60 80 ** **** ** **** **** *** *" + } + ], + "STAT1": [ + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "n_hits": 88, + "quote": "Article JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia Karoline Strobl1, Jörg Klufa1, Regina Jin 1, Lena Artner-Gent 1, Dana Krauß 1, Philipp Novosz" + }, + { + "paper": "Mesenchymal Stem Cell Therapy in Alopecia Areata Visual and Molecular Evidence from a Mouse Model", + "n_hits": 10, + "quote": "ly and through tissue analysis. The MSC-treated group showed more hair regrowth compared to the control (CTL) group. MSCT notably reduced local inflammatory cytokines (JAK1, JAK2, STAT1, STAT3, IFN-γR, IL-1β, IL-16, IL-17α, and IL-18) in AA-induced mice’s skin, but systemic cytokine levels remained " + }, + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "n_hits": 8, + "quote": "use macrophages, we observed that only CEP-33779 (but not INCB039110 or PF-06651600) inhibited JAK2-dependent GM-CSF signaling (Figure 1D). IFN-γ signaling through JAK1/2-induced STAT1 tyrosine phosphorylation, which was inhibited by INCB039110 or CEP-33779 (but not by PF-06651600) (Figure 1E). Fina" + }, + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "n_hits": 7, + "quote": "eo/query/ acc.cgi?acc=GSE94235) and GSE94236 (mouse skin samples) (https://www.ncbi.nlm.nih.gov/geo/query/acc. cgi?acc=GSE94236). 2.4.6 | ALADIN scores IFN (Cxcl9, Cxcl10, Cxcl11, Stat1, and Mx1) and CTL (Cd8a, Gzmb, Icos, Prf1) ALADIN scores for the Taq- man data were calculated for each group as d" + } + ], + "STAT3": [ + { + "paper": "Reversal of alopecia areata, osteoporosis follow treatment with activation of Tgr5 in mice", + "n_hits": 20, + "quote": "he appearance of alopecia areata and bone microstructure has improved. Immunohistochemistry and qPCR analysis showed that activation of Tgr5 can down-regulate the express of JAK1, STAT3, IL-6, TNF-α, and VEGF. Conclusion: These findings indicate that activation of Tgr5 mediated amelioration of alope" + }, + { + "paper": "CXCL12 Neutralizing Antibody Promotes Hair Growth in Androgenic Alopecia and Alopecia Areata", + "n_hits": 16, + "quote": "f AA and reduced the number of CD8+ cells. Interferon-γ (IFNγ) treatment increased the secretion of CXCL12 from DFs through the signal transducer and activator of transcription 3 (STAT3) pathway, and αCXCL12 treatment protected the hair follicle from IFNγ in hair organ culture. Collectively, these r" + }, + { + "paper": "Involvement of DKK1 secreted from adipose‐derived stem cells in alopecia areata", + "n_hits": 15, + "quote": "alopecia areata (AA), a condition characterised by significant increases in the DKK1 levels in human and mouse ASCs. Treatment of interferon-γ increased the expression of DKK1 via STAT3 phosphoryla- tion in ASCs. Treatment with recombinant DKK1 resulted in a decrease of cell growth in outer root she" + }, + { + "paper": "Modulating immune responses in alopecia therapeutic insights and potential targets of antisense oligonucleotides", + "n_hits": 13, + "quote": "hibition promotes the production of Th1 cytokines and chemokines, impairing inflammation, while SIRT1 activation suppresses autoreactive responses through NF-κB deacetylation and STAT3 phosphorylation. Additionally, antisense oligonucleotides (ASOs) targeting miR-485-3p show therapeutic potential in" + } + ], + "STAT5A": [ + { + "paper": "Induction of T cell exhaustion by JAK1 3 inhibition in the treatment of alopecia areata", + "n_hits": 8, + "quote": "STAT signaling in mouse T cells by treatment with Ifidancitinib. We found that treatment of mouse T cells with Ifidancitinib over a range of doses strongly inhibited IL-2-stimulated STAT5 phosphorylation (Figure 1A). Ifidancitinib also exhibited potent inhibitory effects on JAK1/2-mediated IFN-g signal" + }, + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "n_hits": 5, + "quote": "sur- vival signals between CD8+ T cells residing at the two sites. Long term survival of memory CD8+ T cells is dependent on IL‐15 and IL‐7, both of which signal via JAK1/JAK3 and STAT5 to induce anti‐apoptotic mole- cules such as Bcl‐2 or BclXL.61–63 Blocking IL‐15RB has been shown to be efficient " + }, + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "n_hits": 4, + "quote": "l control scalp skin (Fig. 1, E and F). We investigated the effects of IL-7–mediated signaling in skin-­ infiltrating T cells. Signal transducer and activator of transcription 5 (STAT5) is a key transcription factor downstream of IL-7R, and IL-7 requires STAT5 to induce Bcl-2 expression and to main" + }, + { + "paper": "Skin cancer understanding the journey of transformation from conventional to advanced treatment approaches.", + "n_hits": 4, + "quote": "pathway that is directly connected to the family of proteins called JAK (Janus Kinase) which is involved in the integration of different signaling path- way’s signals. STAT3 and STAT5 are majorly involved in the progression of cancer while STAT1 plays a crucial role in tumor suppression. Chronic inf" + } + ], + "IL15": [ + { + "paper": "Induction of T cell exhaustion by JAK1 3 inhibition in the treatment of alopecia areata", + "n_hits": 12, + "quote": "hogenesis of AA is also associated with the overexpression of cytokines, including interferon gamma (IFN-g) and the common gamma chain (gc) cytokines interleukin (IL)-2, IL-7, and IL-15, which promote the activity of alopecic T lymphocytes in affected skin (3, 4, 7). The IFN-g and gc cytokines signa" + }, + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "n_hits": 10, + "quote": "JAK3i) with various cytokines (Supplemental Table 1; supplemental material available online with this article; https://doi.org/10.1172/jci.insight.142205DS1). We tested IL-7 and IL-15, which signal through JAK1/3 and lead to STAT5 tyrosine phosphorylation, and found that INCB039110 and PF-06651600 (" + }, + { + "paper": "Mesenchymal Stem Cell Therapy in Alopecia Areata Visual and Molecular Evidence from a Mouse Model", + "n_hits": 8, + "quote": "nduction of AA and also did not receive any treatment. We examined the mRNA expression of immune-related cytokines, including JAK1, JAK2, STAT1, STAT3, IFN-γR, IL-1β, IL-6, IL-10, IL-15, IL-17α, IL-18, and IL-22 (Figure 4). In the AA-induced CTL mice, JAK1, JAK2, STAT1, STAT3, IFN-γR, IL-1β, IL-10, " + }, + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "n_hits": 6, + "quote": "gation of the cyto- kines that drive their activation and function (5, 6). Our transcrip- tional profiling analysis revealed that the c cytokines interleukin-2 (IL-2), IL-7, and IL-15 were up-regulated in lesional skin from both humans and C3H/HeJ mice with AA (6). Blockade of either of IL-2 or IL-" + } + ], + "IFNG": [ + { + "paper": "Induction of alopecia areata in C3H HeJ mice using polyinosinic-polycytidylic acid (poly[IC]) and interferon-gamma", + "n_hits": 90, + "quote": "8) 8:12518 | DOI:10.1038/s41598-018-30997-3 www.nature.com/scientificreports Induction of alopecia areata in C3H/HeJ mice using polyinosinic- polycytidylic acid (poly[I:C]) and interferon-gamma Jung-Min Shin1, Dae-Kyoung Choi2, Kyung-Cheol Sohn1, Jung-Woo Koh1, Young Ho Lee3, Young-Joon Seo1, Chang " + }, + { + "paper": "SOCS3 treatment prevents the development of alopecia areata by inhibiting CD8+ T cell-mediated autoimmune destruction", + "n_hits": 64, + "quote": ", China 2Department of Plastic Surgery, Shanghai International Medical Center, Shanghai, China Correspondence to: Wei Wu, email: babevivi@126.com Keywords: alopecia areata, SOCS3, IFN-γ, autoimmune, hair follicle Received: October 02, 2016 Accepted: February 23, 2017 Published: March 23, 2017 Copyri" + }, + { + "paper": "CXCR3 Blockade Inhibits T-cell Migration into the Skin and Prevents Development of Alopecia Areata", + "n_hits": 45, + "quote": "New York, NY, 10032, USA Abstract Alopecia areata (AA) is an autoimmune disease of the hair follicle (HF) that results in hair loss of varying severity. Recently, we showed that IFN-γ-producing NKG2D+CD8+ T cells actively infiltrate the HF, and are responsible for its destruction in C3H/HeJ AA mice." + }, + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "n_hits": 39, + "quote": "mulate in the skin and contribute to HF destruction (4, 5). The pathogenesis of AA is also associated with the overexpression of proinflammatory cytokines, such as interferon-γ (IFN-γ) and common γ chain (γc) cytokines, which break down HF immune privilege and promote the survival and function of cy" + } + ], + "CXCL10": [ + { + "paper": "CXCR3 Blockade Inhibits T-cell Migration into the Skin and Prevents Development of Alopecia Areata", + "n_hits": 67, + "quote": "o involved in a wide range of disease processes, including infection, autoimmune, inflammatory, and malignant diseases (12–14). The CXCR3 receptor and its cognate ligands, CXCL9, CXCL10 and CXCL11 have been implicated in directing a Th1 inflammatory response (15–18). Recent studies support the notio" + }, + { + "paper": "Modulating immune responses in alopecia therapeutic insights and potential targets of antisense oligonucleotides", + "n_hits": 14, + "quote": "ized by sudden hair loss, with interferon-gamma (IFN-γ) playing a pivotal role in pathogenesis. The upregulation of IFN response genes, including IFN-inducible chemokines CXCL9, CXCL10, and CXCL11, in lesional skin reflects the activation of the IFN response pathway and contributes to immune cell re" + }, + { + "paper": "Induction of alopecia areata in C3H HeJ mice using polyinosinic-polycytidylic acid (poly[IC]) and interferon-gamma", + "n_hits": 8, + "quote": "the AA lesions revealed increased infiltration of CD4+ and CD8+ cells infiltration around the hair follicles. IFNγ and poly(I:C) increased the expression of NLRP3, IL-1β, CXCL9, CXCL10, and CXCL11 in mouse skin. Taken together, these findings indicate a shorter and more convenient means of AA animal" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 7, + "quote": "itochon- drial fragmentation, fostering a more interconnected mitochon- drial network. Notably, they also significantly lowered the levels of key inflammatory mediators, including CXCL10, IL-18, and IL-4. Summary/Conclusion: These findings highlight PDNVs as potential modulators of mitochondrial dyn" + } + ], + "CXCR3": [ + { + "paper": "CXCR3 Blockade Inhibits T-cell Migration into the Skin and Prevents Development of Alopecia Areata", + "n_hits": 179, + "quote": "CXCR3 Blockade Inhibits T-cell Migration into the Skin and Prevents Development of Alopecia Areata Zhenpeng Dai*, Luzhou Xing‖, Jane Cerise*, Eddy Hsi Chun Wang*, Ali Jabbari*, Annemie" + }, + { + "paper": "Immunoregulatory Effects of Myeloid-Derived Suppressor Cell Exosomes in Mouse Model of Autoimmune Alopecia Areata", + "n_hits": 4, + "quote": "ion did not differ between the two MDSC preparations (Figure 1C). Myeloid-derived suppressor cells migrate from the BM toward inflamed organs, which involves predominantly CCR7, CXCR3, and CXCR4. Chemokine receptor expression differed between ex vivo sorted and culture-derived MDSC with CCR5, CCR7, " + }, + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "n_hits": 3, + "quote": "orts in other mouse models (20, 21), IL-7c increased the total number of lymphocytes in lymphoid organs (fig. S3A). We also found that IL-7c robustly increased the frequency of CXCR3+CD8+ T cells, T-bet+CD8+ T cells, and IFN-–producing CD8+ T cells in SDLNs (Fig. 2I and fig. S3B) but only slightly " + }, + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "n_hits": 3, + "quote": "rimers. 2017;3:17011. 4. Xing L, et al. Alopecia areata is driven by cytotoxic T lymphocytes and is reversed by JAK inhibition. Nat Med. 2014;20(9):1043–1049. 5. Dai Z, et al. CXCR3 blockade inhibits T cell migration into the skin and prevents development of alopecia areata. J Immunol. 2016;197(4):1" + } + ], + "IL7R": [ + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "n_hits": 146, + "quote": "Dai et al., Sci. Adv. 2021; 7 : eabd1866 2 April 2021 SCIE N C E A D V A NCES | RESEA R CH A RT ICL E 1 of 13 I M MUNOLOGY Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H/HeJ mice Zhenpeng Dai1, Eddy Hsi Chun Wang1, Lynn Petukhova1, Yuqian Chang1, Eun" + }, + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "n_hits": 4, + "quote": "6651600 (JAK3i) with various cytokines (Supplemental Table 1; supplemental material available online with this article; https://doi.org/10.1172/jci.insight.142205DS1). We tested IL-7 and IL-15, which signal through JAK1/3 and lead to STAT5 tyrosine phosphorylation, and found that INCB039110 and PF-0" + }, + { + "paper": "Extracellular vesicles in age-related diseases disease pathogenesis, intervention, and biomarker.", + "n_hits": 2, + "quote": "types of occupation, types of sports, and previous injury, also contribute to initiation, promotion and progression of OA [145]. Pro-inflamma- tory cytokines such as IL-1, IL-6, IL-7, IL-8, IL-17, IL-18, IL-20, IL-36, MCP-2, MIF, MIG, oncostatin M, bFGF, TGFα, S100 proteins, are found in OA joints, " + }, + { + "paper": "Hair follicle-derived mesenchymal stem cells decrease alopecia areata mouse hair loss and reduce inflammation around the hair follicle", + "n_hits": 2, + "quote": "ion [39], which indicated significant treatment in androgenic alopecia patients. But clinical studies for AA therapy are limited. The preclinical study indicated that short-term IL-7 receptors in combination with low doses of Treg-tropic cytokines increased therapeutic effects in AA treatment [40]. " + } + ], + "TBX21": [ + { + "paper": "Controlled Delivery of T-box21 Small Interfering RNA Ameliorates Autoimmune Alopecia (Alopecia Areata) in a C3H HeJ Mouse Model", + "n_hits": 120, + "quote": "using cationized gelatin8 as a new therapeutic approach, targeting T- box21 gene (Tbx21) to repress the expression of inter- feron-\u0001 gene (Ifng). Tbx21 gene was formerly known as T-bet gene and plays an important role in control of the Ifng gene expression and Th1 cell differentiation and function.9" + }, + { + "paper": "The C3H HeJ mouse and DEBR rat models for alopecia areata review of preclinical drug screening approaches and results", + "n_hits": 27, + "quote": "mouse recombinant IL4 were given daily for 3 weeks which significantly restored hair growth which persisted during the 2 month observation period (18). Gene therapy with T-box 21 (Tbx21) T-box 21 is a transcription factor involved in Th1 differentiation, the dominant immunological process in AA as m" + }, + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "n_hits": 4, + "quote": "models (20, 21), IL-7c increased the total number of lymphocytes in lymphoid organs (fig. S3A). We also found that IL-7c robustly increased the frequency of CXCR3+CD8+ T cells, T-bet+CD8+ T cells, and IFN-–producing CD8+ T cells in SDLNs (Fig. 2I and fig. S3B) but only slightly in- creased the freq" + }, + { + "paper": "TH1 effector CD4 T cells rely on IFN-γ production to induce alopecia areata", + "n_hits": 4, + "quote": "tiva- tion including Cd44, Pdcd1, Icos, and Ctla4 (Fig. 3C). We also found several genes with increased expression relating to TH1 differentia- tion and function including Stat4, Tbx21, Stat1, Ifng, Il18r1, Il12rb1, and Cxcr3 (Fig. 3C). We next used the decoupleR package to infer TF activity. We com" + } + ], + "CXCL12": [ + { + "paper": "CXCL12 Neutralizing Antibody Promotes Hair Growth in Androgenic Alopecia and Alopecia Areata", + "n_hits": 200, + "quote": "Citation: Zheng, M.; Kim, M.-H.; Park, S.-G.; Kim, W.-S.; Oh, S.-H.; Sung, J.-H. CXCL12 Neutralizing Antibody Promotes Hair Growth in Androgenic Alopecia and Alopecia Areata. Int. J. Mol. Sci. 2024, 25, 1705. https://doi.org/10.3390/ ijms25031705 Academic Editor: Paw" + }, + { + "paper": "Impact of SDF-1 and AMD3100 on Hair Follicle Dynamics in a Chronic Stress Model", + "n_hits": 155, + "quote": "Karri, S.S.; Andersen, B. The circadian clock and diseases of the skin. FEBS Lett. 2021, 595, 2413–2436. [CrossRef] 9. Cambier, S.; Gouwy, M.; Proost, P. The chemokines CXCL8 and CXCL12: Molecular and functional properties, role in disease and efforts towards pharmacological intervention. Cell. Mol." + }, + { + "paper": "CXCL12 Drives Reversible Fibroimmune Remodeling in Androgenetic Alopecia Revealed by Single-Cell RNA Sequencing", + "n_hits": 112, + "quote": "Gabbiani Received: 17 June 2025 Revised: 4 July 2025 Accepted: 7 July 2025 Published: 8 July 2025 Citation: An, S.; Zheng, M.; Park, I.G.; Song, L.; Kim, J.; Noh, M.; Sung, J.-H. CXCL12 Drives Reversible Fibroimmune Remodeling in Androgenetic Alopecia Revealed by Single-Cell RNA Sequencing. Int. J. " + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 9, + "quote": "e addressed, they could be considered a promising tool for the direct delivery of therapeutic cargoes to tumours. Funding: University of Milan and McGill University PS2.899 CTHRC1+CXCL12+ fibroblasts-epithelia communication via exosome foster MDMs accumulation and aggravate lung injury Presenter: Ch" + } + ], + "CXCR4": [ + { + "paper": "Impact of SDF-1 and AMD3100 on Hair Follicle Dynamics in a Chronic Stress Model", + "n_hits": 115, + "quote": "ronic stress is a common cause of hair loss, involving inflammatory responses and changes in cellular signaling pathways. This study explores the mechanism of action of the SDF- 1/CXCR4 signaling axis in chronic stress-induced hair loss. The research indicates that SDF-1 pro- motes hair follicle gro" + }, + { + "paper": "CXCL12 Drives Reversible Fibroimmune Remodeling in Androgenetic Alopecia Revealed by Single-Cell RNA Sequencing", + "n_hits": 32, + "quote": "on driving CXCL12 expression. Autocrine CXCL12-ACKR3 signaling in DFs activated TGF-β pathways and promoted fibrotic extracellular matrix deposition. In parallel, paracrine CXCL12-CXCR4 signaling reprogrammed Sox2+Twist1+ dermal papilla cells (DPCs) and promoted the accumulation of pro-fibrotic Trem" + }, + { + "paper": "CXCL12 Neutralizing Antibody Promotes Hair Growth in Androgenic Alopecia and Alopecia Areata", + "n_hits": 28, + "quote": "ns increased the secretion of CXCL12 from DFs through the androgen receptor (AR). Secreted CXCL12 from DFs increased the expression of the AR and C-X-C Motif Chemokine Receptor 4 (CXCR4) in dermal papilla cells (DPCs), which induced hair loss in AGA. Likewise, CXCL12 expression is increased in AA mi" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 14, + "quote": "variation in terms of surface markers and expression of miR-29 and miR-126, previously detected also in PLTs. LCEP-EVs induced endothelial activation (upregulation of CXCL1, CCL2, CXCR4 and VCAM1) and enhanced neutrophil adhesion and migration compared to HDEP-EVs, without affecting angiogene- sis. " + } + ], + "FOXP3": [ + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "n_hits": 55, + "quote": "s. pSTAT5 MFI (2 × 10 ) ** * IL-7/GAPDH(×10–4) C3H NC C3H AA 0 2 4 6 G I 2 0 2 4 6 8 10 pSTAT5 MFI (2 × 10 ) 0 2 4 6 8 10 2 Isotype AA skin NC skin NC SDLN AA SDLN Isotype Foxp3– Foxp3+ B NC AA NC AA IL-7Rα CD8 CD4 H K 47.6 26.4 7.17 18.8 49.7 26.9 4.16 19.3 38.8 42.4 3.28 15.5 39.8 41.0 2.91 16.3 5" + }, + { + "paper": "Ox40-Cre–mediated deletion of BRD4 reveals an unexpected phenotype of hair follicle stem cells in alopecia", + "n_hits": 55, + "quote": "stimulatory molecule in the TNF receptor superfamily primarily involved in Treg prolif­ eration, survival, and memory generation (3, 4). In naive mice, OX40 is mainly expressed by Foxp3+ Tregs (5). However, upon immune activation, activated T effector cells also express OX40, and upon binding its li" + }, + { + "paper": "Immunoregulatory Effects of Myeloid-Derived Suppressor Cell Exosomes in Mouse Model of Autoimmune Alopecia Areata", + "n_hits": 32, + "quote": "ented progression and sufficed for partial hair regrowth. Deep sequencing of lymphocyte mRNA from these mice revealed a significant increase in immunoregula­ tory mRNA, including FoxP3 and arginase 1. Downregulated mRNA was preferentially engaged in prohibiting T cell hyperreactivity. Taken together" + }, + { + "paper": "Selective Expansion of Tregs Using the IL-2 Cytokine Antibody Complex Does Not Reverse Established Alopecia Areata in C3H HeJ Mice", + "n_hits": 24, + "quote": "se overnight before embedding in OCT. Tissue sections were stained primarily with anti-CD3-BV480 (1:1,000, 17A2), anti-CD4-AF488 (1:250, RM4-5), anti-CD8a-PE (1:250, 53-6.7), anti-FoxP3-APC (1:250, FJK-16s), and anti-GL3-biotin (1:250, GL3), followed by secondary SA-AF750 (1:10,000) at RT. Slides we" + } + ], + "CTLA4": [ + { + "paper": "Skin cancer understanding the journey of transformation from conventional to advanced treatment approaches.", + "n_hits": 9, + "quote": "cSSC cutaneous squamous cell carcinoma, PD1 Program Death 1, EGFR Epidermal growth factor receptor, NSCLC Non-small cell lung cancer, HNSCC Head and neck squamous cell carcinoma, CTLA-4 Cytotoxic t-lymphocyte associated protein-4 Treatment options Description Manifestation Approved Reference Convent" + }, + { + "paper": "Gene Array Profiling and Immunomodulation Studies Define a Cell-Mediated Immune Response Underlying the Pathogenesis of Alopecia Areata in a Mouse Model and Humans", + "n_hits": 6, + "quote": "ia areata pathogenesis and suggested targeting antigen-pre- senting cells and reactive lymphocytes may be effect- ive in alopecia areata treatment. Key words: autoimmune/B7.1/B7.2/CTLA-4-mIgG2am/lymphocyte costimulation/rodent model. J Invest Dermatol 119:392± 402, 2002 A lopecia areata (AA) in huma" + }, + { + "paper": "Selective Expansion of Tregs Using the IL-2 Cytokine Antibody Complex Does Not Reverse Established Alopecia Areata in C3H HeJ Mice", + "n_hits": 5, + "quote": "e with AA, NKG2D- expressing CD8 T cells widely infiltrate both haired and hairless skin areas, which have tissue-resident memory T-cell phenotypes. Tregs in the skin express CD25, CTLA-4, GATA-3, and Jagged1 and efficiently proliferate with IL-2 cytokine antibody complex. However, expanding Tregs in " + }, + { + "paper": "SOCS3 treatment prevents the development of alopecia areata by inhibiting CD8+ T cell-mediated autoimmune destruction", + "n_hits": 4, + "quote": "10 through modulating STAT3 activation [23]. Yuet al demonstrated that SOCS3 deletion in T lymphocytes suppresses development of chronic ocular inflammation via upregulation of CTLA-4 and expansion of regulatory T cells. SOCS3 interacts with CTLA-4 and negatively regulates CTLA-4 levels in T cells, " + } + ], + "SOCS3": [ + { + "paper": "SOCS3 treatment prevents the development of alopecia areata by inhibiting CD8+ T cell-mediated autoimmune destruction", + "n_hits": 144, + "quote": "Oncotarget 33432 www.impactjournals.com/oncotarget SOCS3 treatment prevents the development of alopecia areata by inhibiting CD8+ T cell-mediated autoimmune destruction Zhen Gao1, Yu-Qing Jin2, Wei Wu1 1Department of Plastic and Recons" + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "n_hits": 8, + "quote": "g hub, including downstream effectors (e.g., interferon induced genes: Ifi47, Ifi214, and Ifitm3) and the downregulation of its negative regulator suppressor of cytokine signaling 3 (Socs3; Fig. 3B, first panel). SOCS3 protein reduction could also be visualized in the hair follicles from skin sections f" + } + ], + "NLRP3": [ + { + "paper": "Total glucosides of paeony inhibit NLRP3 caspase-1 GSDMD-mediated inflammation and pyroptosis in C3H HeJ mice with alopecia areata", + "n_hits": 55, + "quote": "s://creativecommons.org/licenses/by/4.0/). Biomolecules and Biomedicine, 2025, Vol. 25, No. 4, 954–964 954 www.biomolbiomed.com RESEARCH ARTICLE Total glucosides of paeony inhibit NLRP3/caspase-1/GSDMD-mediated inflammation and pyroptosis in C3H/HeJ mice with alopecia areata Jingfang Zhang 1,2, Zhiq" + }, + { + "paper": "Induction of alopecia areata in C3H HeJ mice using polyinosinic-polycytidylic acid (poly[IC]) and interferon-gamma", + "n_hits": 53, + "quote": "chemical staining of the AA lesions revealed increased infiltration of CD4+ and CD8+ cells infiltration around the hair follicles. IFNγ and poly(I:C) increased the expression of NLRP3, IL-1β, CXCL9, CXCL10, and CXCL11 in mouse skin. Taken together, these findings indicate a shorter and more convenie" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 37, + "quote": "the extracellular space Invited Speaker: Janis A. Müller Philipps University Marburg, Germany OF14.1 Human milk-derived extracellular vesicles reduce NF-kB pathway activation and NLRP3 inflammasome formation in vitro and in vivo Jueqin Lu, Jasmyne A. Storm, Mon Fran Obtial, Sanoji Wijenayake Departm" + }, + { + "paper": "Modulating immune responses in alopecia therapeutic insights and potential targets of antisense oligonucleotides", + "n_hits": 14, + "quote": "antibodies: rabbit anti-IL-6 (Cat# ab208113, RRID: AB_2927421, Abcam; 1:1000), mouse anti-TNF-α (Cat# sc-52746, RRID: AB_630341, Santa Cruz Bio­ technology; 1:1500), mouse anti-NLRP3 (Cat# AG- 20B-0014-C100, RRID: AB_2885199, AdipoGen; 1:1500), rabbit anti-AR (Cat# D6F11, RRID: AB_2799166, Cell Sign" + } + ], + "RIPK1": [ + { + "paper": "The Involvement of RIPK1 in Alopecia Areata", + "n_hits": 87, + "quote": "Revised: 6 February 2025 Accepted: 10 February 2025 Published: 13 February 2025 Citation: Kim, H.; Zheng, M.; An, S.; Park, I.G.; Song, L.; Noh, M.; Sung, J.-H. The Involvement of RIPK1 in Alopecia Areata. Int. J. Mol. Sci. 2025, 26, 1565. https://doi.org/10.3390/ ijms26041565 Copyright: © 2025 by t" + } + ], + "AKT1": [ + { + "paper": "Pilose antler extracts promotes hair growth in androgenetic alopecia mice by activating hair follicle stem cells via the AKT and Wnt pathways", + "n_hits": 70, + "quote": "Pilose antler extracts promotes hair growth in androgenetic alopecia mice by activating hair follicle stem cells via the AKT and Wnt pathways Fenglong Wang 1†, Gaiying He2†, Menghua Liu1, Yanan Sun 2, Shuhua Ma2, Zhenxiao Sun1* and Yi Wang2* 1School of Life Sciences, Beijing University of Chinese Me" + }, + { + "paper": "Effects of Baicalin on Alopecia and the Associated Mechanism", + "n_hits": 49, + "quote": "ation of cell-cell adhesion, vesicle lumen, cytoplasmic vesicle, membrane raft, and endopeptidase activity. Multiple pathways were identified, such as proteoglycans in cancer, PI3K/AKT, and forkhead box O signaling pathways. Following baicalin treatment for the experimental mice, the coverage, length" + }, + { + "paper": "Therapeutic potential of isoproterenol in androgenetic alopecia activation of hair follicle stem cells via the PI3K AKT β-Catenin signaling pathway", + "n_hits": 45, + "quote": "owth in animal models via the Sonic Hedgehog (SHH) pathway, but its potential for treating clinical AGA patients remains unexamined. Methods We investigated the role of the PI3K/AKT signaling pathway in AGA pathogenesis, focusing on the hair follicle-sympathetic nerve axis. The ADRB2 agonist, isopro" + }, + { + "paper": "Caizhixuan hair tonic regulates both apoptosis and the PI3K Akt pathway to treat androgenetic alopecia", + "n_hits": 36, + "quote": "RESEARCH ARTICLE Caizhixuan hair tonic regulates both apoptosis and the PI3K/Akt pathway to treat androgenetic alopecia Tingting FangID1, Ruofei Xu2, Shaopeng Sun1, Yineng He1, Yi Yan1, Hongyang Fu3, Hongbin Luo3, Yi Cao3, Maocan TaoID3* 1 The First Clinical M" + } + ], + "MTOR": [ + { + "paper": "Corticotropin-releasing hormone inhibits autophagy by suppressing PTEN to promote apoptosis in dermal papilla cells", + "n_hits": 31, + "quote": "suppress autophagy, leading to DPC apoptosis. Overexpression of PTEN enhanced autophagy and mitigated CRH-dependent DPC apoptosis. CRH inhibited PTEN and activated the PI3K/AKT/mTOR pathway, whereas rapamycin inhibited this pathway and activated autophagy, consequently lowering apoptosis, suggesting" + }, + { + "paper": "The human umbilical cord-mesenchymal stem cell secretome regulates hair growth and cycle transition by promoting methylthioadenosine synthesis via the PI3K AKT mTOR pathway", + "n_hits": 30, + "quote": "ermal papilla cells and hair matrix cells through cysteine and methionine metabolism; and stimulates methylthioadenosine synthesis in hair matrix cells by activating the PI3K/AKT/mTOR signaling pathway. Clinical studies demonstrated that SCT increased human hair density and average hair diameter. Sc" + }, + { + "paper": "Arginine Metabolic Disruption Impairs Hair Regeneration via ROS‐Mediated Inactivation of mTOR Signaling in Androgenetic Alopecia", + "n_hits": 28, + "quote": "RESEARCH ARTICLE www.advancedscience.com Arginine Metabolic Disruption Impairs Hair Regeneration via ROS-Mediated Inactivation of mTOR Signaling in Androgenetic Alopecia Shixin Duan, Guo Li, Yanji Chu, Junbo Zhang, Li Yang, Yujin Zhang, Fangfen Liu, Jiayun Li, Mengting Chen, Ben Wang, Zhixiang Zhao," + }, + { + "paper": "Multifunctional nanomedicine targeting the 'seed-and-soil' of hair follicles via simultaneous alleviation of oxidative stress and activation of autophagy for androgenetic alopecia therapy", + "n_hits": 16, + "quote": "mitigate oxidative stress and inhibiting intracellular oxidative damage via the suppression of c-Jun phosphorylation. Addi­ tionally, Cur inhibits the phosphorylation of Akt and mTOR, which in turn promotes the expression of LC3B and activates the autophagy pathway. Thus, Cur’s ability to both reduc" + } + ], + "PTEN": [ + { + "paper": "Corticotropin-releasing hormone inhibits autophagy by suppressing PTEN to promote apoptosis in dermal papilla cells", + "n_hits": 84, + "quote": "Research Article Annals of Medicine 2025, VOL. 57, NO. 1, 2490823 Corticotropin-releasing hormone inhibits autophagy by suppressing PTEN to promote apoptosis in dermal papilla cells Wenzi Lianga, Xiuwen Chenb, Na Nic, Chutong Zhuangc, Zhiying Yua, Ziqing Xua, Yingshi Lia, Changmin Lina and Keng Huan" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 18, + "quote": "viron- ment. OF11.3 Delivery of melanoma cell-derived miR-92b-3p by extracellular vesicles promotes the formation of carcinoma-associated fibroblasts through the downregulation of PTEN Stefanie Kewitz-Hempel1, Nicola Windisch1, Gerd Hause2, Lutz Müller3, Cord Sunderkötter1, Dennis Gerloff1 1Departme" + }, + { + "paper": "Skin cancer understanding the journey of transformation from conventional to advanced treatment approaches.", + "n_hits": 11, + "quote": "pathway predominantly facilitates proliferation and invasion. One of the inhibi- tors of the PI3K pathway is the enzyme phosphatase and tensing homolog deleted on chromosome 10 (PTEN). PTEN catalyzes the de-phosphorylation reaction of phosphatidylinositol 3,4,5-trisphosphate (PIP3) back to phosphati" + } + ], + "SIRT1": [ + { + "paper": "Jiawei Erzhiwan Ameliorates Androgenetic Alopecia by Regulating the SIRT1 JNK p38 MAPK Pathway", + "n_hits": 46, + "quote": "O R I G I N A L R E S E A R C H Jiawei Erzhiwan Ameliorates Androgenetic Alopecia by Regulating the SIRT1/JNK/p38 MAPK Pathway Zhiguang Huang1,2,*, Yuanyuan Li3,*, Yixin Xie1,2,*, Hangjie Fu2,4, Zhiwei Weng1,2, Jianchang Yuan1,2, Lan Wu1,2, Weizhou Lin1,2, Yi Cao3, Bin Ding 1,2,5 1S" + }, + { + "paper": "Modulating immune responses in alopecia therapeutic insights and potential targets of antisense oligonucleotides", + "n_hits": 43, + "quote": "mon under­ lying molecular pathways, particularly involving the dysregulation of microRNAs (miRNAs) and key cellular signaling molecules [8–12]. One such molecule of interest is SIRT1, a mem­ ber of the sirtuin family of NAD+dependent protein BMC Immunology *Correspondence: Hyun-Jeong Cho hjcho@kony" + }, + { + "paper": "Extracellular vesicles in age-related diseases disease pathogenesis, intervention, and biomarker.", + "n_hits": 11, + "quote": "n endothelial cells (HUVECs), EVs released by the cells deliver elevated amount of miR-21-5p and miR-217, which impair the expression of DNA methyl- transferase 1 and Sirtuin-1 (SIRT1), thus affecting DNA methylation and cells replication ability [19]. Other stud- ies have also discovered that EVs f" + } + ], + "IGF1": [ + { + "paper": "Self-assembling peptide inspired by insulin and type 1 insulin-like growth factor for the treatment of androgenetic alopecia", + "n_hits": 94, + "quote": "PR China f Tianjin Eye Hospital, No. 4 Gansu Road, Heping District, Tianjin, 300020, PR China A R T I C L E I N F O Keywords: Peptide Self-assembly Insulin-like growth factor 1 (IGF-1) Hair regrowth Androgenetic alopecia (AGA) A B S T R A C T Androgenetic alopecia (AGA), the most prevalent form of h" + }, + { + "paper": "The AR miR-221 IGF-1 pathway mediates the pathogenesis of androgenetic alopecia", + "n_hits": 83, + "quote": ". Sci. 2023, Vol. 19 https://www.ijbs.com 3307 International Journal of Biological Sciences 2023; 19(11): 3307-3323. doi: 10.7150/ijbs.80481 Research Paper The AR/miR-221/IGF-1 pathway mediates the pathogenesis of androgenetic alopecia Kaitao Li†, Yang Sun†, Shizhao Liu†, Yi Zhou, Qian Qu, Gaofeng W" + }, + { + "paper": "Drug Delivery System Based On Minoxidil Nanoparticles Promotes Haira Growth in C57BL6 Mice", + "n_hits": 35, + "quote": ". C57BL/6 mice were used to evaluate hair-growth effects. The expression levels of mRNA and protein for vascular endothelial growth factor (VEGF) and insulin-like growth factor-1 (IGF-1) were determined by real-time PCR and ELISA methods, respectively. Results: The ratio of solid-MXD was approximate" + }, + { + "paper": "Hair Growth Effect of DN106212 in C57BL 6 Mouse and Its Network Pharmacological Mechanism of Action", + "n_hits": 22, + "quote": "2017, 309, 729–738. [CrossRef] 52. Hu, Z.-Q.; Hou, C.; Miao, Y.; Wang, J.; Wang, X.; Chen, C.-Y. Collagenase IV plays an important role in regulating hair cycle by inducing VEGF, IGF-1, and TGF-β expression. Drug Des. Dev. Ther. 2015, 9, 5373–5383. [CrossRef] 53. Semon, H.C. An Atlas of the Commoner" + } + ], + "VEGFA": [ + { + "paper": "Hydrogel forming microneedles loaded with VEGF and Ritlecitinib,polyhydroxyalkanoates nanoparticles for mini-invasive androgenetic alopecia treatment", + "n_hits": 45, + "quote": "alf of KeAi Communications Co. Ltd. This is an open access article under the CC BY license (http://creativecommons.org/licenses/by/4.0/). Hydrogel forming microneedles loaded with VEGF and Ritlecitinib/ polyhydroxyalkanoates nanoparticles for mini-invasive androgenetic alopecia treatment Yan-Wen Din" + }, + { + "paper": "Drug Delivery System Based On Minoxidil Nanoparticles Promotes Haira Growth in C57BL6 Mice", + "n_hits": 35, + "quote": "pm, 30 s×15 times, intermittent milling). C57BL/6 mice were used to evaluate hair-growth effects. The expression levels of mRNA and protein for vascular endothelial growth factor (VEGF) and insulin-like growth factor-1 (IGF-1) were determined by real-time PCR and ELISA methods, respectively. Results" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 29, + "quote": "which was further augmented with OCY-derived EVs. In particular, OCY-derived maEVs led to a significant increase in tube formation with thicker vessels present, comparable to the +VEGF control, and also increased HUVEC migration and proliferation. Remarkably, treatment with OCY-derived maEVs leads t" + }, + { + "paper": "Minoxidil delivered via a stem cell membrane delivery controlled release system promotes hair growth in C57BL6J mice", + "n_hits": 26, + "quote": "and differential centrifugation, and their effects on hair growth were evaluated using C57BL/6J mice. The mRNA and protein expression levels of vascular endothelial growth factor (VEGF) and insulin-like growth factor-1 (IGF-1) were detected by real-time polymerase chain reaction and enzyme-linked im" + } + ], + "FGF7": [ + { + "paper": "BFNB Enhances Hair Growth in C57BL 6 Mice through the", + "n_hits": 32, + "quote": "Citation: Pérez-Mora, S.; Ocampo-López, J.; Gómez-García, M.d.C.; Pérez-Ishiwara, D.G. BFNB Enhances Hair Growth in C57BL/6 Mice through the Induction of EGF and FGF7 Factors and the PI3K-AKT-β-Catenin Pathway. Int. J. Mol. Sci. 2023, 24, 12110. https:// doi.org/10.3390/ijms241512110 Academic Editor" + }, + { + "paper": "Subcutaneous injection of genetically engineered exosomes for androgenic alopecia treatment", + "n_hits": 16, + "quote": "e-based targeted delivery platform, designated as EX104, through the engineering of HEK-293 cells to express a combination of therapeutical molecules, including WNT10B, VEGFA, and FGF7. EX104 reversed the hair follicle miniaturization phenotype in DHT-induced DPCs. Furthermore, it demonstrated signi" + }, + { + "paper": "Restoration of follicular β-catenin signaling by mesenchymal stem cells promotes hair growth in mice with androgenetic alopecia", + "n_hits": 14, + "quote": "CG GTC​TGA​TCT​CTT​TCC​CCA​ACTCT​ Cdk4 (mouse) CTG​AAC​CGC​TTT​GGC​AAG​AC GCC​CTC​TCT​TAT​CGC​CAG​AT β-catenin (mouse) GTT​CGC​CTT​CAT​TAT​GGA​CTGCC​ ATA​GCA​CCC​TGT​TCC​CGC​AAAG​ Fgf7 (mouse) TGG​GCA​CTA​TAT​CTC​TAG​CTTGC​ GGG​TGC​GAC​AGA​ACA​GTC​T Gapdh (mouse) CAT​CAC​TGC​CAC​CCA​GAA​GACTG​ ATG​C" + }, + { + "paper": "Deletion of hypoxia-inducible factor prolyl 4-hydroxylase 2 in FoxD1-lineage mesenchymal cells leads to congenital truncal alopecia", + "n_hits": 11, + "quote": "8 P21 P24 0.0 1.0 2.0 3.0 4.0 5.0 6.0 A Control cKO Keratin 1 Keratin 5 Loricrin C Relative Krt5 mRNA * Relative Krt1 mRNA ** * Relative Krt10 mRNA ** * Relative Lor mRNA Relative Kgf mRNA Relative Krt15 mRNA Control cKO Skin overview Hair follicle Skin surface Hair shaft B Relative Krt14 mRNA *** *" + } + ], + "FGF5": [ + { + "paper": "‘Cyclic alopecia’ in Msx2 mutants defects in hair cycling and hair shaft differentiation", + "n_hits": 18, + "quote": "entiation, together with concealed skin domains, account for the cyclic alopecia phenotype. Keywords Alopecia; Hair cycle; Hair differentiation; Homeobox genes; Msx2; Foxn1; Ha3; Fgf5; Mouse © 2003 The Company of Biologists Ltd *Authors for correspondence (chuong@pathfinder.usc.edu and maas@rascal.m" + }, + { + "paper": "Overexpression of Bcl-2 Protects from Ultraviolet B-Induced Apoptosis but Promotes Hair Follicle Regression and Chemotherapy-Induced Alopecia", + "n_hits": 8, + "quote": "A, Fuchs EV, Thompson CB: Manipulation of outer root sheath cell survival perturbs the hair-growth cycle. EMBO J 1999, 18:3596–3603 41. Hebert JM, Rosenquist T, Gotz J, Martin GR: FGF5 as a regulator of the hair growth cycle: evidence from targeted and spontaneous mutations. Cell 1994, 78:1017–1025 " + }, + { + "paper": "Prostaglandin D2 Inhibits Hair Growth and Is Elevated in Bald Scalp of Men with Androgenetic Alopecia", + "n_hits": 5, + "quote": "ured the expression of the receptor for PGF2α, which is known for its ability to induce hair growth both in mice (20) and in humans (15). In contrast to the late peak of Ptgds and Fgf5, prostaglandin F receptor (Ptgfr) mRNA peaked in early anagen or late telogen, with a 21-fold change versus second " + }, + { + "paper": "The Genetic Landscape of Androgenetic Alopecia Current Knowledge and Future Perspectives.", + "n_hits": 4, + "quote": "including WNT signaling, androgen metabolism, apoptosis, and morphogenesis [11]. This built on an earlier meta-analysis that had expanded candidate loci to implicate genes such as FGF5, IRF4, DKK2, and pathways including melatonin signaling and adipogenesis [12]. Because many participants in these s" + } + ], + "HGF": [ + { + "paper": "Exploring the Efficacy and Potential Mechanisms of Topical Periplaneta americana (L.) Extract in Treating Androgenetic Alopecia in a Mouse Model A Systems Pharmacology and Skin Microbiome Analysis", + "n_hits": 14, + "quote": "as purchased from Aladdin Reagent Co., Ltd. (Shanghai, China). Isoflurane was purchased from Reward Technology Co., Ltd. (Jinan, China). Vascular endothelial growth factor (VEGF), Hepatocyte Growth Factor (HGF), alkaline phosphatase (ALP/AKP), estradiol (E2), malondialdehyde (MDA), tumor necrosis fa" + }, + { + "paper": "Cell-free fat extract restores hair loss a novel therapeutic strategy for androgenetic alopecia", + "n_hits": 6, + "quote": "\u0007Conditioned media DHT \u0007Dihydrotestosterone DPCs \u0007Dermal papilla cells ELISA \u0007Enzyme-linked immunosorbent assay hDPCs \u0007Human dermal papilla cells HE \u0007Hematoxylin–eosin HGF \u0007Hepatocyte growth factor IGF \u0007Insulin-like growth factor MLA assay \u0007Mouse lymohoma TK assay PDGF \u0007Platelet-derived growth facto" + }, + { + "paper": "Cell-free fat extract restores hair loss a novel therapeutic strategy for androgenetic alopecia", + "n_hits": 6, + "quote": "\u0007Conditioned media DHT \u0007Dihydrotestosterone DPCs \u0007Dermal papilla cells ELISA \u0007Enzyme-linked immunosorbent assay hDPCs \u0007Human dermal papilla cells HE \u0007Hematoxylin–eosin HGF \u0007Hepatocyte growth factor IGF \u0007Insulin-like growth factor MLA assay \u0007Mouse lymohoma TK assay PDGF \u0007Platelet-derived growth facto" + }, + { + "paper": "Overcoming the Low Bioavailability of Apigenin The Therapeutic Efficacy for Androgenetic Alopecia Through Topical Administration", + "n_hits": 6, + "quote": "β (GSK-­3β) is a key regulator of the Wnt signaling pathway, which is crucial for hair follicle development and hair cycling. Inhibiting GSK-­3β leads to promoting hair growth. Hepatocyte growth factor (HGF) is secreted by cells in the hair follicle, particularly the DPC, and it stimulates neighbori" + } + ], + "GAS6": [ + { + "paper": "Triton modified polyethyleneimine conjugates assembled with growth arrest-specific protein 6 for androgenetic alopecia transdermal gene therapy", + "n_hits": 54, + "quote": "ceutical Biotechnology, Nanjing University, Nanjing, 210023, Jiangsu, People's Republic of China A R T I C L E I N F O Keywords: Gene therapy Non-viral vector Transdermal delivery Gas6 Hair reproduction Androgenetic alopecia A B S T R A C T Androgenetic alopecia is an androgen-dependent skin disorde" + } + ], + "PDGFA": [ + { + "paper": "A combination therapy for androgenic alopecia based on quercetin and zinc copper dual-doped mesoporous silica nanocomposite microneedle patch", + "n_hits": 17, + "quote": "ge >1 and false discovery rate (FDR) < 0.05 were considered as a significant difference. 2.14. The gene expression in normal or injured HHDPCs treated by ZCQ Gene expression of PDGF, TGF-β, C-Myc, MMP2 and CCN1 in normal or injured HHDPCs were detected by quantitative PCR (qPCR). Briefly, HHDPCs (1 " + }, + { + "paper": "Self-assembling peptide inspired by insulin and type 1 insulin-like growth factor for the treatment of androgenetic alopecia", + "n_hits": 7, + "quote": "ascular endothelial growth factor (VEGF), which enhanced the repair of ischemic tissues [21]. Yang et al. designed a self-assembling peptide with platelet-derived growth factor (PDGF) bioactivity, successfully promoting the healing of radiation-induced injury [22]. Subsequently, Shi et al. also empl" + }, + { + "paper": "Cell-free fat extract restores hair loss a novel therapeutic strategy for androgenetic alopecia", + "n_hits": 5, + "quote": "ing with CEFFE regardless of the presence or absence of DHT. In other studies, HGF was associated with the span of the hair follicle stages, and platelet-derived growth factor (PDGF) promotes and maintains the anagen stage. Thus, we speculate that HGF and PDGF may play a crucial role in hair cycle c" + }, + { + "paper": "Cell-free fat extract restores hair loss a novel therapeutic strategy for androgenetic alopecia", + "n_hits": 5, + "quote": "ing with CEFFE regardless of the presence or absence of DHT. In other studies, HGF was associated with the span of the hair follicle stages, and platelet-derived growth factor (PDGF) promotes and maintains the anagen stage. Thus, we speculate that HGF and PDGF may play a crucial role in hair cycle c" + } + ], + "TGFB1": [ + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 59, + "quote": "B-I00 project from the Ministry of Science and Innovation of the Government (Spain); Consorzio Interuniversitario Nazionale per la Scienza e Tecnologia dei Materiali—INSTM. OF10.4 TGF-β-activated cancer-associated fibroblasts remodel the tumour microenvironment through extracellular vesicle surface-" + }, + { + "paper": "Deletion of hypoxia-inducible factor prolyl 4-hydroxylase 2 in FoxD1-lineage mesenchymal cells leads to congenital truncal alopecia", + "n_hits": 35, + "quote": "the depletion of Hif-p4h-2 led to HIF stabiliza- tion and dysregulation of multiple genes involved in keratin formation, HF differentiation, and HIF, transforming growth factor β (TGF-β), and Notch signaling. We hypothesize that the failure of HF cycling is likely to be mechanistically caused by dis" + }, + { + "paper": "iTRAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting and TGF-b Smad3 pathway", + "n_hits": 16, + "quote": "RAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β/ Smad3 pathway Renkai Li a,b,1, Mingxia Chen a,1, Danxi Yan a, Liang Chen c, Mandi Lin d, Bohui Deng a, Likai Zhuang" + }, + { + "paper": "iTRAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β Smad3 pathway", + "n_hits": 16, + "quote": "RAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β/ Smad3 pathway Renkai Li a,b,1, Mingxia Chen a,1, Danxi Yan a, Liang Chen c, Mandi Lin d, Bohui Deng a, Likai Zhuang" + } + ], + "SMAD3": [ + { + "paper": "Kartogenin regulates hair growth and hair cycling", + "n_hits": 45, + "quote": "ch the transforming growth factor (TGF)-β2 is crucial [19-21]. TGF-β2, which is a multifunctional cytokine, propagates signals via TGF-β receptor and phosphorylating Smad2 and Smad3 [22]. Various studies demonstrated that TGF-β2 is a catagen phase inducer and inhibition of TGF-β2 activity during hai" + }, + { + "paper": "iTRAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting and TGF-b Smad3 pathway", + "n_hits": 35, + "quote": "d quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β/ Smad3 pathway Renkai Li a,b,1, Mingxia Chen a,1, Danxi Yan a, Liang Chen c, Mandi Lin d, Bohui Deng a, Likai Zhuang a, Fei " + }, + { + "paper": "iTRAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β Smad3 pathway", + "n_hits": 35, + "quote": "d quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β/ Smad3 pathway Renkai Li a,b,1, Mingxia Chen a,1, Danxi Yan a, Liang Chen c, Mandi Lin d, Bohui Deng a, Likai Zhuang a, Fei " + }, + { + "paper": "Deletion of hypoxia-inducible factor prolyl 4-hydroxylase 2 in FoxD1-lineage mesenchymal cells leads to congenital truncal alopecia", + "n_hits": 6, + "quote": "rophages is associated with TGFβ1-induced plasminogen activator inhibitor 1 production and is reversibly inhibited by HIF1α silencing (66). Hypoxia also affects directly the SMAD2–SMAD3 complex by enhancing its transfer to the nucleus in human dermal fibroblasts and subsequently drives them into tran" + } + ], + "PTGDS": [ + { + "paper": "Prostaglandin D2 Inhibits Hair Growth and Is Elevated in Bald Scalp of Men with Androgenetic Alopecia", + "n_hits": 199, + "quote": "ndin D2 synthase (PTGDS) is elevated at the mRNA and protein levels in bald scalp compared to haired scalp of men with AGA. The product of PTGDS enzyme activity, prostaglandin D2 (PGD2), is similarly elevated in bald scalp. During normal follicle cycling in mice, Ptgds and PGD2 levels increase immed" + }, + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "n_hits": 14, + "quote": "dermal papilla integrity (Heilmann-Heimbach et al., 2017; Michel et al., 2017; Li et al., 2024). Functional studies of bald versus non-bald scalp confirm that prostaglandin D2 (PGD2) and its receptor GPR44 are upregulated in balding areas and that PGD2 directly inhibits hair growth, while prostaglan" + }, + { + "paper": "Expanding the therapeutic landscape of minoxidil for androgenetic alopecia topical, oral and sublingual formulations.", + "n_hits": 2, + "quote": ". Prostaglandins are lipid mediators known to influence HF cycling. Specifically, prostaglandin E2 (PGE2) and prostaglandin F2α (PGF2α) promote hair growth whereas prostaglandin D2 (PGD2) is associated with hair growth inhibition and miniaturisation (Johnstone and Albert, 2002). Prostaglandins are pro" + } + ], + "PTGDR2": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "n_hits": 17, + "quote": "y (Heilmann-Heimbach et al., 2017; Michel et al., 2017; Li et al., 2024). Functional studies of bald versus non-bald scalp confirm that prostaglandin D2 (PGD2) and its receptor GPR44 are upregulated in balding areas and that PGD2 directly inhibits hair growth, while prostaglandin F2α analogues, acti" + }, + { + "paper": "Prostaglandin D2 Inhibits Hair Growth and Is Elevated in Bald Scalp of Men with Androgenetic Alopecia", + "n_hits": 16, + "quote": "H, Hirai H, Nagata K, Hara T, Utsuyama M, Hirokawa K, Sugamura K, Nishioka K, Nakamura M. Prostaglandin D2 plays an essential role in chronic allergic inflammation of the skin via CRTH2 receptor. J Immunol. 2006; 177:2621–2629. [PubMed: 16888024] 27. Eguchi N, Minami T, Shirafuji N, Kanaoka Y, Tanak" + }, + { + "paper": "The Genetic Landscape of Androgenetic Alopecia Current Knowledge and Future Perspectives.", + "n_hits": 2, + "quote": "sex population Increased risk ACE [33] rs4343 Mixed ethnicity and mixed sex population Increased risk PTGFR [33] rs10782665 Mixed ethnicity and mixed sex population Increased risk PTGDR2 [33] rs533116 Mixed male and female population Increased risk rs545659 Mixed ethnicity and mixed sex population I" + } + ], + "PTGFR": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "n_hits": 20, + "quote": "din balance and follicular miniaturisation. In contrast, prostaglandin F2α signalling through PTGFR is associated with pro-anagen effects, and pharmacological analogues such as latanoprost have demonstrated modest follicular enlargement in small human studies (Blume-Peytavi et al., 2012; Suchonwanit" + }, + { + "paper": "Prostaglandin D2 Inhibits Hair Growth and Is Elevated in Bald Scalp of Men with Androgenetic Alopecia", + "n_hits": 12, + "quote": "hibit hair growth, likely through the GPR44 receptor. DISCUSSION Recent evidence has illustrated a role for prostaglandins in regulating hair growth. For example, the PGF2α analog latanoprost is Food and Drug Administration (FDA)–approved and routinely used clinically to enhance hair growth of human" + }, + { + "paper": "Statement from the frontal fibrosing alopecia international expert alliance SOFFIA 2024.", + "n_hits": 4, + "quote": "the involved scalp margin. • Topical minoxidil can be applied to eyebrows and has an optimal strength of 5% not 2%. Topical prostaglandins • Topical bimatoprost 0.03% or topical latanoprost 0.005% can be applied to the eyebrows. • Topical bimatoprost 0.03% or topical latanoprost 0.005% is not an eff" + }, + { + "paper": "Schizochytrium sp. Extracted Lipids Prevent Alopecia by Enhancing Antioxidation and Inhibiting Ferroptosis of Dermal Papilla Cells", + "n_hits": 3, + "quote": "lenic acid (18:3; ω-3; α-LA), eicosapentaenoic acid (20:5; ω-3; EPA), and docosahexaenoic acid (22:6; ω-3; DHA) [27]. Compounds that are structurally similar to ω-3 PUFAs, such as latanoprost, isopropyl unoprostone, and bimatoprost, induce hair growth in both mice and humans [28,29]. Moreover, a mac" + } + ], + "TP53": [ + { + "paper": "Polyphenols from Bacopa procumbens Nanostructured with Gold Nanoparticles Stimulate Hair Growth Through Apoptosis Modulation in C57BL 6 Mice", + "n_hits": 87, + "quote": "biological activities of the secondary metabolites of B. procumbens present in BFNB were analyzed in silico. In vivo experiments evaluated the expression of pro-apoptotic markers p53, caspase 3-p11, caspase 9-p10, and Bax, as well as anti-apoptotic marker Bcl-2, through Western blotting. Immunohisto" + }, + { + "paper": "Role for the Epidermal Growth Factor Receptor in Chemotherapy-Induced Alopecia", + "n_hits": 40, + "quote": "decreased follicular proliferation, but did not progress to telogen as did Egfr wild type follicles. Egfr mutant follicles responded with less proliferation, apoptosis, and fewer p53-positive cells after cyclophosphamide. Treatment of control mice with the EGFR inhibitors erlotinib or gefitinib simi" + }, + { + "paper": "Effect of N-acetylcysteine on hair follicle changes in mouse model of cyclophosphamide-induced alopecia histological and biochemical study", + "n_hits": 31, + "quote": "uced an increase in malondialdehyde (MDA), decrease in superoxide dismutase (SOD), histological hair follicle dystrophy, disruption of follicular melanogenesis, overexpression of p53, and loss of ki67 immunoreactivity. NAC coadmin- istration in group III reversed CYP-induced alterations in the bioch" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 30, + "quote": "edicine, we also identified a further need for testing to ultimately decide if ASC-EVs really are the Jack of all trades or masters of none. PS1.9 Exploring the biodistribution of p53-containing EVs for targeted cancer therapy Ishai Luz1, Gil Shalev2, Doaa Massad1, Tomer Cooks1, Alexander Tendler2 1" + } + ], + "CDK4": [ + { + "paper": "CDK4 6 inhibition mitigates stem cell damage in a novel model for taxane‐induced alopecia", + "n_hits": 60, + "quote": "Article CDK4/6 inhibition mitigates stem cell damage in a novel model for taxane-induced alopecia Talveen S Purba1,* , Kayumba Ng’andu1, Lars Brunken2, Eleanor Smart1 , Ellen Mitchell1, Nashat" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 10, + "quote": "ase with elevated EVs in the serum of patients. One crucial regulator and prognostic biomarker for AML is the cell cycle regulator cyclin-dependent kinase 6 (CDK6). Palbociclib, a CDK4/6 kinase inhibitor, is already FDA-approved for breast cancer and in clinical trials for AML; however, the exact me" + }, + { + "paper": "2,5-Diazabicyclo[2.2.1]heptane in medicinal chemistry a treasure trove of therapeutic opportunities.", + "n_hits": 8, + "quote": ", DCM, 25 °C, 3 h. RSC Medicinal Chemistry Review RSC Med. Chem. This journal is © The Royal Society of Chemistry 2026 Xu et al. discovered a series of pyrimidine-indazole- based CDK4 inhibitors by taking reference from the FDA- approved CDK4/6 inhibitors abemaciclib. The aim was to design inhibitor" + }, + { + "paper": "Restoration of follicular β-catenin signaling by mesenchymal stem cells promotes hair growth in mice with androgenetic alopecia", + "n_hits": 3, + "quote": "A​GAA​CAA​GC CCT​TGT​TTA​GCC​AGA​GGC​CG Ccna1 (mouse) ACC​GTG​CTA​GGG​GTG​TTG​A CGT​TTG​GCT​GGT​TCA​TTG​ACC​ Cdk2 (mouse) GCG​ACC​TCC​TCC​CAA​TAT​CG GTC​TGA​TCT​CTT​TCC​CCA​ACTCT​ Cdk4 (mouse) CTG​AAC​CGC​TTT​GGC​AAG​AC GCC​CTC​TCT​TAT​CGC​CAG​AT β-catenin (mouse) GTT​CGC​CTT​CAT​TAT​GGA​CTGCC​ ATA​" + } + ], + "CDK6": [ + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 10, + "quote": "in CRT-EVs compared to other sources, indicating its potential as a specific biomarker of OA. Funding: This research was supported by the APVV-17-0118 and VEGA 1/0146/24. PS2.756 CDK6 regulates extracellular vesicles in AML Belinda S. Maw1*, Elisabeth Gamper1*, Nathalie Havranek1, Astrid Digruber2, " + }, + { + "paper": "2,5-Diazabicyclo[2.2.1]heptane in medicinal chemistry a treasure trove of therapeutic opportunities.", + "n_hits": 4, + "quote": "e-indazole- based CDK4 inhibitors by taking reference from the FDA- approved CDK4/6 inhibitors abemaciclib. The aim was to design inhibitors with greater selectivity for CDK4 over CDK6, achieving higher specificity in both enzymatic and cellular target engagement assays.103 Cyclin-dependent kinases " + }, + { + "paper": "Extracellular vesicles in age-related diseases disease pathogenesis, intervention, and biomarker.", + "n_hits": 3, + "quote": "K-EVs and successfully suppressed pancreatic cancer cell pro- liferation [237, 238]. Bioinformatics analysis using miR- Walk identified several let-7b-5p target genes, including CDK6, CCNA2, and AURKB etc., all of which are impli- cated in cancer progression. Among these, CDK6 was significantly down" + } + ], + "BCL2": [ + { + "paper": "Overexpression of Bcl-2 Protects from Ultraviolet B-Induced Apoptosis but Promotes Hair Follicle Regression and Chemotherapy-Induced Alopecia", + "n_hits": 276, + "quote": "Overexpression of Bcl-2 Protects from Ultraviolet B- Induced Apoptosis but Promotes Hair Follicle Regression and Chemotherapy-Induced Alopecia Sven Mu¨ller-Ro¨ver,*† Heidemarie Rossiter,* Ralf Paus,‡ Bor" + }, + { + "paper": "Polyphenols from Bacopa procumbens Nanostructured with Gold Nanoparticles Stimulate Hair Growth Through Apoptosis Modulation in C57BL 6 Mice", + "n_hits": 72, + "quote": "in BFNB were analyzed in silico. In vivo experiments evaluated the expression of pro-apoptotic markers p53, caspase 3-p11, caspase 9-p10, and Bax, as well as anti-apoptotic marker Bcl-2, through Western blotting. Immunohistochemistry further assessed the expression and localization of some of these " + }, + { + "paper": "Connarus semidecandrus Jack Exerts Anti-Alopecia Effects by Targeting 5α-Reductase Activity and an Intrinsic Apoptotic Pathway", + "n_hits": 50, + "quote": "to the anagen phase. Western blotting indicated that Cs-EE reduced the expression of the androgenic receptor. Cs-EE treatment also inhibited programmed cell death by upregulating Bcl-2 expression at the mRNA and protein levels. The anti-alopecia effect of Cs-EE was confirmed by in vitro experiments s" + }, + { + "paper": "Caizhixuan hair tonic regulates both apoptosis and the PI3K Akt pathway to treat androgenetic alopecia", + "n_hits": 26, + "quote": "- work pharmacology, CZX alleviated AGA by regulating PI3K/Akt and apoptosis pathways. According to RT-qPCR and Western blotting, CZX upregulated the expressions of PI3K, Akt, and Bcl-2, while downregulating that of Bax and caspase-3. PLOS ONE PLOS ONE | https://doi.org/10.1371/journal.pone.0282427 " + } + ], + "EGFR": [ + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "n_hits": 512, + "quote": "Article JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia Karoline Strobl1, Jörg Klufa1, Regina Jin 1, Lena Artner-Gent 1, Dana Krauß 1, Philipp Novoszel1, Johanna Strobl2, Georg Sta" + }, + { + "paper": "Role for the Epidermal Growth Factor Receptor in Chemotherapy-Induced Alopecia", + "n_hits": 155, + "quote": "of cancer patients with chemotherapeutics like cyclophosphamide often causes alopecia as a result of premature and aberrant catagen. Because the epidermal growth factor receptor (EGFR) signals anagen hair follicles to enter catagen, we hypothesized that EGFR signaling may be involved in cyclophospha" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 52, + "quote": "nitoring Phenotypic Analyzer Chip (GEMPAC), which pro- files a novel central nervous system (CNS) and glioma stem cell (GSC) biomarker panel (ATP1B2, EAAT2, CD24, CD44, CD133, and EGFR) on circulating sEVs. Methods: GEMPAC identifies a unique GBM signature in sEVs by targeting CNS-specific markers A" + }, + { + "paper": "Skin cancer understanding the journey of transformation from conventional to advanced treatment approaches.", + "n_hits": 24, + "quote": "apeutic implications. Thereafter, oncogenes like RAS and other suppressor genes like CDKN2A and NOTCH undergo additional genetic alterations. Epi- dermal growth factor receptor (EGFR) upregulation is eventually caused by the activation of several signaling pathways, including the Nuclear factor kapp" + } + ], + "KRT17": [ + { + "paper": "Keratin 17 null mice exhibit age- and strain-dependent alopecia", + "n_hits": 219, + "quote": "Keratin 17 null mice exhibit age- and strain-dependent alopecia Kevin M. McGowan,1,4 Xuemei Tong,1,4 Emma Colucci-Guyon,3 Francina Langa,3 Charles Babinet,3 and Pierre A. Coulombe1,2,5 1Depa" + }, + { + "paper": "Keratin 17 null mice exhibit ageand strain-dependent alopecia", + "n_hits": 219, + "quote": "Keratin 17 null mice exhibit age- and strain-dependent alopecia Kevin M. McGowan,1,4 Xuemei Tong,1,4 Emma Colucci-Guyon,3 Francina Langa,3 Charles Babinet,3 and Pierre A. Coulombe1,2,5 1Depa" + }, + { + "paper": "Gene Array Profiling and Immunomodulation Studies Define a Cell-Mediated Immune Response Underlying the Pathogenesis of Alopecia Areata in a Mouse Model and Humans", + "n_hits": 3, + "quote": "0 Hair basic keratin 1 (Hb1) KRTHB1: keratin, hair, basic, 1 ± 28 X99141 Hb3 KRTHB3: keratin, hair, basic, 3 ± 17 X99140 Hb5 KRTHB5: keratin, hair, basic, 5 ± 32 Z19574 K17 KRT17: keratin 17 ± 5 X12876 K18 KRT18: keratin 18 ± 4.3 X07696 High-sulfur keratin 1 KRT15: keratin 15 ± 7.3 U42408 Ladinin LA" + }, + { + "paper": "Periplaneta americana extract (L.) promotes hair regrowth in Alopecia areata mice by reducing inflammation and modulating skin microbiota", + "n_hits": 2, + "quote": "Vibrionaceae_Vibrio was positively correlated with mt-Co1, mt- Cytb, mt-Nd1, mt-Nd4, and mt-Nd5; Jeotgalicoccus was positively correlated with mt-Cytb, mt-Nd2, mt-Nd4, mt-Nd5, and Krt17; Aerococcus was positively correlated with mt-Nd5 and Krt17; Streptococcus was positively correlated with B2m, Tpt" + } + ], + "LAMA5": [ + { + "paper": "Laminin-511, inducer of hair growth, is down-regulated and its suppressor in hair growth, laminin-332 up-regulated in chemotherapy-induced alopecia", + "n_hits": 110, + "quote": "Laminin-511, inducer of hair growth, is down-regulated and its suppressor in hair growth, laminin-332 up-regulated in chemotherapy-induced alopecia Hisayoshi Imanishia, Daisuke Tsurutaa,*, Ch" + }, + { + "paper": "Genetic analysis of a novel antioxidant multi-target iron chelator, M30 protecting against chemotherapy-induced alopecia in mice", + "n_hits": 8, + "quote": "ved from skin biopsy specimens of normal mice, cyclophosphamide-treated mice, and cyclophosphamide treated mice with M30 supplement. Results: The top genes namely Tnfrsf19, Ercc2, Lama5, Ctsl, and Per1 were identified by microarray analysis. These genes were found to be involved in the biological pr" + }, + { + "paper": "A missense mutation in Lama3 causes androgen alopecia", + "n_hits": 7, + "quote": "_034810.1: p.Arg217Cys). This is an unreported SNP locus that is completely linked to the phenotype. Laminin, a major component of the basement membrane, includes three isoforms, laminin-511, laminin-332, and laminin-211, and the Lama3 gene encodes the alpha subunit of laminin-332. Basement mem- bra" + }, + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "n_hits": 2, + "quote": "HGSC-specific ligand Shh, in addition to potential interaction with Hhip and Gpc5, may bind to both Ptch1/Smo and Ptch2/Smo in the DP (Hsu et al., 2014) (Figure 6e). HG-DP pairs Lama5→Sdc1, Lama5→Itgb1, Thbs1→Itgb1 and Thbs1→Lrp1 might regulate DP structural integrity (Hoffman et al., 1998, Resovi e" + } + ], + "VDR": [ + { + "paper": "Gene therapy for alopecia in type II rickets model rats using vitamin D receptor-expressing adenovirus vector", + "n_hits": 239, + "quote": "iyu Nishikawa 1, Shinichi Ikushiro 1, Tomoko Nakanishi 3, Shigeto Sato 3, Kaori Yasuda 1 & Toshiyuki Sakaki 1* Type II rickets is a hereditary disease caused by a mutation in the vitamin D receptor (VDR) gene. The main symptoms of this disease are bone dysplasia and alopecia. Bone dysplasia can be a" + }, + { + "paper": "Targeted Expression of Human Vitamin D Receptor in the Skin Promotes the Initiation of the Postnatal Hair Follicle Cycle and Rescues the Alopecia in Vitamin D Receptor Null Mice", + "n_hits": 124, + "quote": "Targeted Expression of Human Vitamin D Receptor in the Skin Promotes the Initiation of the Postnatal Hair Follicle Cycle and Rescues the Alopecia in Vitamin D Receptor Null Mice Juan Kong, Xiao Jian Li,² Donna Gavin,² Yulei Jia" + }, + { + "paper": "Targeted ablation of the vitamin D receptor An animal model of vitamin D-dependent rickets type II with alopecia", + "n_hits": 45, + "quote": "Proc. Natl. Acad. Sci. USA Vol. 94, pp. 9831–9835, September 1997 Medical Sciences Targeted ablation of the vitamin D receptor: An animal model of vitamin D-dependent rickets type II with alopecia YAN CHUN LI*, ALISON E. PIRRO*, MICHAEL AMLING†‡, GUNTER DELLING‡, ROLAND BARON†, RODERICK BRONSON§, AN" + }, + { + "paper": "Vitamin D3 Analogs Stimulate Hair Growth in Nude Mice", + "n_hits": 22, + "quote": "Pharmaceuticals (L.B.), DK-2750 Ballerup, Denmark The active form of vitamin D3 can regulate epidermal kera- tinization by inducing terminal differentiation; and mice lacking the vitamin D receptor display defects leading to post- natal alopecia. These observations implicate the vitamin D3 pathway i" + } + ], + "PPARG": [ + { + "paper": "Hair Follicle Stem Cell-Specific PPARγ Deletion Causes Scarring Alopecia", + "n_hits": 128, + "quote": "Hair Follicle Stem Cell-Specific PPARγ Deletion Causes Scarring Alopecia Pratima Karnik1, Zenar Tekeste1, Thomas S. McCormick1, Anita C. Gilliam1, Vera H. Price2, Kevin D. Cooper1, and Paradi Mirmirani1 1Department of" + }, + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "n_hits": 12, + "quote": "ylorobol NOS2 Mohanlian MOL003389 3’-O-Methylorobol PTGS1 Mohanlian MOL003389 3’-O-Methylorobol ESR1 Mohanlian MOL003389 3’-O-Methylorobol AR Mohanlian MOL003389 3’-O-Methylorobol PPARG Mohanlian MOL003389 3’-O-Methylorobol PTGS2 Mohanlian MOL003389 3’-O-Methylorobol ESR2 Mohanlian MOL003389 3’-O-Me" + }, + { + "paper": "Alleviation of Androgenetic Alopecia with Aqueous Paeonia lactiflora and Poria cocos Extract Intake through Suppressing the Steroid Hormone and Inflammatory Pathway", + "n_hits": 7, + "quote": "the opposite pattern with increasing aromatase mRNA expression (p < 0.05). In the dorsal skin, DKK1 and NR3C2 mRNA expressions were significantly lower, but TGF-β2, β-Catenin, and PPARG expressions were higher in the AGA-PL and AGA-PC groups than in the AGA-Con group (p < 0.05), whereas TNF-α and IL-" + }, + { + "paper": "Prostaglandin D2 Inhibits Hair Growth and Is Elevated in Bald Scalp of Men with Androgenetic Alopecia", + "n_hits": 6, + "quote": "cularly relevant; although this eicosanoid has been hypothesized to be a natural ligand for the nuclear hormone transcription factor peroxisome proliferators–activated receptor γ (PPARγ), the measured concentration of 15-dPGJ2 is often lower than the binding constant for PPARγ (17). Thus, although i" + } + ], + "HR": [ + { + "paper": "A missense mutation in Lama3 causes androgen alopecia", + "n_hits": 35, + "quote": "netic alopecia have caused serious disturbances to normal human life. Animal models play an important role in exploring pathogenesis of disease and evaluating new therapies. NIH hairless mice are a spontaneous hairless mouse discovered and bred in our laboratory. In this study, we resequenced the ge" + }, + { + "paper": "Selective Expansion of Tregs Using the IL-2 Cytokine Antibody Complex Does Not Reverse Established Alopecia Areata in C3H HeJ Mice", + "n_hits": 6, + "quote": "on this, we tested the therapeutic potential of expanded Tregs in AA using the C3H/HeJ mouse model. In mice with AA, NKG2D- expressing CD8 T cells widely infiltrate both haired and hairless skin areas, which have tissue-resident memory T-cell phenotypes. Tregs in the skin express CD25, CTLA-4, GATA-3" + }, + { + "paper": "Vitamin D3 Analogs Stimulate Hair Growth in Nude Mice", + "n_hits": 6, + "quote": "nactivating mutation of VDR, with either partial or total alopecia (26). Studies using VDR knockout mice have shown that keratinocytes are the aberrant cells responsible for their hairless phenotype (23, 27). Keratinocytes express Whn, and hair reconstitution assays revealed them to be the defective" + }, + { + "paper": "Gene therapy for alopecia in type II rickets model rats using vitamin D receptor-expressing adenovirus vector", + "n_hits": 4, + "quote": "have demonstrated that complex formation by VDR and other factors in keratinocytes is essential for the maintenance of the hair ­cycle16,17. In addition, the interaction between Hairless and the VDR-RXR complex may be essential for the regulation of hair follicle cycling, including the hedgehog sign" + } + ], + "SOX9": [ + { + "paper": "Disrupted cholesterol biosynthesis and hair follicle stem cell impairment in the onset of alopecia", + "n_hits": 48, + "quote": "eported as means with standard deviation, and a P-value below 0.05 was considered statistically significant 3. Results 3.1. Down-regulated expression of stem cell marker genes (SOX9, LGR5, SHH, WNT 5A) in PCA A gene expression study using real-time PCR data showed that hair follicle stem cell marker" + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "n_hits": 30, + "quote": "ig. 1H). Skin sections and epidermal whole mounts of older mice (5–7 M) indicated the complete degradation of the hair follicle structure together with the stem cell markers CD34, Sox9, and Krt15 (Figs. 1I and EV1F). These data demonstrate that hair follicle-specific EGFR protects from microbiota-dri" + }, + { + "paper": "Tremella polysaccharide microneedles loaded with magnetic dental pulp stem cell intracellular vesicles used for androgenic alopecia", + "n_hits": 24, + "quote": "(2025) 16:161 PVDF membrane was sealed with 5% skim milk and incubated with primary antibody at 4 °C for 15 h, including anti-CD206(Proteintech,60143-1-Ig,1:2000), anti-SOX9(Proteintech,67439-1-Ig,1:2000),anti- iNOS(Proteintech,18985-1-AP,1:2000), anti-TSG101 (Proteintech, 67381-1-Ig, 1: 1000), anti" + }, + { + "paper": "Engineered collagen XVII-loaded dissolving microneedle patch for promoting hair regrowth in androgenic alopecia", + "n_hits": 22, + "quote": "sed follicle density, anagen-phase transition and CD31þ vascularization. Histological analysis revealed restored follicle structure and upregulated β-cateninþ and SRY-box gene 9 (SOX9þ), indicating activation of stem cell and prolif­ erative signaling pathways. The rhCOL17p-MN also demonstrated low " + } + ], + "LGR5": [ + { + "paper": "Disrupted cholesterol biosynthesis and hair follicle stem cell impairment in the onset of alopecia", + "n_hits": 76, + "quote": "treated with 25mM 7 DHC, 4mM BM15766 for 24 hours. The cells then underwent washing, fixing, and permeabilization [19] and were incubated with targeted primary antibodies SOX 9, LGR5, and Wnt 5A, purchased from ImmunoTag (St. Louis, MO, USA, Cat# ITT02816). Subsequently, the cells were exposed to DA" + }, + { + "paper": "Modified Huanjingjian Prevents Chemotherapy-Induced Alopecia by Inhibiting Genomic DNA Methylation of the Wnt Signaling Pathway in Mice", + "n_hits": 16, + "quote": "in each at room temperature. Subsequently, the sections were incubated at 37 °C for 45 min with primary antibodies diluted in IF blocking buffer. The primary antibodies included: Lgr5 (ab273092), CD49f (Integrin α6, ab181551), SOX9 (ab185966), S100A4 (ab93283), CK15 (ab52816), and FZD10 (ab137491) (" + }, + { + "paper": "Low-frequency electromagnetic fields ameliorate testosterone-induced androgenetic alopecia in mice through LncRNA H19 miR-214-5p β-catenin signal pathway", + "n_hits": 12, + "quote": "emerge from the tissue (10 9 10); D Day 7 after primary culture (scattered HFSCs, 10 9 10); E: 1st generation; F 2nd generation; G Identification of HFSCs by flow cytometry using LGR5 (+), CD200 (+), CD271 (−), and CK15 (−) as markers. J.-H. Cheng et al." + }, + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "n_hits": 10, + "quote": "Invest Dermatol. Author manuscript; available in PMC 2026 February 06. Author Manuscript Author Manuscript Author Manuscript Author Manuscript 2005) and Wnt signaling co-receptor Lgr5 (Jaks et al., 2008) were expressed in the Core and 3-Zones signatures (Figure 4c, Supplementary Figure S7a and b). F" + } + ], + "CD34": [ + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "n_hits": 55, + "quote": "SOS expression and antibiotic therapy (Abx) prevented visible hair loss between 2 and 5 months of age in EGFRΔep mice (Fig. 1A). Additional FACS analysis revealed the loss of the CD34 positive hair follicle stem cell (HFSC) niche preceding macroscopic hair loss (Figs. 1A,B and EV1A for overall FACS " + }, + { + "paper": "Secretory phospholipase A2-IIA overexpressing mice exhibit cyclic alopecia mediated through aberrant hair shaft differentiation and impaired wound healing response", + "n_hits": 12, + "quote": "ferentiation. Therefore, we attempted to understand the profile of hair follicle stem cells. We performed FACS analysis by using the mouse hair follicle stem cell markers such as CD34 and α6 integrin. Our results showed drastic depletion of CD34+/α6 integrin+ hair follicle stem cells at PD28 (Fig. 3" + }, + { + "paper": "Ox40-Cre–mediated deletion of BRD4 reveals an unexpected phenotype of hair follicle stem cells in alopecia", + "n_hits": 9, + "quote": "confined to the skin. Surprisingly, we found substantial Ox40-Cre activities and consequently YFP expression in the skin (Figure 2C). In fact, YFP was expressed at high levels in CD34+ follicle stem cells, as well as in cell types derived from such stem cells, which include the epidermal cells, hair" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 8, + "quote": "e analysed by flow cytometry. Cardiac function was evaluated via echocardiography before and after sepsis induction. Results: ECFCs exhibited endothelial progenitor markers (CD31, CD34, VCAM), and ECFC-EVs expressed both CD31 and the vesicular marker CD63. In vitro exposure to LPS significantly upre" + } + ], + "BRD4": [ + { + "paper": "Ox40-Cre–mediated deletion of BRD4 reveals an unexpected phenotype of hair follicle stem cells in alopecia", + "n_hits": 84, + "quote": "d: October 13, 2022 Published: December 8, 2022 Reference information: JCI Insight. 2022;7(23):e164534. https://doi.org/10.1172/jci. insight.164534. Ox40-Cre–mediated deletion of BRD4 reveals an unexpected phenotype of hair follicle stem cells in alopecia Mou Wen,1,2 Yuanlin Ying,1 Xiang Xiao,1 Pres" + }, + { + "paper": "2,5-Diazabicyclo[2.2.1]heptane in medicinal chemistry a treasure trove of therapeutic opportunities.", + "n_hits": 7, + "quote": "interaction with 5-HT1A suggests a degree of selectivity toward 5-HT7 within the limited receptor panel evaluated.172 In 2016, Gerstenberger et al. designed several modulators of bromodomain with compounds housing the 2,5-DBH moiety.181 The ability of bromodomains to specifically identify ε-N-lysine" + } + ], + "DNMT1": [ + { + "paper": "Progressive alopecia reveals decreasing stem cell activation probability during aging of mice with epidermal deletion of DNA methyltransferase 1 (DNMT1)", + "n_hits": 67, + "quote": "Progressive alopecia reveals decreasing stem cell activation probability during aging of mice with epidermal deletion of DNA methyltransferase 1 (DNMT1) Ji Li1,2, Ting-Xin Jiang1, Michael W. Hughes1, Ping Wu1, Randall B Widelitz1, Guoping Fan3, and Cheng-Ming Chuong1,* 1Department of Pathology, Keck" + }, + { + "paper": "Modified Huanjingjian Prevents Chemotherapy-Induced Alopecia by Inhibiting Genomic DNA Methylation of the Wnt Signaling Pathway in Mice", + "n_hits": 9, + "quote": "ated in AGA.33 The global DNA hypermethylation of the peripheral blood monocytes in patients with alopecia was observed, and the transcription level of DNA methyl­ transferase 1 (DNMT1) significantly increased.34 As for DNMT1, evidence shows that it plays an important role in the renewal and differe" + } + ], + "NOX4": [ + { + "paper": "A Natural Inhibitor, 1′S-1′-Acetoxychavicol Acetate, Against Testosterone-Induced Alopecia via NADPH Oxidase Regulation", + "n_hits": 14, + "quote": "H.; Bae, D.-W.; Park, S.-B.; Kwack, M.H.; Cha, S.-S.; Jang, D.S.; Sung, Y.K.; et al. A Natural Inhibitor, 1′S-1′-Acetoxychavicol Acetate, Against Testosterone-Induced Alopecia via NADPH Oxidase Regulation. Molecules 2025, 30, 2246. https://doi.org/10.3390/ molecules30102246 Copyright: © 2025 by the " + }, + { + "paper": "Overcoming the Low Bioavailability of Apigenin The Therapeutic Efficacy for Androgenetic Alopecia Through Topical Administration", + "n_hits": 14, + "quote": "ed in Table 1. Except for Aldo-­keto reductase family 1, member B1 (AKR1B1) and Xanthine dehydrogenase (XDH), all the others are related to skin disease. Moreover, six of them (NADPH oxidase 4 (NOX4) (Jeon et al. 2023), cyclin-­dependent kinase 5 (CDK5) (Zhai et al. 2018), cytochrome P450 19A1 (CYP1" + }, + { + "paper": "Extracellular vesicles in age-related diseases disease pathogenesis, intervention, and biomarker.", + "n_hits": 3, + "quote": "ing revealed that these sEVs are enriched with miR-100a-5p, which targets the 3’ untranslated region (UTR) of nico- tinamide adenine dinucleotide phosphate hydrogen oxi- dase 4 (NOX4). This targeting mitigates oxidative stress via NOX4-ROS-NRF2 axis [116]. The Bcl2 family, known for its role in apop" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 2, + "quote": "s pathways. Damaged mitochondria, as the ‘cargo’ of MVs, also facilitated MVsEV71 crossing the BBB. MVsEV71 crossing the BBB further induced mitochondrial damage and activated the NOX4-derived ROS pathway in U251 cells. Summary/Conclusion: Our findings suggested that MVs trans- ported EV71 virions a" + } + ], + "GPX4": [ + { + "paper": "Schizochytrium sp. Extracted Lipids Prevent Alopecia by Enhancing Antioxidation and Inhibiting Ferroptosis of Dermal Papilla Cells", + "n_hits": 41, + "quote": "the key subunits of γ-glutamyl cysteine synthase and is the first-rate limiting enzyme for GSH synthesis. Ferroptosis is controlled by the composition of glutathione peroxidase 4 (GPX4). GSH acted as the reaction substrate of GPx4, and its depletion, could cause ferroptosis [49]. Solute Carrier Famil" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 36, + "quote": "her affects the physio- logical response of GBM recipient cells. EVs from TMZ-untreated U87MG cells increase the expression of apoptotic (caspases 3/8/9) and ferroptotic (CD71 and GPX4) markers in recipient U251MG cells, while promoting a decrease in cell death markers in U87MG. The inactivation and" + }, + { + "paper": "Interdisciplinarity traditional Chinese medicine microneedles in skin disease treatment Recent advances and challenges.", + "n_hits": 8, + "quote": "egrating TCM active ingredients and modern transdermal technology, as summarized in Table 2 [27]. For the successful treatment of hypertrophic scar, Shang et al. created a novel ferroptosis-based nanoplatform (Fig. 12) [196]. As a drug carrier, the platform makes use of zeolitic imidazolate framewor" + }, + { + "paper": "Rejuvenating senescent hair follicles a novel conjugated linoleic acid based nanovesicle approach to treat androgenic alopecia", + "n_hits": 2, + "quote": "arious growth factors and promote the proliferation of DPCs [33]. Zeng et al. discovered that various PUFAs could treat hair loss by exerting antioxidant effects and inhibiting ferroptosis in DPCs [34]. In our study, we identified that CLA not only promoted HDPCs proliferation but relieved the DHT- " + } + ], + "HMOX1": [ + { + "paper": "Schizochytrium sp. Extracted Lipids Prevent Alopecia by Enhancing Antioxidation and Inhibiting Ferroptosis of Dermal Papilla Cells", + "n_hits": 30, + "quote": "sis shows that the ferroptosis signaling pathway was signifi- cantly influenced by SEL. A total of five genes in ferroptosis were upregulated after the SEL treatment, including GCLM, HMOX1, SLC7A11, FTH1, and Homo_sapiens_newGene_19841 (Figure 4a). The glutamate–cysteine ligase modifier subunit (GCLM, E" + }, + { + "paper": "ISEV2025 Abstract Book.", + "n_hits": 15, + "quote": "with muscle invasiveness, and a trained classifier could predict UBC with 92% accuracy. Some 96 of 555 Journal of Extracellular Vesicles, 2025 differentially expressed proteins, HO-1 and MMP7, were analysed by bead-based flow cytometry, where HO-1 was detected on the EV surface. Summary/Conclusion: " + }, + { + "paper": "Jiawei Erzhiwan Ameliorates Androgenetic Alopecia by Regulating the SIRT1 JNK p38 MAPK Pathway", + "n_hits": 13, + "quote": "ed the effects of DHT. To confirm our findings, we comparatively examined the levels of MDA, GSH and SOD (Figure 4F–H), as well as the expression of cyclooxygenase 2 (COX-2) and heme oxygenase 1 (HO-1) (Figure 4I and J), in the dorsal skin of different murine groups. And the result provided similar " + }, + { + "paper": "Interdisciplinarity traditional Chinese medicine microneedles in skin disease treatment Recent advances and challenges.", + "n_hits": 10, + "quote": ", as well as antioxidant activities [73–75]. Notably, Rg3 can prevent oxidative stress damage to human skin fibroblasts by lowering ROS creation, raising NRF2, and encour­ aging heme oxygenase (HO-1) expression [76,77]. Furthermore, it has been reported that Rg3 can protect through its antioxidant c" + } + ], + "CRH": [ + { + "paper": "Corticotropin-releasing hormone inhibits autophagy by suppressing PTEN to promote apoptosis in dermal papilla cells", + "n_hits": 175, + "quote": "Research Article Annals of Medicine 2025, VOL. 57, NO. 1, 2490823 Corticotropin-releasing hormone inhibits autophagy by suppressing PTEN to promote apoptosis in dermal papilla cells Wenzi Lianga, Xiuwen Chenb, Na Nic, Chutong Zhuangc, Zhiying Yua, Ziqing Xua, Yingshi" + }, + { + "paper": "CRF Receptor Antagonist Astressin-B Reverses and Prevents Alopecia in CRF Over-Expressing Mice", + "n_hits": 148, + "quote": "lifornia, United States of America, 4 Department of Molecular Microbiology and Immunology, Oregon Health & Sciences University, Portland, Oregon, United States of America Abstract Corticotropin-releasing factor (CRF) signaling pathways are involved in the stress response, and there is growing eviden" + }, + { + "paper": "Research on the effects and preliminary mechanism of action of Shaoyao Gancao granule (芍药甘草颗粒) on hypothalamic-pituitary-adrenal axis and T lymphocytes in stressed alopecia areata mice", + "n_hits": 24, + "quote": "larmin, and compound glycyrrhizin (CG). On day 24, overall and trichoscopic photographs of mice were taken on day 24 of the experiment; behavioral tests were completed; serum corticotropin-releasing hormone (CRH), adrenocorticotropic hormone (ACTH), and cortisol levels were measured by enzyme-linked" + }, + { + "paper": "Clinical Practice Guidelines for Menopause An Executive Summary and Recommendations Indian Menopause Society 2026.", + "n_hits": 3, + "quote": "upplementation. Table 3: Treatment recommendation based on bone mineral density/fracture risk assessment tool/osteoporosis self‑assessment tool for Asians BMD Fracture risk BMD + CRF/ CRF by FRAX and or OSTA Treatment decision Choice of therapy Low bone mass Low TLM/reassess after 5 years TLM Low bo" + } + ] +} \ No newline at end of file diff --git a/data/hfoc_calibration_dryrun.json b/data/hfoc_calibration_dryrun.json new file mode 100644 index 0000000..8400518 --- /dev/null +++ b/data/hfoc_calibration_dryrun.json @@ -0,0 +1,91 @@ +{ + "_honesty": "합성 dry-run. 실제 HFOC 아님. 파이프라인·게이트 작동 검증일 뿐, HFOC가 생체효능 예측을 *입증하지 않음*.", + "gates": { + "G1_kinetic_r2_thresh": 0.8, + "G2_bridge_r2_thresh": 0.8 + }, + "representative_rho090": { + "potency": [ + 12.13, + 9.26, + 5.97, + 4.39, + 4.9, + 1.12 + ], + "G1_kinetic_r2": 0.871, + "G2_bridge_r2": 0.685, + "preds": [ + 56.5, + 43.1, + 30.9, + 24.4, + 28.9, + 21.4 + ] + }, + "rho_sweep": [ + { + "rho": 0.5, + "G2_r2": -1.29, + "pass": false + }, + { + "rho": 0.6, + "G2_r2": -0.189, + "pass": false + }, + { + "rho": 0.7, + "G2_r2": -0.174, + "pass": false + }, + { + "rho": 0.8, + "G2_r2": 0.076, + "pass": false + }, + { + "rho": 0.9, + "G2_r2": 0.41, + "pass": false + }, + { + "rho": 0.95, + "G2_r2": 0.712, + "pass": false + }, + { + "rho": 1.0, + "G2_r2": 0.868, + "pass": true + } + ], + "rho_threshold_to_pass_G2": 1.0, + "follicle_sweep_rho090": [ + { + "n_follicles": 6, + "G2_r2": -1.556, + "pass": false + }, + { + "n_follicles": 12, + "G2_r2": 0.61, + "pass": false + }, + { + "n_follicles": 20, + "G2_r2": 0.693, + "pass": false + }, + { + "n_follicles": 40, + "G2_r2": 0.678, + "pass": false + } + ], + "follicle_threshold_to_pass_G2": null, + "g2_ceiling_note": "G2 R² 천장 ≈ ρ²(선형예측 상한). 모낭수는 *추정잡음*만 제거→천장서 정체. ρ=0.9면 천장~0.81(n=6 LOCO ~0.69).", + "schema_ready": "load_hfoc(path): [{compound,drug_class,dose_uM,challenge,invivo_efficacy,follicles:[{id,points,molecular}]}]", + "verdict": "파이프라인 작동·G1(동역학 R²0.871 통과)/G2 게이트 평가됨. **2개 분리된 병목**: ① 추정잡음(모낭수↑로 제거; 6→12모낭 급상승) ② HFOC↔생체 번역충실도 ρ(천장 R²max≈ρ² 결정). ρ=0.9면 모낭 늘려도 ~0.69서 정체(천장) → **G2≥0.8엔 ρ≳0.92 + 충분한 모낭·화합물 패널 필요**. ρ는 *wet 종간 브리지(Phase3) 전엔 미지* → dry-run은 '코드/게이트 준비됨'이지 '대체 입증' 아님." +} \ No newline at end of file diff --git a/data/ipd_dryrun.json b/data/ipd_dryrun.json new file mode 100644 index 0000000..9b44532 --- /dev/null +++ b/data/ipd_dryrun.json @@ -0,0 +1,23 @@ +{ + "_WARNING": "SYNTHETIC dry-run. NOT real patient data. 실제 IPD는 Vivli/Pfizer 통제접근 필요.", + "_description": "OSF 사전등록 분석을 합성 코호트로 dry-run — 파이프라인·판정규칙 검증.", + "synthetic": true, + "result": { + "n_patients": 120, + "rmse_personal_mean": 10.768, + "rmse_pop_mean": 11.149, + "mean_diff": 0.38, + "diff_ci95": [ + -1.105, + 1.994 + ], + "improve_pct": 3.4, + "personal_wins": 61, + "coverage_personal": 0.464, + "decision": "불확정(CI 0 포함)", + "by_class": { + "JAK_inhibitor": 120 + } + }, + "ready_for_real_ipd": "load_ipd(path) 로 실제 IPD(JSON: patient_id/drug_class/points) 연결 후 analyze() 동일 실행." +} \ No newline at end of file diff --git a/data/knowledge_graph.json b/data/knowledge_graph.json new file mode 100644 index 0000000..922dfc8 --- /dev/null +++ b/data/knowledge_graph.json @@ -0,0 +1 @@ +{"summary": {"n_nodes": 476, "n_edges": 817, "by_type": {"protein": 210, "pathway": 80, "disease": 7, "axis": 8, "drug": 171}}, "nodes": [{"id": "P:CTNNB1", "label": "CTNNB1", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 10, "in_model": true, "diseases": ["AA", "AGA", "CIA"], "pathway": "Wnt/β-catenin", "plddt": 81.1, "degree": 9}, {"id": "PW:Wnt/β-catenin", "label": "Wnt/β-catenin", "type": "pathway", "degree": 8}, {"id": "D:AA", "label": "AA", "type": "disease", "degree": 74}, {"id": "D:AGA", "label": "AGA", "type": "disease", "degree": 108}, {"id": "D:CIA", "label": "CIA", "type": "disease", "degree": 66}, {"id": "AX:Wnt", "label": "Wnt/β-catenin", "type": "axis", "axis": "Wnt", "degree": 15}, {"id": "R:Wnt agonist", "label": "Wnt agonist", "type": "drug", "degree": 1}, {"id": "R:Wnt/beta-catenin agonists (investigational)", "label": "Wnt/beta-catenin agonists (investigational)", "type": "drug", "degree": 1}, {"id": "R:valproate", "label": "valproate", "type": "drug", "degree": 1}, {"id": "R:valproic acid (GSK3 inhibition, off-label)", "label": "valproic acid (GSK3 inhibition, off-label)", "type": "drug", "degree": 1}, {"id": "P:AR", "label": "AR", "type": "protein", "role": "driver", "twin_node": "AND", "n_evidence": 12, "in_model": true, "diseases": ["AGA"], "pathway": "Androgen signaling", "plddt": 57.3, "degree": 9}, {"id": "PW:Androgen signaling", "label": "Androgen signaling", "type": "pathway", "degree": 6}, {"id": "AX:AND", "label": "안드로겐 축 (AR/DHT)", "type": "axis", "axis": "AND", "degree": 6}, {"id": "R:GT20029 (Kintor, topical AR-PROTAC, Phase 2)", "label": "GT20029 (Kintor, topical AR-PROTAC, Phase 2)", "type": "drug", "degree": 1}, {"id": "R:RU58841", "label": "RU58841", "type": "drug", "degree": 1}, {"id": "R:RU58841 (clascoterone-class topical antiandrogens)", "label": "RU58841 (clascoterone-class topical antiandrogens)", "type": "drug", "degree": 1}, {"id": "R:bicalutamide", "label": "bicalutamide", "type": "drug", "degree": 1}, {"id": "R:clascoterone", "label": "clascoterone", "type": "drug", "degree": 1}, {"id": "R:dutasteride (indirect)", "label": "dutasteride (indirect)", "type": "drug", "degree": 1}, {"id": "P:SRD5A2", "label": "SRD5A2", "type": "protein", "role": "driver", "twin_node": "AND", "n_evidence": 9, "in_model": true, "diseases": ["AGA"], "pathway": "Androgen signaling", "plddt": 94.4, "degree": 5}, {"id": "R:dutasteride", "label": "dutasteride", "type": "drug", "degree": 2}, {"id": "R:finasteride", "label": "finasteride", "type": "drug", "degree": 1}, {"id": "P:VEGFA", "label": "VEGFA", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 4, "in_model": true, "diseases": ["AA", "AGA", "CIA"], "pathway": "Growth factor", "plddt": 63.9, "degree": 9}, {"id": "PW:Growth factor", "label": "Growth factor", "type": "pathway", "degree": 14}, {"id": "AX:DP", "label": "진피유두/성장인자", "type": "axis", "axis": "DP", "degree": 23}, {"id": "R:VEGF microneedle", "label": "VEGF microneedle", "type": "drug", "degree": 1}, {"id": "R:minoxidil (upregulates VEGFA)", "label": "minoxidil (upregulates VEGFA)", "type": "drug", "degree": 1}, {"id": "R:minoxidil(indirect)", "label": "minoxidil(indirect)", "type": "drug", "degree": 1}, {"id": "R:platelet-rich plasma (delivers VEGFA)", "label": "platelet-rich plasma (delivers VEGFA)", "type": "drug", "degree": 1}, {"id": "P:BCL2", "label": "BCL2", "type": "protein", "role": "protector", "twin_node": "APO", "n_evidence": 3, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "Cell-cycle/apoptosis", "plddt": 72.0, "degree": 5}, {"id": "PW:Cell-cycle/apoptosis", "label": "Cell-cycle/apoptosis", "type": "pathway", "degree": 12}, {"id": "AX:APO", "label": "세포사멸/산화", "type": "axis", "axis": "APO", "degree": 35}, {"id": "R:Venetoclax (BCL2 inhibitor; opposing context)", "label": "Venetoclax (BCL2 inhibitor; opposing context)", "type": "drug", "degree": 1}, {"id": "P:IFNG", "label": "IFNG", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 4, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 85.3, "degree": 5}, {"id": "PW:JAK-STAT", "label": "JAK-STAT", "type": "pathway", "degree": 16}, {"id": "AX:INF", "label": "염증/JAK-STAT", "type": "axis", "axis": "INF", "degree": 52}, {"id": "R:IFN-gamma pathway blocked indirectly by JAK inhibitors", "label": "IFN-gamma pathway blocked indirectly by JAK inhibitors", "type": "drug", "degree": 1}, {"id": "R:anti-IFNγ", "label": "anti-IFNγ", "type": "drug", "degree": 1}, {"id": "P:STAT3", "label": "STAT3", "type": "protein", "role": "modulator", "twin_node": "INF", "n_evidence": 3, "in_model": true, "diseases": ["AA", "AGA"], "pathway": "JAK-STAT", "plddt": 84.9, "degree": 4}, {"id": "P:TP53", "label": "TP53", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 3, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "Cell-cycle/apoptosis", "plddt": 75.1, "degree": 9}, {"id": "R:ALRN-6924 (stapled peptide, clinical)", "label": "ALRN-6924 (stapled peptide, clinical)", "type": "drug", "degree": 1}, {"id": "R:Cyclophosphamide (inducer, not therapeutic)", "label": "Cyclophosphamide (inducer, not therapeutic)", "type": "drug", "degree": 1}, {"id": "R:Pifithrin-alpha (experimental)", "label": "Pifithrin-alpha (experimental)", "type": "drug", "degree": 1}, {"id": "R:Pifithrin-alpha (p53 inhibitor, experimental)", "label": "Pifithrin-alpha (p53 inhibitor, experimental)", "type": "drug", "degree": 1}, {"id": "R:p53 inhibitor(temporary)", "label": "p53 inhibitor(temporary)", "type": "drug", "degree": 1}, {"id": "P:AKT1", "label": "AKT1", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 2, "in_model": true, "diseases": ["AA", "AGA", "CIA"], "pathway": "PI3K-AKT-mTOR", "plddt": 83.0, "degree": 6}, {"id": "PW:PI3K-AKT-mTOR", "label": "PI3K-AKT-mTOR", "type": "pathway", "degree": 4}, {"id": "R:minoxidil (activates AKT)", "label": "minoxidil (activates AKT)", "type": "drug", "degree": 1}, {"id": "P:CD34", "label": "CD34", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 2, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "HFSC niche", "plddt": 60.4, "degree": 4}, {"id": "PW:HFSC niche", "label": "HFSC niche", "type": "pathway", "degree": 5}, {"id": "AX:HFSC", "label": "모낭 줄기세포", "type": "axis", "axis": "HFSC", "degree": 16}, {"id": "P:DKK1", "label": "DKK1", "type": "protein", "role": "driver", "twin_node": "Wnt", "n_evidence": 2, "in_model": true, "diseases": ["AA", "AGA"], "pathway": "Wnt/β-catenin", "plddt": 70.0, "degree": 7}, {"id": "R:anti-DKK1", "label": "anti-DKK1", "type": "drug", "degree": 1}, {"id": "R:anti-DKK1 / DKK1 inhibitors (investigational)", "label": "anti-DKK1 / DKK1 inhibitors (investigational)", "type": "drug", "degree": 1}, {"id": "R:anti-DKK1 antibodies (preclinical)", "label": "anti-DKK1 antibodies (preclinical)", "type": "drug", "degree": 1}, {"id": "P:FOXP3", "label": "FOXP3", "type": "protein", "role": "protector", "twin_node": "INF", "n_evidence": 2, "in_model": true, "diseases": ["AA"], "pathway": "Immune tolerance", "plddt": 56.7, "degree": 5}, {"id": "PW:Immune tolerance", "label": "Immune tolerance", "type": "pathway", "degree": 2}, {"id": "R:IL-2/Treg", "label": "IL-2/Treg", "type": "drug", "degree": 1}, {"id": "R:low-dose IL-2 (Treg-restoring, investigational)", "label": "low-dose IL-2 (Treg-restoring, investigational)", "type": "drug", "degree": 1}, {"id": "P:IL15", "label": "IL15", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 2, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 84.7, "degree": 6}, {"id": "R:anti-IL-15 / anti-IL-15Rbeta (investigational)", "label": "anti-IL-15 / anti-IL-15Rbeta (investigational)", "type": "drug", "degree": 1}, {"id": "R:anti-IL-15Rbeta antibodies (preclinical/early clinical)", "label": "anti-IL-15Rbeta antibodies (preclinical/early clinical)", "type": "drug", "degree": 1}, {"id": "R:anti-IL15", "label": "anti-IL15", "type": "drug", "degree": 1}, {"id": "P:JAK1", "label": "JAK1", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 9, "in_model": true, "diseases": ["AA", "CIA"], "pathway": "JAK-STAT", "plddt": 85.6, "degree": 10}, {"id": "R:INCB054707", "label": "INCB054707", "type": "drug", "degree": 1}, {"id": "R:abrocitinib", "label": "abrocitinib", "type": "drug", "degree": 1}, {"id": "R:baricitinib", "label": "baricitinib", "type": "drug", "degree": 2}, {"id": "R:ruxolitinib", "label": "ruxolitinib", "type": "drug", "degree": 2}, {"id": "R:tofacitinib", "label": "tofacitinib", "type": "drug", "degree": 3}, {"id": "R:upadacitinib", "label": "upadacitinib", "type": "drug", "degree": 1}, {"id": "P:JAK2", "label": "JAK2", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 5, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 86.9, "degree": 6}, {"id": "P:JAK3", "label": "JAK3", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 5, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 85.7, "degree": 5}, {"id": "R:ritlecitinib", "label": "ritlecitinib", "type": "drug", "degree": 1}, {"id": "P:SHH", "label": "SHH", "type": "protein", "role": "protector", "twin_node": "SHH", "n_evidence": 2, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "Hedgehog", "plddt": 78.4, "degree": 7}, {"id": "PW:Hedgehog", "label": "Hedgehog", "type": "pathway", "degree": 3}, {"id": "AX:SHH", "label": "Hedgehog", "type": "axis", "axis": "SHH", "degree": 3}, {"id": "R:SAG / hedgehog agonists (experimental)", "label": "SAG / hedgehog agonists (experimental)", "type": "drug", "degree": 1}, {"id": "R:SAG agonist", "label": "SAG agonist", "type": "drug", "degree": 1}, {"id": "R:Vismodegib (antagonist; opposing context)", "label": "Vismodegib (antagonist; opposing context)", "type": "drug", "degree": 1}, {"id": "P:STAT1", "label": "STAT1", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 2, "in_model": true, "diseases": ["AA", "CIA"], "pathway": "JAK-STAT", "plddt": 87.2, "degree": 4}, {"id": "P:CYP19A1", "label": "CYP19A1", "type": "protein", "role": "protector", "twin_node": "AND", "n_evidence": 1, "in_model": true, "diseases": ["AGA"], "pathway": "Androgen signaling", "plddt": 91.4, "degree": 4}, {"id": "R:aromatase inhibitors (anastrozole; promote hair loss by blocking this protective route)", "label": "aromatase inhibitors (anastrozole; promote hair loss by blocking this protective route)", "type": "drug", "degree": 1}, {"id": "P:EGFR", "label": "EGFR", "type": "protein", "role": "modulator", "twin_node": "DP", "n_evidence": 1, "in_model": true, "diseases": ["AGA", "CIA", "Scarring"], "pathway": "Growth factor", "plddt": 75.9, "degree": 9}, {"id": "D:Scarring", "label": "Scarring", "type": "disease", "degree": 3}, {"id": "R:Cetuximab", "label": "Cetuximab", "type": "drug", "degree": 1}, {"id": "R:EGFR inhibitor(유발)", "label": "EGFR inhibitor(유발)", "type": "drug", "degree": 1}, {"id": "R:Erlotinib", "label": "Erlotinib", "type": "drug", "degree": 1}, {"id": "R:Gefitinib (inhibitors that perturb hair)", "label": "Gefitinib (inhibitors that perturb hair)", "type": "drug", "degree": 1}, {"id": "P:GPX4", "label": "GPX4", "type": "protein", "role": "protector", "twin_node": "APO", "n_evidence": 1, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "Oxidative stress", "plddt": null, "degree": 8}, {"id": "PW:Oxidative stress", "label": "Oxidative stress", "type": "pathway", "degree": 7}, {"id": "R:Ferrostatin-1 (tool)", "label": "Ferrostatin-1 (tool)", "type": "drug", "degree": 1}, {"id": "R:Liproxstatin-1 (tool)", "label": "Liproxstatin-1 (tool)", "type": "drug", "degree": 1}, {"id": "R:ferroptosis inhibitors / selenium (investigational)", "label": "ferroptosis inhibitors / selenium (investigational)", "type": "drug", "degree": 1}, {"id": "R:ferrostatin", "label": "ferrostatin", "type": "drug", "degree": 1}, {"id": "P:IGF1", "label": "IGF1", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 1, "in_model": true, "diseases": ["AGA"], "pathway": "Growth factor", "plddt": 59.5, "degree": 5}, {"id": "R:IGF-1 / growth-factor-based regenerative therapies (investigational)", "label": "IGF-1 / growth-factor-based regenerative therapies (investigational)", "type": "drug", "degree": 1}, {"id": "R:self-assembling IGF peptide", "label": "self-assembling IGF peptide", "type": "drug", "degree": 1}, {"id": "P:LEF1", "label": "LEF1", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 1, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "Wnt/β-catenin", "plddt": 57.0, "degree": 4}, {"id": "P:PTGDS", "label": "PTGDS", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": true, "diseases": ["AGA"], "pathway": "Prostaglandin", "plddt": 87.8, "degree": 5}, {"id": "PW:Prostaglandin", "label": "Prostaglandin", "type": "pathway", "degree": 4}, {"id": "R:PGD2 pathway inhibitor", "label": "PGD2 pathway inhibitor", "type": "drug", "degree": 1}, {"id": "R:PTGDR2/CRTH2 antagonists targeting this axis (investigational)", "label": "PTGDR2/CRTH2 antagonists targeting this axis (investigational)", "type": "drug", "degree": 1}, {"id": "P:PTGFR", "label": "PTGFR", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 1, "in_model": true, "diseases": ["AGA"], "pathway": "Prostaglandin", "plddt": 80.6, "degree": 5}, {"id": "R:bimatoprost", "label": "bimatoprost", "type": "drug", "degree": 1}, {"id": "R:latanoprost", "label": "latanoprost", "type": "drug", "degree": 1}, {"id": "P:SFRP1", "label": "SFRP1", "type": "protein", "role": "driver", "twin_node": "Wnt", "n_evidence": 1, "in_model": true, "diseases": ["AGA"], "pathway": "Wnt/β-catenin", "plddt": 79.6, "degree": 7}, {"id": "R:WAY-316606 (SFRP1 inhibitor, investigational)", "label": "WAY-316606 (SFRP1 inhibitor, investigational)", "type": "drug", "degree": 1}, {"id": "R:WAY-316606 (SFRP1 inhibitor, preclinical)", "label": "WAY-316606 (SFRP1 inhibitor, preclinical)", "type": "drug", "degree": 1}, {"id": "R:WAY-316606(inhibitor)", "label": "WAY-316606(inhibitor)", "type": "drug", "degree": 1}, {"id": "R:mRNA epigenomic SFRP1 suppressor (Omega Therapeutics, preclinical)", "label": "mRNA epigenomic SFRP1 suppressor (Omega Therapeutics, preclinical)", "type": "drug", "degree": 1}, {"id": "P:SOX9", "label": "SOX9", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 1, "in_model": true, "diseases": ["AGA"], "pathway": "HFSC niche", "plddt": 56.0, "degree": 3}, {"id": "P:TGFB1", "label": "TGFB1", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 2, "in_model": true, "diseases": ["AA", "AGA", "CIA"], "pathway": "BMP/TGFβ", "plddt": 79.6, "degree": 8}, {"id": "PW:BMP/TGFβ", "label": "BMP/TGFβ", "type": "pathway", "degree": 7}, {"id": "R:Fresolimumab (anti-TGF-beta, experimental)", "label": "Fresolimumab (anti-TGF-beta, experimental)", "type": "drug", "degree": 1}, {"id": "R:TGF-beta inhibitors (investigational)", "label": "TGF-beta inhibitors (investigational)", "type": "drug", "degree": 1}, {"id": "R:TGFβ inhibitor", "label": "TGFβ inhibitor", "type": "drug", "degree": 1}, {"id": "P:FGF7", "label": "FGF7", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 1, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "Growth factor", "plddt": 82.4, "degree": 6}, {"id": "R:FGF7 / growth-factor regenerative therapies (investigational)", "label": "FGF7 / growth-factor regenerative therapies (investigational)", "type": "drug", "degree": 1}, {"id": "R:Palifermin (recombinant KGF)", "label": "Palifermin (recombinant KGF)", "type": "drug", "degree": 1}, {"id": "P:SIRT1", "label": "SIRT1", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 1, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "PI3K-AKT-mTOR", "plddt": 65.0, "degree": 6}, {"id": "R:Jiawei Erzhiwan", "label": "Jiawei Erzhiwan", "type": "drug", "degree": 1}, {"id": "R:resveratrol (SIRT1 activator, investigational)", "label": "resveratrol (SIRT1 activator, investigational)", "type": "drug", "degree": 1}, {"id": "P:VDR", "label": "VDR", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 1, "in_model": true, "diseases": ["AGA", "CIA", "Other"], "pathway": "Nuclear receptor", "plddt": 83.6, "degree": 8}, {"id": "PW:Nuclear receptor", "label": "Nuclear receptor", "type": "pathway", "degree": 5}, {"id": "D:Other", "label": "Other", "type": "disease", "degree": 8}, {"id": "R:Calcitriol / vitamin D analogs (adjunctive)", "label": "Calcitriol / vitamin D analogs (adjunctive)", "type": "drug", "degree": 1}, {"id": "R:VDR gene therapy", "label": "VDR gene therapy", "type": "drug", "degree": 1}, {"id": "R:calcitriol analog", "label": "calcitriol analog", "type": "drug", "degree": 1}, {"id": "P:BMP2", "label": "BMP2", "type": "protein", "role": "modulator", "twin_node": "BMP", "n_evidence": 0, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "BMP/TGFβ", "plddt": 79.6, "degree": 5}, {"id": "AX:BMP", "label": "BMP/TGFβ", "type": "axis", "axis": "BMP", "degree": 7}, {"id": "R:BMP antagonists (investigational)", "label": "BMP antagonists (investigational)", "type": "drug", "degree": 2}, {"id": "P:BMP4", "label": "BMP4", "type": "protein", "role": "modulator", "twin_node": "BMP", "n_evidence": 0, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "BMP/TGFβ", "plddt": 78.5, "degree": 6}, {"id": "R:noggin(antagonist)", "label": "noggin(antagonist)", "type": "drug", "degree": 1}, {"id": "P:BRD4", "label": "BRD4", "type": "protein", "role": "modulator", "twin_node": "HFSC", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Epigenetic", "plddt": 55.3, "degree": 7}, {"id": "PW:Epigenetic", "label": "Epigenetic", "type": "pathway", "degree": 2}, {"id": "R:BET inhibitor", "label": "BET inhibitor", "type": "drug", "degree": 1}, {"id": "R:Birabresib", "label": "Birabresib", "type": "drug", "degree": 1}, {"id": "R:JQ1 (tool)", "label": "JQ1 (tool)", "type": "drug", "degree": 1}, {"id": "R:Molibresib", "label": "Molibresib", "type": "drug", "degree": 1}, {"id": "P:CDK4", "label": "CDK4", "type": "protein", "role": "modulator", "twin_node": "APO", "n_evidence": 0, "in_model": true, "diseases": ["CIA"], "pathway": "Cell-cycle/apoptosis", "plddt": 86.8, "degree": 7}, {"id": "R:Abemaciclib", "label": "Abemaciclib", "type": "drug", "degree": 2}, {"id": "R:Palbociclib", "label": "Palbociclib", "type": "drug", "degree": 2}, {"id": "R:Ribociclib", "label": "Ribociclib", "type": "drug", "degree": 2}, {"id": "R:palbociclib(CDK4/6i)", "label": "palbociclib(CDK4/6i)", "type": "drug", "degree": 1}, {"id": "P:CDK6", "label": "CDK6", "type": "protein", "role": "modulator", "twin_node": "APO", "n_evidence": 0, "in_model": true, "diseases": ["CIA"], "pathway": "Cell-cycle/apoptosis", "plddt": 85.4, "degree": 9}, {"id": "R:palbociclib", "label": "palbociclib", "type": "drug", "degree": 1}, {"id": "R:ribociclib", "label": "ribociclib", "type": "drug", "degree": 1}, {"id": "R:trilaciclib (concept for CIA)", "label": "trilaciclib (concept for CIA)", "type": "drug", "degree": 1}, {"id": "P:CRH", "label": "CRH", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 0, "in_model": true, "diseases": ["AGA", "Other"], "pathway": "Stress/HPA", "plddt": 62.0, "degree": 6}, {"id": "PW:Stress/HPA", "label": "Stress/HPA", "type": "pathway", "degree": 1}, {"id": "R:Antalarmin (CRHR1 antagonist, experimental)", "label": "Antalarmin (CRHR1 antagonist, experimental)", "type": "drug", "degree": 1}, {"id": "R:astressin-B(antagonist)", "label": "astressin-B(antagonist)", "type": "drug", "degree": 1}, {"id": "P:CTLA4", "label": "CTLA4", "type": "protein", "role": "protector", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "Immune tolerance", "plddt": 80.1, "degree": 5}, {"id": "R:abatacept", "label": "abatacept", "type": "drug", "degree": 1}, {"id": "R:abatacept (CTLA4-Ig, investigational in AA)", "label": "abatacept (CTLA4-Ig, investigational in AA)", "type": "drug", "degree": 1}, {"id": "P:CXCL10", "label": "CXCL10", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 89.5, "degree": 3}, {"id": "P:CXCL12", "label": "CXCL12", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA", "AGA"], "pathway": "Chemokine", "plddt": 83.3, "degree": 7}, {"id": "PW:Chemokine", "label": "Chemokine", "type": "pathway", "degree": 7}, {"id": "R:AMD3100", "label": "AMD3100", "type": "drug", "degree": 1}, {"id": "R:Plerixafor (CXCR4 antagonist)", "label": "Plerixafor (CXCR4 antagonist)", "type": "drug", "degree": 1}, {"id": "R:anti-CXCL12", "label": "anti-CXCL12", "type": "drug", "degree": 1}, {"id": "P:CXCR3", "label": "CXCR3", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "Chemokine", "plddt": 80.5, "degree": 5}, {"id": "R:CXCR3 antagonist", "label": "CXCR3 antagonist", "type": "drug", "degree": 1}, {"id": "R:CXCR3 antagonists (preclinical)", "label": "CXCR3 antagonists (preclinical)", "type": "drug", "degree": 1}, {"id": "P:CXCR4", "label": "CXCR4", "type": "protein", "role": "modulator", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA", "AGA"], "pathway": "Chemokine", "plddt": 82.3, "degree": 6}, {"id": "R:AMD3100(plerixafor)", "label": "AMD3100(plerixafor)", "type": "drug", "degree": 1}, {"id": "R:plerixafor (CXCR4 antagonist, not AA-specific)", "label": "plerixafor (CXCR4 antagonist, not AA-specific)", "type": "drug", "degree": 1}, {"id": "P:DNMT1", "label": "DNMT1", "type": "protein", "role": "modulator", "twin_node": "HFSC", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Epigenetic", "plddt": 77.8, "degree": 5}, {"id": "R:Azacitidine", "label": "Azacitidine", "type": "drug", "degree": 1}, {"id": "R:Decitabine", "label": "Decitabine", "type": "drug", "degree": 1}, {"id": "P:FGF5", "label": "FGF5", "type": "protein", "role": "modulator", "twin_node": "BMP", "n_evidence": 0, "in_model": true, "diseases": ["CIA", "Other"], "pathway": "Growth factor", "plddt": 75.7, "degree": 6}, {"id": "R:Anti-FGF5 cosmetics (unproven)", "label": "Anti-FGF5 cosmetics (unproven)", "type": "drug", "degree": 1}, {"id": "R:FGF5 inhibitor", "label": "FGF5 inhibitor", "type": "drug", "degree": 1}, {"id": "P:GAS6", "label": "GAS6", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 0, "in_model": true, "diseases": ["AGA", "TelogenEffluvium"], "pathway": "Growth factor", "plddt": 85.6, "degree": 6}, {"id": "D:TelogenEffluvium", "label": "TelogenEffluvium", "type": "disease", "degree": 8}, {"id": "R:GAS6 gene therapy", "label": "GAS6 gene therapy", "type": "drug", "degree": 1}, {"id": "R:recombinant GAS6 / AXL agonists (preclinical)", "label": "recombinant GAS6 / AXL agonists (preclinical)", "type": "drug", "degree": 1}, {"id": "P:GLI1", "label": "GLI1", "type": "protein", "role": "protector", "twin_node": "SHH", "n_evidence": 0, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "Hedgehog", "plddt": 45.5, "degree": 7}, {"id": "R:Glasdegib", "label": "Glasdegib", "type": "drug", "degree": 1}, {"id": "R:Sonidegib", "label": "Sonidegib", "type": "drug", "degree": 1}, {"id": "R:Vismodegib", "label": "Vismodegib", "type": "drug", "degree": 1}, {"id": "P:HGF", "label": "HGF", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Growth factor", "plddt": 83.5, "degree": 4}, {"id": "R:HGF-based regenerative approaches (investigational)", "label": "HGF-based regenerative approaches (investigational)", "type": "drug", "degree": 1}, {"id": "P:HMOX1", "label": "HMOX1", "type": "protein", "role": "protector", "twin_node": "APO", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Oxidative stress", "plddt": 82.9, "degree": 4}, {"id": "R:sulforaphane(Nrf2)", "label": "sulforaphane(Nrf2)", "type": "drug", "degree": 1}, {"id": "P:HR", "label": "HR", "type": "protein", "role": "modulator", "twin_node": "HFSC", "n_evidence": 0, "in_model": true, "diseases": ["CIA", "Other"], "pathway": "Nuclear receptor", "plddt": 55.2, "degree": 4}, {"id": "P:IL7R", "label": "IL7R", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 67.5, "degree": 4}, {"id": "R:anti-IL7R", "label": "anti-IL7R", "type": "drug", "degree": 1}, {"id": "P:KRT17", "label": "KRT17", "type": "protein", "role": "modulator", "twin_node": "DP", "n_evidence": 0, "in_model": true, "diseases": ["CIA", "Other"], "pathway": "Structural keratin", "plddt": 77.3, "degree": 4}, {"id": "PW:Structural keratin", "label": "Structural keratin", "type": "pathway", "degree": 1}, {"id": "P:LAMA5", "label": "LAMA5", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 0, "in_model": true, "diseases": ["CIA"], "pathway": "ECM/adhesion", "plddt": 79.1, "degree": 4}, {"id": "PW:ECM/adhesion", "label": "ECM/adhesion", "type": "pathway", "degree": 1}, {"id": "R:Laminin-511-E8 fragment (experimental)", "label": "Laminin-511-E8 fragment (experimental)", "type": "drug", "degree": 1}, {"id": "P:LGR5", "label": "LGR5", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "HFSC niche", "plddt": 80.2, "degree": 3}, {"id": "P:LRP6", "label": "LRP6", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Wnt/β-catenin", "plddt": 79.2, "degree": 3}, {"id": "P:MSX2", "label": "MSX2", "type": "protein", "role": "modulator", "twin_node": "BMP", "n_evidence": 0, "in_model": true, "diseases": ["CIA", "Other"], "pathway": "BMP/TGFβ", "plddt": 67.4, "degree": 4}, {"id": "P:MTOR", "label": "MTOR", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "PI3K-AKT-mTOR", "plddt": 78.0, "degree": 4}, {"id": "R:rapamycin (mTOR inhibitor; context-dependent effects on follicle)", "label": "rapamycin (mTOR inhibitor; context-dependent effects on follicle)", "type": "drug", "degree": 1}, {"id": "P:NLRP3", "label": "NLRP3", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "Inflammasome", "plddt": 81.1, "degree": 6}, {"id": "PW:Inflammasome", "label": "Inflammasome", "type": "pathway", "degree": 2}, {"id": "R:MCC950", "label": "MCC950", "type": "drug", "degree": 1}, {"id": "R:NLRP3 inhibitors (preclinical)", "label": "NLRP3 inhibitors (preclinical)", "type": "drug", "degree": 1}, {"id": "R:total glucosides of paeony", "label": "total glucosides of paeony", "type": "drug", "degree": 1}, {"id": "P:NOG", "label": "NOG", "type": "protein", "role": "protector", "twin_node": "BMP", "n_evidence": 0, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "BMP/TGFβ", "plddt": 86.1, "degree": 5}, {"id": "R:recombinant noggin (investigational)", "label": "recombinant noggin (investigational)", "type": "drug", "degree": 1}, {"id": "P:NOX4", "label": "NOX4", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Oxidative stress", "plddt": 87.0, "degree": 5}, {"id": "R:ACA(NADPH oxidase 조절)", "label": "ACA(NADPH oxidase 조절)", "type": "drug", "degree": 1}, {"id": "R:NOX4 inhibitors / antioxidants (investigational)", "label": "NOX4 inhibitors / antioxidants (investigational)", "type": "drug", "degree": 1}, {"id": "P:PDGFA", "label": "PDGFA", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Growth factor", "plddt": 78.0, "degree": 5}, {"id": "R:PRP", "label": "PRP", "type": "drug", "degree": 1}, {"id": "R:platelet-rich plasma (delivers PDGF)", "label": "platelet-rich plasma (delivers PDGF)", "type": "drug", "degree": 1}, {"id": "P:PPARG", "label": "PPARG", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 0, "in_model": true, "diseases": ["CIA", "Scarring"], "pathway": "Nuclear receptor", "plddt": 76.1, "degree": 7}, {"id": "R:PPARγ agonist", "label": "PPARγ agonist", "type": "drug", "degree": 1}, {"id": "R:pioglitazone", "label": "pioglitazone", "type": "drug", "degree": 1}, {"id": "R:topical PPAR-gamma agonists (investigational)", "label": "topical PPAR-gamma agonists (investigational)", "type": "drug", "degree": 1}, {"id": "P:PTCH1", "label": "PTCH1", "type": "protein", "role": "modulator", "twin_node": "SHH", "n_evidence": 0, "in_model": true, "diseases": ["CIA", "Other"], "pathway": "Hedgehog", "plddt": 73.9, "degree": 4}, {"id": "P:PTEN", "label": "PTEN", "type": "protein", "role": "protector", "twin_node": "APO", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "PI3K-AKT-mTOR", "plddt": 83.0, "degree": 3}, {"id": "P:PTGDR2", "label": "PTGDR2", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Prostaglandin", "plddt": 81.0, "degree": 9}, {"id": "R:fevipiprant", "label": "fevipiprant", "type": "drug", "degree": 2}, {"id": "R:fevipiprant (repurposing)", "label": "fevipiprant (repurposing)", "type": "drug", "degree": 1}, {"id": "R:ramatroban", "label": "ramatroban", "type": "drug", "degree": 2}, {"id": "R:setipiprant", "label": "setipiprant", "type": "drug", "degree": 1}, {"id": "R:setipiprant (CRTH2 antagonist, trialed for AGA)", "label": "setipiprant (CRTH2 antagonist, trialed for AGA)", "type": "drug", "degree": 1}, {"id": "R:setipiprant (Phase 2)", "label": "setipiprant (Phase 2)", "type": "drug", "degree": 1}, {"id": "P:RIPK1", "label": "RIPK1", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "Necroptosis", "plddt": 69.7, "degree": 5}, {"id": "PW:Necroptosis", "label": "Necroptosis", "type": "pathway", "degree": 1}, {"id": "R:RIPK1 inhibitor", "label": "RIPK1 inhibitor", "type": "drug", "degree": 1}, {"id": "R:RIPK1 inhibitors (investigational)", "label": "RIPK1 inhibitors (investigational)", "type": "drug", "degree": 1}, {"id": "P:SMAD3", "label": "SMAD3", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 0, "in_model": true, "diseases": ["CIA"], "pathway": "BMP/TGFβ", "plddt": 83.6, "degree": 4}, {"id": "R:SIS3 (SMAD3 inhibitor, experimental)", "label": "SIS3 (SMAD3 inhibitor, experimental)", "type": "drug", "degree": 1}, {"id": "P:SOCS3", "label": "SOCS3", "type": "protein", "role": "protector", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 71.9, "degree": 4}, {"id": "R:SOCS3 mimetic", "label": "SOCS3 mimetic", "type": "drug", "degree": 1}, {"id": "P:SRD5A1", "label": "SRD5A1", "type": "protein", "role": "driver", "twin_node": "AND", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Androgen signaling", "plddt": 91.5, "degree": 5}, {"id": "R:finasteride (weak)", "label": "finasteride (weak)", "type": "drug", "degree": 1}, {"id": "P:SRD5A3", "label": "SRD5A3", "type": "protein", "role": "modulator", "twin_node": "AND", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Androgen signaling", "plddt": 88.4, "degree": 4}, {"id": "R:dutasteride (partial)", "label": "dutasteride (partial)", "type": "drug", "degree": 1}, {"id": "P:STAT5A", "label": "STAT5A", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 85.1, "degree": 3}, {"id": "P:TBX21", "label": "TBX21", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 60.9, "degree": 4}, {"id": "R:T-bet siRNA", "label": "T-bet siRNA", "type": "drug", "degree": 1}, {"id": "P:TYK2", "label": "TYK2", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": true, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 81.8, "degree": 5}, {"id": "R:deucravacitinib", "label": "deucravacitinib", "type": "drug", "degree": 1}, {"id": "R:ritlecitinib (PLCG2/JAK3 dual)", "label": "ritlecitinib (PLCG2/JAK3 dual)", "type": "drug", "degree": 1}, {"id": "P:WNT10B", "label": "WNT10B", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 0, "in_model": true, "diseases": ["AGA"], "pathway": "Wnt/β-catenin", "plddt": 80.1, "degree": 4}, {"id": "R:Wnt mimetics (investigational)", "label": "Wnt mimetics (investigational)", "type": "drug", "degree": 1}, {"id": "P:WNT3A", "label": "WNT3A", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 0, "in_model": true, "diseases": ["AGA", "CIA"], "pathway": "Wnt/β-catenin", "plddt": 88.3, "degree": 6}, {"id": "R:WNT agonists / GSK3 inhibitors (experimental)", "label": "WNT agonists / GSK3 inhibitors (experimental)", "type": "drug", "degree": 1}, {"id": "R:recombinant WNT3A / Wnt mimetics (investigational)", "label": "recombinant WNT3A / Wnt mimetics (investigational)", "type": "drug", "degree": 1}, {"id": "P:ABCB1", "label": "ABCB1", "type": "protein", "role": "protector", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Other", "plddt": 84.6, "degree": 2}, {"id": "PW:Other", "label": "Other", "type": "pathway", "degree": 35}, {"id": "P:ADM", "label": "ADM", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 61.8, "degree": 2}, {"id": "P:BAX", "label": "BAX", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Cell-cycle/apoptosis", "plddt": 86.0, "degree": 3}, {"id": "P:BRAF", "label": "BRAF", "type": "protein", "role": "modulator", "twin_node": "DP", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Growth factor", "plddt": 66.4, "degree": 3}, {"id": "P:CASP3", "label": "CASP3", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 3, "in_model": false, "diseases": ["CIA"], "pathway": "Cell-cycle/apoptosis", "plddt": 85.8, "degree": 4}, {"id": "R:Emricasan (pan-caspase inhibitor, experimental)", "label": "Emricasan (pan-caspase inhibitor, experimental)", "type": "drug", "degree": 1}, {"id": "P:CCL26", "label": "CCL26", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Chemokine", "plddt": 84.3, "degree": 3}, {"id": "P:CCND1", "label": "CCND1", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Cell-cycle/apoptosis", "plddt": 87.3, "degree": 3}, {"id": "P:COL5A3", "label": "COL5A3", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 50.1, "degree": 2}, {"id": "P:COL6A6", "label": "COL6A6", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 74.8, "degree": 2}, {"id": "P:CRP", "label": "CRP", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 94.1, "degree": 2}, {"id": "P:CXCL9", "label": "CXCL9", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Chemokine", "plddt": 87.5, "degree": 3}, {"id": "P:CYBB", "label": "CYBB", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Oxidative stress", "plddt": 90.2, "degree": 3}, {"id": "P:DCT", "label": "DCT", "type": "protein", "role": "protector", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Other", "plddt": 89.1, "degree": 2}, {"id": "P:ENTPD1", "label": "ENTPD1", "type": "protein", "role": "protector", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 91.0, "degree": 2}, {"id": "P:ESR1", "label": "ESR1", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 2, "in_model": false, "diseases": ["AGA"], "pathway": "Nuclear receptor", "plddt": 66.4, "degree": 3}, {"id": "P:FAS", "label": "FAS", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Cell-cycle/apoptosis", "plddt": 77.9, "degree": 3}, {"id": "P:FGF10", "label": "FGF10", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Growth factor", "plddt": 80.0, "degree": 3}, {"id": "P:GZMH", "label": "GZMH", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Cell-cycle/apoptosis", "plddt": 92.4, "degree": 3}, {"id": "P:GZMK", "label": "GZMK", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Cell-cycle/apoptosis", "plddt": 85.4, "degree": 3}, {"id": "P:HDAC1", "label": "HDAC1", "type": "protein", "role": "protector", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Cell-cycle/apoptosis", "plddt": 86.2, "degree": 3}, {"id": "P:HLA-DQB1", "label": "HLA-DQB1", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Other", "plddt": 86.9, "degree": 2}, {"id": "P:HPGDS", "label": "HPGDS", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Prostaglandin", "plddt": 97.3, "degree": 3}, {"id": "P:HRH1", "label": "HRH1", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 70.0, "degree": 2}, {"id": "P:IGF1R", "label": "IGF1R", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Growth factor", "plddt": 78.0, "degree": 3}, {"id": "P:IGHE", "label": "IGHE", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 76.5, "degree": 2}, {"id": "P:IL10", "label": "IL10", "type": "protein", "role": "protector", "twin_node": "—", "n_evidence": 2, "in_model": false, "diseases": ["AA", "CIA"], "pathway": "Other", "plddt": 87.9, "degree": 3}, {"id": "P:IL13", "label": "IL13", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 85.6, "degree": 2}, {"id": "P:IL13RA1", "label": "IL13RA1", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 81.6, "degree": 2}, {"id": "P:IL1B", "label": "IL1B", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 2, "in_model": false, "diseases": ["CIA"], "pathway": "Other", "plddt": 76.2, "degree": 2}, {"id": "P:IL23A", "label": "IL23A", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA", "Other"], "pathway": "Other", "plddt": 80.6, "degree": 3}, {"id": "P:IL4R", "label": "IL4R", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 2, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 54.8, "degree": 2}, {"id": "P:IL6", "label": "IL6", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 2, "in_model": false, "diseases": ["AGA", "CIA"], "pathway": "JAK-STAT", "plddt": 85.3, "degree": 4}, {"id": "P:INS", "label": "INS", "type": "protein", "role": "modulator", "twin_node": "DP", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Growth factor", "plddt": 52.9, "degree": 3}, {"id": "P:KDR", "label": "KDR", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Growth factor", "plddt": 71.1, "degree": 3}, {"id": "P:KL", "label": "KL", "type": "protein", "role": "protector", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 89.1, "degree": 2}, {"id": "P:KLRK1", "label": "KLRK1", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 79.2, "degree": 4}, {"id": "R:anti-NKG2D (investigational)", "label": "anti-NKG2D (investigational)", "type": "drug", "degree": 1}, {"id": "R:anti-NKG2D antibodies (investigational)", "label": "anti-NKG2D antibodies (investigational)", "type": "drug", "degree": 1}, {"id": "P:KRT81", "label": "KRT81", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 71.9, "degree": 2}, {"id": "P:LAMC1", "label": "LAMC1", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 76.4, "degree": 2}, {"id": "P:LAMC3", "label": "LAMC3", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 74.8, "degree": 2}, {"id": "P:MAPK1", "label": "MAPK1", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 90.4, "degree": 2}, {"id": "P:MAPK8", "label": "MAPK8", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Other", "plddt": 82.4, "degree": 2}, {"id": "P:MICA", "label": "MICA", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 81.7, "degree": 2}, {"id": "P:MICB", "label": "MICB", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 78.0, "degree": 2}, {"id": "P:MKI67", "label": "MKI67", "type": "protein", "role": "protector", "twin_node": "APO", "n_evidence": 7, "in_model": false, "diseases": ["AGA", "CIA"], "pathway": "Cell-cycle/apoptosis", "plddt": null, "degree": 4}, {"id": "P:MYLK", "label": "MYLK", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "HFSC niche", "plddt": 65.8, "degree": 2}, {"id": "P:NCF2", "label": "NCF2", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Oxidative stress", "plddt": 78.5, "degree": 3}, {"id": "P:NFKBIZ", "label": "NFKBIZ", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Inflammasome", "plddt": 57.7, "degree": 3}, {"id": "P:NT5E", "label": "NT5E", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 2, "in_model": false, "diseases": ["AA", "AGA"], "pathway": "Other", "plddt": 91.9, "degree": 3}, {"id": "P:PAM", "label": "PAM", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 71.7, "degree": 2}, {"id": "P:PECAM1", "label": "PECAM1", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 2, "in_model": false, "diseases": ["AGA", "CIA"], "pathway": "Growth factor", "plddt": 80.4, "degree": 4}, {"id": "P:PIEZO1", "label": "PIEZO1", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "HFSC niche", "plddt": 72.0, "degree": 3}, {"id": "P:POSTN", "label": "POSTN", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "BMP/TGFβ", "plddt": 80.4, "degree": 3}, {"id": "P:PPARGC1A", "label": "PPARGC1A", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 52.7, "degree": 4}, {"id": "R:Bezafibrate", "label": "Bezafibrate", "type": "drug", "degree": 1}, {"id": "R:Metformin (indirect)", "label": "Metformin (indirect)", "type": "drug", "degree": 1}, {"id": "P:PRLR", "label": "PRLR", "type": "protein", "role": "modulator", "twin_node": "HFSC", "n_evidence": 2, "in_model": false, "diseases": ["AGA"], "pathway": "Nuclear receptor", "plddt": 61.0, "degree": 3}, {"id": "P:S100A8", "label": "S100A8", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Oxidative stress", "plddt": 93.0, "degree": 3}, {"id": "P:SOD1", "label": "SOD1", "type": "protein", "role": "protector", "twin_node": "APO", "n_evidence": 2, "in_model": false, "diseases": ["AGA", "CIA"], "pathway": "Oxidative stress", "plddt": 97.9, "degree": 4}, {"id": "P:SQLE", "label": "SQLE", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 85.8, "degree": 2}, {"id": "P:SREBF1", "label": "SREBF1", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Other", "plddt": 63.5, "degree": 2}, {"id": "P:TAC1", "label": "TAC1", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA", "AGA", "CIA", "Scarring", "TelogenEffluvium"], "pathway": "Other", "plddt": 66.9, "degree": 7}, {"id": "R:aprepitant / NK1R antagonists (concept)", "label": "aprepitant / NK1R antagonists (concept)", "type": "drug", "degree": 1}, {"id": "P:TEC", "label": "TEC", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 2, "in_model": false, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 64.2, "degree": 3}, {"id": "P:TMPRSS2", "label": "TMPRSS2", "type": "protein", "role": "driver", "twin_node": "AND", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Androgen signaling", "plddt": 79.4, "degree": 3}, {"id": "P:TNF", "label": "TNF", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 2, "in_model": false, "diseases": ["CIA"], "pathway": "Other", "plddt": 84.6, "degree": 2}, {"id": "P:TNFRSF4", "label": "TNFRSF4", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Other", "plddt": 77.0, "degree": 4}, {"id": "R:amlitelimab (anti-OX40L, repurposing concept)", "label": "amlitelimab (anti-OX40L, repurposing concept)", "type": "drug", "degree": 1}, {"id": "R:anti-OX40 antibodies (InmaGene, investigational)", "label": "anti-OX40 antibodies (InmaGene, investigational)", "type": "drug", "degree": 1}, {"id": "P:TYR", "label": "TYR", "type": "protein", "role": "protector", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Other", "plddt": 89.9, "degree": 2}, {"id": "P:TYRP1", "label": "TYRP1", "type": "protein", "role": "protector", "twin_node": "—", "n_evidence": 1, "in_model": false, "diseases": ["CIA"], "pathway": "Other", "plddt": 91.7, "degree": 2}, {"id": "P:WNT10A", "label": "WNT10A", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 1, "in_model": false, "diseases": ["AGA"], "pathway": "Wnt/β-catenin", "plddt": 81.9, "degree": 3}, {"id": "P:XCL1", "label": "XCL1", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Chemokine", "plddt": 78.8, "degree": 3}, {"id": "P:XCL2", "label": "XCL2", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 1, "in_model": false, "diseases": ["AA"], "pathway": "Chemokine", "plddt": 80.7, "degree": 3}, {"id": "P:ATF4", "label": "ATF4", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "integrated stress response effector", "plddt": 62.0, "degree": 2}, {"id": "PW:integrated stress response effector", "label": "integrated stress response effector", "type": "pathway", "degree": 1}, {"id": "P:ATG5", "label": "ATG5", "type": "protein", "role": "protector", "twin_node": "APO", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Macroautophagy", "plddt": 93.2, "degree": 3}, {"id": "PW:Macroautophagy", "label": "Macroautophagy", "type": "pathway", "degree": 2}, {"id": "P:ATG7", "label": "ATG7", "type": "protein", "role": "protector", "twin_node": "APO", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Macroautophagy", "plddt": 87.6, "degree": 3}, {"id": "P:AXL", "label": "AXL", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 0, "in_model": false, "diseases": ["AGA", "TelogenEffluvium"], "pathway": "GAS6-AXL/TAM receptor (HFSC activation)", "plddt": 75.1, "degree": 5}, {"id": "PW:GAS6-AXL/TAM receptor (HFSC activation)", "label": "GAS6-AXL/TAM receptor (HFSC activation)", "type": "pathway", "degree": 1}, {"id": "R:AXL agonists (preclinical)", "label": "AXL agonists (preclinical)", "type": "drug", "degree": 1}, {"id": "P:BCL2L11", "label": "BCL2L11", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "intrinsic apoptosis / immune tolerance", "plddt": 60.1, "degree": 3}, {"id": "PW:intrinsic apoptosis / immune tolerance", "label": "intrinsic apoptosis / immune tolerance", "type": "pathway", "degree": 1}, {"id": "P:CALCA", "label": "CALCA", "type": "protein", "role": "protector", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA", "CIA"], "pathway": "Sensory neuropeptide restoration of immune privilege", "plddt": 63.9, "degree": 5}, {"id": "PW:Sensory neuropeptide restoration of immune privilege", "label": "Sensory neuropeptide restoration of immune privilege", "type": "pathway", "degree": 1}, {"id": "R:CGRP analogs / capsaicin-induced CGRP release (concept)", "label": "CGRP analogs / capsaicin-induced CGRP release (concept)", "type": "drug", "degree": 1}, {"id": "P:CASP1", "label": "CASP1", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Inflammasome/pyroptosis", "plddt": 81.7, "degree": 3}, {"id": "PW:Inflammasome/pyroptosis", "label": "Inflammasome/pyroptosis", "type": "pathway", "degree": 2}, {"id": "P:CD44", "label": "CD44", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 0, "in_model": false, "diseases": ["AGA", "TelogenEffluvium"], "pathway": "Osteopontin (OPN)-CD44 (HFSC hyperactivation)", "plddt": 53.2, "degree": 5}, {"id": "PW:Osteopontin (OPN)-CD44 (HFSC hyperactivation)", "label": "Osteopontin (OPN)-CD44 (HFSC hyperactivation)", "type": "pathway", "degree": 2}, {"id": "R:CD44 agonist peptides (preclinical)", "label": "CD44 agonist peptides (preclinical)", "type": "drug", "degree": 1}, {"id": "P:CD8A", "label": "CD8A", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Cytotoxic immunity", "plddt": 78.2, "degree": 2}, {"id": "PW:Cytotoxic immunity", "label": "Cytotoxic immunity", "type": "pathway", "degree": 2}, {"id": "P:CDKN1A", "label": "CDKN1A", "type": "protein", "role": "modulator", "twin_node": "APO", "n_evidence": 0, "in_model": false, "diseases": ["AGA", "CIA"], "pathway": "Cell-cycle/apoptosis (p53)", "plddt": 69.0, "degree": 4}, {"id": "PW:Cell-cycle/apoptosis (p53)", "label": "Cell-cycle/apoptosis (p53)", "type": "pathway", "degree": 1}, {"id": "P:CDKN2A", "label": "CDKN2A", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "p16-Rb senescence", "plddt": 76.3, "degree": 5}, {"id": "PW:p16-Rb senescence", "label": "p16-Rb senescence", "type": "pathway", "degree": 1}, {"id": "R:Navitoclax", "label": "Navitoclax", "type": "drug", "degree": 1}, {"id": "R:Senolytics (Dasatinib+Quercetin)", "label": "Senolytics (Dasatinib+Quercetin)", "type": "drug", "degree": 1}, {"id": "P:CLEC16A", "label": "CLEC16A", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "autophagy / immune regulation (KIAA0350 locus)", "plddt": 70.8, "degree": 3}, {"id": "PW:autophagy / immune regulation (KIAA0350 locus)", "label": "autophagy / immune regulation (KIAA0350 locus)", "type": "pathway", "degree": 1}, {"id": "P:COL17A1", "label": "COL17A1", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "hemidesmosome basement-membrane anchorage / HFSC maintenance", "plddt": 46.9, "degree": 3}, {"id": "PW:hemidesmosome basement-membrane anchorage / HFSC maintenance", "label": "hemidesmosome basement-membrane anchorage / HFSC maintenance", "type": "pathway", "degree": 1}, {"id": "P:CXCL11", "label": "CXCL11", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "CXCR3 chemokine axis", "plddt": 80.0, "degree": 3}, {"id": "PW:CXCR3 chemokine axis", "label": "CXCR3 chemokine axis", "type": "pathway", "degree": 1}, {"id": "P:CXXC5", "label": "CXXC5", "type": "protein", "role": "driver", "twin_node": "Wnt", "n_evidence": 0, "in_model": false, "diseases": ["AGA", "TelogenEffluvium"], "pathway": "WNT/beta-catenin (negative feedback via Dishevelled)", "plddt": 59.1, "degree": 5}, {"id": "PW:WNT/beta-catenin (negative feedback via Dishevelled)", "label": "WNT/beta-catenin (negative feedback via Dishevelled)", "type": "pathway", "degree": 1}, {"id": "R:PTD-DBM (peptide, preclinical/early clinical)", "label": "PTD-DBM (peptide, preclinical/early clinical)", "type": "drug", "degree": 1}, {"id": "P:CYP1B1", "label": "CYP1B1", "type": "protein", "role": "protector", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "xenobiotic/estrogen metabolism (2p22 locus)", "plddt": 92.2, "degree": 2}, {"id": "PW:xenobiotic/estrogen metabolism (2p22 locus)", "label": "xenobiotic/estrogen metabolism (2p22 locus)", "type": "pathway", "degree": 1}, {"id": "P:DLX3", "label": "DLX3", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "Transcription factor", "plddt": 60.1, "degree": 2}, {"id": "PW:Transcription factor", "label": "Transcription factor", "type": "pathway", "degree": 2}, {"id": "P:EIF2AK4", "label": "EIF2AK4", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "integrated stress response (eIF2alpha-ATF4)", "plddt": 72.9, "degree": 2}, {"id": "PW:integrated stress response (eIF2alpha-ATF4)", "label": "integrated stress response (eIF2alpha-ATF4)", "type": "pathway", "degree": 1}, {"id": "P:EZH2", "label": "EZH2", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "PRC2 / H3K27me3 repression", "plddt": 76.2, "degree": 4}, {"id": "PW:PRC2 / H3K27me3 repression", "label": "PRC2 / H3K27me3 repression", "type": "pathway", "degree": 1}, {"id": "R:GSK126 (tool)", "label": "GSK126 (tool)", "type": "drug", "degree": 1}, {"id": "R:Tazemetostat", "label": "Tazemetostat", "type": "drug", "degree": 1}, {"id": "P:F11R", "label": "F11R", "type": "protein", "role": "modulator", "twin_node": "DP", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Tight-junction adhesion / barrier", "plddt": 87.2, "degree": 3}, {"id": "PW:Tight-junction adhesion / barrier", "label": "Tight-junction adhesion / barrier", "type": "pathway", "degree": 1}, {"id": "P:F2R", "label": "F2R", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "protease-activated receptor signaling in dermal papilla", "plddt": 74.6, "degree": 2}, {"id": "PW:protease-activated receptor signaling in dermal papilla", "label": "protease-activated receptor signaling in dermal papilla", "type": "pathway", "degree": 1}, {"id": "P:FOXN1", "label": "FOXN1", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "Transcription factor", "plddt": 53.7, "degree": 2}, {"id": "P:GSDMD", "label": "GSDMD", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Inflammasome/pyroptosis", "plddt": 77.8, "degree": 4}, {"id": "R:disulfiram (GSDMD inhibitor, investigational)", "label": "disulfiram (GSDMD inhibitor, investigational)", "type": "drug", "degree": 1}, {"id": "P:GZMA", "label": "GZMA", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "cytotoxic T-cell - dermal papilla crosstalk (GZMA-F2R)", "plddt": 91.6, "degree": 3}, {"id": "PW:cytotoxic T-cell - dermal papilla crosstalk (GZMA-F2R)", "label": "cytotoxic T-cell - dermal papilla crosstalk (GZMA-F2R)", "type": "pathway", "degree": 1}, {"id": "P:GZMB", "label": "GZMB", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Cytotoxic immunity", "plddt": 92.4, "degree": 2}, {"id": "P:HCAR2", "label": "HCAR2", "type": "protein", "role": "modulator", "twin_node": "APO", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "PGD2-GPR44(CRTH2/PTGDR2) inhibition of hair growth", "plddt": 82.7, "degree": 6}, {"id": "PW:PGD2-GPR44(CRTH2/PTGDR2) inhibition of hair growth", "label": "PGD2-GPR44(CRTH2/PTGDR2) inhibition of hair growth", "type": "pathway", "degree": 1}, {"id": "R:setipiprant (Phase 2, AGA)", "label": "setipiprant (Phase 2, AGA)", "type": "drug", "degree": 1}, {"id": "P:HLA-B", "label": "HLA-B", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "MHC class I antigen presentation (6p21 locus)", "plddt": 88.1, "degree": 3}, {"id": "PW:MHC class I antigen presentation (6p21 locus)", "label": "MHC class I antigen presentation (6p21 locus)", "type": "pathway", "degree": 1}, {"id": "P:IFNGR1", "label": "IFNGR1", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Type II interferon", "plddt": 66.0, "degree": 3}, {"id": "PW:Type II interferon", "label": "Type II interferon", "type": "pathway", "degree": 1}, {"id": "P:IKZF4", "label": "IKZF4", "type": "protein", "role": "modulator", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "FOXP3 transcriptional program / Treg stability", "plddt": 49.0, "degree": 2}, {"id": "PW:FOXP3 transcriptional program / Treg stability", "label": "FOXP3 transcriptional program / Treg stability", "type": "pathway", "degree": 1}, {"id": "P:IL15RA", "label": "IL15RA", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Cytokine (common gamma chain)", "plddt": 64.5, "degree": 3}, {"id": "PW:Cytokine (common gamma chain)", "label": "Cytokine (common gamma chain)", "type": "pathway", "degree": 4}, {"id": "P:IL2", "label": "IL2", "type": "protein", "role": "modulator", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Cytokine (common gamma chain)", "plddt": 84.1, "degree": 4}, {"id": "R:low-dose IL-2 / aldesleukin (investigational)", "label": "low-dose IL-2 / aldesleukin (investigational)", "type": "drug", "degree": 1}, {"id": "P:IL21", "label": "IL21", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Tfh/Th17 cytokine signaling (IL2/IL21 locus)", "plddt": 83.4, "degree": 3}, {"id": "PW:Tfh/Th17 cytokine signaling (IL2/IL21 locus)", "label": "Tfh/Th17 cytokine signaling (IL2/IL21 locus)", "type": "pathway", "degree": 1}, {"id": "P:IL2RB", "label": "IL2RB", "type": "protein", "role": "protector", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Low-dose/PEG-IL-2 -> Treg expansion (tolerance restoration)", "plddt": 64.6, "degree": 4}, {"id": "PW:Low-dose/PEG-IL-2 -> Treg expansion (tolerance restoration)", "label": "Low-dose/PEG-IL-2 -> Treg expansion (tolerance restoration)", "type": "pathway", "degree": 1}, {"id": "R:rezpegaldesleukin (Nektar NKTR-358, Phase 2, Fast Track)", "label": "rezpegaldesleukin (Nektar NKTR-358, Phase 2, Fast Track)", "type": "drug", "degree": 1}, {"id": "P:IL2RG", "label": "IL2RG", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Cytokine (common gamma chain)", "plddt": 75.5, "degree": 4}, {"id": "R:ritlecitinib (via JAK3)", "label": "ritlecitinib (via JAK3)", "type": "drug", "degree": 1}, {"id": "P:IL7", "label": "IL7", "type": "protein", "role": "modulator", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Cytokine (common gamma chain)", "plddt": 73.9, "degree": 3}, {"id": "P:IL9", "label": "IL9", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "Th9 / mast-cell cytokine signaling (gamma-chain)", "plddt": 84.1, "degree": 3}, {"id": "PW:Th9 / mast-cell cytokine signaling (gamma-chain)", "label": "Th9 / mast-cell cytokine signaling (gamma-chain)", "type": "pathway", "degree": 1}, {"id": "P:KRT15", "label": "KRT15", "type": "protein", "role": "modulator", "twin_node": "HFSC", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Bulge HFSC intermediate-filament marker", "plddt": 74.2, "degree": 3}, {"id": "PW:Bulge HFSC intermediate-filament marker", "label": "Bulge HFSC intermediate-filament marker", "type": "pathway", "degree": 1}, {"id": "P:KRT75", "label": "KRT75", "type": "protein", "role": "modulator", "twin_node": "DP", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "Keratin/structural", "plddt": 67.3, "degree": 3}, {"id": "PW:Keratin/structural", "label": "Keratin/structural", "type": "pathway", "degree": 1}, {"id": "P:LDHA", "label": "LDHA", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Glycolytic lactate metabolism", "plddt": 96.2, "degree": 4}, {"id": "PW:Glycolytic lactate metabolism", "label": "Glycolytic lactate metabolism", "type": "pathway", "degree": 1}, {"id": "R:FX11 (experimental)", "label": "FX11 (experimental)", "type": "drug", "degree": 1}, {"id": "R:Oxamate (experimental)", "label": "Oxamate (experimental)", "type": "drug", "degree": 1}, {"id": "P:LGR6", "label": "LGR6", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "WNT/R-spondin potentiation", "plddt": 77.4, "degree": 3}, {"id": "PW:WNT/R-spondin potentiation", "label": "WNT/R-spondin potentiation", "type": "pathway", "degree": 1}, {"id": "P:LRP5", "label": "LRP5", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Wnt/beta-catenin", "plddt": 77.9, "degree": 3}, {"id": "PW:Wnt/beta-catenin", "label": "Wnt/beta-catenin", "type": "pathway", "degree": 1}, {"id": "P:LRRC32", "label": "LRRC32", "type": "protein", "role": "modulator", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "TGF-beta latency / regulatory T-cell function", "plddt": 86.1, "degree": 3}, {"id": "PW:TGF-beta latency / regulatory T-cell function", "label": "TGF-beta latency / regulatory T-cell function", "type": "pathway", "degree": 1}, {"id": "P:MMP9", "label": "MMP9", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "extracellular matrix remodeling / fibrosis", "plddt": 82.1, "degree": 3}, {"id": "PW:extracellular matrix remodeling / fibrosis", "label": "extracellular matrix remodeling / fibrosis", "type": "pathway", "degree": 1}, {"id": "P:MPC1", "label": "MPC1", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "mitochondrial pyruvate import / glycolytic HFSC activation", "plddt": 92.8, "degree": 3}, {"id": "PW:mitochondrial pyruvate import / glycolytic HFSC activation", "label": "mitochondrial pyruvate import / glycolytic HFSC activation", "type": "pathway", "degree": 1}, {"id": "P:MSR1", "label": "MSR1", "type": "protein", "role": "driver", "twin_node": "APO", "n_evidence": 0, "in_model": false, "diseases": ["lichen planopilaris / CCCA"], "pathway": "M2 macrophage-mediated fibrosis / lipid scavenging", "plddt": 67.4, "degree": 3}, {"id": "PW:M2 macrophage-mediated fibrosis / lipid scavenging", "label": "M2 macrophage-mediated fibrosis / lipid scavenging", "type": "pathway", "degree": 1}, {"id": "D:lichen planopilaris / CCCA", "label": "lichen planopilaris / CCCA", "type": "disease", "degree": 1}, {"id": "P:NFATC1", "label": "NFATC1", "type": "protein", "role": "modulator", "twin_node": "BMP", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "BMP-NFATc1 quiescence control", "plddt": 56.8, "degree": 5}, {"id": "PW:BMP-NFATc1 quiescence control", "label": "BMP-NFATc1 quiescence control", "type": "pathway", "degree": 1}, {"id": "R:Cyclosporine A", "label": "Cyclosporine A", "type": "drug", "degree": 1}, {"id": "R:Tacrolimus", "label": "Tacrolimus", "type": "drug", "degree": 1}, {"id": "P:OSM", "label": "OSM", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AGA", "TelogenEffluvium"], "pathway": "OSM/OSMR -> JAK2-STAT5 (HFSC quiescence)", "plddt": 78.7, "degree": 5}, {"id": "PW:OSM/OSMR -> JAK2-STAT5 (HFSC quiescence)", "label": "OSM/OSMR -> JAK2-STAT5 (HFSC quiescence)", "type": "pathway", "degree": 1}, {"id": "R:OSM/OSMR-targeting antibodies (in development for other indications)", "label": "OSM/OSMR-targeting antibodies (in development for other indications)", "type": "drug", "degree": 1}, {"id": "P:PADI3", "label": "PADI3", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "hair-shaft protein citrullination / inner root sheath integrity", "plddt": 93.7, "degree": 2}, {"id": "PW:hair-shaft protein citrullination / inner root sheath integrity", "label": "hair-shaft protein citrullination / inner root sheath integrity", "type": "pathway", "degree": 1}, {"id": "P:PTH1R", "label": "PTH1R", "type": "protein", "role": "protector", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "GPCR (PTH/PTHrP)", "plddt": 71.0, "degree": 4}, {"id": "PW:GPCR (PTH/PTHrP)", "label": "GPCR (PTH/PTHrP)", "type": "pathway", "degree": 1}, {"id": "R:Abaloparatide / Teriparatide (PTH1R agonists)", "label": "Abaloparatide / Teriparatide (PTH1R agonists)", "type": "drug", "degree": 1}, {"id": "R:PTH-CBD (collagen-binding PTH agonist)", "label": "PTH-CBD (collagen-binding PTH agonist)", "type": "drug", "degree": 1}, {"id": "P:S100A3", "label": "S100A3", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "PADI3 substrate / cuticle calcium signaling", "plddt": 81.5, "degree": 2}, {"id": "PW:PADI3 substrate / cuticle calcium signaling", "label": "PADI3 substrate / cuticle calcium signaling", "type": "pathway", "degree": 1}, {"id": "P:SCUBE3", "label": "SCUBE3", "type": "protein", "role": "protector", "twin_node": "BMP", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "TGF-beta/SHH activation (dermal papilla anagen signal)", "plddt": 77.1, "degree": 5}, {"id": "PW:TGF-beta/SHH activation (dermal papilla anagen signal)", "label": "TGF-beta/SHH activation (dermal papilla anagen signal)", "type": "pathway", "degree": 1}, {"id": "R:AMP-126", "label": "AMP-126", "type": "drug", "degree": 1}, {"id": "R:AMP-303 (Amplifica, Phase 1/2)", "label": "AMP-303 (Amplifica, Phase 1/2)", "type": "drug", "degree": 1}, {"id": "P:SFRP4", "label": "SFRP4", "type": "protein", "role": "driver", "twin_node": "Wnt", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "Wnt antagonism / fibrosis", "plddt": 78.4, "degree": 3}, {"id": "PW:Wnt antagonism / fibrosis", "label": "Wnt antagonism / fibrosis", "type": "pathway", "degree": 1}, {"id": "P:SH2B3", "label": "SH2B3", "type": "protein", "role": "modulator", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "JAK-STAT negative regulation / cytokine signaling", "plddt": 62.1, "degree": 3}, {"id": "PW:JAK-STAT negative regulation / cytokine signaling", "label": "JAK-STAT negative regulation / cytokine signaling", "type": "pathway", "degree": 1}, {"id": "P:SOCS1", "label": "SOCS1", "type": "protein", "role": "protector", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "JAK-STAT negative feedback", "plddt": 83.1, "degree": 3}, {"id": "PW:JAK-STAT negative feedback", "label": "JAK-STAT negative feedback", "type": "pathway", "degree": 1}, {"id": "P:SPP1", "label": "SPP1", "type": "protein", "role": "protector", "twin_node": "HFSC", "n_evidence": 0, "in_model": false, "diseases": ["AGA", "TelogenEffluvium"], "pathway": "Osteopontin (OPN)-CD44 (HFSC hyperactivation)", "plddt": 53.4, "degree": 5}, {"id": "R:recombinant osteopontin / OPN peptides (preclinical)", "label": "recombinant osteopontin / OPN peptides (preclinical)", "type": "drug", "degree": 1}, {"id": "P:SQSTM1", "label": "SQSTM1", "type": "protein", "role": "modulator", "twin_node": "APO", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Selective autophagy / KEAP1-NRF2 stress", "plddt": 67.2, "degree": 3}, {"id": "PW:Selective autophagy / KEAP1-NRF2 stress", "label": "Selective autophagy / KEAP1-NRF2 stress", "type": "pathway", "degree": 1}, {"id": "P:STAT5B", "label": "STAT5B", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "JAK-STAT", "plddt": 85.2, "degree": 3}, {"id": "P:TCF3", "label": "TCF3", "type": "protein", "role": "modulator", "twin_node": "Wnt", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "WNT/TCF stemness repression", "plddt": 51.8, "degree": 3}, {"id": "PW:WNT/TCF stemness repression", "label": "WNT/TCF stemness repression", "type": "pathway", "degree": 1}, {"id": "P:TCF7", "label": "TCF7", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "WNT/beta-catenin effector", "plddt": 57.1, "degree": 3}, {"id": "PW:WNT/beta-catenin effector", "label": "WNT/beta-catenin effector", "type": "pathway", "degree": 1}, {"id": "P:TCHH", "label": "TCHH", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["CIA"], "pathway": "PADI3 substrate / inner root sheath cornification", "plddt": 67.6, "degree": 2}, {"id": "PW:PADI3 substrate / inner root sheath cornification", "label": "PADI3 substrate / inner root sheath cornification", "type": "pathway", "degree": 1}, {"id": "P:TLR2", "label": "TLR2", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "innate immune sensing of microbiome lipids / NLRP3 priming", "plddt": 87.9, "degree": 3}, {"id": "PW:innate immune sensing of microbiome lipids / NLRP3 priming", "label": "innate immune sensing of microbiome lipids / NLRP3 priming", "type": "pathway", "degree": 1}, {"id": "P:TREM2", "label": "TREM2", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AGA", "TelogenEffluvium"], "pathway": "TREM2+ macrophage / Oncostatin M -> JAK-STAT5 (HFSC quiescence)", "plddt": 76.8, "degree": 5}, {"id": "PW:TREM2+ macrophage / Oncostatin M -> JAK-STAT5 (HFSC quiescence)", "label": "TREM2+ macrophage / Oncostatin M -> JAK-STAT5 (HFSC quiescence)", "type": "pathway", "degree": 1}, {"id": "R:anti-OSM / OSMR blockade (conceptual)", "label": "anti-OSM / OSMR blockade (conceptual)", "type": "drug", "degree": 1}, {"id": "P:TRPS1", "label": "TRPS1", "type": "protein", "role": "protector", "twin_node": "Wnt", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Wnt regulation downstream of YAP inhibition", "plddt": 48.5, "degree": 3}, {"id": "PW:Wnt regulation downstream of YAP inhibition", "label": "Wnt regulation downstream of YAP inhibition", "type": "pathway", "degree": 1}, {"id": "P:TSLP", "label": "TSLP", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "epithelial alarmin / IL-7R-TSLPR signaling", "plddt": 79.1, "degree": 3}, {"id": "PW:epithelial alarmin / IL-7R-TSLPR signaling", "label": "epithelial alarmin / IL-7R-TSLPR signaling", "type": "pathway", "degree": 1}, {"id": "P:ULBP3", "label": "ULBP3", "type": "protein", "role": "driver", "twin_node": "INF", "n_evidence": 0, "in_model": false, "diseases": ["AA"], "pathway": "NKG2D innate cytotoxicity / immune-privilege collapse", "plddt": 81.6, "degree": 3}, {"id": "PW:NKG2D innate cytotoxicity / immune-privilege collapse", "label": "NKG2D innate cytotoxicity / immune-privilege collapse", "type": "pathway", "degree": 1}, {"id": "P:VCAN", "label": "VCAN", "type": "protein", "role": "protector", "twin_node": "DP", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Dermal-papilla ECM / inductivity", "plddt": 85.1, "degree": 3}, {"id": "PW:Dermal-papilla ECM / inductivity", "label": "Dermal-papilla ECM / inductivity", "type": "pathway", "degree": 1}, {"id": "P:YAP1", "label": "YAP1", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "Hippo / mechanotransduction in connective tissue sheath", "plddt": 57.4, "degree": 2}, {"id": "PW:Hippo / mechanotransduction in connective tissue sheath", "label": "Hippo / mechanotransduction in connective tissue sheath", "type": "pathway", "degree": 1}, {"id": "P:ZEB1", "label": "ZEB1", "type": "protein", "role": "driver", "twin_node": "—", "n_evidence": 0, "in_model": false, "diseases": ["AGA"], "pathway": "EMT / fibrotic remodeling", "plddt": 47.9, "degree": 2}, {"id": "PW:EMT / fibrotic remodeling", "label": "EMT / fibrotic remodeling", "type": "pathway", "degree": 1}], "links": [{"type": "in_pathway", "source": "P:CTNNB1", "target": "PW:Wnt/β-catenin"}, {"type": "associated_with", "source": "P:CTNNB1", "target": "D:AA"}, {"type": "associated_with", "source": "P:CTNNB1", "target": "D:AGA"}, {"type": "associated_with", "source": "P:CTNNB1", "target": "D:CIA"}, {"type": "maps_to_axis", "effect": "+", "source": "P:CTNNB1", "target": "AX:Wnt"}, {"type": "targeted_by", "source": "P:CTNNB1", "target": "R:Wnt agonist"}, {"type": "targeted_by", "source": "P:CTNNB1", "target": "R:Wnt/beta-catenin agonists (investigational)"}, {"type": "targeted_by", "source": "P:CTNNB1", "target": "R:valproate"}, {"type": "targeted_by", "source": "P:CTNNB1", "target": "R:valproic acid (GSK3 inhibition, off-label)"}, {"type": "in_pathway", "source": "PW:Wnt/β-catenin", "target": "P:DKK1"}, {"type": "in_pathway", "source": "PW:Wnt/β-catenin", "target": "P:LEF1"}, {"type": "in_pathway", "source": "PW:Wnt/β-catenin", "target": "P:SFRP1"}, {"type": "in_pathway", "source": "PW:Wnt/β-catenin", "target": "P:LRP6"}, {"type": "in_pathway", "source": "PW:Wnt/β-catenin", "target": "P:WNT10B"}, {"type": "in_pathway", "source": "PW:Wnt/β-catenin", "target": "P:WNT3A"}, {"type": "in_pathway", "source": "PW:Wnt/β-catenin", "target": "P:WNT10A"}, {"type": "associated_with", "source": "D:AA", "target": "P:VEGFA"}, {"type": "associated_with", "source": "D:AA", "target": "P:IFNG"}, {"type": "associated_with", "source": "D:AA", "target": "P:STAT3"}, {"type": "associated_with", "source": "D:AA", "target": "P:AKT1"}, {"type": "associated_with", "source": "D:AA", "target": "P:DKK1"}, {"type": "associated_with", "source": "D:AA", "target": "P:FOXP3"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL15"}, {"type": "associated_with", "source": "D:AA", "target": "P:JAK1"}, {"type": "associated_with", "source": "D:AA", "target": "P:JAK2"}, {"type": "associated_with", "source": "D:AA", "target": "P:JAK3"}, {"type": "associated_with", "source": "D:AA", "target": "P:STAT1"}, {"type": "associated_with", "source": "D:AA", "target": "P:TGFB1"}, {"type": "associated_with", "source": "D:AA", "target": "P:CTLA4"}, {"type": "associated_with", "source": "D:AA", "target": "P:CXCL10"}, {"type": "associated_with", "source": "D:AA", "target": "P:CXCL12"}, {"type": "associated_with", "source": "D:AA", "target": "P:CXCR3"}, {"type": "associated_with", "source": "D:AA", "target": "P:CXCR4"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL7R"}, {"type": "associated_with", "source": "D:AA", "target": "P:NLRP3"}, {"type": "associated_with", "source": "D:AA", "target": "P:RIPK1"}, {"type": "associated_with", "source": "D:AA", "target": "P:SOCS3"}, {"type": "associated_with", "source": "D:AA", "target": "P:STAT5A"}, {"type": "associated_with", "source": "D:AA", "target": "P:TBX21"}, {"type": "associated_with", "source": "D:AA", "target": "P:TYK2"}, {"type": "associated_with", "source": "D:AA", "target": "P:CCL26"}, {"type": "associated_with", "source": "D:AA", "target": "P:COL5A3"}, {"type": "associated_with", "source": "D:AA", "target": "P:COL6A6"}, {"type": "associated_with", "source": "D:AA", "target": "P:CRP"}, {"type": "associated_with", "source": "D:AA", "target": "P:CXCL9"}, {"type": "associated_with", "source": "D:AA", "target": "P:ENTPD1"}, {"type": "associated_with", "source": "D:AA", "target": "P:GZMH"}, {"type": "associated_with", "source": "D:AA", "target": "P:GZMK"}, {"type": "associated_with", "source": "D:AA", "target": "P:IGHE"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL10"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL13"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL13RA1"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL23A"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL4R"}, {"type": "associated_with", "source": "D:AA", "target": "P:KLRK1"}, {"type": "associated_with", "source": "D:AA", "target": "P:MICA"}, {"type": "associated_with", "source": "D:AA", "target": "P:MICB"}, {"type": "associated_with", "source": "D:AA", "target": "P:NT5E"}, {"type": "associated_with", "source": "D:AA", "target": "P:POSTN"}, {"type": "associated_with", "source": "D:AA", "target": "P:TAC1"}, {"type": "associated_with", "source": "D:AA", "target": "P:TEC"}, {"type": "associated_with", "source": "D:AA", "target": "P:TNFRSF4"}, {"type": "associated_with", "source": "D:AA", "target": "P:XCL1"}, {"type": "associated_with", "source": "D:AA", "target": "P:XCL2"}, {"type": "associated_with", "source": "D:AA", "target": "P:BCL2L11"}, {"type": "associated_with", "source": "D:AA", "target": "P:CALCA"}, {"type": "associated_with", "source": "D:AA", "target": "P:CASP1"}, {"type": "associated_with", "source": "D:AA", "target": "P:CD8A"}, {"type": "associated_with", "source": "D:AA", "target": "P:CLEC16A"}, {"type": "associated_with", "source": "D:AA", "target": "P:CXCL11"}, {"type": "associated_with", "source": "D:AA", "target": "P:F2R"}, {"type": "associated_with", "source": "D:AA", "target": "P:GSDMD"}, {"type": "associated_with", "source": "D:AA", "target": "P:GZMA"}, {"type": "associated_with", "source": "D:AA", "target": "P:GZMB"}, {"type": "associated_with", "source": "D:AA", "target": "P:IFNGR1"}, {"type": "associated_with", "source": "D:AA", "target": "P:IKZF4"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL15RA"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL2"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL21"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL2RB"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL2RG"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL7"}, {"type": "associated_with", "source": "D:AA", "target": "P:IL9"}, {"type": "associated_with", "source": "D:AA", "target": "P:LRRC32"}, {"type": "associated_with", "source": "D:AA", "target": "P:SH2B3"}, {"type": "associated_with", "source": "D:AA", "target": "P:SOCS1"}, {"type": "associated_with", "source": "D:AA", "target": "P:STAT5B"}, {"type": "associated_with", "source": "D:AA", "target": "P:TSLP"}, {"type": "associated_with", "source": "D:AA", "target": "P:ULBP3"}, {"type": "associated_with", "source": "D:AGA", "target": "P:AR"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SRD5A2"}, {"type": "associated_with", "source": "D:AGA", "target": "P:VEGFA"}, {"type": "associated_with", "source": "D:AGA", "target": "P:BCL2"}, {"type": "associated_with", "source": "D:AGA", "target": "P:STAT3"}, {"type": "associated_with", "source": "D:AGA", "target": "P:TP53"}, {"type": "associated_with", "source": "D:AGA", "target": "P:AKT1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CD34"}, {"type": "associated_with", "source": "D:AGA", "target": "P:DKK1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SHH"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CYP19A1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:EGFR"}, {"type": "associated_with", "source": "D:AGA", "target": "P:GPX4"}, {"type": "associated_with", "source": "D:AGA", "target": "P:IGF1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:LEF1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PTGDS"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PTGFR"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SFRP1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SOX9"}, {"type": "associated_with", "source": "D:AGA", "target": "P:TGFB1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:FGF7"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SIRT1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:VDR"}, {"type": "associated_with", "source": "D:AGA", "target": "P:BMP2"}, {"type": "associated_with", "source": "D:AGA", "target": "P:BMP4"}, {"type": "associated_with", "source": "D:AGA", "target": "P:BRD4"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CRH"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CXCL12"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CXCR4"}, {"type": "associated_with", "source": "D:AGA", "target": "P:DNMT1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:GAS6"}, {"type": "associated_with", "source": "D:AGA", "target": "P:GLI1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:HGF"}, {"type": "associated_with", "source": "D:AGA", "target": "P:HMOX1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:LGR5"}, {"type": "associated_with", "source": "D:AGA", "target": "P:LRP6"}, {"type": "associated_with", "source": "D:AGA", "target": "P:MTOR"}, {"type": "associated_with", "source": "D:AGA", "target": "P:NOG"}, {"type": "associated_with", "source": "D:AGA", "target": "P:NOX4"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PDGFA"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PTEN"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PTGDR2"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SRD5A1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SRD5A3"}, {"type": "associated_with", "source": "D:AGA", "target": "P:WNT10B"}, {"type": "associated_with", "source": "D:AGA", "target": "P:WNT3A"}, {"type": "associated_with", "source": "D:AGA", "target": "P:ADM"}, {"type": "associated_with", "source": "D:AGA", "target": "P:BRAF"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CCND1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:ESR1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:HDAC1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:HPGDS"}, {"type": "associated_with", "source": "D:AGA", "target": "P:HRH1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:IGF1R"}, {"type": "associated_with", "source": "D:AGA", "target": "P:IL6"}, {"type": "associated_with", "source": "D:AGA", "target": "P:INS"}, {"type": "associated_with", "source": "D:AGA", "target": "P:KL"}, {"type": "associated_with", "source": "D:AGA", "target": "P:KRT81"}, {"type": "associated_with", "source": "D:AGA", "target": "P:LAMC1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:LAMC3"}, {"type": "associated_with", "source": "D:AGA", "target": "P:MAPK1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:MKI67"}, {"type": "associated_with", "source": "D:AGA", "target": "P:MYLK"}, {"type": "associated_with", "source": "D:AGA", "target": "P:NFKBIZ"}, {"type": "associated_with", "source": "D:AGA", "target": "P:NT5E"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PAM"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PECAM1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PIEZO1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PPARGC1A"}, {"type": "associated_with", "source": "D:AGA", "target": "P:PRLR"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SOD1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SQLE"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SREBF1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:TAC1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:TMPRSS2"}, {"type": "associated_with", "source": "D:AGA", "target": "P:WNT10A"}, {"type": "associated_with", "source": "D:AGA", "target": "P:ATF4"}, {"type": "associated_with", "source": "D:AGA", "target": "P:ATG5"}, {"type": "associated_with", "source": "D:AGA", "target": "P:ATG7"}, {"type": "associated_with", "source": "D:AGA", "target": "P:AXL"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CD44"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CDKN1A"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CDKN2A"}, {"type": "associated_with", "source": "D:AGA", "target": "P:COL17A1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:CXXC5"}, {"type": "associated_with", "source": "D:AGA", "target": "P:EIF2AK4"}, {"type": "associated_with", "source": "D:AGA", "target": "P:EZH2"}, {"type": "associated_with", "source": "D:AGA", "target": "P:F11R"}, {"type": "associated_with", "source": "D:AGA", "target": "P:HCAR2"}, {"type": "associated_with", "source": "D:AGA", "target": "P:KRT15"}, {"type": "associated_with", "source": "D:AGA", "target": "P:LDHA"}, {"type": "associated_with", "source": "D:AGA", "target": "P:LGR6"}, {"type": "associated_with", "source": "D:AGA", "target": "P:LRP5"}, {"type": "associated_with", "source": "D:AGA", "target": "P:MPC1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:NFATC1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:OSM"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SCUBE3"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SPP1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:SQSTM1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:TCF3"}, {"type": "associated_with", "source": "D:AGA", "target": "P:TCF7"}, {"type": "associated_with", "source": "D:AGA", "target": "P:TLR2"}, {"type": "associated_with", "source": "D:AGA", "target": "P:TREM2"}, {"type": "associated_with", "source": "D:AGA", "target": "P:TRPS1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:VCAN"}, {"type": "associated_with", "source": "D:AGA", "target": "P:YAP1"}, {"type": "associated_with", "source": "D:AGA", "target": "P:ZEB1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:VEGFA"}, {"type": "associated_with", "source": "D:CIA", "target": "P:BCL2"}, {"type": "associated_with", "source": "D:CIA", "target": "P:TP53"}, {"type": "associated_with", "source": "D:CIA", "target": "P:AKT1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:CD34"}, {"type": "associated_with", "source": "D:CIA", "target": "P:JAK1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:SHH"}, {"type": "associated_with", "source": "D:CIA", "target": "P:STAT1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:EGFR"}, {"type": "associated_with", "source": "D:CIA", "target": "P:GPX4"}, {"type": "associated_with", "source": "D:CIA", "target": "P:LEF1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:TGFB1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:FGF7"}, {"type": "associated_with", "source": "D:CIA", "target": "P:SIRT1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:VDR"}, {"type": "associated_with", "source": "D:CIA", "target": "P:BMP2"}, {"type": "associated_with", "source": "D:CIA", "target": "P:BMP4"}, {"type": "associated_with", "source": "D:CIA", "target": "P:CDK4"}, {"type": "associated_with", "source": "D:CIA", "target": "P:CDK6"}, {"type": "associated_with", "source": "D:CIA", "target": "P:FGF5"}, {"type": "associated_with", "source": "D:CIA", "target": "P:GLI1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:HR"}, {"type": "associated_with", "source": "D:CIA", "target": "P:KRT17"}, {"type": "associated_with", "source": "D:CIA", "target": "P:LAMA5"}, {"type": "associated_with", "source": "D:CIA", "target": "P:MSX2"}, {"type": "associated_with", "source": "D:CIA", "target": "P:NOG"}, {"type": "associated_with", "source": "D:CIA", "target": "P:PPARG"}, {"type": "associated_with", "source": "D:CIA", "target": "P:PTCH1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:SMAD3"}, {"type": "associated_with", "source": "D:CIA", "target": "P:WNT3A"}, {"type": "associated_with", "source": "D:CIA", "target": "P:ABCB1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:BAX"}, {"type": "associated_with", "source": "D:CIA", "target": "P:CASP3"}, {"type": "associated_with", "source": "D:CIA", "target": "P:CYBB"}, {"type": "associated_with", "source": "D:CIA", "target": "P:DCT"}, {"type": "associated_with", "source": "D:CIA", "target": "P:FAS"}, {"type": "associated_with", "source": "D:CIA", "target": "P:FGF10"}, {"type": "associated_with", "source": "D:CIA", "target": "P:HLA-DQB1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:IL10"}, {"type": "associated_with", "source": "D:CIA", "target": "P:IL1B"}, {"type": "associated_with", "source": "D:CIA", "target": "P:IL6"}, {"type": "associated_with", "source": "D:CIA", "target": "P:KDR"}, {"type": "associated_with", "source": "D:CIA", "target": "P:MAPK8"}, {"type": "associated_with", "source": "D:CIA", "target": "P:MKI67"}, {"type": "associated_with", "source": "D:CIA", "target": "P:NCF2"}, {"type": "associated_with", "source": "D:CIA", "target": "P:PECAM1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:S100A8"}, {"type": "associated_with", "source": "D:CIA", "target": "P:SOD1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:TAC1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:TNF"}, {"type": "associated_with", "source": "D:CIA", "target": "P:TYR"}, {"type": "associated_with", "source": "D:CIA", "target": "P:TYRP1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:CALCA"}, {"type": "associated_with", "source": "D:CIA", "target": "P:CDKN1A"}, {"type": "associated_with", "source": "D:CIA", "target": "P:CYP1B1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:DLX3"}, {"type": "associated_with", "source": "D:CIA", "target": "P:FOXN1"}, {"type": "associated_with", "source": "D:CIA", "target": "P:HLA-B"}, {"type": "associated_with", "source": "D:CIA", "target": "P:KRT75"}, {"type": "associated_with", "source": "D:CIA", "target": "P:MMP9"}, {"type": "associated_with", "source": "D:CIA", "target": "P:PADI3"}, {"type": "associated_with", "source": "D:CIA", "target": "P:PTH1R"}, {"type": "associated_with", "source": "D:CIA", "target": "P:S100A3"}, {"type": "associated_with", "source": "D:CIA", "target": "P:SFRP4"}, {"type": "associated_with", "source": "D:CIA", "target": "P:TCHH"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:Wnt", "target": "P:DKK1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:Wnt", "target": "P:LEF1"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:Wnt", "target": "P:SFRP1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:Wnt", "target": "P:LRP6"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:Wnt", "target": "P:WNT10B"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:Wnt", "target": "P:WNT3A"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:Wnt", "target": "P:WNT10A"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:Wnt", "target": "P:CXXC5"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:Wnt", "target": "P:LGR6"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:Wnt", "target": "P:LRP5"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:Wnt", "target": "P:SFRP4"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:Wnt", "target": "P:TCF3"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:Wnt", "target": "P:TCF7"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:Wnt", "target": "P:TRPS1"}, {"type": "in_pathway", "source": "P:AR", "target": "PW:Androgen signaling"}, {"type": "maps_to_axis", "effect": "+", "source": "P:AR", "target": "AX:AND"}, {"type": "targeted_by", "source": "P:AR", "target": "R:GT20029 (Kintor, topical AR-PROTAC, Phase 2)"}, {"type": "targeted_by", "source": "P:AR", "target": "R:RU58841"}, {"type": "targeted_by", "source": "P:AR", "target": "R:RU58841 (clascoterone-class topical antiandrogens)"}, {"type": "targeted_by", "source": "P:AR", "target": "R:bicalutamide"}, {"type": "targeted_by", "source": "P:AR", "target": "R:clascoterone"}, {"type": "targeted_by", "source": "P:AR", "target": "R:dutasteride (indirect)"}, {"type": "in_pathway", "source": "PW:Androgen signaling", "target": "P:SRD5A2"}, {"type": "in_pathway", "source": "PW:Androgen signaling", "target": "P:CYP19A1"}, {"type": "in_pathway", "source": "PW:Androgen signaling", "target": "P:SRD5A1"}, {"type": "in_pathway", "source": "PW:Androgen signaling", "target": "P:SRD5A3"}, {"type": "in_pathway", "source": "PW:Androgen signaling", "target": "P:TMPRSS2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:AND", "target": "P:SRD5A2"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:AND", "target": "P:CYP19A1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:AND", "target": "P:SRD5A1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:AND", "target": "P:SRD5A3"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:AND", "target": "P:TMPRSS2"}, {"type": "targeted_by", "source": "P:SRD5A2", "target": "R:dutasteride"}, {"type": "targeted_by", "source": "P:SRD5A2", "target": "R:finasteride"}, {"type": "targeted_by", "source": "R:dutasteride", "target": "P:SRD5A1"}, {"type": "in_pathway", "source": "P:VEGFA", "target": "PW:Growth factor"}, {"type": "maps_to_axis", "effect": "+", "source": "P:VEGFA", "target": "AX:DP"}, {"type": "targeted_by", "source": "P:VEGFA", "target": "R:VEGF microneedle"}, {"type": "targeted_by", "source": "P:VEGFA", "target": "R:minoxidil (upregulates VEGFA)"}, {"type": "targeted_by", "source": "P:VEGFA", "target": "R:minoxidil(indirect)"}, {"type": "targeted_by", "source": "P:VEGFA", "target": "R:platelet-rich plasma (delivers VEGFA)"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:EGFR"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:IGF1"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:FGF7"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:FGF5"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:GAS6"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:HGF"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:PDGFA"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:BRAF"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:FGF10"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:IGF1R"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:INS"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:KDR"}, {"type": "in_pathway", "source": "PW:Growth factor", "target": "P:PECAM1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:AKT1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:EGFR"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:IGF1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:PTGFR"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:FGF7"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:SIRT1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:GAS6"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:HGF"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:KRT17"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:LAMA5"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:MTOR"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:PDGFA"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:DP", "target": "P:BRAF"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:CCND1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:FGF10"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:IGF1R"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:DP", "target": "P:INS"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:KDR"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:PECAM1"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:DP", "target": "P:F11R"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:DP", "target": "P:KRT75"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:DP", "target": "P:VCAN"}, {"type": "in_pathway", "source": "P:BCL2", "target": "PW:Cell-cycle/apoptosis"}, {"type": "maps_to_axis", "effect": "-", "source": "P:BCL2", "target": "AX:APO"}, {"type": "targeted_by", "source": "P:BCL2", "target": "R:Venetoclax (BCL2 inhibitor; opposing context)"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:TP53"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:CDK4"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:CDK6"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:BAX"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:CASP3"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:CCND1"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:FAS"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:GZMH"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:GZMK"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:HDAC1"}, {"type": "in_pathway", "source": "PW:Cell-cycle/apoptosis", "target": "P:MKI67"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:TP53"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:APO", "target": "P:GPX4"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:PTGDS"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:TGFB1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:CDK4"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:CDK6"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:CRH"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:APO", "target": "P:HMOX1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:NOX4"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:APO", "target": "P:PTEN"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:PTGDR2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:RIPK1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:SMAD3"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:BAX"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:CASP3"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:CYBB"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:FAS"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:GZMH"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:GZMK"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:APO", "target": "P:HDAC1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:HPGDS"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:APO", "target": "P:MKI67"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:NCF2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:PIEZO1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:S100A8"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:APO", "target": "P:SOD1"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:APO", "target": "P:ATG5"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:APO", "target": "P:ATG7"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:APO", "target": "P:CDKN1A"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:CDKN2A"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:APO", "target": "P:HCAR2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:MMP9"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:APO", "target": "P:MSR1"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:APO", "target": "P:SQSTM1"}, {"type": "in_pathway", "source": "P:IFNG", "target": "PW:JAK-STAT"}, {"type": "maps_to_axis", "effect": "+", "source": "P:IFNG", "target": "AX:INF"}, {"type": "targeted_by", "source": "P:IFNG", "target": "R:IFN-gamma pathway blocked indirectly by JAK inhibitors"}, {"type": "targeted_by", "source": "P:IFNG", "target": "R:anti-IFNγ"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:STAT3"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:IL15"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:JAK1"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:JAK2"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:JAK3"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:STAT1"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:CXCL10"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:IL7R"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:SOCS3"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:STAT5A"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:TBX21"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:TYK2"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:IL6"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:TEC"}, {"type": "in_pathway", "source": "PW:JAK-STAT", "target": "P:STAT5B"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:STAT3"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:INF", "target": "P:FOXP3"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:IL15"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:JAK1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:JAK2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:JAK3"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:STAT1"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:INF", "target": "P:CTLA4"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:CXCL10"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:CXCL12"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:CXCR3"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:CXCR4"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:IL7R"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:NLRP3"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:INF", "target": "P:SOCS3"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:STAT5A"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:TBX21"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:TYK2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:CCL26"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:CXCL9"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:IL6"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:NFKBIZ"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:INF", "target": "P:POSTN"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:TEC"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:XCL1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:XCL2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:BCL2L11"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:INF", "target": "P:CALCA"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:CASP1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:CLEC16A"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:CXCL11"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:GSDMD"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:GZMA"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:HLA-B"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:IFNGR1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:IL15RA"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:INF", "target": "P:IL2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:IL21"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:INF", "target": "P:IL2RB"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:IL2RG"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:INF", "target": "P:IL7"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:IL9"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:INF", "target": "P:LRRC32"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:OSM"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:INF", "target": "P:SH2B3"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:INF", "target": "P:SOCS1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:STAT5B"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:TLR2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:TREM2"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:TSLP"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:INF", "target": "P:ULBP3"}, {"type": "targeted_by", "source": "P:TP53", "target": "R:ALRN-6924 (stapled peptide, clinical)"}, {"type": "targeted_by", "source": "P:TP53", "target": "R:Cyclophosphamide (inducer, not therapeutic)"}, {"type": "targeted_by", "source": "P:TP53", "target": "R:Pifithrin-alpha (experimental)"}, {"type": "targeted_by", "source": "P:TP53", "target": "R:Pifithrin-alpha (p53 inhibitor, experimental)"}, {"type": "targeted_by", "source": "P:TP53", "target": "R:p53 inhibitor(temporary)"}, {"type": "in_pathway", "source": "P:AKT1", "target": "PW:PI3K-AKT-mTOR"}, {"type": "targeted_by", "source": "P:AKT1", "target": "R:minoxidil (activates AKT)"}, {"type": "in_pathway", "source": "PW:PI3K-AKT-mTOR", "target": "P:SIRT1"}, {"type": "in_pathway", "source": "PW:PI3K-AKT-mTOR", "target": "P:MTOR"}, {"type": "in_pathway", "source": "PW:PI3K-AKT-mTOR", "target": "P:PTEN"}, {"type": "in_pathway", "source": "P:CD34", "target": "PW:HFSC niche"}, {"type": "maps_to_axis", "effect": "+", "source": "P:CD34", "target": "AX:HFSC"}, {"type": "in_pathway", "source": "PW:HFSC niche", "target": "P:SOX9"}, {"type": "in_pathway", "source": "PW:HFSC niche", "target": "P:LGR5"}, {"type": "in_pathway", "source": "PW:HFSC niche", "target": "P:MYLK"}, {"type": "in_pathway", "source": "PW:HFSC niche", "target": "P:PIEZO1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:SOX9"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:VDR"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:BRD4"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:DNMT1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:HR"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:LGR5"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:PPARG"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:ESR1"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:HFSC", "target": "P:PRLR"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:AXL"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:CD44"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:COL17A1"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:HFSC", "target": "P:KRT15"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:MPC1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:HFSC", "target": "P:SPP1"}, {"type": "targeted_by", "source": "P:DKK1", "target": "R:anti-DKK1"}, {"type": "targeted_by", "source": "P:DKK1", "target": "R:anti-DKK1 / DKK1 inhibitors (investigational)"}, {"type": "targeted_by", "source": "P:DKK1", "target": "R:anti-DKK1 antibodies (preclinical)"}, {"type": "in_pathway", "source": "P:FOXP3", "target": "PW:Immune tolerance"}, {"type": "targeted_by", "source": "P:FOXP3", "target": "R:IL-2/Treg"}, {"type": "targeted_by", "source": "P:FOXP3", "target": "R:low-dose IL-2 (Treg-restoring, investigational)"}, {"type": "in_pathway", "source": "PW:Immune tolerance", "target": "P:CTLA4"}, {"type": "targeted_by", "source": "P:IL15", "target": "R:anti-IL-15 / anti-IL-15Rbeta (investigational)"}, {"type": "targeted_by", "source": "P:IL15", "target": "R:anti-IL-15Rbeta antibodies (preclinical/early clinical)"}, {"type": "targeted_by", "source": "P:IL15", "target": "R:anti-IL15"}, {"type": "targeted_by", "source": "P:JAK1", "target": "R:INCB054707"}, {"type": "targeted_by", "source": "P:JAK1", "target": "R:abrocitinib"}, {"type": "targeted_by", "source": "P:JAK1", "target": "R:baricitinib"}, {"type": "targeted_by", "source": "P:JAK1", "target": "R:ruxolitinib"}, {"type": "targeted_by", "source": "P:JAK1", "target": "R:tofacitinib"}, {"type": "targeted_by", "source": "P:JAK1", "target": "R:upadacitinib"}, {"type": "targeted_by", "source": "R:baricitinib", "target": "P:JAK2"}, {"type": "targeted_by", "source": "R:ruxolitinib", "target": "P:JAK2"}, {"type": "targeted_by", "source": "R:tofacitinib", "target": "P:JAK2"}, {"type": "targeted_by", "source": "R:tofacitinib", "target": "P:JAK3"}, {"type": "targeted_by", "source": "P:JAK3", "target": "R:ritlecitinib"}, {"type": "in_pathway", "source": "P:SHH", "target": "PW:Hedgehog"}, {"type": "maps_to_axis", "effect": "+", "source": "P:SHH", "target": "AX:SHH"}, {"type": "targeted_by", "source": "P:SHH", "target": "R:SAG / hedgehog agonists (experimental)"}, {"type": "targeted_by", "source": "P:SHH", "target": "R:SAG agonist"}, {"type": "targeted_by", "source": "P:SHH", "target": "R:Vismodegib (antagonist; opposing context)"}, {"type": "in_pathway", "source": "PW:Hedgehog", "target": "P:GLI1"}, {"type": "in_pathway", "source": "PW:Hedgehog", "target": "P:PTCH1"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:SHH", "target": "P:GLI1"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:SHH", "target": "P:PTCH1"}, {"type": "targeted_by", "source": "P:CYP19A1", "target": "R:aromatase inhibitors (anastrozole; promote hair loss by blocking this protective route)"}, {"type": "associated_with", "source": "P:EGFR", "target": "D:Scarring"}, {"type": "targeted_by", "source": "P:EGFR", "target": "R:Cetuximab"}, {"type": "targeted_by", "source": "P:EGFR", "target": "R:EGFR inhibitor(유발)"}, {"type": "targeted_by", "source": "P:EGFR", "target": "R:Erlotinib"}, {"type": "targeted_by", "source": "P:EGFR", "target": "R:Gefitinib (inhibitors that perturb hair)"}, {"type": "associated_with", "source": "D:Scarring", "target": "P:PPARG"}, {"type": "associated_with", "source": "D:Scarring", "target": "P:TAC1"}, {"type": "in_pathway", "source": "P:GPX4", "target": "PW:Oxidative stress"}, {"type": "targeted_by", "source": "P:GPX4", "target": "R:Ferrostatin-1 (tool)"}, {"type": "targeted_by", "source": "P:GPX4", "target": "R:Liproxstatin-1 (tool)"}, {"type": "targeted_by", "source": "P:GPX4", "target": "R:ferroptosis inhibitors / selenium (investigational)"}, {"type": "targeted_by", "source": "P:GPX4", "target": "R:ferrostatin"}, {"type": "in_pathway", "source": "PW:Oxidative stress", "target": "P:HMOX1"}, {"type": "in_pathway", "source": "PW:Oxidative stress", "target": "P:NOX4"}, {"type": "in_pathway", "source": "PW:Oxidative stress", "target": "P:CYBB"}, {"type": "in_pathway", "source": "PW:Oxidative stress", "target": "P:NCF2"}, {"type": "in_pathway", "source": "PW:Oxidative stress", "target": "P:S100A8"}, {"type": "in_pathway", "source": "PW:Oxidative stress", "target": "P:SOD1"}, {"type": "targeted_by", "source": "P:IGF1", "target": "R:IGF-1 / growth-factor-based regenerative therapies (investigational)"}, {"type": "targeted_by", "source": "P:IGF1", "target": "R:self-assembling IGF peptide"}, {"type": "in_pathway", "source": "P:PTGDS", "target": "PW:Prostaglandin"}, {"type": "targeted_by", "source": "P:PTGDS", "target": "R:PGD2 pathway inhibitor"}, {"type": "targeted_by", "source": "P:PTGDS", "target": "R:PTGDR2/CRTH2 antagonists targeting this axis (investigational)"}, {"type": "in_pathway", "source": "PW:Prostaglandin", "target": "P:PTGFR"}, {"type": "in_pathway", "source": "PW:Prostaglandin", "target": "P:PTGDR2"}, {"type": "in_pathway", "source": "PW:Prostaglandin", "target": "P:HPGDS"}, {"type": "targeted_by", "source": "P:PTGFR", "target": "R:bimatoprost"}, {"type": "targeted_by", "source": "P:PTGFR", "target": "R:latanoprost"}, {"type": "targeted_by", "source": "P:SFRP1", "target": "R:WAY-316606 (SFRP1 inhibitor, investigational)"}, {"type": "targeted_by", "source": "P:SFRP1", "target": "R:WAY-316606 (SFRP1 inhibitor, preclinical)"}, {"type": "targeted_by", "source": "P:SFRP1", "target": "R:WAY-316606(inhibitor)"}, {"type": "targeted_by", "source": "P:SFRP1", "target": "R:mRNA epigenomic SFRP1 suppressor (Omega Therapeutics, preclinical)"}, {"type": "in_pathway", "source": "P:TGFB1", "target": "PW:BMP/TGFβ"}, {"type": "targeted_by", "source": "P:TGFB1", "target": "R:Fresolimumab (anti-TGF-beta, experimental)"}, {"type": "targeted_by", "source": "P:TGFB1", "target": "R:TGF-beta inhibitors (investigational)"}, {"type": "targeted_by", "source": "P:TGFB1", "target": "R:TGFβ inhibitor"}, {"type": "in_pathway", "source": "PW:BMP/TGFβ", "target": "P:BMP2"}, {"type": "in_pathway", "source": "PW:BMP/TGFβ", "target": "P:BMP4"}, {"type": "in_pathway", "source": "PW:BMP/TGFβ", "target": "P:MSX2"}, {"type": "in_pathway", "source": "PW:BMP/TGFβ", "target": "P:NOG"}, {"type": "in_pathway", "source": "PW:BMP/TGFβ", "target": "P:SMAD3"}, {"type": "in_pathway", "source": "PW:BMP/TGFβ", "target": "P:POSTN"}, {"type": "targeted_by", "source": "P:FGF7", "target": "R:FGF7 / growth-factor regenerative therapies (investigational)"}, {"type": "targeted_by", "source": "P:FGF7", "target": "R:Palifermin (recombinant KGF)"}, {"type": "targeted_by", "source": "P:SIRT1", "target": "R:Jiawei Erzhiwan"}, {"type": "targeted_by", "source": "P:SIRT1", "target": "R:resveratrol (SIRT1 activator, investigational)"}, {"type": "in_pathway", "source": "P:VDR", "target": "PW:Nuclear receptor"}, {"type": "associated_with", "source": "P:VDR", "target": "D:Other"}, {"type": "targeted_by", "source": "P:VDR", "target": "R:Calcitriol / vitamin D analogs (adjunctive)"}, {"type": "targeted_by", "source": "P:VDR", "target": "R:VDR gene therapy"}, {"type": "targeted_by", "source": "P:VDR", "target": "R:calcitriol analog"}, {"type": "in_pathway", "source": "PW:Nuclear receptor", "target": "P:HR"}, {"type": "in_pathway", "source": "PW:Nuclear receptor", "target": "P:PPARG"}, {"type": "in_pathway", "source": "PW:Nuclear receptor", "target": "P:ESR1"}, {"type": "in_pathway", "source": "PW:Nuclear receptor", "target": "P:PRLR"}, {"type": "associated_with", "source": "D:Other", "target": "P:CRH"}, {"type": "associated_with", "source": "D:Other", "target": "P:FGF5"}, {"type": "associated_with", "source": "D:Other", "target": "P:HR"}, {"type": "associated_with", "source": "D:Other", "target": "P:KRT17"}, {"type": "associated_with", "source": "D:Other", "target": "P:MSX2"}, {"type": "associated_with", "source": "D:Other", "target": "P:PTCH1"}, {"type": "associated_with", "source": "D:Other", "target": "P:IL23A"}, {"type": "maps_to_axis", "effect": "+", "source": "P:BMP2", "target": "AX:BMP"}, {"type": "targeted_by", "source": "P:BMP2", "target": "R:BMP antagonists (investigational)"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:BMP", "target": "P:BMP4"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:BMP", "target": "P:FGF5"}, {"type": "maps_to_axis", "effect": "+", "source": "AX:BMP", "target": "P:MSX2"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:BMP", "target": "P:NOG"}, {"type": "maps_to_axis", "effect": "?", "source": "AX:BMP", "target": "P:NFATC1"}, {"type": "maps_to_axis", "effect": "-", "source": "AX:BMP", "target": "P:SCUBE3"}, {"type": "targeted_by", "source": "R:BMP antagonists (investigational)", "target": "P:BMP4"}, {"type": "targeted_by", "source": "P:BMP4", "target": "R:noggin(antagonist)"}, {"type": "in_pathway", "source": "P:BRD4", "target": "PW:Epigenetic"}, {"type": "targeted_by", "source": "P:BRD4", "target": "R:BET inhibitor"}, {"type": "targeted_by", "source": "P:BRD4", "target": "R:Birabresib"}, {"type": "targeted_by", "source": "P:BRD4", "target": "R:JQ1 (tool)"}, {"type": "targeted_by", "source": "P:BRD4", "target": "R:Molibresib"}, {"type": "in_pathway", "source": "PW:Epigenetic", "target": "P:DNMT1"}, {"type": "targeted_by", "source": "P:CDK4", "target": "R:Abemaciclib"}, {"type": "targeted_by", "source": "P:CDK4", "target": "R:Palbociclib"}, {"type": "targeted_by", "source": "P:CDK4", "target": "R:Ribociclib"}, {"type": "targeted_by", "source": "P:CDK4", "target": "R:palbociclib(CDK4/6i)"}, {"type": "targeted_by", "source": "R:Abemaciclib", "target": "P:CDK6"}, {"type": "targeted_by", "source": "R:Palbociclib", "target": "P:CDK6"}, {"type": "targeted_by", "source": "R:Ribociclib", "target": "P:CDK6"}, {"type": "targeted_by", "source": "P:CDK6", "target": "R:palbociclib"}, {"type": "targeted_by", "source": "P:CDK6", "target": "R:ribociclib"}, {"type": "targeted_by", "source": "P:CDK6", "target": "R:trilaciclib (concept for CIA)"}, {"type": "in_pathway", "source": "P:CRH", "target": "PW:Stress/HPA"}, {"type": "targeted_by", "source": "P:CRH", "target": "R:Antalarmin (CRHR1 antagonist, experimental)"}, {"type": "targeted_by", "source": "P:CRH", "target": "R:astressin-B(antagonist)"}, {"type": "targeted_by", "source": "P:CTLA4", "target": "R:abatacept"}, {"type": "targeted_by", "source": "P:CTLA4", "target": "R:abatacept (CTLA4-Ig, investigational in AA)"}, {"type": "in_pathway", "source": "P:CXCL12", "target": "PW:Chemokine"}, {"type": "targeted_by", "source": "P:CXCL12", "target": "R:AMD3100"}, {"type": "targeted_by", "source": "P:CXCL12", "target": "R:Plerixafor (CXCR4 antagonist)"}, {"type": "targeted_by", "source": "P:CXCL12", "target": "R:anti-CXCL12"}, {"type": "in_pathway", "source": "PW:Chemokine", "target": "P:CXCR3"}, {"type": "in_pathway", "source": "PW:Chemokine", "target": "P:CXCR4"}, {"type": "in_pathway", "source": "PW:Chemokine", "target": "P:CCL26"}, {"type": "in_pathway", "source": "PW:Chemokine", "target": "P:CXCL9"}, {"type": "in_pathway", "source": "PW:Chemokine", "target": "P:XCL1"}, {"type": "in_pathway", "source": "PW:Chemokine", "target": "P:XCL2"}, {"type": "targeted_by", "source": "P:CXCR3", "target": "R:CXCR3 antagonist"}, {"type": "targeted_by", "source": "P:CXCR3", "target": "R:CXCR3 antagonists (preclinical)"}, {"type": "targeted_by", "source": "P:CXCR4", "target": "R:AMD3100(plerixafor)"}, {"type": "targeted_by", "source": "P:CXCR4", "target": "R:plerixafor (CXCR4 antagonist, not AA-specific)"}, {"type": "targeted_by", "source": "P:DNMT1", "target": "R:Azacitidine"}, {"type": "targeted_by", "source": "P:DNMT1", "target": "R:Decitabine"}, {"type": "targeted_by", "source": "P:FGF5", "target": "R:Anti-FGF5 cosmetics (unproven)"}, {"type": "targeted_by", "source": "P:FGF5", "target": "R:FGF5 inhibitor"}, {"type": "associated_with", "source": "P:GAS6", "target": "D:TelogenEffluvium"}, {"type": "targeted_by", "source": "P:GAS6", "target": "R:GAS6 gene therapy"}, {"type": "targeted_by", "source": "P:GAS6", "target": "R:recombinant GAS6 / AXL agonists (preclinical)"}, {"type": "associated_with", "source": "D:TelogenEffluvium", "target": "P:TAC1"}, {"type": "associated_with", "source": "D:TelogenEffluvium", "target": "P:AXL"}, {"type": "associated_with", "source": "D:TelogenEffluvium", "target": "P:CD44"}, {"type": "associated_with", "source": "D:TelogenEffluvium", "target": "P:CXXC5"}, {"type": "associated_with", "source": "D:TelogenEffluvium", "target": "P:OSM"}, {"type": "associated_with", "source": "D:TelogenEffluvium", "target": "P:SPP1"}, {"type": "associated_with", "source": "D:TelogenEffluvium", "target": "P:TREM2"}, {"type": "targeted_by", "source": "P:GLI1", "target": "R:Glasdegib"}, {"type": "targeted_by", "source": "P:GLI1", "target": "R:Sonidegib"}, {"type": "targeted_by", "source": "P:GLI1", "target": "R:Vismodegib"}, {"type": "targeted_by", "source": "P:HGF", "target": "R:HGF-based regenerative approaches (investigational)"}, {"type": "targeted_by", "source": "P:HMOX1", "target": "R:sulforaphane(Nrf2)"}, {"type": "targeted_by", "source": "P:IL7R", "target": "R:anti-IL7R"}, {"type": "in_pathway", "source": "P:KRT17", "target": "PW:Structural keratin"}, {"type": "in_pathway", "source": "P:LAMA5", "target": "PW:ECM/adhesion"}, {"type": "targeted_by", "source": "P:LAMA5", "target": "R:Laminin-511-E8 fragment (experimental)"}, {"type": "targeted_by", "source": "P:MTOR", "target": "R:rapamycin (mTOR inhibitor; context-dependent effects on follicle)"}, {"type": "in_pathway", "source": "P:NLRP3", "target": "PW:Inflammasome"}, {"type": "targeted_by", "source": "P:NLRP3", "target": "R:MCC950"}, {"type": "targeted_by", "source": "P:NLRP3", "target": "R:NLRP3 inhibitors (preclinical)"}, {"type": "targeted_by", "source": "P:NLRP3", "target": "R:total glucosides of paeony"}, {"type": "in_pathway", "source": "PW:Inflammasome", "target": "P:NFKBIZ"}, {"type": "targeted_by", "source": "P:NOG", "target": "R:recombinant noggin (investigational)"}, {"type": "targeted_by", "source": "P:NOX4", "target": "R:ACA(NADPH oxidase 조절)"}, {"type": "targeted_by", "source": "P:NOX4", "target": "R:NOX4 inhibitors / antioxidants (investigational)"}, {"type": "targeted_by", "source": "P:PDGFA", "target": "R:PRP"}, {"type": "targeted_by", "source": "P:PDGFA", "target": "R:platelet-rich plasma (delivers PDGF)"}, {"type": "targeted_by", "source": "P:PPARG", "target": "R:PPARγ agonist"}, {"type": "targeted_by", "source": "P:PPARG", "target": "R:pioglitazone"}, {"type": "targeted_by", "source": "P:PPARG", "target": "R:topical PPAR-gamma agonists (investigational)"}, {"type": "targeted_by", "source": "P:PTGDR2", "target": "R:fevipiprant"}, {"type": "targeted_by", "source": "P:PTGDR2", "target": "R:fevipiprant (repurposing)"}, {"type": "targeted_by", "source": "P:PTGDR2", "target": "R:ramatroban"}, {"type": "targeted_by", "source": "P:PTGDR2", "target": "R:setipiprant"}, {"type": "targeted_by", "source": "P:PTGDR2", "target": "R:setipiprant (CRTH2 antagonist, trialed for AGA)"}, {"type": "targeted_by", "source": "P:PTGDR2", "target": "R:setipiprant (Phase 2)"}, {"type": "targeted_by", "source": "R:fevipiprant", "target": "P:HCAR2"}, {"type": "targeted_by", "source": "R:ramatroban", "target": "P:HCAR2"}, {"type": "in_pathway", "source": "P:RIPK1", "target": "PW:Necroptosis"}, {"type": "targeted_by", "source": "P:RIPK1", "target": "R:RIPK1 inhibitor"}, {"type": "targeted_by", "source": "P:RIPK1", "target": "R:RIPK1 inhibitors (investigational)"}, {"type": "targeted_by", "source": "P:SMAD3", "target": "R:SIS3 (SMAD3 inhibitor, experimental)"}, {"type": "targeted_by", "source": "P:SOCS3", "target": "R:SOCS3 mimetic"}, {"type": "targeted_by", "source": "P:SRD5A1", "target": "R:finasteride (weak)"}, {"type": "targeted_by", "source": "P:SRD5A3", "target": "R:dutasteride (partial)"}, {"type": "targeted_by", "source": "P:TBX21", "target": "R:T-bet siRNA"}, {"type": "targeted_by", "source": "P:TYK2", "target": "R:deucravacitinib"}, {"type": "targeted_by", "source": "P:TYK2", "target": "R:ritlecitinib (PLCG2/JAK3 dual)"}, {"type": "targeted_by", "source": "P:WNT10B", "target": "R:Wnt mimetics (investigational)"}, {"type": "targeted_by", "source": "P:WNT3A", "target": "R:WNT agonists / GSK3 inhibitors (experimental)"}, {"type": "targeted_by", "source": "P:WNT3A", "target": "R:recombinant WNT3A / Wnt mimetics (investigational)"}, {"type": "in_pathway", "source": "P:ABCB1", "target": "PW:Other"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:ADM"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:COL5A3"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:COL6A6"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:CRP"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:DCT"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:ENTPD1"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:HLA-DQB1"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:HRH1"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:IGHE"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:IL10"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:IL13"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:IL13RA1"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:IL1B"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:IL23A"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:IL4R"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:KL"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:KLRK1"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:KRT81"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:LAMC1"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:LAMC3"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:MAPK1"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:MAPK8"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:MICA"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:MICB"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:NT5E"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:PAM"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:PPARGC1A"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:SQLE"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:SREBF1"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:TAC1"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:TNF"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:TNFRSF4"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:TYR"}, {"type": "in_pathway", "source": "PW:Other", "target": "P:TYRP1"}, {"type": "targeted_by", "source": "P:CASP3", "target": "R:Emricasan (pan-caspase inhibitor, experimental)"}, {"type": "targeted_by", "source": "P:KLRK1", "target": "R:anti-NKG2D (investigational)"}, {"type": "targeted_by", "source": "P:KLRK1", "target": "R:anti-NKG2D antibodies (investigational)"}, {"type": "targeted_by", "source": "P:PPARGC1A", "target": "R:Bezafibrate"}, {"type": "targeted_by", "source": "P:PPARGC1A", "target": "R:Metformin (indirect)"}, {"type": "targeted_by", "source": "P:TAC1", "target": "R:aprepitant / NK1R antagonists (concept)"}, {"type": "targeted_by", "source": "P:TNFRSF4", "target": "R:amlitelimab (anti-OX40L, repurposing concept)"}, {"type": "targeted_by", "source": "P:TNFRSF4", "target": "R:anti-OX40 antibodies (InmaGene, investigational)"}, {"type": "in_pathway", "source": "P:ATF4", "target": "PW:integrated stress response effector"}, {"type": "in_pathway", "source": "P:ATG5", "target": "PW:Macroautophagy"}, {"type": "in_pathway", "source": "PW:Macroautophagy", "target": "P:ATG7"}, {"type": "in_pathway", "source": "P:AXL", "target": "PW:GAS6-AXL/TAM receptor (HFSC activation)"}, {"type": "targeted_by", "source": "P:AXL", "target": "R:AXL agonists (preclinical)"}, {"type": "in_pathway", "source": "P:BCL2L11", "target": "PW:intrinsic apoptosis / immune tolerance"}, {"type": "in_pathway", "source": "P:CALCA", "target": "PW:Sensory neuropeptide restoration of immune privilege"}, {"type": "targeted_by", "source": "P:CALCA", "target": "R:CGRP analogs / capsaicin-induced CGRP release (concept)"}, {"type": "in_pathway", "source": "P:CASP1", "target": "PW:Inflammasome/pyroptosis"}, {"type": "in_pathway", "source": "PW:Inflammasome/pyroptosis", "target": "P:GSDMD"}, {"type": "in_pathway", "source": "P:CD44", "target": "PW:Osteopontin (OPN)-CD44 (HFSC hyperactivation)"}, {"type": "targeted_by", "source": "P:CD44", "target": "R:CD44 agonist peptides (preclinical)"}, {"type": "in_pathway", "source": "PW:Osteopontin (OPN)-CD44 (HFSC hyperactivation)", "target": "P:SPP1"}, {"type": "in_pathway", "source": "P:CD8A", "target": "PW:Cytotoxic immunity"}, {"type": "in_pathway", "source": "PW:Cytotoxic immunity", "target": "P:GZMB"}, {"type": "in_pathway", "source": "P:CDKN1A", "target": "PW:Cell-cycle/apoptosis (p53)"}, {"type": "in_pathway", "source": "P:CDKN2A", "target": "PW:p16-Rb senescence"}, {"type": "targeted_by", "source": "P:CDKN2A", "target": "R:Navitoclax"}, {"type": "targeted_by", "source": "P:CDKN2A", "target": "R:Senolytics (Dasatinib+Quercetin)"}, {"type": "in_pathway", "source": "P:CLEC16A", "target": "PW:autophagy / immune regulation (KIAA0350 locus)"}, {"type": "in_pathway", "source": "P:COL17A1", "target": "PW:hemidesmosome basement-membrane anchorage / HFSC maintenance"}, {"type": "in_pathway", "source": "P:CXCL11", "target": "PW:CXCR3 chemokine axis"}, {"type": "in_pathway", "source": "P:CXXC5", "target": "PW:WNT/beta-catenin (negative feedback via Dishevelled)"}, {"type": "targeted_by", "source": "P:CXXC5", "target": "R:PTD-DBM (peptide, preclinical/early clinical)"}, {"type": "in_pathway", "source": "P:CYP1B1", "target": "PW:xenobiotic/estrogen metabolism (2p22 locus)"}, {"type": "in_pathway", "source": "P:DLX3", "target": "PW:Transcription factor"}, {"type": "in_pathway", "source": "PW:Transcription factor", "target": "P:FOXN1"}, {"type": "in_pathway", "source": "P:EIF2AK4", "target": "PW:integrated stress response (eIF2alpha-ATF4)"}, {"type": "in_pathway", "source": "P:EZH2", "target": "PW:PRC2 / H3K27me3 repression"}, {"type": "targeted_by", "source": "P:EZH2", "target": "R:GSK126 (tool)"}, {"type": "targeted_by", "source": "P:EZH2", "target": "R:Tazemetostat"}, {"type": "in_pathway", "source": "P:F11R", "target": "PW:Tight-junction adhesion / barrier"}, {"type": "in_pathway", "source": "P:F2R", "target": "PW:protease-activated receptor signaling in dermal papilla"}, {"type": "targeted_by", "source": "P:GSDMD", "target": "R:disulfiram (GSDMD inhibitor, investigational)"}, {"type": "in_pathway", "source": "P:GZMA", "target": "PW:cytotoxic T-cell - dermal papilla crosstalk (GZMA-F2R)"}, {"type": "in_pathway", "source": "P:HCAR2", "target": "PW:PGD2-GPR44(CRTH2/PTGDR2) inhibition of hair growth"}, {"type": "targeted_by", "source": "P:HCAR2", "target": "R:setipiprant (Phase 2, AGA)"}, {"type": "in_pathway", "source": "P:HLA-B", "target": "PW:MHC class I antigen presentation (6p21 locus)"}, {"type": "in_pathway", "source": "P:IFNGR1", "target": "PW:Type II interferon"}, {"type": "in_pathway", "source": "P:IKZF4", "target": "PW:FOXP3 transcriptional program / Treg stability"}, {"type": "in_pathway", "source": "P:IL15RA", "target": "PW:Cytokine (common gamma chain)"}, {"type": "in_pathway", "source": "PW:Cytokine (common gamma chain)", "target": "P:IL2"}, {"type": "in_pathway", "source": "PW:Cytokine (common gamma chain)", "target": "P:IL2RG"}, {"type": "in_pathway", "source": "PW:Cytokine (common gamma chain)", "target": "P:IL7"}, {"type": "targeted_by", "source": "P:IL2", "target": "R:low-dose IL-2 / aldesleukin (investigational)"}, {"type": "in_pathway", "source": "P:IL21", "target": "PW:Tfh/Th17 cytokine signaling (IL2/IL21 locus)"}, {"type": "in_pathway", "source": "P:IL2RB", "target": "PW:Low-dose/PEG-IL-2 -> Treg expansion (tolerance restoration)"}, {"type": "targeted_by", "source": "P:IL2RB", "target": "R:rezpegaldesleukin (Nektar NKTR-358, Phase 2, Fast Track)"}, {"type": "targeted_by", "source": "P:IL2RG", "target": "R:ritlecitinib (via JAK3)"}, {"type": "in_pathway", "source": "P:IL9", "target": "PW:Th9 / mast-cell cytokine signaling (gamma-chain)"}, {"type": "in_pathway", "source": "P:KRT15", "target": "PW:Bulge HFSC intermediate-filament marker"}, {"type": "in_pathway", "source": "P:KRT75", "target": "PW:Keratin/structural"}, {"type": "in_pathway", "source": "P:LDHA", "target": "PW:Glycolytic lactate metabolism"}, {"type": "targeted_by", "source": "P:LDHA", "target": "R:FX11 (experimental)"}, {"type": "targeted_by", "source": "P:LDHA", "target": "R:Oxamate (experimental)"}, {"type": "in_pathway", "source": "P:LGR6", "target": "PW:WNT/R-spondin potentiation"}, {"type": "in_pathway", "source": "P:LRP5", "target": "PW:Wnt/beta-catenin"}, {"type": "in_pathway", "source": "P:LRRC32", "target": "PW:TGF-beta latency / regulatory T-cell function"}, {"type": "in_pathway", "source": "P:MMP9", "target": "PW:extracellular matrix remodeling / fibrosis"}, {"type": "in_pathway", "source": "P:MPC1", "target": "PW:mitochondrial pyruvate import / glycolytic HFSC activation"}, {"type": "in_pathway", "source": "P:MSR1", "target": "PW:M2 macrophage-mediated fibrosis / lipid scavenging"}, {"type": "associated_with", "source": "P:MSR1", "target": "D:lichen planopilaris / CCCA"}, {"type": "in_pathway", "source": "P:NFATC1", "target": "PW:BMP-NFATc1 quiescence control"}, {"type": "targeted_by", "source": "P:NFATC1", "target": "R:Cyclosporine A"}, {"type": "targeted_by", "source": "P:NFATC1", "target": "R:Tacrolimus"}, {"type": "in_pathway", "source": "P:OSM", "target": "PW:OSM/OSMR -> JAK2-STAT5 (HFSC quiescence)"}, {"type": "targeted_by", "source": "P:OSM", "target": "R:OSM/OSMR-targeting antibodies (in development for other indications)"}, {"type": "in_pathway", "source": "P:PADI3", "target": "PW:hair-shaft protein citrullination / inner root sheath integrity"}, {"type": "in_pathway", "source": "P:PTH1R", "target": "PW:GPCR (PTH/PTHrP)"}, {"type": "targeted_by", "source": "P:PTH1R", "target": "R:Abaloparatide / Teriparatide (PTH1R agonists)"}, {"type": "targeted_by", "source": "P:PTH1R", "target": "R:PTH-CBD (collagen-binding PTH agonist)"}, {"type": "in_pathway", "source": "P:S100A3", "target": "PW:PADI3 substrate / cuticle calcium signaling"}, {"type": "in_pathway", "source": "P:SCUBE3", "target": "PW:TGF-beta/SHH activation (dermal papilla anagen signal)"}, {"type": "targeted_by", "source": "P:SCUBE3", "target": "R:AMP-126"}, {"type": "targeted_by", "source": "P:SCUBE3", "target": "R:AMP-303 (Amplifica, Phase 1/2)"}, {"type": "in_pathway", "source": "P:SFRP4", "target": "PW:Wnt antagonism / fibrosis"}, {"type": "in_pathway", "source": "P:SH2B3", "target": "PW:JAK-STAT negative regulation / cytokine signaling"}, {"type": "in_pathway", "source": "P:SOCS1", "target": "PW:JAK-STAT negative feedback"}, {"type": "targeted_by", "source": "P:SPP1", "target": "R:recombinant osteopontin / OPN peptides (preclinical)"}, {"type": "in_pathway", "source": "P:SQSTM1", "target": "PW:Selective autophagy / KEAP1-NRF2 stress"}, {"type": "in_pathway", "source": "P:TCF3", "target": "PW:WNT/TCF stemness repression"}, {"type": "in_pathway", "source": "P:TCF7", "target": "PW:WNT/beta-catenin effector"}, {"type": "in_pathway", "source": "P:TCHH", "target": "PW:PADI3 substrate / inner root sheath cornification"}, {"type": "in_pathway", "source": "P:TLR2", "target": "PW:innate immune sensing of microbiome lipids / NLRP3 priming"}, {"type": "in_pathway", "source": "P:TREM2", "target": "PW:TREM2+ macrophage / Oncostatin M -> JAK-STAT5 (HFSC quiescence)"}, {"type": "targeted_by", "source": "P:TREM2", "target": "R:anti-OSM / OSMR blockade (conceptual)"}, {"type": "in_pathway", "source": "P:TRPS1", "target": "PW:Wnt regulation downstream of YAP inhibition"}, {"type": "in_pathway", "source": "P:TSLP", "target": "PW:epithelial alarmin / IL-7R-TSLPR signaling"}, {"type": "in_pathway", "source": "P:ULBP3", "target": "PW:NKG2D innate cytotoxicity / immune-privilege collapse"}, {"type": "in_pathway", "source": "P:VCAN", "target": "PW:Dermal-papilla ECM / inductivity"}, {"type": "in_pathway", "source": "P:YAP1", "target": "PW:Hippo / mechanotransduction in connective tissue sheath"}, {"type": "in_pathway", "source": "P:ZEB1", "target": "PW:EMT / fibrotic remodeling"}]} \ No newline at end of file diff --git a/data/mapping_calibration.json b/data/mapping_calibration.json new file mode 100644 index 0000000..3d06d2f --- /dev/null +++ b/data/mapping_calibration.json @@ -0,0 +1,129 @@ +{ + "_description": "정성 매핑을 GWAS(마커중요도)+섭동(개입/구동크기)으로 데이터 정박. 개인 baseline→결과 최종보정은 paired IPD 필요(부분 보정).", + "gwas": { + "AGA": { + "AR": 70.0, + "EDA2R": 70.0, + "SRD5A2": 57.66, + "WNT10A": 2.91, + "SFRP2": 2.57, + "SFRP1": 2.42, + "DKK1": 2.36, + "DACT1": 2.18, + "WNT10B": 1.75 + }, + "AA": { + "HLA-DQB1": 14.58, + "HLA-DRB1": 12.29, + "HLA-DRA": 7.5, + "IL2RA": 5.46, + "ULBP3": 4.11, + "CTLA4": 2.47, + "IFNG": 2.33, + "CD8A": 2.05, + "CXCL11": 1.86, + "PRDX5": 1.61, + "GZMB": 1.56, + "IKZF4": 1.46, + "CXCL9": 1.23, + "CXCL10": 1.2, + "ULBP6": 0.0 + }, + "AGA_MPB_source": { + "AR": { + "mlogp": null, + "display": 70.0, + "underflow": true, + "lead_snp": "rs111515468:66667908:C:A" + }, + "EDA2R": { + "mlogp": null, + "display": 70.0, + "underflow": true, + "lead_snp": "X:65715565:G:GA" + }, + "SRD5A2": { + "mlogp": 57.66, + "display": 57.66, + "underflow": false, + "lead_snp": "rs79204217" + } + } + }, + "perturb": { + "JAKi_IFN": { + "markers_used": [ + "STAT1", + "CXCL9", + "CXCL10", + "CXCL11", + "GZMB", + "PRF1", + "CD8A", + "ICOS", + "IFNG", + "GZMA", + "NKG7", + "CCL5", + "CTLA4", + "IRF1" + ], + "vehicle_IFN": 1.263, + "jaki_IFN": -0.253, + "reversal_fraction": 1.2, + "n_ctrl": 3, + "n_jaki": 15 + }, + "DHT_Wnt": { + "n_dht": 6, + "n_ctrl": 6, + "genes": { + "DKK1": { + "expect": "up", + "log_delta": 1.568, + "p": 0.0011 + }, + "LEF1": { + "expect": "down", + "log_delta": 0.14, + "p": 0.8452 + }, + "AXIN2": { + "expect": "down", + "log_delta": 0.028, + "p": 0.5314 + } + }, + "wnt_suppression_magnitude": 0.579 + } + }, + "ode_reproject": { + "AGA·안드로겐 강함": { + "rec": "병용(피나+미녹)", + "resp": { + "무치료": 0.0, + "피나스테리드": 0.2242, + "미녹시딜": 0.7002, + "병용(피나+미녹)": 0.9586 + } + }, + "AGA·Wnt억제 우세": { + "rec": "병용(피나+미녹)", + "resp": { + "무치료": 0.0, + "피나스테리드": 0.2915, + "미녹시딜": 0.6275, + "병용(피나+미녹)": 0.9797 + } + }, + "AA·면역 강함": { + "rec": "JAK억제제", + "resp": { + "무치료": 0.0, + "JAK억제제": 0.6116, + "코르티코스테로이드~": 0.6116 + } + } + }, + "honest_scope": "GWAS=마커 중요도, 섭동=개입/구동 크기(그룹수준). 개인 baseline→개인결과 최종보정은 paired IPD 필요. 본 보정은 매핑의 방향·중요도·크기를 데이터에 정박시키는 부분보정." +} \ No newline at end of file diff --git a/data/network_dynamics.json b/data/network_dynamics.json new file mode 100644 index 0000000..07dbad2 --- /dev/null +++ b/data/network_dynamics.json @@ -0,0 +1,3229 @@ +{ + "_description": "기전→단백질 네트워크→시간(개월) 변화. 노드=단백질, 엣지=활성/억제, 노드 활성=질환평형+회복·r(t)·(건강−질환). 치료별 표적 그룹이 달라 다른 단백질을 변화시킴.", + "nodes": [ + { + "id": "AR", + "label": "AR", + "group": "androgen", + "x": 7, + "y": 22 + }, + { + "id": "SRD5A2", + "label": "SRD5A2", + "group": "androgen", + "x": 7, + "y": 36 + }, + { + "id": "IFNG", + "label": "IFNG", + "group": "immune", + "x": 7, + "y": 62 + }, + { + "id": "CD8A", + "label": "CD8A", + "group": "immune", + "x": 7, + "y": 76 + }, + { + "id": "HLA-DQB1", + "label": "HLA-DQB1", + "group": "immune", + "x": 7, + "y": 90 + }, + { + "id": "CXCL10", + "label": "CXCL10", + "group": "immune", + "x": 22, + "y": 84 + }, + { + "id": "DKK1", + "label": "DKK1", + "group": "wnt_antag", + "x": 27, + "y": 26 + }, + { + "id": "SFRP1", + "label": "SFRP1", + "group": "wnt_antag", + "x": 27, + "y": 40 + }, + { + "id": "BMP4", + "label": "BMP4", + "group": "bmp", + "x": 30, + "y": 54 + }, + { + "id": "ID1", + "label": "ID1", + "group": "bmp", + "x": 42, + "y": 60 + }, + { + "id": "WNT10B", + "label": "WNT10B", + "group": "wnt", + "x": 46, + "y": 12 + }, + { + "id": "CTNNB1", + "label": "β-catenin", + "group": "wnt", + "x": 48, + "y": 24 + }, + { + "id": "LEF1", + "label": "LEF1", + "group": "wnt", + "x": 60, + "y": 30 + }, + { + "id": "AXIN2", + "label": "AXIN2", + "group": "wnt", + "x": 60, + "y": 16 + }, + { + "id": "SHH", + "label": "SHH", + "group": "shh", + "x": 50, + "y": 70 + }, + { + "id": "GLI1", + "label": "GLI1", + "group": "shh", + "x": 62, + "y": 66 + }, + { + "id": "SOX2", + "label": "SOX2", + "group": "dp", + "x": 70, + "y": 24 + }, + { + "id": "VCAN", + "label": "VCAN", + "group": "dp", + "x": 72, + "y": 38 + }, + { + "id": "ALPL", + "label": "ALPL", + "group": "dp", + "x": 70, + "y": 50 + }, + { + "id": "KRT15", + "label": "KRT15", + "group": "hfsc", + "x": 72, + "y": 64 + }, + { + "id": "CD34", + "label": "CD34", + "group": "hfsc", + "x": 72, + "y": 78 + }, + { + "id": "LGR5", + "label": "LGR5", + "group": "hfsc", + "x": 72, + "y": 90 + }, + { + "id": "KRT85", + "label": "KRT85", + "group": "hair", + "x": 92, + "y": 34 + }, + { + "id": "KRT35", + "label": "KRT35", + "group": "hair", + "x": 92, + "y": 50 + } + ], + "edges": [ + { + "from": "AR", + "to": "DKK1", + "type": "activate" + }, + { + "from": "SRD5A2", + "to": "AR", + "type": "activate" + }, + { + "from": "AR", + "to": "SFRP1", + "type": "activate" + }, + { + "from": "DKK1", + "to": "CTNNB1", + "type": "inhibit" + }, + { + "from": "SFRP1", + "to": "WNT10B", + "type": "inhibit" + }, + { + "from": "WNT10B", + "to": "CTNNB1", + "type": "activate" + }, + { + "from": "CTNNB1", + "to": "LEF1", + "type": "activate" + }, + { + "from": "CTNNB1", + "to": "AXIN2", + "type": "activate" + }, + { + "from": "LEF1", + "to": "KRT85", + "type": "activate" + }, + { + "from": "LEF1", + "to": "KRT35", + "type": "activate" + }, + { + "from": "BMP4", + "to": "ID1", + "type": "activate" + }, + { + "from": "ID1", + "to": "CTNNB1", + "type": "inhibit" + }, + { + "from": "BMP4", + "to": "KRT35", + "type": "inhibit" + }, + { + "from": "CTNNB1", + "to": "SHH", + "type": "activate" + }, + { + "from": "SHH", + "to": "GLI1", + "type": "activate" + }, + { + "from": "GLI1", + "to": "SOX2", + "type": "activate" + }, + { + "from": "CTNNB1", + "to": "SOX2", + "type": "activate" + }, + { + "from": "SOX2", + "to": "VCAN", + "type": "activate" + }, + { + "from": "VCAN", + "to": "ALPL", + "type": "activate" + }, + { + "from": "ALPL", + "to": "KRT35", + "type": "activate" + }, + { + "from": "SOX2", + "to": "LEF1", + "type": "activate" + }, + { + "from": "CTNNB1", + "to": "KRT15", + "type": "activate" + }, + { + "from": "KRT15", + "to": "CD34", + "type": "activate" + }, + { + "from": "CD34", + "to": "LGR5", + "type": "activate" + }, + { + "from": "LGR5", + "to": "KRT35", + "type": "activate" + }, + { + "from": "IFNG", + "to": "CXCL10", + "type": "activate" + }, + { + "from": "HLA-DQB1", + "to": "CD8A", + "type": "activate" + }, + { + "from": "CD8A", + "to": "IFNG", + "type": "activate" + }, + { + "from": "CXCL10", + "to": "CD8A", + "type": "activate" + }, + { + "from": "CD8A", + "to": "KRT35", + "type": "inhibit" + }, + { + "from": "IFNG", + "to": "LGR5", + "type": "inhibit" + } + ], + "months": [ + 0, + 0.25, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24, + 36 + ], + "scenarios": { + "AGA|untreated": { + "label": "남성형 탈모 · 무치료", + "drug": "untreated", + "months": [ + 0, + 0.25, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24, + 36 + ], + "activity": { + "AR": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85 + ], + "SRD5A2": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85 + ], + "IFNG": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CD8A": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "HLA-DQB1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CXCL10": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "DKK1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "SFRP1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "BMP4": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78 + ], + "ID1": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78 + ], + "WNT10B": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22 + ], + "CTNNB1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22 + ], + "LEF1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22 + ], + "AXIN2": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22 + ], + "SHH": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ], + "GLI1": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ], + "SOX2": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35 + ], + "VCAN": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35 + ], + "ALPL": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35 + ], + "KRT15": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + "CD34": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + "LGR5": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + "KRT85": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15 + ], + "KRT35": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15 + ] + }, + "targets": [] + }, + "AGA|finasteride": { + "label": "남성형 탈모 · 피나스테리드", + "drug": "finasteride", + "months": [ + 0, + 0.25, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24, + 36 + ], + "activity": { + "AR": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.766, + 0.694, + 0.582, + 0.471, + 0.404, + 0.338, + 0.314, + 0.302 + ], + "SRD5A2": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.766, + 0.694, + 0.582, + 0.471, + 0.404, + 0.338, + 0.314, + 0.302 + ], + "IFNG": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CD8A": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "HLA-DQB1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CXCL10": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "DKK1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.793, + 0.702, + 0.559, + 0.418, + 0.332, + 0.249, + 0.218, + 0.202 + ], + "SFRP1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.793, + 0.702, + 0.559, + 0.418, + 0.332, + 0.249, + 0.218, + 0.202 + ], + "BMP4": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.724, + 0.676, + 0.601, + 0.527, + 0.482, + 0.438, + 0.421, + 0.413 + ], + "ID1": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.724, + 0.676, + 0.601, + 0.527, + 0.482, + 0.438, + 0.421, + 0.413 + ], + "WNT10B": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.314, + 0.393, + 0.518, + 0.641, + 0.716, + 0.789, + 0.816, + 0.83 + ], + "CTNNB1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.314, + 0.393, + 0.518, + 0.641, + 0.716, + 0.789, + 0.816, + 0.83 + ], + "LEF1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.314, + 0.393, + 0.518, + 0.641, + 0.716, + 0.789, + 0.816, + 0.83 + ], + "AXIN2": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.314, + 0.393, + 0.518, + 0.641, + 0.716, + 0.789, + 0.816, + 0.83 + ], + "SHH": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.354, + 0.399, + 0.47, + 0.541, + 0.584, + 0.626, + 0.641, + 0.649 + ], + "GLI1": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.354, + 0.399, + 0.47, + 0.541, + 0.584, + 0.626, + 0.641, + 0.649 + ], + "SOX2": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.404, + 0.449, + 0.52, + 0.591, + 0.634, + 0.676, + 0.691, + 0.699 + ], + "VCAN": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.404, + 0.449, + 0.52, + 0.591, + 0.634, + 0.676, + 0.691, + 0.699 + ], + "ALPL": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.404, + 0.449, + 0.52, + 0.591, + 0.634, + 0.676, + 0.691, + 0.699 + ], + "KRT15": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.445, + 0.483, + 0.543, + 0.602, + 0.638, + 0.674, + 0.686, + 0.693 + ], + "CD34": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.445, + 0.483, + 0.543, + 0.602, + 0.638, + 0.674, + 0.686, + 0.693 + ], + "LGR5": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.445, + 0.483, + 0.543, + 0.602, + 0.638, + 0.674, + 0.686, + 0.693 + ], + "KRT85": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.261, + 0.354, + 0.5, + 0.646, + 0.734, + 0.82, + 0.852, + 0.868 + ], + "KRT35": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.261, + 0.354, + 0.5, + 0.646, + 0.734, + 0.82, + 0.852, + 0.868 + ] + }, + "targets": [ + "androgen", + "hair", + "wnt", + "wnt_antag" + ] + }, + "AGA|dutasteride": { + "label": "남성형 탈모 · 두타스테리드", + "drug": "dutasteride", + "months": [ + 0, + 0.25, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24, + 36 + ], + "activity": { + "AR": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.75, + 0.669, + 0.547, + 0.436, + 0.374, + 0.322, + 0.307, + 0.301 + ], + "SRD5A2": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.75, + 0.669, + 0.547, + 0.436, + 0.374, + 0.322, + 0.307, + 0.301 + ], + "IFNG": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CD8A": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "HLA-DQB1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CXCL10": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "DKK1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.773, + 0.669, + 0.515, + 0.373, + 0.295, + 0.229, + 0.209, + 0.201 + ], + "SFRP1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.773, + 0.669, + 0.515, + 0.373, + 0.295, + 0.229, + 0.209, + 0.201 + ], + "BMP4": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.709, + 0.651, + 0.565, + 0.485, + 0.442, + 0.405, + 0.394, + 0.389 + ], + "ID1": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.709, + 0.651, + 0.565, + 0.485, + 0.442, + 0.405, + 0.394, + 0.389 + ], + "WNT10B": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.337, + 0.433, + 0.576, + 0.707, + 0.779, + 0.84, + 0.858, + 0.865 + ], + "CTNNB1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.337, + 0.433, + 0.576, + 0.707, + 0.779, + 0.84, + 0.858, + 0.865 + ], + "LEF1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.337, + 0.433, + 0.576, + 0.707, + 0.779, + 0.84, + 0.858, + 0.865 + ], + "AXIN2": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.337, + 0.433, + 0.576, + 0.707, + 0.779, + 0.84, + 0.858, + 0.865 + ], + "SHH": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.368, + 0.424, + 0.507, + 0.583, + 0.624, + 0.66, + 0.67, + 0.675 + ], + "GLI1": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.368, + 0.424, + 0.507, + 0.583, + 0.624, + 0.66, + 0.67, + 0.675 + ], + "SOX2": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.421, + 0.479, + 0.565, + 0.644, + 0.687, + 0.724, + 0.735, + 0.74 + ], + "VCAN": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.421, + 0.479, + 0.565, + 0.644, + 0.687, + 0.724, + 0.735, + 0.74 + ], + "ALPL": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.421, + 0.479, + 0.565, + 0.644, + 0.687, + 0.724, + 0.735, + 0.74 + ], + "KRT15": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.457, + 0.504, + 0.573, + 0.637, + 0.672, + 0.702, + 0.711, + 0.715 + ], + "CD34": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.457, + 0.504, + 0.573, + 0.637, + 0.672, + 0.702, + 0.711, + 0.715 + ], + "LGR5": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.457, + 0.504, + 0.573, + 0.637, + 0.672, + 0.702, + 0.711, + 0.715 + ], + "KRT85": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.288, + 0.401, + 0.569, + 0.723, + 0.807, + 0.879, + 0.901, + 0.909 + ], + "KRT35": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.288, + 0.401, + 0.569, + 0.723, + 0.807, + 0.879, + 0.901, + 0.909 + ] + }, + "targets": [ + "androgen", + "hair", + "wnt", + "wnt_antag" + ] + }, + "AGA|minoxidil": { + "label": "남성형 탈모 · 미녹시딜", + "drug": "minoxidil", + "months": [ + 0, + 0.25, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24, + 36 + ], + "activity": { + "AR": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85 + ], + "SRD5A2": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85 + ], + "IFNG": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CD8A": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "HLA-DQB1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CXCL10": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "DKK1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.884, + 0.856, + 0.835, + 0.805, + 0.781, + 0.77, + 0.762, + 0.761, + 0.76 + ], + "SFRP1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.884, + 0.856, + 0.835, + 0.805, + 0.781, + 0.77, + 0.762, + 0.761, + 0.76 + ], + "BMP4": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.764, + 0.737, + 0.716, + 0.687, + 0.663, + 0.652, + 0.644, + 0.642, + 0.642 + ], + "ID1": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.764, + 0.737, + 0.716, + 0.687, + 0.663, + 0.652, + 0.644, + 0.642, + 0.642 + ], + "WNT10B": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.26, + 0.326, + 0.378, + 0.45, + 0.508, + 0.535, + 0.555, + 0.559, + 0.56 + ], + "CTNNB1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.26, + 0.326, + 0.378, + 0.45, + 0.508, + 0.535, + 0.555, + 0.559, + 0.56 + ], + "LEF1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.26, + 0.326, + 0.378, + 0.45, + 0.508, + 0.535, + 0.555, + 0.559, + 0.56 + ], + "AXIN2": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.26, + 0.326, + 0.378, + 0.45, + 0.508, + 0.535, + 0.555, + 0.559, + 0.56 + ], + "SHH": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.341, + 0.409, + 0.463, + 0.536, + 0.596, + 0.625, + 0.644, + 0.649, + 0.65 + ], + "GLI1": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.341, + 0.409, + 0.463, + 0.536, + 0.596, + 0.625, + 0.644, + 0.649, + 0.65 + ], + "SOX2": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.409, + 0.506, + 0.582, + 0.688, + 0.773, + 0.814, + 0.842, + 0.848, + 0.85 + ], + "VCAN": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.409, + 0.506, + 0.582, + 0.688, + 0.773, + 0.814, + 0.842, + 0.848, + 0.85 + ], + "ALPL": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.409, + 0.506, + 0.582, + 0.688, + 0.773, + 0.814, + 0.842, + 0.848, + 0.85 + ], + "KRT15": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.442, + 0.512, + 0.566, + 0.641, + 0.702, + 0.731, + 0.751, + 0.756, + 0.757 + ], + "CD34": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.442, + 0.512, + 0.566, + 0.641, + 0.702, + 0.731, + 0.751, + 0.756, + 0.757 + ], + "LGR5": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.442, + 0.512, + 0.566, + 0.641, + 0.702, + 0.731, + 0.751, + 0.756, + 0.757 + ], + "KRT85": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.225, + 0.35, + 0.447, + 0.582, + 0.692, + 0.744, + 0.78, + 0.788, + 0.79 + ], + "KRT35": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.225, + 0.35, + 0.447, + 0.582, + 0.692, + 0.744, + 0.78, + 0.788, + 0.79 + ] + }, + "targets": [ + "dp" + ] + }, + "AGA|combo": { + "label": "남성형 탈모 · 피나+미녹 병용", + "drug": "combo", + "months": [ + 0, + 0.25, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24, + 36 + ], + "activity": { + "AR": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.792, + 0.694, + 0.616, + 0.502, + 0.404, + 0.353, + 0.314, + 0.304, + 0.3 + ], + "SRD5A2": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.792, + 0.694, + 0.616, + 0.502, + 0.404, + 0.353, + 0.314, + 0.304, + 0.3 + ], + "IFNG": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CD8A": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "HLA-DQB1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CXCL10": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "DKK1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.826, + 0.702, + 0.602, + 0.458, + 0.332, + 0.268, + 0.218, + 0.205, + 0.2 + ], + "SFRP1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.826, + 0.702, + 0.602, + 0.458, + 0.332, + 0.268, + 0.218, + 0.205, + 0.2 + ], + "BMP4": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.741, + 0.676, + 0.623, + 0.547, + 0.482, + 0.448, + 0.421, + 0.414, + 0.412 + ], + "ID1": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.741, + 0.676, + 0.623, + 0.547, + 0.482, + 0.448, + 0.421, + 0.414, + 0.412 + ], + "WNT10B": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.284, + 0.393, + 0.481, + 0.607, + 0.716, + 0.773, + 0.816, + 0.828, + 0.832 + ], + "CTNNB1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.284, + 0.393, + 0.481, + 0.607, + 0.716, + 0.773, + 0.816, + 0.828, + 0.832 + ], + "LEF1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.284, + 0.393, + 0.481, + 0.607, + 0.716, + 0.773, + 0.816, + 0.828, + 0.832 + ], + "AXIN2": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.284, + 0.393, + 0.481, + 0.607, + 0.716, + 0.773, + 0.816, + 0.828, + 0.832 + ], + "SHH": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.337, + 0.399, + 0.449, + 0.521, + 0.584, + 0.616, + 0.641, + 0.648, + 0.65 + ], + "GLI1": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.337, + 0.399, + 0.449, + 0.521, + 0.584, + 0.616, + 0.641, + 0.648, + 0.65 + ], + "SOX2": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.403, + 0.492, + 0.563, + 0.666, + 0.756, + 0.802, + 0.837, + 0.847, + 0.85 + ], + "VCAN": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.403, + 0.492, + 0.563, + 0.666, + 0.756, + 0.802, + 0.837, + 0.847, + 0.85 + ], + "ALPL": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.403, + 0.492, + 0.563, + 0.666, + 0.756, + 0.802, + 0.837, + 0.847, + 0.85 + ], + "KRT15": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.438, + 0.501, + 0.552, + 0.626, + 0.69, + 0.722, + 0.748, + 0.755, + 0.757 + ], + "CD34": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.438, + 0.501, + 0.552, + 0.626, + 0.69, + 0.722, + 0.748, + 0.755, + 0.757 + ], + "LGR5": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.438, + 0.501, + 0.552, + 0.626, + 0.69, + 0.722, + 0.748, + 0.755, + 0.757 + ], + "KRT85": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.226, + 0.354, + 0.457, + 0.605, + 0.734, + 0.8, + 0.852, + 0.865, + 0.87 + ], + "KRT35": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.226, + 0.354, + 0.457, + 0.605, + 0.734, + 0.8, + 0.852, + 0.865, + 0.87 + ] + }, + "targets": [ + "androgen", + "dp", + "hair", + "wnt", + "wnt_antag" + ] + }, + "AA|untreated": { + "label": "원형 탈모 · 무치료", + "drug": "untreated", + "months": [ + 0, + 0.25, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24, + 36 + ], + "activity": { + "AR": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85 + ], + "SRD5A2": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85 + ], + "IFNG": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CD8A": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "HLA-DQB1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "CXCL10": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "DKK1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "SFRP1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "BMP4": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78 + ], + "ID1": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78 + ], + "WNT10B": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22 + ], + "CTNNB1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22 + ], + "LEF1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22 + ], + "AXIN2": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22, + 0.22 + ], + "SHH": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ], + "GLI1": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ], + "SOX2": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35 + ], + "VCAN": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35 + ], + "ALPL": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35, + 0.35 + ], + "KRT15": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + "CD34": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + "LGR5": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + "KRT85": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15 + ], + "KRT35": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15, + 0.15 + ] + }, + "targets": [] + }, + "AA|JAK_inhibitor": { + "label": "원형 탈모 · JAK 억제제", + "drug": "JAK_inhibitor", + "months": [ + 0, + 0.25, + 0.5, + 1, + 1.5, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24, + 36 + ], + "activity": { + "AR": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85 + ], + "SRD5A2": [ + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85, + 0.85 + ], + "IFNG": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.812, + 0.734, + 0.605, + 0.504, + 0.365, + 0.252, + 0.198, + 0.161, + 0.152, + 0.15 + ], + "CD8A": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.812, + 0.734, + 0.605, + 0.504, + 0.365, + 0.252, + 0.198, + 0.161, + 0.152, + 0.15 + ], + "HLA-DQB1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.812, + 0.734, + 0.605, + 0.504, + 0.365, + 0.252, + 0.198, + 0.161, + 0.152, + 0.15 + ], + "CXCL10": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.812, + 0.734, + 0.605, + 0.504, + 0.365, + 0.252, + 0.198, + 0.161, + 0.152, + 0.15 + ], + "DKK1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "SFRP1": [ + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9, + 0.9 + ], + "BMP4": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78 + ], + "ID1": [ + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78, + 0.78 + ], + "WNT10B": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.244, + 0.265, + 0.3, + 0.328, + 0.366, + 0.396, + 0.411, + 0.421, + 0.423, + 0.424 + ], + "CTNNB1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.244, + 0.265, + 0.3, + 0.328, + 0.366, + 0.396, + 0.411, + 0.421, + 0.423, + 0.424 + ], + "LEF1": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.244, + 0.265, + 0.3, + 0.328, + 0.366, + 0.396, + 0.411, + 0.421, + 0.423, + 0.424 + ], + "AXIN2": [ + 0.22, + 0.22, + 0.22, + 0.22, + 0.244, + 0.265, + 0.3, + 0.328, + 0.366, + 0.396, + 0.411, + 0.421, + 0.423, + 0.424 + ], + "SHH": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ], + "GLI1": [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ], + "SOX2": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.374, + 0.394, + 0.429, + 0.456, + 0.493, + 0.523, + 0.537, + 0.547, + 0.549, + 0.55 + ], + "VCAN": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.374, + 0.394, + 0.429, + 0.456, + 0.493, + 0.523, + 0.537, + 0.547, + 0.549, + 0.55 + ], + "ALPL": [ + 0.35, + 0.35, + 0.35, + 0.35, + 0.374, + 0.394, + 0.429, + 0.456, + 0.493, + 0.523, + 0.537, + 0.547, + 0.549, + 0.55 + ], + "KRT15": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.435, + 0.465, + 0.516, + 0.555, + 0.61, + 0.654, + 0.675, + 0.69, + 0.693, + 0.694 + ], + "CD34": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.435, + 0.465, + 0.516, + 0.555, + 0.61, + 0.654, + 0.675, + 0.69, + 0.693, + 0.694 + ], + "LGR5": [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.435, + 0.465, + 0.516, + 0.555, + 0.61, + 0.654, + 0.675, + 0.69, + 0.693, + 0.694 + ], + "KRT85": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.235, + 0.309, + 0.433, + 0.53, + 0.664, + 0.773, + 0.824, + 0.86, + 0.868, + 0.87 + ], + "KRT35": [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.235, + 0.309, + 0.433, + 0.53, + 0.664, + 0.773, + 0.824, + 0.86, + 0.868, + 0.87 + ] + }, + "targets": [ + "hair", + "immune" + ] + } + }, + "groups": { + "androgen": "안드로겐 드라이버", + "wnt_antag": "Wnt 길항", + "wnt": "Wnt(친모발)", + "bmp": "BMP(항모발)", + "shh": "SHH", + "dp": "진피유두", + "hfsc": "모낭줄기세포", + "hair": "모발 산출", + "immune": "면역(AA)" + } +} \ No newline at end of file diff --git a/data/ode_personalize.json b/data/ode_personalize.json new file mode 100644 index 0000000..176be7f --- /dev/null +++ b/data/ode_personalize.json @@ -0,0 +1,153 @@ +{ + "_description": "ODE-수준 개인화 — GWAS-가중 보정 적용(calibrate_mapping.py). 질환구동 추론을 GWAS mlogp 로 재가중(AGA=AR/EDA2R/SRD5A2, AA=HLA/IL2RA/ULBP3). 정성→보정 비교.", + "calibrated": true, + "calib_note": "AGA 구동을 유전 androgen축으로 재층화(하류 DKK1 다운가중). 개인결과 최종보정은 paired IPD 필요.", + "marker_mapping": { + "W": [ + [ + "AXIN2", + 1 + ], + [ + "LEF1", + 1 + ], + [ + "WNT10B", + 1 + ], + [ + "CTNNB1", + 1 + ], + [ + "DKK1", + -1 + ], + [ + "SFRP1", + -1 + ] + ], + "B": [ + [ + "BMP2", + 1 + ], + [ + "BMP4", + 1 + ], + [ + "ID1", + 1 + ], + [ + "ID2", + 1 + ] + ], + "S": [ + [ + "GLI1", + 1 + ], + [ + "PTCH1", + 1 + ], + [ + "SHH", + 1 + ] + ], + "D": [ + [ + "SOX2", + 1 + ], + [ + "ALPL", + 1 + ], + [ + "VCAN", + 1 + ], + [ + "CORIN", + 1 + ] + ], + "H": [ + [ + "KRT15", + 1 + ], + [ + "CD34", + 1 + ], + [ + "LGR5", + 1 + ], + [ + "SOX9", + 1 + ] + ], + "F": [ + [ + "FGF5", + 1 + ] + ] + }, + "profiles": { + "AGA·안드로겐 강함": { + "aga_q": 0.78, + "aa_q": 0.5, + "aga_strength": 0.98, + "aa_strength": 0.5, + "state_W": 0.56, + "state_D": 0.54, + "responses": { + "무치료": 0.0, + "피나스테리드": 0.3414, + "미녹시딜": 0.6495, + "병용(피나+미녹)": 1.0491 + }, + "recommendation": "병용(피나+미녹)" + }, + "AGA·Wnt억제 우세": { + "aga_q": 0.88, + "aa_q": 0.5, + "aga_strength": 0.64, + "aa_strength": 0.5, + "state_W": 0.29, + "state_D": 0.43, + "responses": { + "무치료": 0.0, + "피나스테리드": 0.1131, + "미녹시딜": 0.6925, + "병용(피나+미녹)": 0.8245 + }, + "recommendation": "병용(피나+미녹)" + }, + "AA·면역 강함": { + "aga_q": 0.5, + "aa_q": 1.0, + "aga_strength": 0.5, + "aa_strength": 1.0, + "state_W": 0.5, + "state_D": 0.5, + "responses": { + "무치료": 0.0, + "JAK억제제": 0.6116, + "코르티코스테로이드~": 0.6116 + }, + "recommendation": "JAK억제제" + } + } +} \ No newline at end of file diff --git a/data/paper_validation.json b/data/paper_validation.json new file mode 100644 index 0000000..7f34647 --- /dev/null +++ b/data/paper_validation.json @@ -0,0 +1 @@ +{"n_records": 338, "n_testable": 57, "accuracy_before": 0.86, "accuracy_after": 0.86, "trajectory": [0.86], "overrides": {}, "mismatches_after": [{"gene": "BCL2", "kind": "gene_gain", "obs": "inhibit", "pred": "promote", "paper": "Overexpression of Bcl-2 Protects from Ultraviolet ", "quote": "Compared to WT mice, the K14/Bcl-2 mice displayed macroscopically visible hair loss 2 days earlier (not shown), and the wave of alopecia pro"}, {"gene": "CXCL12", "kind": "gene_gain", "obs": "promote", "pred": "inhibit", "paper": "Impact of SDF-1 and AMD3100 on Hair Follicle Dynam", "quote": "SDF-1 promotes hair growth in chronic stress mice by activating the PI3K/Akt and JAK/STAT pathways, an effect reversible by AMD3100."}, {"gene": "CXCR4", "kind": "gene_loss", "obs": "inhibit", "pred": "promote", "paper": "Impact of SDF-1 and AMD3100 on Hair Follicle Dynam", "quote": "Following subcutaneous injection of SDF-1 or treatment with AMD3100 to block the binding of SDF-1 to CXCR4... Blocking the binding of SDF-1 "}, {"gene": "CXCL12", "kind": "gene_loss", "obs": "inhibit", "pred": "promote", "paper": "Impact of SDF-1 and AMD3100 on Hair Follicle Dynam", "quote": "Silencing SDF-1 through siRNA-mediated inhibition reduced cell proliferation and migration abilities."}, {"gene": "MSX2", "kind": "gene_loss", "obs": "inhibit", "pred": "promote", "paper": "‘Cyclic alopecia’ in Msx2 mutants defects in hair ", "quote": "Msx2-deficient mice exhibit progressive hair loss, starting at P14 and followed by successive cycles of wavelike regrowth and loss."}, {"gene": "EGFR", "kind": "gene_loss", "obs": "promote", "pred": "inhibit", "paper": "Role for the Epidermal Growth Factor Receptor in C", "quote": "Cyclophosphamide treatment of control mice resulted in alopecia while Egfr mutant skin was resistant to cyclophosphamide-induced alopecia."}, {"gene": "IGF1", "kind": "gene_loss", "obs": "promote", "pred": "inhibit", "paper": "The AR miR-221 IGF-1 pathway mediates the pathogen", "quote": "Hair follicle organ culture experiments showed that IGF-1 could rescue the miR-221-mediated suppression of hair growth and induction of anag"}, {"gene": "CD44", "kind": "gene_loss", "obs": "promote", "pred": "inhibit", "paper": "The C3H HeJ mouse and DEBR rat models for alopecia", "quote": "These data showed that anti-CD44v10 inhibited the onset of AA in AA graft induced C3H/HeJ mice."}]} \ No newline at end of file diff --git a/data/papers_index.json b/data/papers_index.json new file mode 100644 index 0000000..daed19b --- /dev/null +++ b/data/papers_index.json @@ -0,0 +1 @@ +{"41766440": {"title": "Finasteride-Loaded Phospholipid-Bile Salt Mixed Micelles for Targeted Follicular Delivery in Androgenetic Alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41629248": {"title": "Immunohistochemical Expression of Sox9 and CD34 in Androgenetic Alopecia Patients.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41757630": {"title": "A prospective study of hair transplantation combined with concentrated growth factors for the treatment of androgenetic alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41779757": {"title": "Updates on Therapeutic Approaches for Management of Androgenetic Alopecia: A Review.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41785995": {"title": "Early androgenetic alopecia as a possible indicator of diabetes mellitus and its link to cardiovascular risks: a cross-sectional study.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41779759": {"title": "Persistent Alopecic Patches Following Dutasteride Mesotherapy for Female Androgenetic Alopecia: A Case Series.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41692280": {"title": "Hair follicle-targeted baicalin nanocrystal delivery using microneedles for long-acting treatment of androgenetic alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41654686": {"title": "Microneedles self-implanting Astragalus polysaccharides-hybridized composite hydrogel combined with minoxidil to enhance in situ anti-androgenetic alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41622844": {"title": "Safety, tolerability, and pharmacokinetics of CG2001 in Chinese adult male subjects with androgenetic alopecia: a randomized, double-blind, placebo-controlled, single- and multi-doses, phase 1 clinical study.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41466500": {"title": "Björnstad Syndrome With Late-Onset Alopecia Mimicking Androgenetic Alopecia: Histopathological and Genetic Findings.", "year": "2025", "disease": "Androgenetic Alopecia"}, "PPR1145472": {"title": "Nanotechnology-Based Strategies for Hair Regeneration: Mechanistic Insights and Translational Perspectives for Androgenetic Alopecia", "year": "2026", "disease": "Androgenetic Alopecia"}, "41486883": {"title": "Topical 4-Aminopyridine 5% in Male Androgenetic Alopecia: A Split-Scalp Exploratory Series.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41552226": {"title": "The Association Between 5α-Reductase Inhibitors and the Presence of Subsequent Dry Eye Disease in Androgenetic Alopecia: A TriNetX Database Study.", "year": "2025", "disease": "Androgenetic Alopecia"}, "41606541": {"title": "Risk factors for androgenetic alopecia: a systematic review and meta-analysis.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41571202": {"title": "MitoQ upregulates CYP19A1 to protect dermal papilla cells from DHT-induced mitochondrial dysfunction and apoptosis in androgenetic alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41603616": {"title": "Injectable Therapy for Androgenetic Alopecia: A Systematic Review.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41714473": {"title": "Androgenetic Alopecia in Women: A Narrative Review of Pathophysiology, Clinical Evaluation, and Treatments.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41625414": {"title": "Topical Cetirizine in Androgenetic Alopecia: A Preliminary Study.", "year": "2025", "disease": "Androgenetic Alopecia"}, "PPR1146292": {"title": "Is There An Association Between 25(OH)D Serum Levels and Vitamin D Status with The Severity of Androgenetic Alopecia Severity in Men?", "year": "2026", "disease": "Androgenetic Alopecia"}, "41650295": {"title": "Androgenetic alopecia: an international expert view on the aetiopathogenesis, quality of life and current and emerging therapeutic approaches.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41418299": {"title": "Direct-to-Consumer Teledermatology for Male Androgenetic Alopecia: Narrative Review.", "year": "2025", "disease": "Androgenetic Alopecia"}, "41748637": {"title": "Single-cell transcriptomics reveals hair growth retardation mediated by aberrant connective tissue sheath contraction in male androgenetic alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41532459": {"title": "Nanoliposomal Co-Delivery of AR-PROTAC and NFKBIZ siRNA for Synergistic Therapy of Androgenetic Alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41662901": {"title": "Teicoplanin alleviates androgenetic alopecia through inhibition of androgen receptor expression and enhancing dermal papilla cell proliferation.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41519326": {"title": "Multifunctional hydrogel based on oxidized sodium alginate and carboxymethyl chitosan delivers minoxidil loaded liposomes for the treatment of androgenetic alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41394121": {"title": "Xiaozhi Yufa decoction ameliorates androgenetic alopecia through inhibition of MAPK signaling and regulation of lipid metabolism.", "year": "2025", "disease": "Androgenetic Alopecia"}, "PMC12858242": {"title": "Topical Cetirizine in Androgenetic Alopecia: A Preliminary Study", "year": "2025", "disease": "Androgenetic Alopecia"}, "41537317": {"title": "Methodologic considerations in evaluating early clinical outcomes of GT20029 for androgenetic alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41789941": {"title": "Serum ferritin and hair iron content in correlation to hair diameter and density: a case-control study.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41741964": {"title": "Quality of life and patient-reported side effects of low-dose oral minoxidil in treating female pattern hair loss.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41328478": {"title": "Monthly versus quarterly dutasteride mesotherapy for male androgenetic alopecia: A randomized trial.", "year": "2025", "disease": "Androgenetic Alopecia"}, "41737285": {"title": "Diagnostic Performance of the Trichogram Compared to Histopathology of Scalp Biopsy in Horizontal Sections in Female Androgenetic Alopecia: A Retrospective Study.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41312577": {"title": "Increased Prevalence of Insulin Resistance and Metabolic Syndrome in Men With Early-Onset Androgenetic Alopecia: A Case-Control Study.", "year": "2025", "disease": "Androgenetic Alopecia"}, "PPR1136728": {"title": "Quality of life in men treated for androgenetic alopecia via a virtual healthcare platform: a retrospective cohort study", "year": "2025", "disease": "Androgenetic Alopecia"}, "41769701": {"title": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41485678": {"title": "Comprehensive characterization of keratin extracted from patients with androgenetic alopecia and healthy individuals through multimolecular spectroscopy and structural analysis.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41506142": {"title": "HDAC1-overexpressing dermal papilla cell-derived extracellular vesicles modulate p53 and Wnt/β-catenin signaling to rescue hair follicle regeneration in androgenetic alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41664781": {"title": "Acquired Alopecias in Mexican Adults: A Clinical and Epidemiological Study of 1,888 Patients.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41338418": {"title": "Kaempferol stimulates dermal papilla cells and upregulates Wnt/β-catenin signaling pathway for androgenetic alopecia treatment.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41236234": {"title": "Artificial Intelligence in Patient Education for Androgenetic Alopecia: A Comparative Study of ChatGPT, Gemini, and Deepseek R1.", "year": "2025", "disease": "Androgenetic Alopecia"}, "41591820": {"title": "A Randomized Controlled Clinical Trial Protocol of Umbilical Cord Mesenchymal Stem Cell-Derived Small Extracellular Vesicles for the Treatment of Androgenetic Alopecia in Young Males.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41289353": {"title": "Plant Nanovesicles Integrate Bioactivity and Transdermal Finasteride Delivery for Androgenetic Alopecia.", "year": "2025", "disease": "Androgenetic Alopecia"}, "41247552": {"title": "Combined Use of Aqueous Extracts and Polysaccharides from Angelica sinensis and Platycladus orientalis Treats Androgenetic Alopecia.", "year": "2025", "disease": "Androgenetic Alopecia"}, "41392580": {"title": "Correction to 'Retinoic acid drives hair follicle stem cell activation via Wnt/β-catenin signalling in androgenetic alopecia'.", "year": "2026", "disease": "Androgenetic Alopecia"}, "PPR1134993": {"title": "Exploring the Mechanism of Platycladi Cacumen in Intervening Androgenetic Alopecia Based on Network Pharmacology, Molecular Docking, and Molecular Dynamics Simulation", "year": "2025", "disease": "Androgenetic Alopecia"}, "41328006": {"title": "Efficacy and safety of topical GT20029 in male patients with androgenetic alopecia: a multicenter, randomized, double-blind, placebo-controlled phase 2 study.", "year": "2025", "disease": "Androgenetic Alopecia"}, "41236372": {"title": "Cell-free transcriptomic profiles and mechanism insights in female androgenetic alopecia.", "year": "2025", "disease": "Androgenetic Alopecia"}, "41317579": {"title": "Therapeutic effects of modified Changfa Zirong Powder on androgenetic alopecia through the Wnt/β-catenin signaling pathway.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41755972": {"title": "Direct No-Shave Follicular Unit Excision (DNS FUE): A Modified Technique and Case Series.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41285252": {"title": "Uncovering novel biomarkers and drug targets for androgenetic alopecia via metabolite regulation and multi-tissue validation.", "year": "2026", "disease": "Androgenetic Alopecia"}, "PMC12966943": {"title": "Alopecia Areata in a Patient Undergoing Treatment for Secondary Syphilis: A Diagnostic Challenge", "year": "", "disease": "Alopecia Areata"}, "41751266": {"title": "Off-Label Treatment of Alopecia Areata-Retrospective Study.", "year": "2026", "disease": "Alopecia Areata"}, "41604837": {"title": "Molecular crosstalk between lncRNA H19, miR-29a, and JAK2/STAT3 signaling in alopecia areata: a preliminary study.", "year": "2026", "disease": "Alopecia Areata"}, "41787052": {"title": "Alterations of white matter connectivity in alopecia areata patients.", "year": "2026", "disease": "Alopecia Areata"}, "41778676": {"title": "Development of a Visual Extension of the Severity of Alopecia Tool (VESALT) for Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41779764": {"title": "Efficacy, Safety, and Real-World Aspects of Janus Kinase Inhibitors to Treat Patients With Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41517644": {"title": "Systemic Inflammation Marker Alterations in Severe Alopecia Areata Patients Treated with Janus Kinase Inhibitors.", "year": "2026", "disease": "Alopecia Areata"}, "41765105": {"title": "Subsequent development of immune-mediated inflammatory diseases in patients with new-onset alopecia areata: an age- and sex-stratified cohort study using TriNetX.", "year": "2026", "disease": "Alopecia Areata"}, "41777696": {"title": "Beard hair response in alopecia areata universalis treated with baricitinib.", "year": "2026", "disease": "Alopecia Areata"}, "41614228": {"title": "Appearance of alopecia areata during treatment with tildrakizumab for severe palmoplantar psoriasis.", "year": "2026", "disease": "Alopecia Areata"}, "41549350": {"title": "Comment on \"Ritlecitinib in Alopecia Areata: A 24-Week Real-World Experience Contrasting JAK Inhibitor-Naïve and JAK Inhibitor-Experienced Patients\".", "year": "2026", "disease": "Alopecia Areata"}, "41736201": {"title": "Herpes Zoster Recurrence With Disease Remission Under JAK Inhibition for Alopecia Areata: Balancing Two Side of Immune Memory.", "year": "2026", "disease": "Alopecia Areata"}, "PMC12952840": {"title": "Dermoscopic Assessment of Nail Alterations in Egyptian Patients with Alopecia Areata", "year": "2026", "disease": "Alopecia Areata"}, "41656280": {"title": "Stem cell-based therapies for alopecia areata: a narrative review.", "year": "2026", "disease": "Alopecia Areata"}, "41776142": {"title": "Dermatologists' Perspectives and Real-World Assessment of Alopecia Areata Severity in Adults in Taiwan: A Cross-sectional Survey.", "year": "2026", "disease": "Alopecia Areata"}, "PMC12937895": {"title": "Off-Label Treatment of Alopecia Areata—Retrospective Study", "year": "2026", "disease": "Alopecia Areata"}, "41780025": {"title": "Exploring novel management options for alopecia areata.", "year": "2026", "disease": "Alopecia Areata"}, "41670292": {"title": "Ritlecitinib Efficacy in Adolescents With Alopecia Areata: A Real-World Experience.", "year": "2026", "disease": "Alopecia Areata"}, "PMC12960067": {"title": "Crisaborole as a Potential Treatment for Pediatric Alopecia Areata: A Case Report and Literature Review", "year": "", "disease": "Alopecia Areata"}, "41740930": {"title": "Comprehensive single-cell transcriptomic profiling of the scalp from patients with moderate-to-severe alopecia areata.", "year": "2026", "disease": "Alopecia Areata"}, "41723466": {"title": "ROS-responsive hydrogel-delivered miR-665 targets STAT3 to alleviate inflammation and promote hair follicle regeneration in alopecia areata.", "year": "2026", "disease": "Alopecia Areata"}, "41699904": {"title": "The Economic Burden of Alopecia Areata: Evidence from a Survey in Norway and Sweden.", "year": "2026", "disease": "Alopecia Areata"}, "41783700": {"title": "Global, regional, and national burden of alopecia areata in adolescents and young adults aged 10-24 years from 1990 to 2021: a trend analysis.", "year": "2026", "disease": "Alopecia Areata"}, "41679550": {"title": "Effectiveness and tolerability of baricitinib with or without prior corticosteroids in alopecia areata: A retrospective cohort study.", "year": "2026", "disease": "Alopecia Areata"}, "41557935": {"title": "Deuruxolitinib for Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41556664": {"title": "Assessing Quality of Life in Pediatric Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41791515": {"title": "Insurance-Driven Switching and Real-World Treatment Outcomes of Janus Kinase Inhibitors in Alopecia Areata: A Retrospective Cohort Study. ", "year": "2026", "disease": "Alopecia Areata"}, "41353672": {"title": "[Efficacy and safety of baricitinib treatment in alopecia areata: a retrospective analysis].", "year": "2025", "disease": "Alopecia Areata"}, "41712322": {"title": "Publisher's Note: British Association of Dermatologists living guideline for managing people with alopecia areata 2024.", "year": "2026", "disease": "Alopecia Areata"}, "41782570": {"title": "Comment on \"Efficacy of Local and Whole-Body Phototherapy for the Treatment of Various Types of Alopecia Areata\".", "year": "2026", "disease": "Alopecia Areata"}, "41779752": {"title": "Baricitinib-Related Adverse Events in Alopecia Areata and Rheumatoid Arthritis: A Comparative Study.", "year": "2026", "disease": "Alopecia Areata"}, "41747196": {"title": "Associated comorbidities in pediatric patients with alopecia areata.", "year": "2026", "disease": "Alopecia Areata"}, "41579939": {"title": "Toward cell-based therapy of alopecia areata: Autologous human Vδ2<sup>+</sup> Foxp3<sup>+</sup> γδTreg cells restore hair-follicle immune privilege and promote hair regrowth in human alopecia areata models ex vivo and in vivo.", "year": "2026", "disease": "Alopecia Areata"}, "PMC12952848": {"title": "Topical Metformin Compared with Clobetasol Propionate for Alopecia Areata: Clinical Outcomes from a Comparative Study", "year": "2026", "disease": "Alopecia Areata"}, "41733801": {"title": "Effectiveness of Baricitinib on Nail Alopecia Areata: A 48-Week Single-Center Retrospective Study.", "year": "2026", "disease": "Alopecia Areata"}, "41608924": {"title": "Clinical outcome of alopecia areata in patients with atopic dermatitis treated with dupilumab combined with topical immunotherapy: a case series.", "year": "2025", "disease": "Alopecia Areata"}, "41607143": {"title": "The Evolving Global Burden of Alopecia Areata in Young Adults: High-Income Nations Bear the Greatest Impact.", "year": "2026", "disease": "Alopecia Areata"}, "41730433": {"title": "Clinical Characteristics, Subtype Classification and Prognostic Factors of Ophiasis: a Retrospective Study of 150 Patients with Therapeutic Implications.", "year": "2026", "disease": "Alopecia Areata"}, "41749437": {"title": "Weight Loss-Associated Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41699409": {"title": "Epidemiology, Diagnosis and Management of Alopecia Areata: An Asia-Pacific Modified Delphi Expert Panel Recommendations.", "year": "2026", "disease": "Alopecia Areata"}, "41645877": {"title": "Efficacy and Safety of Ritlecitinib in the Asian Subpopulation of the ALLEGRO-2b/3 and ALLEGRO-LT Clinical Studies for Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41540641": {"title": "Beyond Hair Regrowth: Interpreting the Psychosocial Impact of Ritlecitinib in Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41449716": {"title": "Ritlecitinib in Alopecia Areata: A 24-Week Real-World Experience Contrasting JAK Inhibitor-Naïve and JAK Inhibitor-Experienced Patients.", "year": "2025", "disease": "Alopecia Areata"}, "41508895": {"title": "Successful treatment with upadacitinib in concurrent atopic dermatitis, Crohn's disease, alopecia areata, and eosinophilic gastropathy in a pediatric patient.", "year": "2026", "disease": "Alopecia Areata"}, "41693578": {"title": "SALT Score Cards: Facilitating SALT Score Calculation in Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41531278": {"title": "The BEARD Score: A Practical Tool to Assess Beard Involvement in Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41554895": {"title": "Hematological ratios in pediatric patients with alopecia areata based on a nationwide retrospective cohort study.", "year": "2026", "disease": "Alopecia Areata"}, "PMC12800874": {"title": "Analyse trichoskopischer Bilder mit tiefen neuronalen Netzen zur Diagnose und Aktivitätsbewertung von Alopecia areata – eine retrospektive Studie", "year": "2026", "disease": "Alopecia Areata"}, "41621668": {"title": "Switching between Janus kinase inhibitors for treatment of alopecia areata: A multicenter retrospective review.", "year": "2026", "disease": "Alopecia Areata"}, "41573434": {"title": "Merciful Malady: Renbök Phenomenon Between Alopecia Areata and Psoriasis Vulgaris.", "year": "2025", "disease": "Alopecia Areata"}, "41635958": {"title": "Chemotherapy-induced alopecia: an exploratory questionnaire-based study from Israel comparing knowledge, attitudes, and management practices among dermatologists and oncologists.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "41587585": {"title": "Re-purposed phenobarbital-loaded squarticles: A novel approach for the topical management of chemotherapy-induced alopecia\".", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "41615374": {"title": "Yangxuebushen Decoction prevents cyclophosphamide-induced hair loss by inhibiting hair follicle apoptosis.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "41490113": {"title": "Racial and Ethnic Disparities in Persistent Chemotherapy-Induced Alopecia Among Women With Breast Cancer.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "41324655": {"title": "Efficacy of scalp cooling to prevent chemotherapy-induced alopecia in children with acute lymphoblastic leukemia: A non-randomized trial.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41269388": {"title": "Adverse effects of scalp cooling for the reduction of chemotherapy-induced alopecia: A systematic review and meta-analysis.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41511680": {"title": "Innovations for cost-effective and eco-friendly solutions to combat chemotherapy-induced alopecia: a narrative systematic review.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "41192849": {"title": "Stingless bee propolis promotes hair follicle regeneration and melanocyte function in chemotherapy-induced alopecia mouse model.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "PPR1114305": {"title": "Phenytoin or Spironolactone Intervention Counteracts 5-Fluorouracil–Induced Alopecia in Rats by Suppressing Oxidative Stress and Inflammation While Promoting Collagen Synthesis", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41167685": {"title": "Effectiveness of Scalp-cooling Therapy for Preventing Chemotherapy-induced Alopecia in Patients With Breast Cancer: A Prospective Observational Study Focusing on Scalp, Eyebrow, and Eyelash Hair Loss.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41621664": {"title": "Limited insurance coverage for wigs: A cross-sectional analysis of wig providers in the Bay Area.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "41371370": {"title": "Targeting sonic hedgehog (shh) signaling pathways by the concentration-dependent topical resveratrol for protection from cyclophosphamide-induced alopecia in a mouse model.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "41263532": {"title": "Down-regulation of Shh in the hair follicles of mice during chemotherapy-induced hair loss is mediated by the JAK/STAT1 signaling pathway.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40876091": {"title": "Hydrogel-based drug delivery system designed for chemotherapy-induced alopecia.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "40587083": {"title": "Alopecia in Children with Cancer: A Review from Pathophysiology to Management.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40923546": {"title": "Expert consensus for prevention, diagnosis and management of persistent chemotherapy-induced alopecia.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41352716": {"title": "Response to Kim et al, \"Legislative efforts to expand insurance coverage of wigs for individuals with medical causes of alopecia\".", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40705170": {"title": "Photobiomodulation therapy in the prevention of chemotherapy-induced alopecia in breast cancer patients: a randomized controlled trial.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40747800": {"title": "Scalp cooling for the prevention of chemotherapy-induced alopecia in women with early breast cancer.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41224782": {"title": "Clinical and genetic predictors of persistent chemotherapy-induced alopecia despite scalp cooling in breast cancer.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40626588": {"title": "Platelet-Rich Plasma Treatment for Endocrine-Induced Alopecia and Persistent Chemotherapy-Induced Alopecia in Breast Cancer Survivors: A Randomized, Controlled, Pilot Study.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "40658349": {"title": "Cancer-Related Alopecia Risk and Treatment.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40516881": {"title": "Scalp cooling for preventing persistent chemotherapy-induced alopecia in anthracycline-treated patients: A single-arm trial.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40691934": {"title": "[Translated article] Dermatology Update on the Challenging Trichodynia.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41174233": {"title": "Scalp cooling therapy in chemotherapy-induced alopecia: addressing variability in cooling duration and efficacy.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41561359": {"title": "Exosomes in trichology: A literature review.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "40955427": {"title": "Exosomes and Hair Regeneration: A Systematic Review of Clinical Evidence Across Alopecia Types and Exosome Sources.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40732359": {"title": "Chitosan Nanoparticles for Topical Drug Delivery in Chemotherapy-Induced Alopecia: A Comparative Study of Five Repurposed Pharmacological Agents.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40183429": {"title": "Effects of scalp lotion containing alpha lipoic acid derivatives for chemotherapy-induced alopecia in patients with gastrointestinal cancer: A prospective cohort study.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39987935": {"title": "Pediatric Ewing's Sarcoma and Permanent Chemotherapy-Induced Alopecia: A Case-Control Study.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39428942": {"title": "Comparative Study on Enhanced Skin Permeation Efficiency of Phenylephrine via Novel Lipid Vesicles: A Promising Approach in Preventing Chemotherapy-induced Alopecia Management.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40064753": {"title": "Defining Predictive Factors for Permanent Chemotherapy-Induced Alopecia: Trichoscopy, Reflectance Confocal Microscopy and Histopathology Study on 77 Patients.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41328851": {"title": "Incidence and clinical patterns, severity and preventability of cutaneous adverse drug reactions among hospitalized patients in a tertiary centre.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40672523": {"title": "Modified Huanjingjian Prevents Chemotherapy-Induced Alopecia by Inhibiting Genomic DNA Methylation of the Wnt Signaling Pathway in Mice.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40434428": {"title": "Shorter post-infusion cooling times at least as effective as longer cooling times - An observational study of taxane- and anthracycline-based chemotherapies in the Dutch Scalp Cooling Registry.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39638216": {"title": "Fucoidan treats chemotherapy-induced alopecia and helps cyclophosphamide treat tumors.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40621129": {"title": "Optimizing Scalp Cooling: (Ultra)Structural Follicular Characteristic and Restorative Advances.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39336884": {"title": "Therapeutic Effect of Superficial Scalp Hypothermia on Chemotherapy-Induced Alopecia in Breast Cancer Survivors.", "year": "2024", "disease": "Chemotherapy-induced Alopecia"}, "39891783": {"title": "Red light therapy for patients with chemotherapy-induced alopecia.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "33452047": {"title": "Effects of improved hypoallergenic fabrics in medical wigs in patients with breast cancer with chemotherapy-induced alopecia: a randomised clinical trial.", "year": "2024", "disease": "Chemotherapy-induced Alopecia"}, "40421961": {"title": "Treated well but feeling poorly: examining supportive care devices in oncology practice.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40288540": {"title": "Enhancing access to scalp cooling therapy: How can we move forward? A response to Novice et al's \"the financial burden of scalp cooling therapy: A nonprofit organization data analysis\".", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39725217": {"title": "Response to Kang et al, \"Efficacy of low-dose oral minoxidil in the management of anticancer therapy-induced alopecia in patients with breast cancer: A retrospective cohort study\".", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39947495": {"title": "S100A8 induces cyclophosphamide-induced alopecia via NCF2/NOX2-mediated ferroptosis.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39922517": {"title": "5-Fluorouracil induces hair loss by inhibiting β-catenin signaling and angiogenesis.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40028988": {"title": "The Effect of Chemotherapy-Induced Alopecia on Distress and Quality of Life in Male Patients With Cancer.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40189146": {"title": "Response to Ghafari et al, \"Permanent makeup: A review of its technique, regulation, and complications\".", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40090328": {"title": "Feasibility of anticancer treatment using scalp cooling for patients with gynecological cancer in Japan: A case series study.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "PPR905537": {"title": "Scalp Cooling in Preventing Chemotherapy-Induced Alopecia for Early Breast Cancer Patients: Long-Term Outcomes of Real- Life Data", "year": "2024", "disease": "Chemotherapy-induced Alopecia"}, "39941780": {"title": "Chemotherapy-Induced Alopecia in Ovarian Cancer: Incidence, Mechanisms, and Impact Across Treatment Regimens.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41791530": {"title": "Hormonal Contraceptives: Part II- Use and Relevance in Clinical Dermatology.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41782872": {"title": "Significant improvement with ivarmacitinib after suboptimal response to tofacitinib in severe alopecia areata: a case report and literature review.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41782304": {"title": "Low-dose oral minoxidil (LDOM) and topical minoxidil: consensus recommendations for managing male and female pattern Hair loss in Hair transplant patients using a modified delphi process.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41779767": {"title": "Eyebrow Madarosis: An Updated Review of the Etiology and Management, Part I - Nonscarring Disorders.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41779754": {"title": "From Bald to Bold: Reversal of Alopecia Totalis in an Adolescent Using Dupilumab Monotherapy.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41779360": {"title": "Targeting Endogenous Wnt Antagonists for Therapy Development in AGA: a Focus on DKKs and sFRPs.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41772750": {"title": "Indirect Exposure to Topical Minoxidil Causing Generalized Hypertrichosis in Children: A Report of Two Cases.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41761855": {"title": "Phytochemical Profiling of the Halophyte Artemisia fukudo Makino and Its In Vitro Effects on Androgen-Related Pathways Associated With Benign Prostatic Hyperplasia and Alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41761643": {"title": "Finasteride withdrawal induces anxiety-like behavior and novelty avoidance in adult male rats.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41752186": {"title": "Large-Scale Plasma Proteomics and Genetic Integration Uncover Novel Biological Pathways in Male Pattern Baldness.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41748190": {"title": "Disparities in adverse event perception between patients and healthcare providers in gynaecologic anticancer therapy: results from an observational web-based study in Japan.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41725888": {"title": "Engineered Exosomes Co-Delivering EGF and FGF Ameliorate Androgenetic Alopecia in a Mouse Model.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41724440": {"title": "Visit Complexity Differs Between Scarring and Nonscarring Alopecia: A Five-Year DataDerm Analysis.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41717597": {"title": "Lifestyle factors affecting the pathogenesis of androgenetic alopecia: a literature review.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41708252": {"title": "The extract of Cyperus rotundus rhizome promotes hair growth and modulates hair cycle in vivo and in vitro.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41707704": {"title": "Risk of new-onset hair loss with semaglutide and tirzepatide: A TriNetX cohort study.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41706407": {"title": "Targeting the Gut Microbiota with Pro- and Postbiotics: Emerging Strategies against Alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41702838": {"title": "Cinnamomum burmannii Leaves-Derived Carbon Dots Promote Angiogenesis and Stimulate Hair Follicle Regeneration by Reshaping the Microenvironment of Hair Follicles.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41695992": {"title": "Expanding the therapeutic landscape of minoxidil for androgenetic alopecia: topical, oral and sublingual formulations.", "year": "2025", "disease": "Androgenetic Alopecia"}, "41687550": {"title": "MLPH-mediated activation of dermal papilla IGF-1 signaling drives human hair shaft elongation and anagen induction.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41667183": {"title": "Developing recommendations for promoting wellbeing in individuals with alopecia areata: a modified Delphi study.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41664424": {"title": "Treatment With Cyclohexyl Salicylate, an OR2A4/7 Agonist, Promotes Hair Growth and the Expansion of Epithelial Progenitor Cells in Human Hair Follicles Ex Vivo.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41656643": {"title": "Clinical Efficacy and Mechanisms of Microneedling Alone or Combined With Drugs in the Treatment of Androgenetic Alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41652813": {"title": "Development of a New Grading Scale for Evaluating Overall Hair Density.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41652806": {"title": "The Safety and Efficacy of a Novel Saw Palmetto (Serenoa repens) Extract for Promoting Hair Growth in Adults With Self-Perceived Thinning Hair: 180-Day Results.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41650296": {"title": "A novel framework for integrative hair longevity management.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41630600": {"title": "Review on natural remedies for hair growth promotion with a focus on rosemary.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41630346": {"title": "Network pharmacology, molecular docking, and dynamics reveal the mechanisms of Hejie Shengfa Decoction against alopecia areata.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41801544": {"title": "Treatment Patterns and Health-Related Quality of Life in Patients with Alopecia Areata Stratified by Disease Severity in the USA.", "year": "2026", "disease": "Alopecia Areata"}, "41798476": {"title": "Alopecia Areata in a Patient Undergoing Treatment for Secondary Syphilis: A Diagnostic Challenge.", "year": "2026", "disease": "Alopecia Areata"}, "41798416": {"title": "Crisaborole as a Potential Treatment for Pediatric Alopecia Areata: A Case Report and Literature Review.", "year": "2026", "disease": "Alopecia Areata"}, "41744512": {"title": "Psoriasis Course in Patients with Alopecia Areata Undergoing Baricitinib Therapy.", "year": "2026", "disease": "Alopecia Areata"}, "41742458": {"title": "Community Outreach for Hair Loss Education: A Pilot Feasibility Study.", "year": "2026", "disease": "Alopecia Areata"}, "41738375": {"title": "Clinical Spectrum of Cutaneous, Ocular, and Hair Manifestations in Patients With Inborn Errors of Immunity: Insights From a Single Center in Turkey.", "year": "2026", "disease": "Alopecia Areata"}, "41737950": {"title": "Alopecia Areata - Effects of Treatment with Upadacitinib - Two Case Reports.", "year": "2026", "disease": "Alopecia Areata"}, "41734422": {"title": "Risk for attention deficit hyperactivity disorder in alopecia areata patients: A nationwide case-control study.", "year": "2026", "disease": "Alopecia Areata"}, "41725174": {"title": "Associations of Lichen Sclerosus With Autoimmune Diseases: A Systematic Review and Meta-Analysis.", "year": "2026", "disease": "Alopecia Areata"}, "41692085": {"title": "Vitamins and hair: Sham or science?", "year": "2026", "disease": "Alopecia Areata"}, "41689579": {"title": "Artificial intelligence-enabled precision medicine for inflammatory skin diseases.", "year": "2026", "disease": "Alopecia Areata"}, "41672710": {"title": "Ritlecitinib for the treatment of severe alopecia areata: real-world experience from a UK tertiary centre.", "year": "2026", "disease": "Alopecia Areata"}, "41658722": {"title": "Retrospective Analysis of Oral Tofacitinib Treatment for Alopecia Areata at a Tertiary Care Hospital in Saudi Arabia.", "year": "2026", "disease": "Alopecia Areata"}, "41647049": {"title": "Alopecia Areata in Skin of Color.", "year": "2025", "disease": "Alopecia Areata"}, "41636459": {"title": "The mystery of the Girl with a Pearl Earring.", "year": "2026", "disease": "Alopecia Areata"}, "41064064": {"title": "Low-Dose Oral Minoxidil during Chemotherapy: A Review of the Mechanism and Current Evidence.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40693274": {"title": "Prevention of chemotherapy drug-mediated human hair follicle damage: combined use of cooling with antioxidant suppresses oxidative stress and prevents matrix keratinocyte cytotoxicity.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40417218": {"title": "Correlation analysis of pharmacokinetic parameters of docetaxel AUC and adverse reactions in breast cancer patients.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40362760": {"title": "Safety First: A Comprehensive Review of Nutritional Supplements for Hair Loss in Breast Cancer Patients.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "40227705": {"title": "Parallel Toxicities: A Comparative Analysis of Chemotherapy-Induced Neutropenia and Alopecia.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39987375": {"title": "A retrospective cohort study of women with breast cancer presenting to hair loss clinic.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39937296": {"title": "Safety and feasibility of concomitant scalp cooling and limb cryocompression to prevent paclitaxel-induced alopecia and neuropathy.", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "39725214": {"title": "Response to Kearney et al, \"Response to Kang et al, 'Efficacy of low-dose oral minoxidil in the management of anticancer therapy-induced alopecia in patients with breast cancer: A retrospective cohort study'\".", "year": "2025", "disease": "Chemotherapy-induced Alopecia"}, "41751951": {"title": "Double Knockdown of the Androgen Receptor Target Genes DKK1 and SFRP1 Does Not Potentiate the Hair Growth-Promoting Effect of SFRP1 Silencing in Healthy Human Hair Follicles Ex Vivo.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41802892": {"title": "The most impactful aspects of living with alopecia areata among patients commencing systemic treatments: Evaluating patients' perspectives to guide therapy.", "year": "2026", "disease": "Alopecia Areata"}, "41802724": {"title": "Generative Artificial Intelligence Tools: Evaluating Ways to Automate Your SALT (GATEWAYS) Scoring of Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41751543": {"title": "Genotype-Phenotype Delineation of Autoimmune Polyendocrinopathy, Candidiasis, and Ectodermal Dystrophy in a Pediatric Patient: A Case Report.", "year": "2026", "disease": "Alopecia Areata"}, "41804122": {"title": "Cost-Effectiveness Analysis of Ritlecitinib Compared With No Treatment in Patients With Severe Alopecia Areata in Japan.", "year": "2026", "disease": "Alopecia Areata"}, "41577198": {"title": "Real-world experience of JAK inhibitors in eyebrow regrowth for alopecia areata: A retrospective single-center study.", "year": "2026", "disease": "Alopecia Areata"}, "PMC12968975": {"title": "Risiko für autoimmune Schilddrüsenerkrankungen bei Personen mit Alopecia areata: Eine landesweite Fall‐Kontroll‐Studie", "year": "2026", "disease": "Alopecia Areata"}, "PMC12974232": {"title": "Case Report: Multimodal contact immunotherapy in alopecia areata: long-term clinical experience in the JAK inhibitor era", "year": "", "disease": "Alopecia Areata"}, "41812910": {"title": "Consensus Document on the Clinical Management of Alopecia Areata: Recommendations from the Spanish Hair Research Group of the Spanish Academy of Dermatology and Venerology).", "year": "2026", "disease": "Alopecia Areata"}, "PPR1164225": {"title": "Topical latanoprost acid for female androgenetic alopecia: a pilot proof-of-concept trial with mechanistic evidence of FP-receptor activation", "year": "2026", "disease": "Androgenetic Alopecia"}, "41816673": {"title": "Case Report: Multimodal contact immunotherapy in alopecia areata: long-term clinical experience in the JAK inhibitor era.", "year": "2026", "disease": "Alopecia Areata"}, "41814162": {"title": "Real-World Efficacy of Ritlecitinib in Adolescent Patients With Alopecia Areata: A 36 Week Monocentric Real-Life Observational Study.", "year": "2026", "disease": "Alopecia Areata"}, "41818095": {"title": "Association between Androgenic Hair Patterns and Prostate Cancer Risk in South Indian Men: A Case-control Study from the Cauvery Delta.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41819935": {"title": "Lactiplantibacillus plantarum ZJUIDS51 improves androgenic alopecia via gut-skin axis.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41819235": {"title": "Response to Tringali et al., \"Response to Park et al. on the Clinical Use of Hair Diameter Diversity in Androgenetic Alopecia\".", "year": "2026", "disease": "Androgenetic Alopecia"}, "41819232": {"title": "Response to Park et al. on the Clinical Use of Hair Diameter Diversity in Androgenetic Alopecia.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41821572": {"title": "Oxidative Stress and Hormone-Regulated Dermal Papilla Cell-Targeted Nanomodulators: Reverse Cellular Senescence for Androgenetic Alopecia Therapy.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41823643": {"title": "Scalp Microbiome Alterations in Androgenetic Alopecia: Patterns and Emerging Mechanistic Insights.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41824314": {"title": "Non-Invasive Scalp Tape-Strip RNA Sequencing Captures Disease Activity and Treatment-Response Signatures in Alopecia Areata.", "year": "2026", "disease": "Alopecia Areata"}, "41827794": {"title": "Chemotherapy-Induced Alopecia in Breast Cancer Patients: Treatment-Specific Incidence and Risk of Persistent Hair Loss.", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "PMC12979936": {"title": "Comparative efficacy of oral dutasteride and low-, medium-, and high-dose oral minoxidil: a six-month prospective trichoscopic and clinical study", "year": "", "disease": "Androgenetic Alopecia"}, "PMC12984217": {"title": "Chemotherapy-Induced Alopecia in Breast Cancer Patients: Treatment-Specific Incidence and Risk of Persistent Hair Loss", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "PMC12983087": {"title": "The Early Cost-Effectiveness of a Novel Scalp Cooling Device to Alleviate Chemotherapy-Induced Alopecia in Patients with Early Breast Cancer", "year": "2026", "disease": "Chemotherapy-induced Alopecia"}, "41831780": {"title": "Prescribing Habits for Androgenetic Alopecia among Dermatologists in Spain in 2024: A Cross-Sectional Study.", "year": "2026", "disease": "Androgenetic Alopecia"}, "41830903": {"title": "Real-World Safety of JAK Inhibitors in Skin Immune-Mediated Inflammatory Diseases: Boxed Warning Outcomes from a Multinational Cohort Study.", "year": "2026", "disease": "Alopecia Areata"}} \ No newline at end of file diff --git a/data/personalize_results.json b/data/personalize_results.json new file mode 100644 index 0000000..0934eed --- /dev/null +++ b/data/personalize_results.json @@ -0,0 +1,883 @@ +{ + "_description": "개인화+데이터 동화: 초기 반응 동화 → 후기 forecast 개선 검정(시험암=유사개인), 동화 구간수축 시연, 합성환자 정확성. 개인환자 IPD 확보 후 환자단위 재검정 필요.", + "honest_caveat": "시험암 평균은 저잡음 → 개선이 개인환자보다 과대평가될 수 있음. ODE-수준 개인화는 omics 필요.", + "forecast_skill": { + "by_trajectory": [ + { + "id": "deuruxolitinib_THRIVE-AA1_12mg", + "class": "JAK_inhibitor", + "n_obs": 3, + "n_future": 3, + "rmse_pop": 2.219, + "rmse_personal": 1.453, + "improve_pct": 34.5, + "cover_personal": 1.0, + "cover_pop": 1.0 + }, + { + "id": "deuruxolitinib_THRIVE-AA1_8mg", + "class": "JAK_inhibitor", + "n_obs": 3, + "n_future": 3, + "rmse_pop": 5.651, + "rmse_personal": 3.071, + "improve_pct": 45.7, + "cover_personal": 1.0, + "cover_pop": 0.0 + }, + { + "id": "deuruxolitinib_THRIVE-AA2_12mg", + "class": "JAK_inhibitor", + "n_obs": 3, + "n_future": 3, + "rmse_pop": 4.582, + "rmse_personal": 1.802, + "improve_pct": 60.7, + "cover_personal": 1.0, + "cover_pop": 0.33 + }, + { + "id": "brepocitinib_NCT02974868", + "class": "JAK_inhibitor", + "n_obs": 4, + "n_future": 3, + "rmse_pop": 16.199, + "rmse_personal": 5.027, + "improve_pct": 69.0, + "cover_personal": 1.0, + "cover_pop": 0.0 + }, + { + "id": "ritlecitinib_NCT02974868", + "class": "JAK_inhibitor", + "n_obs": 4, + "n_future": 3, + "rmse_pop": 11.686, + "rmse_personal": 4.949, + "improve_pct": 57.6, + "cover_personal": 1.0, + "cover_pop": 0.0 + }, + { + "id": "dutasteride_0.5mg_NCT01231607", + "class": "dutasteride", + "n_obs": 2, + "n_future": 1, + "rmse_pop": 45.955, + "rmse_personal": 46.306, + "improve_pct": -0.8, + "cover_personal": 1.0, + "cover_pop": 0.0 + }, + { + "id": "dutasteride_0.5mg_NCT00441116", + "class": "dutasteride", + "n_obs": 2, + "n_future": 1, + "rmse_pop": 0.369, + "rmse_personal": 0.025, + "improve_pct": 93.2, + "cover_personal": 1.0, + "cover_pop": 1.0 + }, + { + "id": "finasteride_1mg_NCT01231607", + "class": "finasteride", + "n_obs": 2, + "n_future": 1, + "rmse_pop": 30.766, + "rmse_personal": 27.729, + "improve_pct": 9.9, + "cover_personal": 1.0, + "cover_pop": 0.0 + }, + { + "id": "finasteride_1mg_Kaufman_2yr", + "class": "finasteride", + "n_obs": 2, + "n_future": 1, + "rmse_pop": 28.258, + "rmse_personal": 21.748, + "improve_pct": 23.0, + "cover_personal": 1.0, + "cover_pop": 0.0 + }, + { + "id": "finasteride_oral_P3074_NCT03004469", + "class": "finasteride", + "n_obs": 2, + "n_future": 1, + "rmse_pop": 17.453, + "rmse_personal": 16.178, + "improve_pct": 7.3, + "cover_personal": 0.0, + "cover_pop": 0.0 + } + ], + "overall": { + "n": 10, + "mean_improve_pct": 40.0, + "cover_personal": 0.9, + "cover_pop": 0.23, + "personal_wins": 9 + } + }, + "assimilation_example": { + "id": "deuruxolitinib_THRIVE-AA1_12mg", + "class": "JAK_inhibitor", + "points": [ + [ + 0.92, + 4.0 + ], + [ + 1.84, + 17.5 + ], + [ + 2.76, + 31.1 + ], + [ + 3.68, + 41.2 + ], + [ + 4.6, + 46.8 + ], + [ + 5.52, + 50.4 + ] + ], + "steps": [ + { + "n_obs": 2, + "obs_t": [ + 0.92, + 1.84 + ], + "grid": [ + 0.0, + 0.21, + 0.43, + 0.64, + 0.86, + 1.07, + 1.29, + 1.5, + 1.72, + 1.93, + 2.15, + 2.36, + 2.58, + 2.79, + 3.01, + 3.22, + 3.44, + 3.65, + 3.87, + 4.08, + 4.3, + 4.51, + 4.73, + 4.94, + 5.16, + 5.37, + 5.58, + 5.8 + ], + "median": [ + 0.016, + 0.02, + -0.01, + 0.261, + 2.841, + 6.737, + 10.075, + 13.143, + 15.842, + 18.362, + 20.575, + 22.66, + 24.509, + 26.271, + 27.803, + 29.382, + 30.641, + 32.018, + 33.071, + 34.106, + 35.049, + 36.213, + 37.037, + 37.384, + 38.099, + 38.738, + 39.475, + 40.171 + ], + "lo": [ + -1.761, + -1.718, + -1.706, + -1.598, + 0.694, + 4.596, + 7.86, + 10.886, + 13.435, + 15.848, + 17.623, + 19.258, + 20.446, + 21.407, + 22.014, + 22.724, + 22.975, + 23.473, + 23.697, + 24.122, + 24.08, + 24.466, + 24.403, + 24.187, + 24.734, + 24.371, + 24.547, + 24.757 + ], + "hi": [ + 1.708, + 1.759, + 1.734, + 2.29, + 5.529, + 9.044, + 12.5, + 15.427, + 18.128, + 20.894, + 23.335, + 25.921, + 28.116, + 30.393, + 32.563, + 34.522, + 36.547, + 38.315, + 39.955, + 41.735, + 42.894, + 44.725, + 46.336, + 47.471, + 48.589, + 49.946, + 50.813, + 52.166 + ], + "endpoint_width": 26.349 + }, + { + "n_obs": 3, + "obs_t": [ + 0.92, + 1.84, + 2.76 + ], + "grid": [ + 0.0, + 0.21, + 0.43, + 0.64, + 0.86, + 1.07, + 1.29, + 1.5, + 1.72, + 1.93, + 2.15, + 2.36, + 2.58, + 2.79, + 3.01, + 3.22, + 3.44, + 3.65, + 3.87, + 4.08, + 4.3, + 4.51, + 4.73, + 4.94, + 5.16, + 5.37, + 5.58, + 5.8 + ], + "median": [ + 0.028, + -0.059, + 0.006, + 0.179, + 2.397, + 6.264, + 10.027, + 13.487, + 16.815, + 19.856, + 22.821, + 25.515, + 28.016, + 30.503, + 32.816, + 34.918, + 36.929, + 38.927, + 40.654, + 42.575, + 44.017, + 45.728, + 46.937, + 48.478, + 49.75, + 50.94, + 52.181, + 53.092 + ], + "lo": [ + -3.15, + -3.101, + -3.107, + -2.943, + -1.538, + 1.429, + 5.514, + 9.5, + 13.073, + 16.254, + 19.124, + 21.742, + 24.052, + 26.443, + 28.371, + 30.237, + 31.909, + 33.171, + 34.641, + 35.947, + 36.628, + 37.88, + 38.456, + 39.156, + 40.184, + 40.536, + 41.841, + 41.385 + ], + "hi": [ + 3.134, + 3.054, + 3.055, + 3.423, + 6.531, + 10.192, + 13.724, + 17.073, + 20.586, + 23.495, + 26.532, + 29.363, + 31.891, + 34.571, + 37.214, + 39.638, + 42.023, + 44.424, + 46.651, + 48.907, + 50.825, + 53.037, + 54.656, + 56.458, + 58.579, + 59.93, + 61.803, + 63.085 + ], + "endpoint_width": 20.156 + }, + { + "n_obs": 4, + "obs_t": [ + 0.92, + 1.84, + 2.76, + 3.68 + ], + "grid": [ + 0.0, + 0.21, + 0.43, + 0.64, + 0.86, + 1.07, + 1.29, + 1.5, + 1.72, + 1.93, + 2.15, + 2.36, + 2.58, + 2.79, + 3.01, + 3.22, + 3.44, + 3.65, + 3.87, + 4.08, + 4.3, + 4.51, + 4.73, + 4.94, + 5.16, + 5.37, + 5.58, + 5.8 + ], + "median": [ + 0.06, + 0.028, + 0.013, + 0.322, + 2.166, + 5.765, + 9.784, + 13.269, + 16.66, + 19.826, + 23.108, + 25.943, + 28.694, + 31.286, + 33.746, + 36.077, + 38.228, + 40.378, + 42.25, + 44.258, + 45.997, + 47.544, + 49.333, + 50.786, + 52.197, + 53.436, + 54.875, + 56.021 + ], + "lo": [ + -4.179, + -4.139, + -4.098, + -4.022, + -2.647, + -0.278, + 3.93, + 8.285, + 11.856, + 15.019, + 18.226, + 21.169, + 23.993, + 26.442, + 29.075, + 31.102, + 33.056, + 35.172, + 36.793, + 38.477, + 39.861, + 41.067, + 42.536, + 43.69, + 44.327, + 45.474, + 46.325, + 47.044 + ], + "hi": [ + 3.96, + 3.949, + 4.083, + 4.692, + 7.581, + 11.344, + 14.621, + 18.133, + 21.528, + 24.559, + 27.922, + 30.603, + 33.35, + 36.091, + 38.501, + 40.962, + 43.249, + 45.663, + 47.783, + 50.042, + 52.101, + 53.815, + 55.935, + 57.704, + 59.494, + 61.127, + 63.184, + 64.703 + ], + "endpoint_width": 16.529 + }, + { + "n_obs": 5, + "obs_t": [ + 0.92, + 1.84, + 2.76, + 3.68, + 4.6 + ], + "grid": [ + 0.0, + 0.21, + 0.43, + 0.64, + 0.86, + 1.07, + 1.29, + 1.5, + 1.72, + 1.93, + 2.15, + 2.36, + 2.58, + 2.79, + 3.01, + 3.22, + 3.44, + 3.65, + 3.87, + 4.08, + 4.3, + 4.51, + 4.73, + 4.94, + 5.16, + 5.37, + 5.58, + 5.8 + ], + "median": [ + 0.021, + 0.076, + 0.038, + 0.337, + 2.473, + 6.034, + 9.809, + 13.372, + 16.692, + 19.925, + 22.908, + 25.714, + 28.472, + 30.953, + 33.364, + 35.709, + 37.657, + 39.849, + 41.724, + 43.429, + 45.237, + 46.794, + 48.381, + 49.716, + 51.077, + 52.376, + 53.608, + 54.841 + ], + "lo": [ + -4.465, + -4.661, + -4.607, + -4.374, + -2.919, + -0.47, + 3.51, + 7.56, + 11.083, + 14.66, + 17.573, + 20.542, + 23.359, + 25.804, + 28.214, + 30.337, + 32.362, + 34.418, + 36.275, + 38.06, + 39.515, + 41.056, + 42.163, + 43.431, + 44.555, + 45.584, + 46.706, + 47.305 + ], + "hi": [ + 4.697, + 4.763, + 4.529, + 5.275, + 8.175, + 11.877, + 15.463, + 18.868, + 22.088, + 25.322, + 28.183, + 31.064, + 33.658, + 36.245, + 38.661, + 40.787, + 42.968, + 45.057, + 46.917, + 49.095, + 50.782, + 52.544, + 54.125, + 55.943, + 57.541, + 58.978, + 60.707, + 62.112 + ], + "endpoint_width": 13.777 + }, + { + "n_obs": 6, + "obs_t": [ + 0.92, + 1.84, + 2.76, + 3.68, + 4.6, + 5.52 + ], + "grid": [ + 0.0, + 0.21, + 0.43, + 0.64, + 0.86, + 1.07, + 1.29, + 1.5, + 1.72, + 1.93, + 2.15, + 2.36, + 2.58, + 2.79, + 3.01, + 3.22, + 3.44, + 3.65, + 3.87, + 4.08, + 4.3, + 4.51, + 4.73, + 4.94, + 5.16, + 5.37, + 5.58, + 5.8 + ], + "median": [ + -0.018, + 0.083, + 0.113, + 0.437, + 2.564, + 6.226, + 10.038, + 13.632, + 17.018, + 20.106, + 23.045, + 25.71, + 28.345, + 30.857, + 32.983, + 35.312, + 37.368, + 39.313, + 40.953, + 42.595, + 44.421, + 45.765, + 47.129, + 48.567, + 49.786, + 50.835, + 51.972, + 53.291 + ], + "lo": [ + -4.939, + -4.9, + -4.773, + -4.686, + -3.182, + -0.747, + 3.52, + 7.617, + 11.103, + 14.269, + 17.539, + 20.088, + 22.732, + 25.262, + 27.485, + 29.769, + 31.813, + 33.535, + 35.431, + 37.271, + 38.819, + 40.123, + 41.447, + 42.864, + 43.578, + 44.741, + 45.746, + 46.517 + ], + "hi": [ + 4.882, + 5.056, + 5.143, + 5.652, + 8.686, + 12.276, + 15.71, + 19.053, + 22.682, + 25.638, + 28.646, + 31.517, + 34.053, + 36.561, + 38.886, + 40.949, + 43.044, + 44.932, + 46.528, + 48.146, + 50.006, + 51.447, + 53.097, + 54.13, + 55.648, + 57.07, + 58.103, + 59.655 + ], + "endpoint_width": 12.255 + } + ] + }, + "synthetic": { + "truth": { + "lag": 1.2, + "tau": 3.5, + "A": -48.0 + }, + "true_endpoint": -34.04, + "obs_times_wk": [ + 4, + 8, + 12, + 16, + 20, + 24 + ], + "obs_values": [ + -1.12, + -10.99, + -13.55, + -23.76, + -32.49, + -33.82 + ], + "steps": [ + { + "n_obs": 2, + "endpoint_pred": -20.17, + "endpoint_lo": -31.87, + "endpoint_hi": -11.36, + "endpoint_width": 20.52, + "endpoint_err": 13.87, + "lag_mean": 1.017, + "lag_sd": 0.229 + }, + { + "n_obs": 3, + "endpoint_pred": -15.08, + "endpoint_lo": -21.8, + "endpoint_hi": -12.25, + "endpoint_width": 9.55, + "endpoint_err": 18.96, + "lag_mean": 0.968, + "lag_sd": 0.211 + }, + { + "n_obs": 4, + "endpoint_pred": -30.31, + "endpoint_lo": -35.26, + "endpoint_hi": -25.21, + "endpoint_width": 10.05, + "endpoint_err": 3.74, + "lag_mean": 0.83, + "lag_sd": 0.192 + }, + { + "n_obs": 5, + "endpoint_pred": -35.39, + "endpoint_lo": -40.12, + "endpoint_hi": -30.66, + "endpoint_width": 9.46, + "endpoint_err": 1.34, + "lag_mean": 0.987, + "lag_sd": 0.223 + }, + { + "n_obs": 6, + "endpoint_pred": -34.48, + "endpoint_lo": -38.79, + "endpoint_hi": -30.31, + "endpoint_width": 8.48, + "endpoint_err": 0.43, + "lag_mean": 0.949, + "lag_sd": 0.226 + } + ] + } +} \ No newline at end of file diff --git a/data/power_molecular.json b/data/power_molecular.json new file mode 100644 index 0000000..9d96760 --- /dev/null +++ b/data/power_molecular.json @@ -0,0 +1,60 @@ +{ + "_description": "분자 readout/설계의 검정력 영향. 핵심: 노이즈 플로어는 생물학적 모낭간 변동 → 표본 절감은 유효 CV↓(주로 모낭내 paired/반복측정·매칭)에서. readout 교체 자체론 불충분.", + "molecular_delta": 0.1271, + "readout_design": { + "primary_synergy": "hair-keratin mRNA (KRT35/KRT85) = A(Hair output) proxy → AND-게이트", + "axis_confirm": "AXIN2/LEF1 (W축, ARM1) + DP markers (D축, ARM2)", + "why": "W/D 단독 마커로는 시너지 안 보임 — 시너지는 하류 A=keratin 에서 창발" + }, + "n_vs_cv": { + "0.1": 10, + "0.12": 12, + "0.15": 20, + "0.18": 20, + "0.2": 25, + "0.25": 40, + "0.3": 50, + "0.35": 60 + }, + "strategies": [ + { + "strategy": "형태학 단일신장(엔드포인트)", + "cv_eff": 0.3, + "per_group": 50, + "total_follicles": 1000, + "note": "기준. 모낭 간 생물변동이 노이즈 플로어." + }, + { + "strategy": "분자 qPCR keratin (낙관)", + "cv_eff": 0.2, + "per_group": 25, + "total_follicles": 500, + "note": "⚠ mRNA가 더 조밀하다는 가정 — 파일럿으로 bioCV 확인 필수." + }, + { + "strategy": "반복측정 신장기울기(모낭내 paired)", + "cv_eff": 0.15, + "per_group": 20, + "total_follicles": 400, + "note": "★ 모낭 간 변동 상쇄 — 비파괴 영상으로 가능. 최대 레버." + }, + { + "strategy": "paired + 분자공동일차 + 모낭매칭", + "cv_eff": 0.12, + "per_group": 15, + "total_follicles": 300, + "note": "복합(매칭+반복+분자). 최선 시나리오." + } + ], + "honest_findings": [ + "Bliss 초과 δ는 readout 무관(~0.127); 검정력 차이는 유효 CV에서만.", + "qPCR 기술CV(~0.10) ≪ 모낭간 생물CV(~0.30) → readout 교체만으로 유효CV 거의 불변.", + "모낭 풀링은 총 모낭수를 못 줄임(샘플당 k배, 정보 보존).", + "최대 레버 = 모낭내 paired/반복측정(비파괴 신장 기울기) → 모낭간 변동 상쇄.", + "분자 qPCR의 가치 = 시너지를 잡는 올바른 지표(A proxy)+축 확인; 표본 절감은 bioCV가 실제 낮을 때만(파일럿 필수)." + ], + "morphology_reference": { + "per_group": 50, + "total_follicles": 1000 + } +} \ No newline at end of file diff --git a/data/power_simulation.json b/data/power_simulation.json new file mode 100644 index 0000000..a841b47 --- /dev/null +++ b/data/power_simulation.json @@ -0,0 +1,99 @@ +{ + "_description": "ex vivo 2×2 시너지 실험 몬테카를로 검정력. estimand=Bliss 초과 δ, 델타법 SE, 단측α=0.05.", + "assumptions": { + "H_um_per_9d": 250.0, + "aga_deficit": 0.5, + "donor_sd": 0.15, + "alpha": 0.05, + "sided": 1, + "caveat": "SE 를 알려진 것으로 근사(부트스트랩 대비 약간 낙관적). ARM 효능1 and false discovery rate (FDR) < 0.05 were considered as a significant difference. 2.14. The gene expression in normal or injured HHDPCs treated by ZCQ Gene expression of PDGF, TGF-β, C-Myc, MMP2 and CCN1 in normal or injured HHDPCs were detected by quantitative PCR (qPCR). Briefly, HHDPCs (1 ", + "n_hits": 17 + }, + { + "paper": "Self-assembling peptide inspired by insulin and type 1 insulin-like growth factor for the treatment of androgenetic alopecia", + "quote": "ascular endothelial growth factor (VEGF), which enhanced the repair of ischemic tissues [21]. Yang et al. designed a self-assembling peptide with platelet-derived growth factor (PDGF) bioactivity, successfully promoting the healing of radiation-induced injury [22]. Subsequently, Shi et al. also empl", + "n_hits": 7 + }, + { + "paper": "Cell-free fat extract restores hair loss a novel therapeutic strategy for androgenetic alopecia", + "quote": "ing with CEFFE regardless of the presence or absence of DHT. In other studies, HGF was associated with the span of the hair follicle stages, and platelet-derived growth factor (PDGF) promotes and maintains the anagen stage. Thus, we speculate that HGF and PDGF may play a crucial role in hair cycle c", + "n_hits": 5 + }, + { + "paper": "Cell-free fat extract restores hair loss a novel therapeutic strategy for androgenetic alopecia", + "quote": "ing with CEFFE regardless of the presence or absence of DHT. In other studies, HGF was associated with the span of the hair follicle stages, and platelet-derived growth factor (PDGF) promotes and maintains the anagen stage. Thus, we speculate that HGF and PDGF may play a crucial role in hair cycle c", + "n_hits": 5 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "PPARG", + "name": "Peroxisome proliferator-activated receptor gamma", + "diseases": [ + "CIA", + "Scarring" + ], + "pathway": "Nuclear receptor", + "twin_node": "HFSC", + "effect": "+", + "role": "protector", + "drugs": [ + "PPARγ agonist", + "pioglitazone", + "topical PPAR-gamma agonists (investigational)" + ], + "mechanism": "HFSC PPARγ 결핍 시 반흔성 탈모.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "P37231", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P37231", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P37231-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P37231-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P37231", + "mean_plddt": 76.1, + "plddt_band": "Confident (70–90)", + "n_residues": 505, + "local_pdb": "digital_twin\\data\\structures\\P37231_AF.pdb" + }, + "uniprot": "P37231", + "uniprot_name": "Peroxisome proliferator-activated receptor gamma", + "length": 505, + "function": "Ligand-activated transcription factor that forms obligate heterodimers with the retinoic acid receptor and acts as a key regulator of biological processes, such as adipocyte differentiation, lipid metabolism, glucose homeostasis and beta-oxidation of fatty acids (PubMed:16150867, PubMed:20829347, PubMed:23525231, PubMed:8702406, PubMed:8706692, PubMed:9065481). Activated by lipid ligands: binds peroxisome proliferators, such as hypolipidemic drugs, and fatty acids, such as prostaglandin J2 metabolites (PubMed:16150867, PubMed:20829347, PubMed:23525231, PubMed:8702406, PubMed:8706692, PubMed:90", + "pdb_count": 316, + "pdb_ids": [ + "1FM6", + "1FM9", + "1I7I", + "1K74", + "1KNU", + "1NYX", + "1PRG", + "1RDT" + ], + "grounding": [ + { + "paper": "Hair Follicle Stem Cell-Specific PPARγ Deletion Causes Scarring Alopecia", + "quote": "Hair Follicle Stem Cell-Specific PPARγ Deletion Causes Scarring Alopecia Pratima Karnik1, Zenar Tekeste1, Thomas S. McCormick1, Anita C. Gilliam1, Vera H. Price2, Kevin D. Cooper1, and Paradi Mirmirani1 1Department of", + "n_hits": 128 + }, + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "ylorobol NOS2 Mohanlian MOL003389 3’-O-Methylorobol PTGS1 Mohanlian MOL003389 3’-O-Methylorobol ESR1 Mohanlian MOL003389 3’-O-Methylorobol AR Mohanlian MOL003389 3’-O-Methylorobol PPARG Mohanlian MOL003389 3’-O-Methylorobol PTGS2 Mohanlian MOL003389 3’-O-Methylorobol ESR2 Mohanlian MOL003389 3’-O-Me", + "n_hits": 12 + }, + { + "paper": "Alleviation of Androgenetic Alopecia with Aqueous Paeonia lactiflora and Poria cocos Extract Intake through Suppressing the Steroid Hormone and Inflammatory Pathway", + "quote": "the opposite pattern with increasing aromatase mRNA expression (p < 0.05). In the dorsal skin, DKK1 and NR3C2 mRNA expressions were significantly lower, but TGF-β2, β-Catenin, and PPARG expressions were higher in the AGA-PL and AGA-PC groups than in the AGA-Con group (p < 0.05), whereas TNF-α and IL-", + "n_hits": 7 + }, + { + "paper": "Prostaglandin D2 Inhibits Hair Growth and Is Elevated in Bald Scalp of Men with Androgenetic Alopecia", + "quote": "cularly relevant; although this eicosanoid has been hypothesized to be a natural ligand for the nuclear hormone transcription factor peroxisome proliferators–activated receptor γ (PPARγ), the measured concentration of 15-dPGJ2 is often lower than the binding constant for PPARγ (17). Thus, although i", + "n_hits": 6 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "PTCH1", + "name": "Protein patched homolog 1", + "diseases": [ + "CIA", + "Other" + ], + "pathway": "Hedgehog", + "twin_node": "SHH", + "effect": "-", + "role": "modulator", + "drugs": [], + "mechanism": "SHH 수용체(억제성); 변이 시 모낭 이상.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:CIA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "Q13635", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q13635", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q13635-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q13635-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q13635", + "mean_plddt": 73.9, + "plddt_band": "Confident (70–90)", + "n_residues": 1447, + "local_pdb": "digital_twin\\data\\structures\\Q13635_AF.pdb" + }, + "uniprot": "Q13635", + "uniprot_name": "Protein patched homolog 1", + "length": 1447, + "function": "Acts as a receptor for sonic hedgehog (SHH), indian hedgehog (IHH) and desert hedgehog (DHH). Associates with the smoothened protein (SMO) to transduce the hedgehog's proteins signal. Seems to have a tumor suppressor function, as inactivation of this protein is probably a necessary, if not sufficient step for tumorigenesis", + "pdb_count": 16, + "pdb_ids": [ + "6DMB", + "6DMO", + "6DMY", + "6E1H", + "6N7G", + "6N7H", + "6N7K", + "6OEU" + ], + "grounding": [ + { + "paper": "Mice with a Targeted Mutation of Patched2 Are Viable but Develop Alopecia and Epidermal Hyperplasia†", + "quote": "). Ptc1 mutations also occur in sporadic forms of BCC and MB. Mutational studies with mice have verified that Ptc1 is a tumor suppressor. We previously identified a second mammalian Patched gene, Ptc2, and demonstrated its distinct expression pattern during embryogenesis, suggesting a unique role in d", + "n_hits": 34 + }, + { + "paper": "Skin cancer understanding the journey of transformation from conventional to advanced treatment approaches.", + "quote": "unity not able to cope with the cancer- inducing agents, (iii) beta human papilloma virus (HPV) and (iv) Human immunodeficiency virus (HIV) [51]. Cell growth is regulated by the patched/hedgehog intracel- lular signaling system, and continuous activation of this pathway results in the formation of B", + "n_hits": 10 + }, + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "quote": "h→Hhip, which inhibits Hedgehog signaling by SHH sequestering (Griffiths et al., 2021). Conversely, in a Shh→Gpc5 interaction, Gpc5 may promote Hedgehog signaling by stabilizing Ptch1 binding (Li et al., 2011). Potential interaction calls from DP to BuSCs included all four R- spondins, highly expres", + "n_hits": 6 + }, + { + "paper": "Ox40-Cre–mediated deletion of BRD4 reveals an unexpected phenotype of hair follicle stem cells in alopecia", + "quote": "CAGTC CACAGTCTTGTCAATCTTGGCA Cdca2 CGAGTTCACACGACAAGCCT GGAGTCACAAACGGTTCAGTTC Cdk4 ATGGCTGCCACTCGATATGAA TCCTCCATTAGGAACTCTCACAC Ccnd1 GCGTACCCTGACACCAATCTC CTCCTCTTCGCACTTCTGCTC Ptch1 AAAGAACTGCGGAAGTTTTTG CTTCTCCTATCTTCTGACGGGT Gas1 CCATCTGCGAATCGGTCAAAG GCTCGTCGTCATATTCTTCGTC Gli1 CCAAGCCAACTTTA", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "PTEN", + "name": "Phosphatase and tensin homolog", + "diseases": [ + "AGA" + ], + "pathway": "PI3K-AKT-mTOR", + "twin_node": "APO", + "effect": "-", + "role": "protector", + "drugs": [], + "mechanism": "autophagy 유지로 DP apoptosis 억제(보호인자); CRH 가 PTEN 을 억제하면 apoptosis↑.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AGA", + "discover:HFSC", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "P60484", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P60484", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P60484-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P60484-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P60484", + "mean_plddt": 83.0, + "plddt_band": "Confident (70–90)", + "n_residues": 403, + "local_pdb": "digital_twin\\data\\structures\\P60484_AF.pdb" + }, + "uniprot": "P60484", + "uniprot_name": "Phosphatidylinositol 3,4,5-trisphosphate 3-phosphatase and dual-specificity protein phosphatase PTEN", + "length": 403, + "function": "Dual-specificity protein phosphatase, dephosphorylating tyrosine-, serine- and threonine-phosphorylated proteins (PubMed:9187108, PubMed:9256433, PubMed:9616126). Also functions as a lipid phosphatase, removing the phosphate in the D3 position of the inositol ring of PtdIns(3,4,5)P3/phosphatidylinositol 3,4,5-trisphosphate, PtdIns(3,4)P2/phosphatidylinositol 3,4-diphosphate and PtdIns3P/phosphatidylinositol 3-phosphate with a preference for PtdIns(3,4,5)P3 (PubMed:16824732, PubMed:26504226, PubMed:9593664, PubMed:9811831). Furthermore, this enzyme can also act as a cytosolic inositol 3-phospha", + "pdb_count": 12, + "pdb_ids": [ + "1D5R", + "2KYL", + "4O1V", + "5BUG", + "5BZX", + "5BZZ", + "7JTX", + "7JUK" + ], + "grounding": [ + { + "paper": "Corticotropin-releasing hormone inhibits autophagy by suppressing PTEN to promote apoptosis in dermal papilla cells", + "quote": "Research Article Annals of Medicine 2025, VOL. 57, NO. 1, 2490823 Corticotropin-releasing hormone inhibits autophagy by suppressing PTEN to promote apoptosis in dermal papilla cells Wenzi Lianga, Xiuwen Chenb, Na Nic, Chutong Zhuangc, Zhiying Yua, Ziqing Xua, Yingshi Lia, Changmin Lina and Keng Huan", + "n_hits": 84 + }, + { + "paper": "ISEV2025 Abstract Book.", + "quote": "viron- ment. OF11.3 Delivery of melanoma cell-derived miR-92b-3p by extracellular vesicles promotes the formation of carcinoma-associated fibroblasts through the downregulation of PTEN Stefanie Kewitz-Hempel1, Nicola Windisch1, Gerd Hause2, Lutz Müller3, Cord Sunderkötter1, Dennis Gerloff1 1Departme", + "n_hits": 18 + }, + { + "paper": "Skin cancer understanding the journey of transformation from conventional to advanced treatment approaches.", + "quote": "pathway predominantly facilitates proliferation and invasion. One of the inhibi- tors of the PI3K pathway is the enzyme phosphatase and tensing homolog deleted on chromosome 10 (PTEN). PTEN catalyzes the de-phosphorylation reaction of phosphatidylinositol 3,4,5-trisphosphate (PIP3) back to phosphati", + "n_hits": 11 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "PTGDR2", + "name": "Prostaglandin D2 receptor 2 (CRTH2/GPR44)", + "diseases": [ + "AGA" + ], + "pathway": "Prostaglandin", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [ + "fevipiprant", + "fevipiprant (repurposing)", + "ramatroban", + "setipiprant", + "setipiprant (CRTH2 antagonist, trialed for AGA)", + "setipiprant (Phase 2)" + ], + "mechanism": "PGD2 수용체; 모낭 소형화 매개.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AGA", + "discover:recent", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "Q9Y5Y4", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9Y5Y4", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y5Y4-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y5Y4-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9Y5Y4", + "mean_plddt": 81.0, + "plddt_band": "Confident (70–90)", + "n_residues": 395, + "local_pdb": "digital_twin\\data\\structures\\Q9Y5Y4_AF.pdb" + }, + "uniprot": "Q9Y5Y4", + "uniprot_name": "Prostaglandin D2 receptor 2", + "length": 395, + "function": "Receptor for prostaglandin D2 (PGD2). Coupled to the G(i)-protein. Receptor activation may result in pertussis toxin-sensitive decreases in cAMP levels and Ca(2+) mobilization. PI3K signaling is also implicated in mediating PTGDR2 effects. PGD2 induced receptor internalization. CRTH2 internalization can be regulated by diverse kinases such as, PKC, PKA, GRK2, GPRK5/GRK5 and GRK6. Receptor activation is responsible, at least in part, in immune regulation and allergic/inflammation responses", + "pdb_count": 6, + "pdb_ids": [ + "6D26", + "6D27", + "7M8W", + "8XXU", + "8XXV", + "9IYB" + ], + "grounding": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "quote": "y (Heilmann-Heimbach et al., 2017; Michel et al., 2017; Li et al., 2024). Functional studies of bald versus non-bald scalp confirm that prostaglandin D2 (PGD2) and its receptor GPR44 are upregulated in balding areas and that PGD2 directly inhibits hair growth, while prostaglandin F2α analogues, acti", + "n_hits": 17 + }, + { + "paper": "Prostaglandin D2 Inhibits Hair Growth and Is Elevated in Bald Scalp of Men with Androgenetic Alopecia", + "quote": "H, Hirai H, Nagata K, Hara T, Utsuyama M, Hirokawa K, Sugamura K, Nishioka K, Nakamura M. Prostaglandin D2 plays an essential role in chronic allergic inflammation of the skin via CRTH2 receptor. J Immunol. 2006; 177:2621–2629. [PubMed: 16888024] 27. Eguchi N, Minami T, Shirafuji N, Kanaoka Y, Tanak", + "n_hits": 16 + }, + { + "paper": "The Genetic Landscape of Androgenetic Alopecia Current Knowledge and Future Perspectives.", + "quote": "sex population Increased risk ACE [33] rs4343 Mixed ethnicity and mixed sex population Increased risk PTGFR [33] rs10782665 Mixed ethnicity and mixed sex population Increased risk PTGDR2 [33] rs533116 Mixed male and female population Increased risk rs545659 Mixed ethnicity and mixed sex population I", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "RIPK1", + "name": "Receptor-interacting protein kinase 1", + "diseases": [ + "AA" + ], + "pathway": "Necroptosis", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [ + "RIPK1 inhibitor", + "RIPK1 inhibitors (investigational)" + ], + "mechanism": "모낭세포 necroptosis 매개.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "Q13546", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q13546", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q13546-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q13546-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q13546", + "mean_plddt": 69.7, + "plddt_band": "Low (50–70)", + "n_residues": 671, + "local_pdb": "digital_twin\\data\\structures\\Q13546_AF.pdb" + }, + "uniprot": "Q13546", + "uniprot_name": "Receptor-interacting serine/threonine-protein kinase 1", + "length": 671, + "function": "Serine-threonine kinase which is a key regulator of TNF-mediated apoptosis, necroptosis and inflammatory pathways (PubMed:17703191, PubMed:24144979, PubMed:31827280, PubMed:31827281, PubMed:32657447, PubMed:35831301). Exhibits kinase activity-dependent functions that regulate cell death and kinase-independent scaffold functions regulating inflammatory signaling and cell survival (PubMed:11101870, PubMed:19524512, PubMed:19524513, PubMed:29440439, PubMed:30988283). Has kinase-independent scaffold functions: upon binding of TNF to TNFR1, RIPK1 is recruited to the TNF-R1 signaling complex (TNF-RS", + "pdb_count": 26, + "pdb_ids": [ + "4ITH", + "4ITI", + "4ITJ", + "4NEU", + "5HX6", + "5TX5", + "5V7Z", + "6AC5" + ], + "grounding": [ + { + "paper": "The Involvement of RIPK1 in Alopecia Areata", + "quote": "Revised: 6 February 2025 Accepted: 10 February 2025 Published: 13 February 2025 Citation: Kim, H.; Zheng, M.; An, S.; Park, I.G.; Song, L.; Noh, M.; Sung, J.-H. The Involvement of RIPK1 in Alopecia Areata. Int. J. Mol. Sci. 2025, 26, 1565. https://doi.org/10.3390/ ijms26041565 Copyright: © 2025 by t", + "n_hits": 87 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "SMAD3", + "name": "Mothers against decapentaplegic homolog 3", + "diseases": [ + "CIA" + ], + "pathway": "BMP/TGFβ", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [ + "SIS3 (SMAD3 inhibitor, experimental)" + ], + "mechanism": "TGFβ 하류; keratin 억제·apoptosis.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:CIA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "P84022", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P84022", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P84022-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P84022-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P84022", + "mean_plddt": 83.6, + "plddt_band": "Confident (70–90)", + "n_residues": 425, + "local_pdb": "digital_twin\\data\\structures\\P84022_AF.pdb" + }, + "uniprot": "P84022", + "uniprot_name": "SMAD family member 3", + "length": 425, + "function": "Receptor-regulated SMAD (R-SMAD) that is an intracellular signal transducer and transcriptional modulator activated by TGF-beta (transforming growth factor) and activin type 1 receptor kinases. Binds the TRE element in the promoter region of many genes that are regulated by TGF-beta and, on formation of the SMAD3/SMAD4 complex, activates transcription. Also can form a SMAD3/SMAD4/JUN/FOS complex at the AP-1/SMAD site to regulate TGF-beta-mediated transcription. Has an inhibitory effect on wound healing probably by modulating both growth and migration of primary keratinocytes and by altering th", + "pdb_count": 12, + "pdb_ids": [ + "1MHD", + "1MJS", + "1MK2", + "1OZJ", + "1U7F", + "2LAJ", + "2LB2", + "5OD6" + ], + "grounding": [ + { + "paper": "Kartogenin regulates hair growth and hair cycling", + "quote": "ch the transforming growth factor (TGF)-β2 is crucial [19-21]. TGF-β2, which is a multifunctional cytokine, propagates signals via TGF-β receptor and phosphorylating Smad2 and Smad3 [22]. Various studies demonstrated that TGF-β2 is a catagen phase inducer and inhibition of TGF-β2 activity during hai", + "n_hits": 45 + }, + { + "paper": "iTRAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting and TGF-b Smad3 pathway", + "quote": "d quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β/ Smad3 pathway Renkai Li a,b,1, Mingxia Chen a,1, Danxi Yan a, Liang Chen c, Mandi Lin d, Bohui Deng a, Likai Zhuang a, Fei ", + "n_hits": 35 + }, + { + "paper": "iTRAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β Smad3 pathway", + "quote": "d quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β/ Smad3 pathway Renkai Li a,b,1, Mingxia Chen a,1, Danxi Yan a, Liang Chen c, Mandi Lin d, Bohui Deng a, Likai Zhuang a, Fei ", + "n_hits": 35 + }, + { + "paper": "Deletion of hypoxia-inducible factor prolyl 4-hydroxylase 2 in FoxD1-lineage mesenchymal cells leads to congenital truncal alopecia", + "quote": "rophages is associated with TGFβ1-induced plasminogen activator inhibitor 1 production and is reversibly inhibited by HIF1α silencing (66). Hypoxia also affects directly the SMAD2–SMAD3 complex by enhancing its transfer to the nucleus in human dermal fibroblasts and subsequently drives them into tran", + "n_hits": 6 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "SOCS3", + "name": "Suppressor of cytokine signaling 3", + "diseases": [ + "AA" + ], + "pathway": "JAK-STAT", + "twin_node": "INF", + "effect": "-", + "role": "protector", + "drugs": [ + "SOCS3 mimetic" + ], + "mechanism": "JAK-STAT 음성 피드백; 처리 시 AA 예방.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "O14543", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O14543", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O14543-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O14543-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O14543", + "mean_plddt": 71.9, + "plddt_band": "Confident (70–90)", + "n_residues": 225, + "local_pdb": "digital_twin\\data\\structures\\O14543_AF.pdb" + }, + "uniprot": "O14543", + "uniprot_name": "Suppressor of cytokine signaling 3", + "length": 225, + "function": "SOCS family proteins form part of a classical negative feedback system that regulates cytokine signal transduction. SOCS3 is involved in negative regulation of cytokines that signal through the JAK/STAT pathway. Inhibits cytokine signal transduction by binding to tyrosine kinase receptors including IL6ST/gp130, LIF, erythropoietin, insulin, IL12, GCSF and leptin receptors. Binding to JAK2 inhibits its kinase activity and regulates IL6 signaling. Suppresses fetal liver erythropoiesis. Regulates onset and maintenance of allergic responses mediated by T-helper type 2 cells (By similarity). Probab", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "SOCS3 treatment prevents the development of alopecia areata by inhibiting CD8+ T cell-mediated autoimmune destruction", + "quote": "Oncotarget 33432 www.impactjournals.com/oncotarget SOCS3 treatment prevents the development of alopecia areata by inhibiting CD8+ T cell-mediated autoimmune destruction Zhen Gao1, Yu-Qing Jin2, Wei Wu1 1Department of Plastic and Recons", + "n_hits": 144 + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "g hub, including downstream effectors (e.g., interferon induced genes: Ifi47, Ifi214, and Ifitm3) and the downregulation of its negative regulator suppressor of cytokine signaling 3 (Socs3; Fig. 3B, first panel). SOCS3 protein reduction could also be visualized in the hair follicles from skin sections f", + "n_hits": 8 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "SRD5A1", + "name": "Steroid 5-alpha-reductase 1", + "diseases": [ + "AGA" + ], + "pathway": "Androgen signaling", + "twin_node": "AND", + "effect": "+", + "role": "driver", + "drugs": [ + "dutasteride", + "finasteride (weak)" + ], + "mechanism": "테스토스테론→DHT 전환 효소 (type 1).", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AGA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "P18405", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P18405", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P18405-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P18405-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P18405", + "mean_plddt": 91.5, + "plddt_band": "Very high (≥90)", + "n_residues": 259, + "local_pdb": "digital_twin\\data\\structures\\P18405_AF.pdb" + }, + "uniprot": "P18405", + "uniprot_name": "3-oxo-5-alpha-steroid 4-dehydrogenase 1", + "length": 259, + "function": "Converts testosterone into 5-alpha-dihydrotestosterone and progesterone or corticosterone into their corresponding 5-alpha-3-oxosteroids. It plays a central role in sexual differentiation and androgen physiology", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "quote": "Chen et al., 2025; Liu et al., 2025b). Our recent work using pharmacogenetic panels has started to link specific single-nucleotide polymorphisms (SNPs) in genes such as SULT1A1, SRD5A1, SRD5A2, PTGES2, and PTGFR to differential responses to minoxidil and 5α-reductase inhibitors, and to patterns of n", + "n_hits": 20 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "SRD5A3", + "name": "Polyprenol reductase (5-alpha-reductase 3)", + "diseases": [ + "AGA" + ], + "pathway": "Androgen signaling", + "twin_node": "AND", + "effect": "+", + "role": "modulator", + "drugs": [ + "dutasteride (partial)" + ], + "mechanism": "보조적 5α-환원 활성.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AGA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "Q9H8P0", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9H8P0", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9H8P0-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9H8P0-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9H8P0", + "mean_plddt": 88.4, + "plddt_band": "Confident (70–90)", + "n_residues": 318, + "local_pdb": "digital_twin\\data\\structures\\Q9H8P0_AF.pdb" + }, + "uniprot": "Q9H8P0", + "uniprot_name": "Polyprenal reductase", + "length": 318, + "function": "Plays a key role in early steps of protein N-linked glycosylation by being involved in the conversion of polyprenol into dolichol (PubMed:20637498, PubMed:38821050). Acts as a polyprenal reductase that mediates the reduction of polyprenal into dolichal in a NADP-dependent mechanism (PubMed:38821050). Dolichols are required for the synthesis of dolichol-linked monosaccharides and the oligosaccharide precursor used for N-glycosylation (PubMed:20637498, PubMed:38821050). Also able to convert testosterone (T) into 5-alpha-dihydrotestosterone (DHT) (PubMed:17986282, PubMed:26855069)", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "STAT5A", + "name": "Signal transducer STAT5A", + "diseases": [ + "AA" + ], + "pathway": "JAK-STAT", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "IL-15 하류 effector.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "P42229", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P42229", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P42229-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P42229-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P42229", + "mean_plddt": 85.1, + "plddt_band": "Confident (70–90)", + "n_residues": 794, + "local_pdb": "digital_twin\\data\\structures\\P42229_AF.pdb" + }, + "uniprot": "P42229", + "uniprot_name": "Signal transducer and activator of transcription 5A", + "length": 794, + "function": "Carries out a dual function: signal transduction and activation of transcription. Mediates cellular responses to the cytokine KITLG/SCF and other growth factors. Mediates cellular responses to ERBB4. May mediate cellular responses to activated FGFR1, FGFR2, FGFR3 and FGFR4. Binds to the GAS element and activates PRL-induced transcription. Regulates the expression of milk proteins during lactation", + "pdb_count": 5, + "pdb_ids": [ + "7TVA", + "7TVB", + "7UBT", + "7UC6", + "7UC7" + ], + "grounding": [ + { + "paper": "Induction of T cell exhaustion by JAK1 3 inhibition in the treatment of alopecia areata", + "quote": "STAT signaling in mouse T cells by treatment with Ifidancitinib. We found that treatment of mouse T cells with Ifidancitinib over a range of doses strongly inhibited IL-2-stimulated STAT5 phosphorylation (Figure 1A). Ifidancitinib also exhibited potent inhibitory effects on JAK1/2-mediated IFN-g signal", + "n_hits": 8 + }, + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "quote": "sur- vival signals between CD8+ T cells residing at the two sites. Long term survival of memory CD8+ T cells is dependent on IL‐15 and IL‐7, both of which signal via JAK1/JAK3 and STAT5 to induce anti‐apoptotic mole- cules such as Bcl‐2 or BclXL.61–63 Blocking IL‐15RB has been shown to be efficient ", + "n_hits": 5 + }, + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "quote": "l control scalp skin (Fig. 1, E and F). We investigated the effects of IL-7–mediated signaling in skin-­ infiltrating T cells. Signal transducer and activator of transcription 5 (STAT5) is a key transcription factor downstream of IL-7R, and IL-7 requires STAT5 to induce Bcl-2 expression and to main", + "n_hits": 4 + }, + { + "paper": "Skin cancer understanding the journey of transformation from conventional to advanced treatment approaches.", + "quote": "pathway that is directly connected to the family of proteins called JAK (Janus Kinase) which is involved in the integration of different signaling path- way’s signals. STAT3 and STAT5 are majorly involved in the progression of cancer while STAT1 plays a crucial role in tumor suppression. Chronic inf", + "n_hits": 4 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TBX21", + "name": "T-box transcription factor TBX21 (T-bet)", + "diseases": [ + "AA" + ], + "pathway": "JAK-STAT", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [ + "T-bet siRNA" + ], + "mechanism": "Th1/IFNγ 분화 마스터 전사인자.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "Q9UL17", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9UL17", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UL17-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UL17-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9UL17", + "mean_plddt": 60.9, + "plddt_band": "Low (50–70)", + "n_residues": 535, + "local_pdb": "digital_twin\\data\\structures\\Q9UL17_AF.pdb" + }, + "uniprot": "Q9UL17", + "uniprot_name": "T-box transcription factor TBX21", + "length": 535, + "function": "Lineage-defining transcription factor which initiates Th1 lineage development from naive Th precursor cells both by activating Th1 genetic programs and by repressing the opposing Th2 and Th17 genetic programs (PubMed:10761931). Activates transcription of a set of genes important for Th1 cell function, including those encoding IFN-gamma and the chemokine receptor CXCR3. Induces permissive chromatin accessibilty and CpG methylation in IFNG (PubMed:33296702). Activates IFNG and CXCR3 genes in part by recruiting chromatin remodeling complexes including KDM6B, a SMARCA4-containing SWI/SNF-complex, ", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Controlled Delivery of T-box21 Small Interfering RNA Ameliorates Autoimmune Alopecia (Alopecia Areata) in a C3H HeJ Mouse Model", + "quote": "using cationized gelatin8 as a new therapeutic approach, targeting T- box21 gene (Tbx21) to repress the expression of inter- feron-\u0001 gene (Ifng). Tbx21 gene was formerly known as T-bet gene and plays an important role in control of the Ifng gene expression and Th1 cell differentiation and function.9", + "n_hits": 120 + }, + { + "paper": "The C3H HeJ mouse and DEBR rat models for alopecia areata review of preclinical drug screening approaches and results", + "quote": "mouse recombinant IL4 were given daily for 3 weeks which significantly restored hair growth which persisted during the 2 month observation period (18). Gene therapy with T-box 21 (Tbx21) T-box 21 is a transcription factor involved in Th1 differentiation, the dominant immunological process in AA as m", + "n_hits": 27 + }, + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "quote": "models (20, 21), IL-7c increased the total number of lymphocytes in lymphoid organs (fig. S3A). We also found that IL-7c robustly increased the frequency of CXCR3+CD8+ T cells, T-bet+CD8+ T cells, and IFN-–producing CD8+ T cells in SDLNs (Fig. 2I and fig. S3B) but only slightly in- creased the freq", + "n_hits": 4 + }, + { + "paper": "TH1 effector CD4 T cells rely on IFN-γ production to induce alopecia areata", + "quote": "tiva- tion including Cd44, Pdcd1, Icos, and Ctla4 (Fig. 3C). We also found several genes with increased expression relating to TH1 differentia- tion and function including Stat4, Tbx21, Stat1, Ifng, Il18r1, Il12rb1, and Cxcr3 (Fig. 3C). We next used the decoupleR package to infer TF activity. We com", + "n_hits": 4 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TYK2", + "name": "Non-receptor tyrosine-protein kinase TYK2", + "diseases": [ + "AA" + ], + "pathway": "JAK-STAT", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [ + "deucravacitinib", + "ritlecitinib (PLCG2/JAK3 dual)" + ], + "mechanism": "IL-12/23·I형 IFN 신호.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "P29597", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P29597", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P29597-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P29597-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P29597", + "mean_plddt": 81.8, + "plddt_band": "Confident (70–90)", + "n_residues": 1187, + "local_pdb": "digital_twin\\data\\structures\\P29597_AF.pdb" + }, + "uniprot": "P29597", + "uniprot_name": "Non-receptor tyrosine-protein kinase TYK2", + "length": 1187, + "function": "Tyrosine kinase of the non-receptor type involved in numerous cytokines and interferons signaling, which regulates cell growth, development, cell migration, innate and adaptive immunity (PubMed:10542297, PubMed:10995743, PubMed:7657660, PubMed:7813427, PubMed:8232552). Plays both structural and catalytic roles in numerous interleukins and interferons (IFN-alpha/beta) signaling (PubMed:10542297). Associates with heterodimeric cytokine receptor complexes and activates STAT family members including STAT1, STAT3, STAT4 or STAT6 (PubMed:10542297, PubMed:7638186). The heterodimeric cytokine receptor", + "pdb_count": 52, + "pdb_ids": [ + "3LXN", + "3LXP", + "3NYX", + "3NZ0", + "3ZON", + "4GFO", + "4GIH", + "4GII" + ], + "grounding": [ + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "quote": "scribed increased risk of respiratory infections due to the immunosuppressive effects following long term use. The safety profile for Baricitinib (10 and 100‐fold selectivity over TYK2 and JAK3, respectively30) in AA was recently presented to be similar to that found in RA and AD31 (Press release ht", + "n_hits": 12 + }, + { + "paper": "JAK-centric explainable few-shot gene-expression diagnosis framework for alopecia via MultiPLIER priors and relation-style set-to-set comparison.", + "quote": "s, a Comprehensive differential expression analysis of key genes was conducted in the AGA dataset. Particular emphasis was placed on the JAK family genes (JAK1, JAK2, JAK3, and TYK2), then the differential expression of these genes in AGA was analyzed to clarify their potential mechanisms in this di", + "n_hits": 10 + }, + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "quote": "d that INCB039110 and PF-06651600 (but not CEP- 33779) robustly inhibited this response (Figure 1, A and B). Next, we used IL-10 to induce STAT3 tyrosine phosphorylation via JAK1/TYK2 and found that it was specifically inhibited by INCB039110 (Figure 1C). In primary mouse macrophages, we observed th", + "n_hits": 8 + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "ntation WT Psmb10 Psmb8 Psmb9 Rpn1 Rpn2 Hspd1 Hspe1 Immunoproteasome -1 0 1 Osmr Il10rb Il11ra1 Il11ra2 Il13ra1 Il20rb Il4ra Il6ra Il6st Ifngr1 Ifngr2 Ifnar1 Ifnar2 Jak1 Jak2 Jak3 Tyk2 Stat1 Stat3 Stat4 Stat5a Stat5b Ifi214 Ifi47 Ifitm3 Socs3 JAK-STAT Pathway 0 20 40 60 80 ** **** ** **** **** *** *", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "WNT10B", + "name": "Protein Wnt-10b", + "diseases": [ + "AGA" + ], + "pathway": "Wnt/β-catenin", + "twin_node": "Wnt", + "effect": "+", + "role": "protector", + "drugs": [ + "Wnt mimetics (investigational)" + ], + "mechanism": "모낭 재생 개시 Wnt 리간드.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AGA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "O00744", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O00744", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O00744-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O00744-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O00744", + "mean_plddt": 80.1, + "plddt_band": "Confident (70–90)", + "n_residues": 389, + "local_pdb": "digital_twin\\data\\structures\\O00744_AF.pdb" + }, + "uniprot": "O00744", + "uniprot_name": "Protein Wnt-10b", + "length": 389, + "function": "Member of the Wnt ligand gene family that encodes for secreted proteins, which activate the Wnt signaling cascade. Specifically activates canonical Wnt/beta-catenin signaling and thus triggers beta-catenin/LEF/TCF-mediated transcriptional programs. Involved in signaling networks controlling stemness, pluripotency and cell fate decisions. Acts in the immune system, mammary gland, adipose tissue, bone and skin", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Subcutaneous injection of genetically engineered exosomes for androgenic alopecia treatment", + "quote": "tifunctional exosome-based targeted delivery platform, designated as EX104, through the engineering of HEK-293 cells to express a combination of therapeutical molecules, including WNT10B, VEGFA, and FGF7. EX104 reversed the hair follicle miniaturization phenotype in DHT-induced DPCs. Furthermore, it", + "n_hits": 16 + }, + { + "paper": "Vinegar‐Processed Black Soybean Promotes Hair Growth and Prevents Alopecia via Wnt β‐Catenin Pathway", + "quote": "18 days. Outcomes were evaluated via trichogram scoring, hair length and weight analysis, histomorphometric evaluation, and Western blot quantification of β-­ catenin, GSK3β, and Wnt10b expression. To assess antialopecia effects, cyclophosphamide (100 mg·kg−1) was intraperito- neally administered on", + "n_hits": 11 + }, + { + "paper": "Pilose antler extracts promotes hair growth in androgenetic alopecia mice by activating hair follicle stem cells via the AKT and Wnt pathways", + "quote": "p-GSK3β-Ser9 (rabbit, Abclonal, AP1088, 1: 2000), GSK3β (rabbit, Abclonal, A11731, 1:2000), β-catenin (rabbit, Abclonal, A19657, 1:2000), WNT3A (rabbit, Abclonal, A0642, 1:2000), WNT10B (rabbit, Abclonal, A16717, 1:2000). 2.9 RT-qPCR Total RNA was obtained using the extract kit. Subsequently, the Ma", + "n_hits": 8 + }, + { + "paper": "Dissolvable microneedles loaded ginsenoside Rg3 liposome a transdermal delivery approach for alopecia treatment", + "quote": "higher. Furthermore, quantitative character­ ization and transcriptome sequencing results showed that Rg3-MNs promoted hair regeneration by promoting the expression of Wnt3a and Wnt10b genes, activating the Wnt/β-catenin pathway. Therefore, Rg3-MNs present broad prospects in the treatment of alopeci", + "n_hits": 6 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "WNT3A", + "name": "Protein Wnt-3a", + "diseases": [ + "AGA", + "CIA" + ], + "pathway": "Wnt/β-catenin", + "twin_node": "Wnt", + "effect": "+", + "role": "protector", + "drugs": [ + "WNT agonists / GSK3 inhibitors (experimental)", + "recombinant WNT3A / Wnt mimetics (investigational)" + ], + "mechanism": "β-catenin 안정화 리간드.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AGA", + "discover:CIA", + "seed" + ], + "in_model": true, + "uncertain": false, + "structure": { + "accession": "P56704", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P56704", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P56704-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P56704-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P56704", + "mean_plddt": 88.3, + "plddt_band": "Confident (70–90)", + "n_residues": 352, + "local_pdb": "digital_twin\\data\\structures\\P56704_AF.pdb" + }, + "uniprot": "P56704", + "uniprot_name": "Protein Wnt-3a", + "length": 352, + "function": "Ligand for members of the frizzled family of seven transmembrane receptors (Probable). Functions in the canonical Wnt signaling pathway that results in activation of transcription factors of the TCF/LEF family (PubMed:20093360, PubMed:21244856, PubMed:24841207, PubMed:26902720). Required for normal embryonic mesoderm development and formation of caudal somites. Required for normal morphogenesis of the developing neural tube (By similarity). Mediates self-renewal of the stem cells at the bottom on intestinal crypts (in vitro) (PubMed:26902720)", + "pdb_count": 4, + "pdb_ids": [ + "7DRT", + "7URD", + "7URE", + "8TZR" + ], + "grounding": [ + { + "paper": "Periplaneta americana extract (L.) promotes hair regrowth in Alopecia areata mice by reducing inflammation and modulating skin microbiota", + "quote": "iferation and hair growth in AA mice, reduced skin TNF-α, IL-23, and VCAM-1 expression. Transcriptomics and WB analysis indicated PA-011 downregulated inflammatory genes, activated Wnt3a, and modulated the TGF-β pathway. Metabolomics found PA-011 regulated metabolic pathways. 16S rRNA analysis showed", + "n_hits": 11 + }, + { + "paper": "Curcumin-primed milk-derived extracellular vesicles remodel hair follicle microenvironment for the treatment of androgenetic alopecia", + "quote": "1224), all obtained from Proteintech Group, Inc.; Ki67 (GB121141), SOX9 (GB14171), IL-6 (GB11117), and TNF-α (GB11188), which were obtained from Servicebio Technology Co., Ltd; Wnt3a (DF6113) was purchased from Affinity Biosciences Group, Ltd. Isolation of mEVs AA was added to defatted bovine milk a", + "n_hits": 10 + }, + { + "paper": "Exploring the Efficacy and Potential Mechanisms of Topical Periplaneta americana (L.) Extract in Treating Androgenetic Alopecia in a Mouse Model A Systems Pharmacology and Skin Microbiome Analysis", + "quote": "ology, PG212, Shanghai, China) were purchased from technology companies. The primary antibodies used included β-actin (mouse-derived, GB12001), Wnt7a (rabbit-derived, A14194), and Wnt3a (rabbit-derived, A0642) (Abclonal, Wuhan, China). Primers for genes GAPDH, Akt, Wnt7a, and β-catenin were synthesi", + "n_hits": 9 + }, + { + "paper": "ISEV2025 Abstract Book.", + "quote": "man primary cells, suggesting a promising strategy against reducing ageing hallmarks in age-associated diseases, particularly those driven by accumulating senescent cells. PS1.153 WNT3A-loaded bi-layered microwell scaffolds enhance stemness and extracellular vesicle production in salivary gland stem", + "n_hits": 9 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "ABCB1", + "name": "ATP-binding cassette subfamily B member 1 (P-glycoprotein)", + "diseases": [ + "CIA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "protector", + "drugs": [], + "mechanism": "ABC efflux transporters, induced by phenobarbital, expel chemotherapeutic agents from hair follicles to protect against chemotherapy-induced alopecia.", + "evidence_paper_ids": [ + "41587585" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": true, + "structure": { + "accession": "P08183", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P08183", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P08183-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P08183-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P08183", + "mean_plddt": 84.6, + "plddt_band": "Confident (70–90)", + "n_residues": 1280, + "local_pdb": "digital_twin\\data\\structures\\P08183_AF.pdb" + }, + "uniprot": "P08183", + "uniprot_name": "ATP-dependent translocase ABCB1", + "length": 1280, + "function": "Translocates drugs and phospholipids across the membrane (PubMed:2897240, PubMed:35970996, PubMed:8898203, PubMed:9038218, PubMed:35507548). Catalyzes the flop of phospholipids from the cytoplasmic to the exoplasmic leaflet of the apical membrane. Participates mainly to the flop of phosphatidylcholine, phosphatidylethanolamine, beta-D-glucosylceramides and sphingomyelins (PubMed:8898203). Energy-dependent efflux pump responsible for decreased drug accumulation in multidrug-resistant cells (PubMed:2897240, PubMed:35970996, PubMed:9038218)", + "pdb_count": 24, + "pdb_ids": [ + "6C0V", + "6FN1", + "6FN4", + "6QEX", + "7A65", + "7A69", + "7A6C", + "7A6E" + ], + "grounding": [ + { + "paper": "Chitosan Nanoparticles for Topical Drug Delivery in Chemotherapy-Induced Alopecia A Comparative Study of Five Repurposed Pharmacological Agents", + "quote": "he fact that PHB is an activator of the constitutive androstane receptor (CAR) via the inhibition of epidermal growth factor receptor (EGFR) signaling [111]. CAR is a substrate of ABCB1 (angiotensin-binding cassette B1), one of the ABC family of transporters responsible for multidrug resistance by e", + "n_hits": 5 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "ADM", + "name": "Adrenomedullin", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Tier-2 multi-omics AGA target; vasoactive peptide implicated in dermal vascular regulation supporting follicles.", + "evidence_paper_ids": [ + "41285252" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P35318", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P35318", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P35318-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P35318-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P35318", + "mean_plddt": 61.8, + "plddt_band": "Low (50–70)", + "n_residues": 185, + "local_pdb": "digital_twin\\data\\structures\\P35318_AF.pdb" + }, + "uniprot": "P35318", + "uniprot_name": "Pro-adrenomedullin", + "length": 185, + "function": "Adrenomedullin/ADM and proadrenomedullin N-20 terminal peptide/PAMP are peptide hormones that act as potent hypotensive and vasodilatator agents (PubMed:8387282, PubMed:9620797). Numerous actions have been reported most related to the physiologic control of fluid and electrolyte homeostasis. In the kidney, ADM is diuretic and natriuretic, and both ADM and PAMP inhibit aldosterone secretion by direct adrenal actions. In pituitary gland, both peptides at physiologically relevant doses inhibit basal ACTH secretion. Both peptides appear to act in brain and pituitary gland to facilitate the loss of", + "pdb_count": 8, + "pdb_ids": [ + "2FLY", + "2L7S", + "4RWF", + "5V6Y", + "6UUN", + "6UUS", + "6V2E", + "7VV0" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "BAX", + "name": "Bcl-2-associated X protein", + "diseases": [ + "CIA" + ], + "pathway": "Cell-cycle/apoptosis", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Increased Bax relative to Bcl-2 after 5-FU exposure promotes mitochondrial apoptosis in hair follicle cells, contributing to CIA.", + "evidence_paper_ids": [ + "39922517" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "discover:CIA", + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q07812", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q07812", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q07812-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q07812-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q07812", + "mean_plddt": 86.0, + "plddt_band": "Confident (70–90)", + "n_residues": 192, + "local_pdb": "digital_twin\\data\\structures\\Q07812_AF.pdb" + }, + "uniprot": "Q07812", + "uniprot_name": "Apoptosis regulator BAX", + "length": 192, + "function": "Plays a role in the mitochondrial apoptotic process (PubMed:10772918, PubMed:11060313, PubMed:16113678, PubMed:16199525, PubMed:18948948, PubMed:21199865, PubMed:21458670, PubMed:25609812, PubMed:36361894, PubMed:8358790, PubMed:8521816). Under normal conditions, BAX is largely cytosolic via constant retrotranslocation from mitochondria to the cytosol mediated by BCL2L1/Bcl-xL, which avoids accumulation of toxic BAX levels at the mitochondrial outer membrane (MOM) (PubMed:21458670). Under stress conditions, undergoes a conformation change that causes translocation to the mitochondrion membrane", + "pdb_count": 37, + "pdb_ids": [ + "1F16", + "2G5B", + "2K7W", + "2LR1", + "3PK1", + "3PL7", + "4BD2", + "4BD6" + ], + "grounding": [ + { + "paper": "Polyphenols from Bacopa procumbens Nanostructured with Gold Nanoparticles Stimulate Hair Growth Through Apoptosis Modulation in C57BL 6 Mice", + "quote": "metabolites of B. procumbens present in BFNB were analyzed in silico. In vivo experiments evaluated the expression of pro-apoptotic markers p53, caspase 3-p11, caspase 9-p10, and Bax, as well as anti-apoptotic marker Bcl-2, through Western blotting. Immunohistochemistry further assessed the expressi", + "n_hits": 33 + }, + { + "paper": "Caizhixuan hair tonic regulates both apoptosis and the PI3K Akt pathway to treat androgenetic alopecia", + "quote": "AGA by regulating PI3K/Akt and apoptosis pathways. According to RT-qPCR and Western blotting, CZX upregulated the expressions of PI3K, Akt, and Bcl-2, while downregulating that of Bax and caspase-3. PLOS ONE PLOS ONE | https://doi.org/10.1371/journal.pone.0282427 February 24, 2023 1 / 15 a1111111111", + "n_hits": 13 + }, + { + "paper": "Connarus semidecandrus Jack Exerts Anti-Alopecia Effects by Targeting 5α-Reductase Activity and an Intrinsic Apoptotic Pathway", + "quote": "root sheath keratinocytes [17]. The canonical pathway of apoptosis is controlled by the anti-apoptotic Bcl-2 family (Bcl-2, Bcl-XL, and Bcl-W) and the pro-apoptotic Bcl-2 family (Bax, Bak, and Bad) [18]. During catagen, the Bcl-2/Bax ratio decreases dramatically compared with anagen levels. That shi", + "n_hits": 11 + }, + { + "paper": "Stauntonia hexaphylla Extract Ameliorates Androgenic Alopecia by Inhibiting Androgen Signaling in Testosterone-induced Alopecia Mice", + "quote": "erating cell nuclear antigen (PCNA). Results: In human follicular dermal papilla cells, the 5α-reductase and AR were decreased following S. hexaphylla treatment, which reduced the Bax/Bcl-2 ratio. Histologically, the dermal thickness and follicle number were higher in the S. hexaphylla groups com- p", + "n_hits": 11 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "BRAF", + "name": "Serine/threonine-protein kinase B-raf", + "diseases": [ + "AGA" + ], + "pathway": "Growth factor", + "twin_node": "DP", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Tier-3 multi-omics AGA candidate; MAPK-pathway kinase prioritized as a potential therapeutic target for hair loss.", + "evidence_paper_ids": [ + "41285252" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P15056", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P15056", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P15056-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P15056-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P15056", + "mean_plddt": 66.4, + "plddt_band": "Low (50–70)", + "n_residues": 766, + "local_pdb": "digital_twin\\data\\structures\\P15056_AF.pdb" + }, + "uniprot": "P15056", + "uniprot_name": "Serine/threonine-protein kinase B-raf", + "length": 766, + "function": "Protein kinase involved in the transduction of mitogenic signals from the cell membrane to the nucleus (Probable). Phosphorylates MAP2K1, and thereby activates the MAP kinase signal transduction pathway (PubMed:21441910, PubMed:29433126). Phosphorylates PFKFB2 (PubMed:36402789). May play a role in the postsynaptic responses of hippocampal neurons (PubMed:1508179)", + "pdb_count": 127, + "pdb_ids": [ + "1UWH", + "1UWJ", + "2FB8", + "2L05", + "3C4C", + "3D4Q", + "3IDP", + "3II5" + ], + "grounding": [ + { + "paper": "Skin cancer understanding the journey of transformation from conventional to advanced treatment approaches.", + "quote": "ctivated, an interaction between an RTK and its corresponding ligand is crucial. This interaction trig- gers the activation of rapidly accelerated fibrosarcoma (RAF) components (BRAF, ARAF, and CRAF), which are integral to the pathway [110]. This series of events set off Page 10 of 70 Hasan et al. M", + "n_hits": 26 + }, + { + "paper": "ISEV2025 Abstract Book.", + "quote": "this study, we applied nano-flow cytometry, quantitative proteomics, high- throughput uptake screening, and in vivo tracking to analyse EVs released by cancer cells with KRAS and BRAF mutations. Methods: EVs were isolated by size exclusion chromatography from wild-type (Caco2, H292, H1703), BRAF-mut", + "n_hits": 11 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CASP3", + "name": "Caspase-3", + "diseases": [ + "CIA" + ], + "pathway": "Cell-cycle/apoptosis", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [ + "Emricasan (pan-caspase inhibitor, experimental)" + ], + "mechanism": "Executioner apoptosis protease elevated in chemotherapy-damaged follicles; its reduction limits follicular cell death and alopecia.", + "evidence_paper_ids": [ + "39922517", + "40672523", + "41371370" + ], + "n_evidence": 3, + "mention_count": 0, + "sources": [ + "discover:CIA", + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P42574", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P42574", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P42574-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P42574-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P42574", + "mean_plddt": 85.8, + "plddt_band": "Confident (70–90)", + "n_residues": 277, + "local_pdb": "digital_twin\\data\\structures\\P42574_AF.pdb" + }, + "uniprot": "P42574", + "uniprot_name": "Caspase-3", + "length": 277, + "function": "Thiol protease that acts as a major effector caspase involved in the execution phase of apoptosis (PubMed:18723680, PubMed:20566630, PubMed:23650375, PubMed:35338844, PubMed:35446120, PubMed:7596430). Following cleavage and activation by initiator caspases (CASP8, CASP9 and/or CASP10), mediates execution of apoptosis by catalyzing cleavage of many proteins (PubMed:18723680, PubMed:20566630, PubMed:23650375, PubMed:7596430). At the onset of apoptosis, it proteolytically cleaves poly(ADP-ribose) polymerase PARP1 at a '216-Asp-|-Gly-217' bond (PubMed:10497198, PubMed:16374543, PubMed:7596430, Pub", + "pdb_count": 135, + "pdb_ids": [ + "1CP3", + "1GFW", + "1I3O", + "1NME", + "1NMQ", + "1NMS", + "1PAU", + "1QX3" + ], + "grounding": [ + { + "paper": "Polyphenols from Bacopa procumbens Nanostructured with Gold Nanoparticles Stimulate Hair Growth Through Apoptosis Modulation in C57BL 6 Mice", + "quote": "ptosis revitalizes the hair cycle, improves hair quality, and extends its growth phase. This includes interventions aimed at reducing pro-apoptotic markers such as p53, caspase 3 (Casp3), and caspase 9 (Casp9) while promoting the expression of anti-apoptotic markers such as Bcl-2. Plant extracts suc", + "n_hits": 58 + }, + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "cacetin ADRB2 Mohanlian MOL001689 Acacetin RELA Mohanlian MOL001689 Acacetin BCL2 Mohanlian MOL001689 Acacetin CDKN1A Mohanlian MOL001689 Acacetin BAX Mohanlian MOL001689 Acacetin CASP3 Mohanlian MOL001689 Acacetin TP53 Mohanlian MOL001689 Acacetin CASP8 Mohanlian MOL001689 Acacetin FASN Mohanlian M", + "n_hits": 8 + }, + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "quote": "l. To evaluate the hair cycle wave, we analyzed the hair cycle phases in four consecutive zones across the back skins of K14-H2BGFP mice. Immunofluorescence for active caspase-3 (CASP3*) detected cell death during late catagen and KI67 marked cell proliferation in early anagen (Figure 1i, Supplement", + "n_hits": 4 + }, + { + "paper": "Effects of Baicalin on Alopecia and the Associated Mechanism", + "quote": "P CMA1 KDR LCK MDM2 IL2 SYK PGR ESR2 SRC HSP90AA1 PTPN11 AKT1 ESR1 TTR FGFR2 DHODH STS DHFR OTC LTA4H PLK1 CFB NMNAT1 CYP19A1 THRB IGF1R PTPN1 JAK3 AR EGFR JAK2 PRKACA NOS3 MAPK14 CASP3 ALB CTNNA1 IGF1 MMP9 (c) KDR ELANE MDM2 IL2 JAK2 PRKACA NOS3 MAPK14 CASP3 PTPN11 AR ESR1 HSP90AA1 ALB RHOA MMP9 IG", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CCL26", + "name": "C-C motif chemokine ligand 26", + "diseases": [ + "AA" + ], + "pathway": "Chemokine", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "CCL26 (eotaxin-3) is enriched in lesional AA stromal cells, supporting Th2-associated chemotaxis within the inflammatory infiltrate.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9Y258", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9Y258", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y258-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y258-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9Y258", + "mean_plddt": 84.3, + "plddt_band": "Confident (70–90)", + "n_residues": 94, + "local_pdb": "digital_twin\\data\\structures\\Q9Y258_AF.pdb" + }, + "uniprot": "Q9Y258", + "uniprot_name": "C-C motif chemokine 26", + "length": 94, + "function": "Chemoattractant for eosinophils and basophils (PubMed:10415065, PubMed:10488147). Acts as a ligand for C-C chemokine receptor CCR3 which triggers Ca(2+) mobilization in eosinophils (PubMed:10415065, PubMed:10488147, PubMed:11425309). Also acts as a ligand for CX3C chemokine receptor CX3CR1, inducing cell chemotaxis (PubMed:20974991)", + "pdb_count": 2, + "pdb_ids": [ + "1G2S", + "1G2T" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "CCND1", + "name": "Cyclin D1", + "diseases": [ + "AGA" + ], + "pathway": "Cell-cycle/apoptosis", + "twin_node": "DP", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Wnt/β-catenin target gene promoting dermal papilla cell proliferation; its DHT-induced downregulation is reversed by pro-growth flavonoids.", + "evidence_paper_ids": [ + "41338418" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P24385", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P24385", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P24385-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P24385-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P24385", + "mean_plddt": 87.3, + "plddt_band": "Confident (70–90)", + "n_residues": 295, + "local_pdb": "digital_twin\\data\\structures\\P24385_AF.pdb" + }, + "uniprot": "P24385", + "uniprot_name": "G1/S-specific cyclin-D1", + "length": 295, + "function": "Regulatory component of the cyclin D1-CDK4 (DC) complex that phosphorylates and inhibits members of the retinoblastoma (RB) protein family including RB1 and regulates the cell-cycle during G(1)/S transition (PubMed:1827756, PubMed:1833066, PubMed:19412162, PubMed:33854235, PubMed:8114739, PubMed:8302605). Phosphorylation of RB1 allows dissociation of the transcription factor E2F from the RB/E2F complex and the subsequent transcription of E2F target genes which are responsible for the progression through the G(1) phase (PubMed:1827756, PubMed:1833066, PubMed:19412162, PubMed:8114739, PubMed:830", + "pdb_count": 11, + "pdb_ids": [ + "2W96", + "2W99", + "2W9F", + "2W9Z", + "5VZU", + "6P8E", + "6P8F", + "6P8G" + ], + "grounding": [ + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "Luteolin DPP4 Mohanlian MOL000006 Luteolin RELA Mohanlian MOL000006 Luteolin EGFR Mohanlian MOL000006 Luteolin AKT1 Mohanlian MOL000006 Luteolin VEGFA Mohanlian MOL000006 Luteolin CCND1 Mohanlian MOL000006 Luteolin BCL2L1 Mohanlian MOL000006 Luteolin CDKN1A Mohanlian MOL000006 Luteolin CASP9 Mohanli", + "n_hits": 4 + }, + { + "paper": "Restoration of follicular β-catenin signaling by mesenchymal stem cells promotes hair growth in mice with androgenetic alopecia", + "quote": "​AGC​TGCC​ GCA​CAG​TCC​TGA​TCA​TCG​GT Caspase8 (mouse) TCT​TAA​GGC​GGG​CAG​AAA​GC GGG​ACA​GAA​ATG​CCT​CCG​AA Caspase9 (mouse) TCC​CAG​GTT​TTG​TCT​CCT​GG CAA​GCC​ATG​AGA​GCT​TCG​GA Ccnd1 (mouse) AGA​GGC​GGA​TGA​GAA​CAA​GC CCT​TGT​TTA​GCC​AGA​GGC​CG Ccna1 (mouse) ACC​GTG​CTA​GGG​GTG​TTG​A CGT​TTG​GCT​", + "n_hits": 3 + }, + { + "paper": "Therapeutic potential of isoproterenol in androgenetic alopecia activation of hair follicle stem cells via the PI3K AKT β-Catenin signaling pathway", + "quote": "ons [14]. qPCR analysis demonstrated that ISO treatment increased β-catenin expression in cell population enriched in HFSC, along with the upregula­ tion of c-myc and Cyclin D1 (CCND1), genes associated with cell division and growth regulation (Fig. 5A-C). Fur­ ther analysis with LY-294 showed that ", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "COL5A3", + "name": "Collagen type V alpha 3 chain", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "COL5A3 is enriched in lesional AA fibroblasts, marking extracellular matrix remodeling in the inflamed scalp stroma.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P25940", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P25940", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P25940-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P25940-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P25940", + "mean_plddt": 50.1, + "plddt_band": "Low (50–70)", + "n_residues": 1745, + "local_pdb": "digital_twin\\data\\structures\\P25940_AF.pdb" + }, + "uniprot": "P25940", + "uniprot_name": "Collagen alpha-3(V) chain", + "length": 1745, + "function": "Type V collagen is a member of group I collagen (fibrillar forming collagen). It is a minor connective tissue component of nearly ubiquitous distribution. Type V collagen binds to DNA, heparan sulfate, thrombospondin, heparin, and insulin", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "COL6A6", + "name": "Collagen type VI alpha 6 chain", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "COL6A6 is enriched in lesional AA fibroblasts, contributing to pro-fibrotic extracellular matrix changes in affected scalp.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "A6NMZ7", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/A6NMZ7", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-A6NMZ7-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-A6NMZ7-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/A6NMZ7", + "mean_plddt": 74.8, + "plddt_band": "Confident (70–90)", + "n_residues": 2263, + "local_pdb": "digital_twin\\data\\structures\\A6NMZ7_AF.pdb" + }, + "uniprot": "A6NMZ7", + "uniprot_name": "Collagen alpha-6(VI) chain", + "length": 2263, + "function": "Collagen VI acts as a cell-binding protein", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "CRP", + "name": "C-reactive protein", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Serum C-reactive protein serves as a systemic inflammation biomarker in severe AA and tends to decrease alongside other indices after JAK inhibitor therapy.", + "evidence_paper_ids": [ + "41517644" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P02741", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P02741", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P02741-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P02741-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P02741", + "mean_plddt": 94.1, + "plddt_band": "Very high (≥90)", + "n_residues": 224, + "local_pdb": "digital_twin\\data\\structures\\P02741_AF.pdb" + }, + "uniprot": "P02741", + "uniprot_name": "C-reactive protein", + "length": 224, + "function": "Displays several functions associated with host defense: it promotes agglutination, bacterial capsular swelling, phagocytosis and complement fixation through its calcium-dependent binding to phosphorylcholine. Can interact with DNA and histones and may scavenge nuclear material released from damaged circulating cells", + "pdb_count": 16, + "pdb_ids": [ + "1B09", + "1GNH", + "1LJ7", + "3L2Y", + "3PVN", + "3PVO", + "7PK9", + "7PKB" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "at different time-points. Methods: Human melanoma cell lines (MV3 and A2058) were studied in 3D spheroid cultures. Human platelets were acti- vated with collagen related peptide (CRP), fucoidan from Fucus vesiculosus (FFV), thrombin and collagen co-stimulus (TC) and Ca2+ ionophore (Ca2+). PEVs were ", + "n_hits": 15 + }, + { + "paper": "Clinical Practice Guidelines for Menopause An Executive Summary and Recommendations Indian Menopause Society 2026.", + "quote": "osis (Grade B).[62,66,67] 34. Hospital and community-based studies further implicate low body mass index (BMI), poor sleep, elevated triglycerides, increased C-reactive protein (CRP), and EM as significant risk factors (Grade B).[65,68-71] 35. Nutritional deficits are widespread: about 3 in 4 women ", + "n_hits": 6 + }, + { + "paper": "Abnormal uterine bleeding control with combined oral contraceptives a review comparing ethinylestradiol and natural hormones.", + "quote": "women Use of COCs containing either EV + DNG or EE + DNG Use of DNG only EV + DNG and DNG only had a neutral effect on inflammation and lipids, while EE + DNG increased both hs-CRP and PTX-3 levels as well as triglycerides and HDL Wang et al. (2016)(11) Int J Epidemiol 5841 women Women using combine", + "n_hits": 2 + }, + { + "paper": "Exosome-Based Therapies for Alopecia Areata A Systematic Review of Clinical and Experimental Evidence.", + "quote": "clinically significant changes were observed in complete blood counts, hepatic transaminases (AST, ALT), renal function parameters (creatinine, BUN), or inflammatory markers (ESR, CRP) [12]. Specifically, mean AST and ALT levels remained within normal limits at baseline (AST: 24 ± 6 U/L; ALT: 22 ± 8", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CXCL9", + "name": "C-X-C motif chemokine ligand 9", + "diseases": [ + "AA" + ], + "pathway": "Chemokine", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "CXCL9, an IFN-γ-inducible chemokine, is enriched in lesional AA fibroblasts and smooth muscle cells, recruiting CXCR3+ cytotoxic T cells to the follicle.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "discover:AA", + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q07325", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q07325", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q07325-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q07325-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q07325", + "mean_plddt": 87.5, + "plddt_band": "Confident (70–90)", + "n_residues": 125, + "local_pdb": "digital_twin\\data\\structures\\Q07325_AF.pdb" + }, + "uniprot": "Q07325", + "uniprot_name": "C-X-C motif chemokine 9", + "length": 125, + "function": "Cytokine that affects the growth, movement, or activation state of cells that participate in immune and inflammatory response. Chemotactic for activated T-cells. Binds to CXCR3", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "CXCR3 Blockade Inhibits T-cell Migration into the Skin and Prevents Development of Alopecia Areata", + "quote": "transcriptional profiling of human and mouse alopecic skin showed that the IFN pathway is the dominant signaling pathway involved in AA. We showed that IFN inducible chemokines (CXCL9/10/11) are markedly upregulated in the skin of AA lesions, and further, that the IFN inducible chemokine receptor, C", + "n_hits": 59 + }, + { + "paper": "Modulating immune responses in alopecia therapeutic insights and potential targets of antisense oligonucleotides", + "quote": "aracterized by sudden hair loss, with interferon-gamma (IFN-γ) playing a pivotal role in pathogenesis. The upregulation of IFN response genes, including IFN-inducible chemokines CXCL9, CXCL10, and CXCL11, in lesional skin reflects the activation of the IFN response pathway and contributes to immune ", + "n_hits": 13 + }, + { + "paper": "Induction of alopecia areata in C3H HeJ mice using polyinosinic-polycytidylic acid (poly[IC]) and interferon-gamma", + "quote": "ing of the AA lesions revealed increased infiltration of CD4+ and CD8+ cells infiltration around the hair follicles. IFNγ and poly(I:C) increased the expression of NLRP3, IL-1β, CXCL9, CXCL10, and CXCL11 in mouse skin. Taken together, these findings indicate a shorter and more convenient means of AA", + "n_hits": 10 + }, + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "quote": "/www.ncbi.nlm.nih.gov/geo/query/ acc.cgi?acc=GSE94235) and GSE94236 (mouse skin samples) (https://www.ncbi.nlm.nih.gov/geo/query/acc. cgi?acc=GSE94236). 2.4.6 | ALADIN scores IFN (Cxcl9, Cxcl10, Cxcl11, Stat1, and Mx1) and CTL (Cd8a, Gzmb, Icos, Prf1) ALADIN scores for the Taq- man data were calcula", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CYBB", + "name": "NADPH oxidase 2 (NOX2/gp91phox)", + "diseases": [ + "CIA" + ], + "pathway": "Oxidative stress", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "NOX2 generates reactive oxygen species downstream of S100A8/NCF2 to drive ferroptosis-mediated hair follicle damage in chemotherapy-induced alopecia.", + "evidence_paper_ids": [ + "39947495" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P04839", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P04839", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P04839-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P04839-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P04839", + "mean_plddt": 90.2, + "plddt_band": "Very high (≥90)", + "n_residues": 570, + "local_pdb": "digital_twin\\data\\structures\\P04839_AF.pdb" + }, + "uniprot": "P04839", + "uniprot_name": "NADPH oxidase 2", + "length": 570, + "function": "Catalytic subunit of the phagocyte NADPH oxidase complex that mediates the transfer of electrons from cytosolic NADPH to O2 to produce the superoxide anion (O2(-)) (PubMed:15338276, PubMed:36241643, PubMed:36413210, PubMed:38355798). In the activated complex, electrons are first transferred from NADPH to flavin adenine dinucleotide (FAD) and subsequently transferred via two heme molecules to molecular oxygen, producing superoxide through an outer-sphere reaction (Probable) (PubMed:38355798). Activation of the NADPH oxidase complex is initiated by the assembly of cytosolic subunits of the NADPH", + "pdb_count": 6, + "pdb_ids": [ + "3A1F", + "7U8G", + "8GZ3", + "8KEI", + "8WEJ", + "8X2L" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "DCT", + "name": "Dopachrome tautomerase (tyrosinase-related protein 2)", + "diseases": [ + "CIA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "protector", + "drugs": [], + "mechanism": "Melanogenic enzyme whose expression is increased to restore melanocyte/melanogenesis function during follicular regeneration.", + "evidence_paper_ids": [ + "41192849" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P40126", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P40126", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P40126-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P40126-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P40126", + "mean_plddt": 89.1, + "plddt_band": "Confident (70–90)", + "n_residues": 519, + "local_pdb": "digital_twin\\data\\structures\\P40126_AF.pdb" + }, + "uniprot": "P40126", + "uniprot_name": "L-dopachrome tautomerase", + "length": 519, + "function": "Plays a role in melanin biosynthesis (PubMed:33100333). Catalyzes the conversion of L-dopachrome into 5,6-dihydroxyindole-2-carboxylic acid (DHICA)", + "pdb_count": 1, + "pdb_ids": [ + "4HX1" + ], + "grounding": [ + { + "paper": "Mice with Alopecia, Osteoporosis, and Systemic Amyloidosis Due to Mutation in Zdhhc13, a Gene Coding for Palmitoyl Acyltransferase", + "quote": ".13 6.360.09 2.7760.11 5.4560.04 DDCt3 0 1.93 0 2.68 2(DDCt) 4 100% 26.23% 100% 15.59% 1 Ct, cycle threshold. Values represent triplicates of 3 wild type and 3 affected animals. 2 DCt = Ct (Zdhhc13)- Ct (B-actin). 3 DDCt = DCt (Affected) - DCt (Control). 4 2(DDCt) represents relative expression leve", + "n_hits": 4 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "ENTPD1", + "name": "Ectonucleoside triphosphate diphosphohydrolase 1 (CD39)", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "protector", + "drugs": [], + "mechanism": "CD39 on γδTregs drives adenosine generation that suppresses pathogenic CD8+ T-cell activity in AA.", + "evidence_paper_ids": [ + "41579939" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P49961", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P49961", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P49961-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P49961-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P49961", + "mean_plddt": 91.0, + "plddt_band": "Very high (≥90)", + "n_residues": 510, + "local_pdb": "digital_twin\\data\\structures\\P49961_AF.pdb" + }, + "uniprot": "P49961", + "uniprot_name": "Ectonucleoside triphosphate diphosphohydrolase 1", + "length": 510, + "function": "Catalyzes the hydrolysis of nucleoside triphosphates (NTPs) and diphosphates (NDPs) (Probable) (PubMed:8529670, PubMed:8626624, PubMed:8955160, PubMed:8996251). The enzyme sequentially removes phosphate groups in two successive steps, converting NTPs to nucleoside monophosphates (NMPs) via NDP intermediates (Probable) (PubMed:8529670, PubMed:8626624, PubMed:8955160, PubMed:8996251). This activity contributes to the regulation of extracellular levels of nucleotides (Probable) (PubMed:8529670, PubMed:8626624, PubMed:8955160, PubMed:8996251). By hydrolyzing proinflammatory ATP and platelet-activa", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "ESR1", + "name": "Estrogen receptor 1", + "diseases": [ + "AGA" + ], + "pathway": "Nuclear receptor", + "twin_node": "HFSC", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Estrogen signaling via estrogen receptors is proposed to provide protective effects against follicular miniaturization in female AGA.", + "evidence_paper_ids": [ + "41714473", + "PPR1134993" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": true, + "structure": { + "accession": "P03372", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P03372", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P03372-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P03372-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P03372", + "mean_plddt": 66.4, + "plddt_band": "Low (50–70)", + "n_residues": 595, + "local_pdb": "digital_twin\\data\\structures\\P03372_AF.pdb" + }, + "uniprot": "P03372", + "uniprot_name": "Estrogen receptor", + "length": 595, + "function": "Nuclear hormone receptor. The steroid hormones and their receptors are involved in the regulation of eukaryotic gene expression and affect cellular proliferation and differentiation in target tissues. Ligand-dependent nuclear transactivation involves either direct homodimer binding to a palindromic estrogen response element (ERE) sequence or association with other DNA-binding transcription factors, such as AP-1/c-Jun, c-Fos, ATF-2, Sp1 and Sp3, to mediate ERE-independent signaling. Ligand binding induces a conformational change allowing subsequent or combinatorial association with multiprotein", + "pdb_count": 457, + "pdb_ids": [ + "1A52", + "1ERE", + "1ERR", + "1G50", + "1GWQ", + "1GWR", + "1HCP", + "1HCQ" + ], + "grounding": [ + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "tetrahydroxybenzofurano[3,2-c] chromen-6-one HSP90AB1 Mohanlian MOL003389 3’-O-Methylorobol NOS2 Mohanlian MOL003389 3’-O-Methylorobol PTGS1 Mohanlian MOL003389 3’-O-Methylorobol ESR1 Mohanlian MOL003389 3’-O-Methylorobol AR Mohanlian MOL003389 3’-O-Methylorobol PPARG Mohanlian MOL003389 3’-O-Methyl", + "n_hits": 4 + }, + { + "paper": "Caizhixuan hair tonic regulates both apoptosis and the PI3K Akt pathway to treat androgenetic alopecia", + "quote": "3C). Cytoscape 3.8.0 software and the CytoNCA plug-in were used to analyse the topology of the intersection genes. The core genes screened were JUN, CYP1A1, CYP19A1, Akt1, CYP3A4, ESR1, AR, and GAPDH (Fig 3D). We speculated that these targets may be the key targets of CZX in AGA treatment. Predictio", + "n_hits": 2 + }, + { + "paper": "Effects of Baicalin on Alopecia and the Associated Mechanism", + "quote": "BG PIK3CG C1S C1R RAC2 HADH SHMT1 F10 SNRPA PPARA GC TPH1 RXRA CASP7 CFD AHCY DCK XIAP CHIT1 NR1H2 MMP13 MMP1 APCS TYMP CMA1 KDR LCK MDM2 IL2 SYK PGR ESR2 SRC HSP90AA1 PTPN11 AKT1 ESR1 TTR FGFR2 DHODH STS DHFR OTC LTA4H PLK1 CFB NMNAT1 CYP19A1 THRB IGF1R PTPN1 JAK3 AR EGFR JAK2 PRKACA NOS3 MAPK14 CA", + "n_hits": 2 + }, + { + "paper": "Exploring the Efficacy and Potential Mechanisms of Topical Periplaneta americana (L.) Extract in Treating Androgenetic Alopecia in a Mouse Model A Systems Pharmacology and Skin Microbiome Analysis", + "quote": "ing conditions of the Centiscape 2.2 software plug-in, the interaction network between 24 core protein nodes and 157 edges was screened (Figure 2C). Among them, MAPK1, Bcl-2, Akt, ESR1, and other core proteins that play a positive role in AGA therapy had strong correlations. Figure 2. Screening of c", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "FAS", + "name": "Fas cell surface death receptor", + "diseases": [ + "CIA" + ], + "pathway": "Cell-cycle/apoptosis", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Fas death-receptor signaling promotes apoptosis of hair matrix cells in chemotherapy-induced alopecia and is downregulated by protective treatment.", + "evidence_paper_ids": [ + "39638216" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P25445", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P25445", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P25445-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P25445-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P25445", + "mean_plddt": 77.9, + "plddt_band": "Confident (70–90)", + "n_residues": 335, + "local_pdb": "digital_twin\\data\\structures\\P25445_AF.pdb" + }, + "uniprot": "P25445", + "uniprot_name": "Tumor necrosis factor receptor superfamily member 6", + "length": 335, + "function": "Receptor for TNFSF6/FASLG. The adapter molecule FADD recruits caspase CASP8 to the activated receptor. The resulting death-inducing signaling complex (DISC) performs CASP8 proteolytic activation which initiates the subsequent cascade of caspases (aspartate-specific cysteine proteases) mediating apoptosis. FAS-mediated apoptosis may have a role in the induction of peripheral tolerance, in the antigen-stimulated suicide of mature T-cells, or both. The secreted isoforms 2 to 6 block apoptosis (in vitro)", + "pdb_count": 6, + "pdb_ids": [ + "1DDF", + "2NA7", + "3EWT", + "3EZQ", + "3THM", + "3TJE" + ], + "grounding": [ + { + "paper": "SOCS3 treatment prevents the development of alopecia areata by inhibiting CD8+ T cell-mediated autoimmune destruction", + "quote": "pment of alopecia areata in the graft model. SOCS3 decreases the CD44high CD62Llow effector memory CD8+ T cells, resulting in the decrease of IFN-γ production. The expression of Fas and major histocompatibility complex-1 (MHC I) is upregulated in skin from C3H/ HeJ alopecia areata mice, and this inc", + "n_hits": 52 + }, + { + "paper": "Improvement in Patient-Reported Emotional Symptoms and Activity Limitations due to Hair Loss in Patients With Alopecia Areata Treated With Ritlecitini", + "quote": "dicate greater impact on ES and AL due to hair loss. 2.3 | Endpoints Changes from baseline (CFBs) in AAPPO ES and AL domain scores for participants in the full analysis set (FAS) (i.e., all Summary • Using the Alopecia Areata Patient Priority Outcomes measure, this study evaluated patient-­reported ", + "n_hits": 5 + }, + { + "paper": "Effect of N-acetylcysteine on hair follicle changes in mouse model of cyclophosphamide-induced alopecia histological and biochemical study", + "quote": "melano- genesis, apoptosis, proliferation, and migration of follicular melanocytes of C57BL/6 mice. CYP induces apoptosis of some melanocytes in the hair bulb region through the Fas signaling pathway. The remaining surviving hair bulb mel- anocytes express c-kit receptor which causes proliferation a", + "n_hits": 4 + }, + { + "paper": "Polyphenols from Bacopa procumbens Nanostructured with Gold Nanoparticles Stimulate Hair Growth Through Apoptosis Modulation in C57BL 6 Mice", + "quote": "of topical application, formononetin restored hair follicles to their normal size and stimulated the growth of new hair shafts. This effect was attributed to the inhibition of the Fas/FasL pathway, which led to decreased activation of pro-apoptotic caspases (Casp8 and Casp3), Bax, and p53, along wit", + "n_hits": 4 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "FGF10", + "name": "Fibroblast growth factor 10", + "diseases": [ + "CIA" + ], + "pathway": "Growth factor", + "twin_node": "DP", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "FGF10 supports hair follicle growth signaling from the dermal papilla; its decreased secretion after 5-FU impairs anagen maintenance.", + "evidence_paper_ids": [ + "39922517" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O15520", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O15520", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O15520-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O15520-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O15520", + "mean_plddt": 80.0, + "plddt_band": "Confident (70–90)", + "n_residues": 208, + "local_pdb": "digital_twin\\data\\structures\\O15520_AF.pdb" + }, + "uniprot": "O15520", + "uniprot_name": "Fibroblast growth factor 10", + "length": 208, + "function": "Plays an important role in the regulation of embryonic development, cell proliferation and cell differentiation. Required for normal branching morphogenesis. May play a role in wound healing", + "pdb_count": 2, + "pdb_ids": [ + "1NUN", + "8YQ1" + ], + "grounding": [ + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "quote": "at the zone-enriched expression is linked to body position and unrelated to hair cycle phases (Supplementary Figure S3h and i). Other signature genes among the 211 DEGs included Fgf10, Corin, and Sox11, previously reported in DP or its dermal condensate precursor cells during development (Enshell-Se", + "n_hits": 4 + }, + { + "paper": "CXCL12 Drives Reversible Fibroimmune Remodeling in Androgenetic Alopecia Revealed by Single-Cell RNA Sequencing", + "quote": "with limited changes in ACKR3 (Figure S10A). To dissect DPC heterogeneity, we performed unsupervised subclustering of DPCs (Figure 5E), revealing five distinct subpopulations: (1) Fgf10+ Rspo3+ active anagen DPCs, (2) Bmp4+ Bmp6+ quiescent telogen DPCs, (3) Sox2+Twist1+ DPCs, (4) Mki67+ proliferatin", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "GZMH", + "name": "Granzyme H", + "diseases": [ + "AA" + ], + "pathway": "Cell-cycle/apoptosis", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Granzyme H is upregulated in lesional AA reflecting cytotoxic T-cell-mediated killing of hair follicle epithelial cells.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P20718", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P20718", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P20718-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P20718-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P20718", + "mean_plddt": 92.4, + "plddt_band": "Very high (≥90)", + "n_residues": 246, + "local_pdb": "digital_twin\\data\\structures\\P20718_AF.pdb" + }, + "uniprot": "P20718", + "uniprot_name": "Granzyme H", + "length": 246, + "function": "Cytotoxic chymotrypsin-like serine protease with preference for bulky and aromatic residues at the P1 position and acidic residues at the P3' and P4' sites. Probably necessary for target cell lysis in cell-mediated immune responses. Participates in the antiviral response via direct cleavage of several proteins essential for viral replication", + "pdb_count": 4, + "pdb_ids": [ + "3TJU", + "3TJV", + "3TK9", + "4GAW" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "GZMK", + "name": "Granzyme K", + "diseases": [ + "AA" + ], + "pathway": "Cell-cycle/apoptosis", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Granzyme K is upregulated in lesional AA, marking cytotoxic effector activity that destroys follicular cells.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P49863", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P49863", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P49863-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P49863-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P49863", + "mean_plddt": 85.4, + "plddt_band": "Confident (70–90)", + "n_residues": 264, + "local_pdb": "digital_twin\\data\\structures\\P49863_AF.pdb" + }, + "uniprot": "P49863", + "uniprot_name": "Granzyme K", + "length": 264, + "function": "Serine protease that initiates the GZMK pathway of the complement system, a cascade of proteins directly activated by CD8(+) T-cells that leads to phagocytosis and breakdown of pathogens and signaling that strengthens the adaptive immune system (PubMed:3262682, PubMed:39814882, PubMed:39914456). GZMK is specifically secreted by CD8(+) T-cells and mediates both recognition and initiation steps of GZMK complement pathway (PubMed:39914456). First acts as a pattern recognition receptor, which specifically recognizes and binds heparan sulfate glycosaminoglycans on the pathogen surface to drive opso", + "pdb_count": 2, + "pdb_ids": [ + "1MZA", + "1MZD" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "HDAC1", + "name": "Histone deacetylase 1", + "diseases": [ + "AGA" + ], + "pathway": "Cell-cycle/apoptosis", + "twin_node": "APO", + "effect": "-", + "role": "protector", + "drugs": [], + "mechanism": "Suppressed in balding scalp; HDAC1 overexpression counteracts cell-cycle dysregulation and senescence to rescue dermal papilla proliferation and follicle regeneration.", + "evidence_paper_ids": [ + "41506142" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q13547", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q13547", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q13547-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q13547-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q13547", + "mean_plddt": 86.2, + "plddt_band": "Confident (70–90)", + "n_residues": 482, + "local_pdb": "digital_twin\\data\\structures\\Q13547_AF.pdb" + }, + "uniprot": "Q13547", + "uniprot_name": "Histone deacetylase 1", + "length": 482, + "function": "Histone deacetylase that catalyzes the deacetylation of lysine residues on the N-terminal part of the core histones (H2A, H2B, H3 and H4) (PubMed:16762839, PubMed:17704056, PubMed:28497810). Histone deacetylation gives a tag for epigenetic repression and plays an important role in transcriptional regulation, cell cycle progression and developmental events (PubMed:16762839, PubMed:17704056). Histone deacetylases act via the formation of large multiprotein complexes (PubMed:16762839, PubMed:17704056). Acts as a component of the histone deacetylase NuRD complex which participates in the remodelin", + "pdb_count": 11, + "pdb_ids": [ + "4BKX", + "5ICN", + "6Z2J", + "6Z2K", + "7AO8", + "7AO9", + "7AOA", + "7SME" + ], + "grounding": [ + { + "paper": "Deletion of hypoxia-inducible factor prolyl 4-hydroxylase 2 in FoxD1-lineage mesenchymal cells leads to congenital truncal alopecia", + "quote": ".0 15.0 C Relative Hif-p4h-3 mRNA *** * ** * E18.5 P4 P8 P14 P16 P18 P21 P24 0.0 0.5 1.0 1.5 2.0 B Relative Hk2 mRNA * * ** A 250 130 100 70 P16 dorsal skin Ctrl cKO kDa HIF1α 55 HDAC1 250 130 100 70 P16 dorsal skin Ctrl cKO kDa HIF2α 55 HDAC1 Figure 4. HIF1α and HIF2α are stabilized, and expression", + "n_hits": 3 + }, + { + "paper": "ISEV2025 Abstract Book.", + "quote": "microscopy confirmed the efficient intracellular delivery of miRNA_9985. Cell-signalling arrays and western blotting revealed that miRNA_9985-mediated GCC2 knockdown downregulated HDAC1 and BCL-2, ultimately leading to increased c-PARP levels, a marker of apoptosis. Co- immunoprecipitation assays re", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "HLA-DQB1", + "name": "Major histocompatibility complex, class II, DQ beta 1", + "diseases": [ + "CIA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Variants in HLA-DQB1 showed a non-significant trend toward persistent chemotherapy-induced alopecia despite scalp cooling, implicating MHC class II-mediated immune predisposition in impaired follicular recovery.", + "evidence_paper_ids": [ + "41224782" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": true, + "structure": { + "accession": "P01920", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P01920", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P01920-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P01920-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P01920", + "mean_plddt": 86.9, + "plddt_band": "Confident (70–90)", + "n_residues": 261, + "local_pdb": "digital_twin\\data\\structures\\P01920_AF.pdb" + }, + "uniprot": "P01920", + "uniprot_name": "HLA class II histocompatibility antigen, DQ beta 1 chain", + "length": 261, + "function": "Binds peptides derived from antigens that access the endocytic route of antigen presenting cells (APC) and presents them on the cell surface for recognition by the CD4 T-cells. The peptide binding cleft accommodates peptides of 10-30 residues. The peptides presented by MHC class II molecules are generated mostly by degradation of proteins that access the endocytic route, where they are processed by lysosomal proteases and other hydrolases. Exogenous antigens that have been endocytosed by the APC are thus readily available for presentation via MHC II molecules, and for this reason this antigen ", + "pdb_count": 10, + "pdb_ids": [ + "1JK8", + "1S9V", + "1UVQ", + "2NNA", + "4GG6", + "4OZF", + "4OZG", + "4OZH" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "HPGDS", + "name": "Hematopoietic prostaglandin D synthase (Prostaglandin D2 synthase)", + "diseases": [ + "AGA" + ], + "pathway": "Prostaglandin", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Produces prostaglandin D2 (PGD2), which is elevated in bald scalp and inhibits hair growth; cetirizine reduces PGD2 production.", + "evidence_paper_ids": [ + "41625414" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O60760", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O60760", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O60760-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O60760-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O60760", + "mean_plddt": 97.3, + "plddt_band": "Very high (≥90)", + "n_residues": 199, + "local_pdb": "digital_twin\\data\\structures\\O60760_AF.pdb" + }, + "uniprot": "O60760", + "uniprot_name": "Hematopoietic prostaglandin D synthase", + "length": 199, + "function": "Bifunctional enzyme which catalyzes both the conversion of PGH2 to PGD2, a prostaglandin involved in smooth muscle contraction/relaxation and a potent inhibitor of platelet aggregation, and the conjugation of glutathione with a wide range of aryl halides and organic isothiocyanates. Also exhibits low glutathione-peroxidase activity towards cumene hydroperoxide", + "pdb_count": 30, + "pdb_ids": [ + "1IYH", + "1IYI", + "1V40", + "2CVD", + "2VCQ", + "2VCW", + "2VCX", + "2VCZ" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "HRH1", + "name": "Histamine H1 receptor", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Targeted by the H1-antihistamine cetirizine, which exerts anti-inflammatory effects and reduces PGD2 to support hair growth in AGA.", + "evidence_paper_ids": [ + "41625414" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P35367", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P35367", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P35367-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P35367-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P35367", + "mean_plddt": 70.0, + "plddt_band": "Low (50–70)", + "n_residues": 487, + "local_pdb": "digital_twin\\data\\structures\\P35367_AF.pdb" + }, + "uniprot": "P35367", + "uniprot_name": "Histamine H1 receptor", + "length": 487, + "function": "G-protein-coupled receptor for histamine, a biogenic amine that functions as an immune modulator and a neurotransmitter (PubMed:33828102, PubMed:8280179). Through the H1 receptor, histamine mediates the contraction of smooth muscles and increases capillary permeability due to contraction of terminal venules. Also mediates neurotransmission in the central nervous system and thereby regulates circadian rhythms, emotional and locomotor activities as well as cognitive functions (By similarity)", + "pdb_count": 3, + "pdb_ids": [ + "3RZE", + "7DFL", + "8YN2" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IGF1R", + "name": "Insulin-like growth factor 1 receptor", + "diseases": [ + "AGA" + ], + "pathway": "Growth factor", + "twin_node": "DP", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Emerging AGA susceptibility/therapeutic target whose signaling supports dermal papilla function and hair follicle growth.", + "evidence_paper_ids": [ + "41769701" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P08069", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P08069", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P08069-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P08069-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P08069", + "mean_plddt": 78.0, + "plddt_band": "Confident (70–90)", + "n_residues": 1367, + "local_pdb": "digital_twin\\data\\structures\\P08069_AF.pdb" + }, + "uniprot": "P08069", + "uniprot_name": "Insulin-like growth factor 1 receptor", + "length": 1367, + "function": "Receptor tyrosine kinase which mediates actions of insulin-like growth factor 1 (IGF1). Binds IGF1 with high affinity and IGF2 and insulin (INS) with a lower affinity. The activated IGF1R is involved in cell growth and survival control. IGF1R is crucial for tumor transformation and survival of malignant cell. Ligand binding activates the receptor kinase, leading to receptor autophosphorylation, and tyrosines phosphorylation of multiple substrates, that function as signaling adapter proteins including, the insulin-receptor substrates (IRS1/2), Shc and 14-3-3 proteins. Phosphorylation of IRSs pr", + "pdb_count": 45, + "pdb_ids": [ + "1IGR", + "1JQH", + "1K3A", + "1M7N", + "1P4O", + "2OJ9", + "2ZM3", + "3D94" + ], + "grounding": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "quote": "effects of established therapies such as topical and oral minoxidil, finasteride, dutasteride, and prostaglandin-directed approaches. We also discuss emerging targets, including IGF1R, WNT10A, PPARGC1A, and prolactin receptor signalling, and examine how RNA based androgen receptor silencing and stem", + "n_hits": 7 + }, + { + "paper": "Self-assembling peptide inspired by insulin and type 1 insulin-like growth factor for the treatment of androgenetic alopecia", + "quote": "Bioactive Materials 53 (2025) 819–830 829 [13] M. Castela, F. Linay, E. Roy, P. Moguelet, J. Xu, M. Holzenberger, K. Khosrotehrani, S. Aractingi, Igf1r signalling acts on the anagen-to-catagen transition in the hair cycle, Exp. Dermatol. 26 (2017) 785–791. [14] R. Panchaprateep, P. Asawanonda, Insul", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "IGHE", + "name": "Immunoglobulin heavy constant epsilon (IgE)", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Elevated serum IgE (Th2/atopic axis) correlates with greater treatment efficacy in AA patients with atopic dermatitis, marking an atopic AA endotype.", + "evidence_paper_ids": [ + "41608924" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": true, + "structure": { + "accession": "P01854", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P01854", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P01854-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P01854-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P01854", + "mean_plddt": 76.5, + "plddt_band": "Confident (70–90)", + "n_residues": 546, + "local_pdb": "digital_twin\\data\\structures\\P01854_AF.pdb" + }, + "uniprot": "P01854", + "uniprot_name": "Immunoglobulin heavy constant epsilon", + "length": 546, + "function": "Constant region of immunoglobulin heavy chains. Immunoglobulins, also known as antibodies, are membrane-bound or secreted glycoproteins produced by B lymphocytes. In the recognition phase of humoral immunity, the membrane-bound immunoglobulins serve as receptors which, upon binding of a specific antigen, trigger the clonal expansion and differentiation of B lymphocytes into immunoglobulins-secreting plasma cells. Secreted immunoglobulins mediate the effector phase of humoral immunity, which results in the elimination of bound antigens (PubMed:20176268, PubMed:22158414). The antigen binding sit", + "pdb_count": 35, + "pdb_ids": [ + "1F6A", + "1FP5", + "1G84", + "1O0V", + "2WQR", + "2Y7Q", + "3H9Y", + "3H9Z" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IL10", + "name": "Interleukin 10", + "diseases": [ + "AA", + "CIA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "protector", + "drugs": [], + "mechanism": "γδTreg-secreted IL-10 suppresses pathogenic T-cell activity and helps restore hair-follicle immune privilege in AA.", + "evidence_paper_ids": [ + "41579939", + "PPR1114305" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P22301", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P22301", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P22301-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P22301-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P22301", + "mean_plddt": 87.9, + "plddt_band": "Confident (70–90)", + "n_residues": 178, + "local_pdb": "digital_twin\\data\\structures\\P22301_AF.pdb" + }, + "uniprot": "P22301", + "uniprot_name": "Interleukin-10", + "length": 178, + "function": "Major immune regulatory cytokine that acts on many cells of the immune system where it has profound anti-inflammatory functions, limiting excessive tissue disruption caused by inflammation. Mechanistically, IL10 binds to its heterotetrameric receptor comprising IL10RA and IL10RB leading to JAK1 and STAT2-mediated phosphorylation of STAT3 (PubMed:16982608). In turn, STAT3 translocates to the nucleus where it drives expression of anti-inflammatory mediators (PubMed:18025162). Targets antigen-presenting cells (APCs) such as macrophages and monocytes and inhibits their release of pro-inflammatory ", + "pdb_count": 9, + "pdb_ids": [ + "1ILK", + "1INR", + "1J7V", + "1LK3", + "1Y6K", + "2H24", + "2ILK", + "6X93" + ], + "grounding": [ + { + "paper": "Alopecia in IL-10-deficient Mouse Pups is c-Kit-Dependent and Can Be Triggered by Iron Deficiency", + "quote": "vironmental causes. This investigation was undertaken to determine the mechanisms underlying the sporadic development of alopecia in litters from C57BL/6 interleukin-10-deficient (Il10−/−) mice. All pups in affected litters demonstrated alopecia by postnatal days 17–19, with hair loss from their tru", + "n_hits": 67 + }, + { + "paper": "A mouse model of clonal CD8+ T lymphocyte-mediated alopecia areata progressing to alopecia universalis", + "quote": "ss I and not class II MHC-dependent. Pathologic T cells primarily express IFNG and IL17 early in disease, with dramatic increases in cytokine production and recruitment of IL4 and IL10 production with disease progression. Inhibition of individual cytokines did not significantly alter disease inciden", + "n_hits": 12 + }, + { + "paper": "Immunoregulatory Effects of Myeloid-Derived Suppressor Cell Exosomes in Mouse Model of Autoimmune Alopecia Areata", + "quote": "utes to ζ-chain downregulation, and iNOS, which induces NO. NO and ROS inhibit T cell prolif­ eration and induce apoptosis. HO-1 inhibits T cell proliferation via CO production. IL10 promotes TH2 deviation and type 2 macrophage (Mϕ) polarization. Membrane-bound TGFβ1 sup­ ports NK cell anergy and in", + "n_hits": 11 + }, + { + "paper": "ISEV2025 Abstract Book.", + "quote": "free circulating cytokines and cytokine gene expression from the tumour tissue of the same patients (n = 22). Results: We identified three EV-associated cytokines, interleukin 10 (IL10), interleukin 12 (IL12) and interferon gamma inducible protein 10 (IP10) as significantly higher in BC patients at ", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "IL13", + "name": "Interleukin 13", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "IL-13, a Th2 cytokine, is upregulated in lesional AA CD4+ T cells reflecting Th2 skewing that accompanies the dominant Th1 response in disease pathogenesis.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P35225", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P35225", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P35225-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P35225-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P35225", + "mean_plddt": 85.6, + "plddt_band": "Confident (70–90)", + "n_residues": 146, + "local_pdb": "digital_twin\\data\\structures\\P35225_AF.pdb" + }, + "uniprot": "P35225", + "uniprot_name": "Interleukin-13", + "length": 146, + "function": "Cytokine that plays important roles in allergic inflammation and immune response to parasite infection (PubMed:8096327, PubMed:8097324). Synergizes with IL2 in regulating interferon-gamma synthesis (PubMed:8096327). Stimulates B-cell proliferation, and activation of eosinophils, basophils, and mast cells (PubMed:7903680, PubMed:8759755). Plays an important role in controlling IL33 activity by modulating the production of transmembrane and soluble forms of interleukin-1 receptor-like 1/IL1RL1 (By similarity). Displays the capacity to antagonize Th1-driven proinflammatory immune response and dow", + "pdb_count": 13, + "pdb_ids": [ + "1GA3", + "1IJZ", + "1IK0", + "3BPO", + "3G6D", + "3L5W", + "3L5X", + "3LB6" + ], + "grounding": [ + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "air follicle cell compartments (Fig. 4D). This captured the multifaceted inflammatory microenvironment in EGFRΔEgr2 mice, with prominent Il17-producing γδT cells and ILC3s, Il4 and Il13 producing CD4 Th2 cells and ILC2s, Ifnγ producing CD8 T-cells and NK cells and IL1α/β and OSM expressing macrophage", + "n_hits": 4 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "IL13RA1", + "name": "Interleukin 13 receptor subunit alpha 1", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "IL13RA1 is upregulated in lesional AA, marking Th2-axis activation and IL-13 responsiveness in affected scalp cells.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P78552", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P78552", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P78552-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P78552-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P78552", + "mean_plddt": 81.6, + "plddt_band": "Confident (70–90)", + "n_residues": 427, + "local_pdb": "digital_twin\\data\\structures\\P78552_AF.pdb" + }, + "uniprot": "P78552", + "uniprot_name": "Interleukin-13 receptor subunit alpha-1", + "length": 427, + "function": "Binds with low affinity to interleukin-13 (IL13). Together with IL4RA can form a functional receptor for IL13. Also serves as an alternate accessory protein to the common cytokine receptor gamma chain for interleukin-4 (IL4) signaling, but cannot replace the function of IL2RG in allowing enhanced interleukin-2 (IL2) binding activity", + "pdb_count": 4, + "pdb_ids": [ + "3BPN", + "3BPO", + "4HWB", + "5E4E" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IL1B", + "name": "Interleukin-1 beta", + "diseases": [ + "CIA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Pro-inflammatory cytokine raised during chemotherapy-induced hair-follicle injury; its downregulation correlates with attenuated alopecia.", + "evidence_paper_ids": [ + "41615374", + "PPR1114305" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P01584", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P01584", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P01584-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P01584-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P01584", + "mean_plddt": 76.2, + "plddt_band": "Confident (70–90)", + "n_residues": 269, + "local_pdb": "digital_twin\\data\\structures\\P01584_AF.pdb" + }, + "uniprot": "P01584", + "uniprot_name": "Interleukin-1 beta", + "length": 269, + "function": "Potent pro-inflammatory cytokine (PubMed:10653850, PubMed:12794819, PubMed:28331908, PubMed:3920526). Initially discovered as the major endogenous pyrogen, induces prostaglandin synthesis, neutrophil influx and activation, T-cell activation and cytokine production, B-cell activation and antibody production, and fibroblast proliferation and collagen production (PubMed:3920526). Promotes Th17 differentiation of T-cells. Synergizes with IL12/interleukin-12 to induce IFNG synthesis from T-helper 1 (Th1) cells (PubMed:10653850). Plays a role in angiogenesis by inducing VEGF production synergistical", + "pdb_count": 64, + "pdb_ids": [ + "1HIB", + "1I1B", + "1IOB", + "1ITB", + "1L2H", + "1S0L", + "1T4Q", + "1TOO" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "dynamin-dependent endocytosis mechanism. EV129 downregulated TLR4, C-JUN and NFkB gene expression, leading to a reduction in the expression of the pro- inflammatory cytokines IL8, IL1b and TNF in inflamed HT-29 cells. EV129 also downregulated IRF3 and IRF5 gene expression in inflamed HT-29 cells and", + "n_hits": 2 + }, + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "etin MYC Mohanlian MOL000098 Quercetin F3 Mohanlian MOL000098 Quercetin GJA1 Mohanlian MOL000098 Quercetin CYP1A1 Mohanlian MOL000098 Quercetin ICAM1 Mohanlian MOL000098 Quercetin IL1B Mohanlian MOL000098 Quercetin CCL2 Mohanlian MOL000098 Quercetin SELE (Continued) Clinical, Cosmetic and Investigat", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "IL23A", + "name": "Interleukin 23 subunit alpha", + "diseases": [ + "AA", + "Other" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "IL-23 inhibition (tildrakizumab) for psoriasis was temporally associated with paradoxical new-onset AA, implicating IL-23 pathway modulation in unmasking autoimmune follicular inflammation.", + "evidence_paper_ids": [ + "41614228" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9NPF7", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9NPF7", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9NPF7-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9NPF7-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9NPF7", + "mean_plddt": 80.6, + "plddt_band": "Confident (70–90)", + "n_residues": 189, + "local_pdb": "digital_twin\\data\\structures\\Q9NPF7_AF.pdb" + }, + "uniprot": "Q9NPF7", + "uniprot_name": "Interleukin-23 subunit alpha", + "length": 189, + "function": "Associates with IL12B to form the pro-inflammatory cytokine IL-23 that plays different roles in innate and adaptive immunity (PubMed:11114383). Released by antigen-presenting cells such as dendritic cells or macrophages, binds to a heterodimeric receptor complex composed of IL12RB1 and IL23R to activate JAK2 and TYK2 which then phosphorylate the receptor to form a docking site leading to the phosphorylation of STAT3 and STAT4 (PubMed:29287995, PubMed:32474165, PubMed:33606986). This process leads to activation of several pathways including p38 MAPK or NF-kappa-B and promotes the production of ", + "pdb_count": 15, + "pdb_ids": [ + "3D85", + "3D87", + "3DUH", + "3QWR", + "4GRW", + "5MJ3", + "5MJ4", + "5MXA" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IL4R", + "name": "Interleukin 4 receptor", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "IL4R upregulation in lesional AA CD4+ and regulatory T cells reflects Th2 skewing contributing to the inflammatory milieu in AA.", + "evidence_paper_ids": [ + "41608924", + "41740930" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P24394", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P24394", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P24394-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P24394-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P24394", + "mean_plddt": 54.8, + "plddt_band": "Low (50–70)", + "n_residues": 825, + "local_pdb": "digital_twin\\data\\structures\\P24394_AF.pdb" + }, + "uniprot": "P24394", + "uniprot_name": "Interleukin-4 receptor subunit alpha", + "length": 825, + "function": "Receptor for both interleukin 4 and interleukin 13 (PubMed:17030238). Couples to the JAK1/2/3-STAT6 pathway. The IL4 response is involved in promoting Th2 differentiation. The IL4/IL13 responses are involved in regulating IgE production and, chemokine and mucus production at sites of allergic inflammation. In certain cell types, can signal through activation of insulin receptor substrates, IRS1/IRS2", + "pdb_count": 10, + "pdb_ids": [ + "1IAR", + "1IRS", + "3BPL", + "3BPN", + "3BPO", + "5E4E", + "6OEL", + "6WGL" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IL6", + "name": "Interleukin-6", + "diseases": [ + "AGA", + "CIA" + ], + "pathway": "JAK-STAT", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "DHT increases pro-inflammatory IL-6 in dermal papilla cells contributing to a hair-suppressive microenvironment; lowered by CYP19A1/MitoQ.", + "evidence_paper_ids": [ + "41571202", + "41615374" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P05231", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P05231", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P05231-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P05231-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P05231", + "mean_plddt": 85.3, + "plddt_band": "Confident (70–90)", + "n_residues": 212, + "local_pdb": "digital_twin\\data\\structures\\P05231_AF.pdb" + }, + "uniprot": "P05231", + "uniprot_name": "Interleukin-6", + "length": 212, + "function": "Cytokine with a wide variety of biological functions in immunity, tissue regeneration, and metabolism. Binds to IL6R, then the complex associates to the signaling subunit IL6ST/gp130 to trigger the intracellular IL6-signaling pathway (Probable). The interaction with the membrane-bound IL6R and IL6ST stimulates 'classic signaling', whereas the binding of IL6 and soluble IL6R to IL6ST stimulates 'trans-signaling'. Alternatively, 'cluster signaling' occurs when membrane-bound IL6:IL6R complexes on transmitter cells activate IL6ST receptors on neighboring receiver cells (Probable)", + "pdb_count": 17, + "pdb_ids": [ + "1ALU", + "1IL6", + "1P9M", + "2IL6", + "4CNI", + "4J4L", + "4NI7", + "4NI9" + ], + "grounding": [ + { + "paper": "Immunoregulatory Effects of Myeloid-Derived Suppressor Cell Exosomes in Mouse Model of Autoimmune Alopecia Areata", + "quote": "8+ T cells, transfer studies supporting a specific contribution of both CD8+ and CD4+ T cells (49). AA induction also relies on expansion of TH17, which abundantly secrete TGFβ, IL6, and IL1β (50). TH17 inversely correlate with CD4+CD25+FoxP3+ Treg (51), which inhibit contact-dependent T cell prolif", + "n_hits": 9 + }, + { + "paper": "ISEV2025 Abstract Book.", + "quote": "cell EVs by primary TECs in a phosphatidylserine (PtdSer)-dependent manner. Importantly, B cell EVs deliver EBERs into endosomes of primary TECs, driving IFN gamma, TNF alpha and IL6 production through TLR3 activation. Summary/Conclusion: In SLE patients, blood cell-derived inflammatory EVs target T", + "n_hits": 6 + }, + { + "paper": "Genetic analysis of a novel antioxidant multi-target iron chelator, M30 protecting against chemotherapy-induced alopecia in mice", + "quote": "CTX/ Normal MC/ CTX Tbx4 0.167 4.913 Ifi27l2a 0.165 1.675 Dmbt1 0.122 3.491 Ccl6 0.079 3.826 Spi1 0.163 3.851 Ccl2 0.137 2.583 Slc11a1 0.107 5.273 Ccl7 0.073 4.394 Nov 0.162 4.204 Il6 0.086 4.170 Enpep 0.103 8.165 Retnlg 0.047 21.223 Ccl2 0.137 2.583 Pot1b 0.067 2.010 Gapt 0.086 5.105 Ccl24 0.043 8.", + "n_hits": 5 + }, + { + "paper": "Subcutaneous injection of genetically engineered exosomes for androgenic alopecia treatment", + "quote": "Cs exhibiting a follicular miniaturization phenotype, including loss of replicative potential, reduction of molecular markers and secretion of inhibitory factors, such as DKK1 and IL6 (Premanand and Reena Rajkumari, 2018). DKK1 functions as a negative regulator of the WNT signaling pathway, whereas ", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "INS", + "name": "Insulin", + "diseases": [ + "AGA" + ], + "pathway": "Growth factor", + "twin_node": "DP", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Identified as a key AGA-associated node in PPI network analysis, linking metabolic/insulin signaling to follicle biology.", + "evidence_paper_ids": [ + "PPR1134993" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P01308", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P01308", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P01308-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P01308-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P01308", + "mean_plddt": 52.9, + "plddt_band": "Low (50–70)", + "n_residues": 110, + "local_pdb": "digital_twin\\data\\structures\\P01308_AF.pdb" + }, + "uniprot": "P01308", + "uniprot_name": "Insulin", + "length": 110, + "function": "Insulin decreases blood glucose concentration. It increases cell permeability to monosaccharides, amino acids and fatty acids. It accelerates glycolysis, the pentose phosphate cycle, and glycogen synthesis in liver", + "pdb_count": 367, + "pdb_ids": [ + "1A7F", + "1AI0", + "1AIY", + "1B9E", + "1BEN", + "1EFE", + "1EV3", + "1EV6" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "l as lung, liver, bone, and blood (mouse) as a panel of common target tissues (Figure 1). We utilized the miRNA Next-Generation-Sequencing Discovery Assay (miND), which uses spike-ins to enable absolute quantitation of small RNAs, including miRNAs. Results: We identified a cluster of miRNAs with sig", + "n_hits": 9 + }, + { + "paper": "Keratin 17 null mice exhibit age- and strain-dependent alopecia", + "quote": "correspond to the first hair being produced by follicles. The identity of the primary antibody used is indicated at left. Mono- clonal antibody AE13 recognizes hard type I kerat- ins and is used as loading control. Lane P refers to purified recombinant K17 or K16 proteins in the relevant blots. In t", + "n_hits": 2 + }, + { + "paper": "Keratin 17 null mice exhibit ageand strain-dependent alopecia", + "quote": "correspond to the first hair being produced by follicles. The identity of the primary antibody used is indicated at left. Mono- clonal antibody AE13 recognizes hard type I kerat- ins and is used as loading control. Lane P refers to purified recombinant K17 or K16 proteins in the relevant blots. In t", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "KDR", + "name": "VEGFR2 / fetal liver kinase-1 (Flk-1)", + "diseases": [ + "CIA" + ], + "pathway": "Growth factor", + "twin_node": "DP", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Flk-1/VEGFR2 mediates VEGF-driven follicular angiogenesis; its downregulation by 5-FU reduces blood supply to hair follicles.", + "evidence_paper_ids": [ + "39922517" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P35968", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P35968", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P35968-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P35968-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P35968", + "mean_plddt": 71.1, + "plddt_band": "Confident (70–90)", + "n_residues": 1356, + "local_pdb": "digital_twin\\data\\structures\\P35968_AF.pdb" + }, + "uniprot": "P35968", + "uniprot_name": "Vascular endothelial growth factor receptor 2", + "length": 1356, + "function": "Tyrosine-protein kinase that acts as a cell-surface receptor for VEGFA, VEGFC and VEGFD. Plays an essential role in the regulation of angiogenesis, vascular development, vascular permeability, and embryonic hematopoiesis. Promotes proliferation, survival, migration and differentiation of endothelial cells. Promotes reorganization of the actin cytoskeleton. Isoforms lacking a transmembrane domain, such as isoform 2 and isoform 3, may function as decoy receptors for VEGFA, VEGFC and/or VEGFD. Isoform 2 plays an important role as negative regulator of VEGFA- and VEGFC-mediated lymphangiogenesis b", + "pdb_count": 54, + "pdb_ids": [ + "1VR2", + "1Y6A", + "1Y6B", + "1YWN", + "2M59", + "2MET", + "2MEU", + "2OH4" + ], + "grounding": [ + { + "paper": "Effects of Baicalin on Alopecia and the Associated Mechanism", + "quote": "0 LGALS3 ANXA5 ITK CTSG TYMS CTSD SOD2 CA2TGM2RNASE3 SHBG PIK3CG C1S C1R RAC2 HADH SHMT1 F10 SNRPA PPARA GC TPH1 RXRA CASP7 CFD AHCY DCK XIAP CHIT1 NR1H2 MMP13 MMP1 APCS TYMP CMA1 KDR LCK MDM2 IL2 SYK PGR ESR2 SRC HSP90AA1 PTPN11 AKT1 ESR1 TTR FGFR2 DHODH STS DHFR OTC LTA4H PLK1 CFB NMNAT1 CYP19A1 T", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "KL", + "name": "Klotho", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "protector", + "drugs": [], + "mechanism": "Tier-1 AGA therapeutic target from integrative multi-omics; anti-aging factor implicated in protecting against follicle senescence.", + "evidence_paper_ids": [ + "41285252" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9UEF7", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9UEF7", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UEF7-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UEF7-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9UEF7", + "mean_plddt": 89.1, + "plddt_band": "Confident (70–90)", + "n_residues": 1012, + "local_pdb": "digital_twin\\data\\structures\\Q9UEF7_AF.pdb" + }, + "uniprot": "Q9UEF7", + "uniprot_name": "Klotho", + "length": 1012, + "function": "May have weak glycosidase activity towards glucuronylated steroids. However, it lacks essential active site Glu residues at positions 239 and 872, suggesting it may be inactive as a glycosidase in vivo. May be involved in the regulation of calcium and phosphorus homeostasis by inhibiting the synthesis of active vitamin D (By similarity). Essential factor for the specific interaction between FGF23 and FGFR1 (By similarity)", + "pdb_count": 6, + "pdb_ids": [ + "5W21", + "7YSH", + "7YSU", + "7YSW", + "8TOH", + "8UF8" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "KLRK1", + "name": "Killer cell lectin-like receptor K1 (NKG2D)", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [ + "anti-NKG2D (investigational)", + "anti-NKG2D antibodies (investigational)" + ], + "mechanism": "NKG2D on pathogenic CD8+ T cells binds MICA/B on hair follicles to mediate cytotoxic destruction and immune privilege collapse in AA.", + "evidence_paper_ids": [ + "41579939" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "discover:AA", + "discover:recent", + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P26718", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P26718", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P26718-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P26718-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P26718", + "mean_plddt": 79.2, + "plddt_band": "Confident (70–90)", + "n_residues": 216, + "local_pdb": "digital_twin\\data\\structures\\P26718_AF.pdb" + }, + "uniprot": "P26718", + "uniprot_name": "NKG2-D type II integral membrane protein", + "length": 216, + "function": "Functions as an activating and costimulatory receptor involved in immunosurveillance upon binding to various cellular stress-inducible ligands displayed at the surface of autologous tumor cells and virus-infected cells. Provides both stimulatory and costimulatory innate immune responses on activated killer (NK) cells, leading to cytotoxic activity. Acts as a costimulatory receptor for T-cell receptor (TCR) in CD8(+) T-cell-mediated adaptive immune responses by amplifying T-cell activation. Stimulates perforin-mediated elimination of ligand-expressing tumor cells. Signaling involves calcium inf", + "pdb_count": 8, + "pdb_ids": [ + "1HYR", + "1KCG", + "1MPU", + "4PDC", + "4S0U", + "8TM0", + "8TM2", + "9DH2" + ], + "grounding": [ + { + "paper": "Impaired autophagy promotes hair loss in the C3H HeJ mouse model of alopecia areata", + "quote": "(alopecia universalis) [6]. Our genome- wide association studies (GWAS) followed by functional studies in the C3H/HeJ mouse model of AA demonstrated the promi­ nent role of CD8+ KLRK1/NKG2D+ cytotoxic T cells as patho­ genic effector T cells in both C3H/HeJ grafted AA mice and AA patients [7,8]. Des", + "n_hits": 7 + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "03 103 104 105 0 -10 3 103 104 105 0,64 0 -103 103 104 105 0 -10 3 103 104 105 WT IgG ydTC Bulge CD4 ILC3 DP ILC2 CD8 CL SG LC_MHC2 Tregs DETC FB NK Mac CycIC Mel LC_Rtn1 uHF Pfn1 Klrk1 Cd2 Tmsb4x Coro1a Lgals1 Cd3e Fau Tmsb10 Klrd1 Ctla2a Lat Cd3g Cd52 Lck Ccl4 Cd3d Thy1 Klrc1 Ifng Rac2 Ly6c2 Hcst ", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "KRT81", + "name": "Hair keratin (type II)", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Hair shaft keratin showing structural and amino-acid composition alterations (cysteine, beta-sheet/alpha-helix shifts) in AGA hair as candidate biomarkers.", + "evidence_paper_ids": [ + "41485678" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": true, + "structure": { + "accession": "Q14533", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q14533", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q14533-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q14533-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q14533", + "mean_plddt": 71.9, + "plddt_band": "Confident (70–90)", + "n_residues": 505, + "local_pdb": "digital_twin\\data\\structures\\Q14533_AF.pdb" + }, + "uniprot": "Q14533", + "uniprot_name": "Keratin, type II cuticular Hb1", + "length": 505, + "function": "", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "iTRAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting and TGF-b Smad3 pathway", + "quote": "fection, estrogen signaling route, pyruvate metabolism, chemical carci­ nogenesis, and PPAR signaling pathway. The results of Western blot revealed that the levels of keratin 81 (Krt81), keratin 34 (Krt34), keratin 33a (Krt33a), and Sma and MAD-related protein 3 (Smad3) were upregulated in response ", + "n_hits": 14 + }, + { + "paper": "iTRAQ-based quantitative proteomics revealing the therapeutic mechanism of a medicinal and edible formula YH0618 in reducing doxorubicin-induced alopecia by targeting keratins and TGF-β Smad3 pathway", + "quote": "fection, estrogen signaling route, pyruvate metabolism, chemical carci­ nogenesis, and PPAR signaling pathway. The results of Western blot revealed that the levels of keratin 81 (Krt81), keratin 34 (Krt34), keratin 33a (Krt33a), and Sma and MAD-related protein 3 (Smad3) were upregulated in response ", + "n_hits": 14 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "LAMC1", + "name": "Laminin subunit gamma-1", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Tier-3 multi-omics AGA candidate; extracellular-matrix laminin component supporting follicle basement membrane integrity.", + "evidence_paper_ids": [ + "41285252" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P11047", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P11047", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P11047-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P11047-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P11047", + "mean_plddt": 76.4, + "plddt_band": "Confident (70–90)", + "n_residues": 1609, + "local_pdb": "digital_twin\\data\\structures\\P11047_AF.pdb" + }, + "uniprot": "P11047", + "uniprot_name": "Laminin subunit gamma-1", + "length": 1609, + "function": "Binding to cells via a high affinity receptor, laminin is thought to mediate the attachment, migration and organization of cells into tissues during embryonic development by interacting with other extracellular matrix components. As a subunit of laminin-1 (also known as laminin-111 or EHS laminin), it is involved in the stimulation of agrin-induced receptor clustering through a MuSK-independent pathway", + "pdb_count": 4, + "pdb_ids": [ + "5XAU", + "7CEC", + "8DMK", + "9AZ3" + ], + "grounding": [ + { + "paper": "Laminin-511, inducer of hair growth, is down-regulated and its suppressor in hair growth, laminin-332 up-regulated in chemotherapy-induced alopecia", + "quote": "Difference in a modified ANOVA test. Nucleotide sequences for primers or probes in the Taqman reaction for Lama3a, Lamb3 and Lamc2 subunits (laminin-332) and for Lama5, Lamb1 and Lamc1 subunits (laminin-511) were reported previously [18]. 2.4. In situ hybridization Detection of mRNA in tissue specim", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "LAMC3", + "name": "Laminin subunit gamma-3", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Tier-3 multi-omics AGA candidate; extracellular-matrix laminin implicated in follicular niche structure.", + "evidence_paper_ids": [ + "41285252" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9Y6N6", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9Y6N6", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y6N6-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y6N6-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9Y6N6", + "mean_plddt": 74.8, + "plddt_band": "Confident (70–90)", + "n_residues": 1575, + "local_pdb": "digital_twin\\data\\structures\\Q9Y6N6_AF.pdb" + }, + "uniprot": "Q9Y6N6", + "uniprot_name": "Laminin subunit gamma-3", + "length": 1575, + "function": "Binding to cells via a high affinity receptor, laminin is thought to mediate the attachment, migration and organization of cells into tissues during embryonic development by interacting with other extracellular matrix components", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Molecular signatures and signaling interactions of the hair follicle stem cell niche.", + "quote": "2006) possibly ensuring proper structural integrity of the DP. Presence of uniquely enriched adhesion and extracellular matrix genes, such as Adamts4, Cdh11, Col13a1, Lama2 and Lamc3, suggested that the DP shapes its own extracellular environment. As previously described for morphogenetic anagen aft", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "MAPK1", + "name": "Mitogen-activated protein kinase 1 (ERK2 / MAPK signaling)", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "MAPK signaling is enriched among AGA targets; Xiaozhi Yufa decoction suppresses MAPK pathway activation to ameliorate androgenetic alopecia.", + "evidence_paper_ids": [ + "41394121" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P28482", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P28482", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P28482-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P28482-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P28482", + "mean_plddt": 90.4, + "plddt_band": "Very high (≥90)", + "n_residues": 360, + "local_pdb": "digital_twin\\data\\structures\\P28482_AF.pdb" + }, + "uniprot": "P28482", + "uniprot_name": "Mitogen-activated protein kinase 1", + "length": 360, + "function": "Serine/threonine kinase which acts as an essential component of the MAP kinase signal transduction pathway. MAPK1/ERK2 and MAPK3/ERK1 are the 2 MAPKs which play an important role in the MAPK/ERK cascade. They participate also in a signaling cascade initiated by activated KIT and KITLG/SCF. Depending on the cellular context, the MAPK/ERK cascade mediates diverse biological functions such as cell growth, adhesion, survival and differentiation through the regulation of transcription, translation, cytoskeletal rearrangements. The MAPK/ERK cascade also plays a role in initiation and regulation of m", + "pdb_count": 157, + "pdb_ids": [ + "1PME", + "1TVO", + "1WZY", + "2OJG", + "2OJI", + "2OJJ", + "2Y9Q", + "3D42" + ], + "grounding": [ + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "olin BCL2L1 Mohanlian MOL000006 Luteolin CDKN1A Mohanlian MOL000006 Luteolin CASP9 Mohanlian MOL000006 Luteolin MMP2 Mohanlian MOL000006 Luteolin MMP9 Mohanlian MOL000006 Luteolin MAPK1 Mohanlian MOL000006 Luteolin IL10RA Mohanlian MOL000006 Luteolin RB1 Mohanlian MOL000006 Luteolin CDK4 Mohanlian M", + "n_hits": 4 + }, + { + "paper": "Exploring the Efficacy and Potential Mechanisms of Topical Periplaneta americana (L.) Extract in Treating Androgenetic Alopecia in a Mouse Model A Systems Pharmacology and Skin Microbiome Analysis", + "quote": "the default screening conditions of the Centiscape 2.2 software plug-in, the interaction network between 24 core protein nodes and 157 edges was screened (Figure 2C). Among them, MAPK1, Bcl-2, Akt, ESR1, and other core proteins that play a positive role in AGA therapy had strong correlations. Figure", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "MAPK8", + "name": "c-Jun N-terminal kinase (JNK)", + "diseases": [ + "CIA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "5-FU activates JNK in dermal papilla cells, but pharmacologic inhibition does not prevent cell death, indicating indirect involvement in CIA.", + "evidence_paper_ids": [ + "39922517" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P45983", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P45983", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P45983-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P45983-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P45983", + "mean_plddt": 82.4, + "plddt_band": "Confident (70–90)", + "n_residues": 427, + "local_pdb": "digital_twin\\data\\structures\\P45983_AF.pdb" + }, + "uniprot": "P45983", + "uniprot_name": "Mitogen-activated protein kinase 8", + "length": 427, + "function": "Serine/threonine-protein kinase involved in various processes such as cell proliferation, differentiation, migration, transformation and programmed cell death. Extracellular stimuli such as pro-inflammatory cytokines or physical stress stimulate the stress-activated protein kinase/c-Jun N-terminal kinase (SAP/JNK) signaling pathway (PubMed:28943315). In this cascade, two dual specificity kinases MAP2K4/MKK4 and MAP2K7/MKK7 phosphorylate and activate MAPK8/JNK1. In turn, MAPK8/JNK1 phosphorylates a number of transcription factors, primarily components of AP-1 such as JUN, JDP2 and ATF2 and thus", + "pdb_count": 39, + "pdb_ids": [ + "1UKH", + "1UKI", + "2G01", + "2GMX", + "2H96", + "2NO3", + "2XRW", + "2XS0" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "MICA", + "name": "MHC class I polypeptide-related sequence A", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "MICA/B overexpressed on AA hair follicles acts as an NKG2D ligand that activates cytotoxic CD8+/NKG2D+ T cells, contributing to immune privilege collapse.", + "evidence_paper_ids": [ + "41579939" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "discover:AA", + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q29983", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q29983", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q29983-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q29983-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q29983", + "mean_plddt": 81.7, + "plddt_band": "Confident (70–90)", + "n_residues": 383, + "local_pdb": "digital_twin\\data\\structures\\Q29983_AF.pdb" + }, + "uniprot": "Q29983", + "uniprot_name": "MHC class I polypeptide-related sequence A", + "length": 383, + "function": "Widely expressed membrane-bound protein which acts as a ligand to stimulate an activating receptor KLRK1/NKG2D, expressed on the surface of essentially all human natural killer (NK), gammadelta T and CD8 alphabeta T-cells (PubMed:11491531, PubMed:11777960). Up-regulated in stressed conditions, such as viral and bacterial infections or DNA damage response, serves as signal of cellular stress, and engagement of KLRK1/NKG2D by MICA triggers NK-cells resulting in a range of immune effector functions, such as cytotoxicity and cytokine production (PubMed:10426993)", + "pdb_count": 10, + "pdb_ids": [ + "1B3J", + "1HYR", + "7FI5", + "7FI6", + "7FI7", + "7FI8", + "7FI9", + "8TLZ" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "etworking Research Center in Biomaterials, Bioengineering and Nanomedicine (CIBERBBN), Spain; 4Department of Chemical and Environmental Engineering, U. Zaragoza, Spain; 5SCT Proteómica, Instituto Aragonés de Ciencias de la Salud (IACS), Spain Introduction: Extracellular vesicles (EVs) have the abili", + "n_hits": 27 + }, + { + "paper": "Heat treatment increases the incidence of alopecia areata in the C3H HeJ mouse model", + "quote": "tions AA Alopecia areata DC Dendritic cell DEBR Dundee experimental bald rats HPA Hypothalamic–pituitary–adrenal HSP Heat shock protein HSPA HSP70 HSPA1A/B Inducible HSP70, HSP70i MICA Major histocompatibility complex class I chain-related A NK Natural killer Introduction With a lifetime risk estima", + "n_hits": 13 + }, + { + "paper": "Modulating immune responses in alopecia therapeutic insights and potential targets of antisense oligonucleotides", + "quote": "t cells that represent a relevant model for studying the immune mechanisms underlying AA. Specifically, the regulation of proinflammatory chemokines (CXCL9, CXCL10, CXCL11, and MICA) and immune-related markers following treatment with TAMI- M. ORS cells were treated with either TAMI-M (100 nM) or po", + "n_hits": 4 + }, + { + "paper": "Alopecia areata susceptibility variant in MHC region impacts expressions of genes contributing to hair keratinization and is involved in hair loss", + "quote": "GeneMapper Software (Thermo Fisher Scientific) and conducted as previously described [18]. Fragment sizes were assigned to allele names in the corresponding microsatellites. In the MICA locus, 5 MICA polymorphisms (A4, A5, A5.1, A6, A9) were determined based on the number of alanine (GCT) repeats. Th", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "MICB", + "name": "MHC class I polypeptide-related sequence B", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "MICA/B overexpression on hair follicles engages NKG2D on cytotoxic T cells, promoting follicular attack in AA.", + "evidence_paper_ids": [ + "41579939" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q29980", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q29980", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q29980-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q29980-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q29980", + "mean_plddt": 78.0, + "plddt_band": "Confident (70–90)", + "n_residues": 383, + "local_pdb": "digital_twin\\data\\structures\\Q29980_AF.pdb" + }, + "uniprot": "Q29980", + "uniprot_name": "MHC class I polypeptide-related sequence B", + "length": 383, + "function": "Widely expressed membrane-bound protein which acts as a ligand to stimulate an activating receptor KLRK1/NKG2D, expressed on the surface of essentially all human natural killer (NK), gammadelta T and CD8+ alphabeta T-cells (PubMed:11491531, PubMed:11777960). Up-regulated in stressed conditions, such as viral and bacterial infections or DNA damage response, serves as signal of cellular stress, and engagement of KLRK1/NKG2D by MICA triggers NK-cells resulting in a range of immune effector functions, such as cytotoxicity and cytokine production", + "pdb_count": 2, + "pdb_ids": [ + "1JE6", + "2WY3" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "MKI67", + "name": "Marker of proliferation Ki-67", + "diseases": [ + "AGA", + "CIA" + ], + "pathway": "Cell-cycle/apoptosis", + "twin_node": "APO", + "effect": "?", + "role": "protector", + "drugs": [], + "mechanism": "Cellular proliferation marker; increased Ki-67 staining indicates enhanced dermal papilla cell proliferation after teicoplanin treatment.", + "evidence_paper_ids": [ + "40672523", + "41192849", + "41247552", + "41371370", + "41587585", + "41615374", + "41662901" + ], + "n_evidence": 7, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": true, + "structure": { + "accession": "P46013", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P46013", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P46013-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P46013-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P46013" + }, + "uniprot": "P46013", + "uniprot_name": "Proliferation marker protein Ki-67", + "length": 3256, + "function": "Protein that associates with the surface of mitotic chromosomes and acts both as a chromosome repellent during early mitosis and chromosome attractant during late mitosis (PubMed:27362226, PubMed:32879492, PubMed:35513709, PubMed:39153474). Required to maintain individual mitotic chromosomes dispersed in the cytoplasm following nuclear envelope disassembly (PubMed:27362226). During early mitosis, relocalizes from nucleoli to the chromosome surface where it forms extended brush structures that cover a substantial fraction of the chromosome surface (PubMed:27362226). The MKI67 brush structure pr", + "pdb_count": 3, + "pdb_ids": [ + "1R21", + "2AFF", + "5J28" + ], + "grounding": [ + { + "paper": "Minoxidil delivered via a stem cell membrane delivery controlled release system promotes hair growth in C57BL6J mice", + "quote": "or-1 (IGF-1) were detected by real-time polymerase chain reaction and enzyme-linked immunosorbent assays, respectively. Protein expression levels of marker of proliferation Ki-67 (MKI67) and β-catenin (CTNNB) in skin tissue were detected by immunohistochemistry. Results: STCM-MXD-NPs improved MXD so", + "n_hits": 15 + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "Molecular Medicine Volume 16 | December 2024 | 3142 – 3168 © The Author(s) was the downregulated Bmp6, implicated in HF quiescence and the upregulated proliferation-induced gene Mki67 (Fig. EV2D). These data prompted us to specifically look at proliferation, HFSC activation and quiescence genes, whic", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "MYLK", + "name": "Myosin light chain kinase (MLCK)", + "diseases": [ + "AGA" + ], + "pathway": "HFSC niche", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Drives connective tissue sheath contraction; its inhibition by ML-7 relaxes the peri-follicular sheath and improves hair follicle growth in AGA models.", + "evidence_paper_ids": [ + "41748637" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": true, + "structure": { + "accession": "Q15746", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q15746", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q15746-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q15746-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q15746", + "mean_plddt": 65.8, + "plddt_band": "Low (50–70)", + "n_residues": 1914, + "local_pdb": "digital_twin\\data\\structures\\Q15746_AF.pdb" + }, + "uniprot": "Q15746", + "uniprot_name": "Myosin light chain kinase, smooth muscle", + "length": 1914, + "function": "Calcium/calmodulin-dependent myosin light chain kinase implicated in smooth muscle contraction via phosphorylation of myosin light chains (MLC). Also regulates actin-myosin interaction through a non-kinase activity. Phosphorylates PTK2B/PYK2 and myosin light-chains. Involved in the inflammatory response (e.g. apoptosis, vascular permeability, leukocyte diapedesis), cell motility and morphology, airway hyperreactivity and other activities relevant to asthma. Required for tonic airway smooth muscle contraction that is necessary for physiological and asthmatic airway resistance. Necessary for gas", + "pdb_count": 6, + "pdb_ids": [ + "2CQV", + "2K0F", + "2YR3", + "5JQA", + "5JTH", + "6C6M" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "NCF2", + "name": "Neutrophil cytosolic factor 2 (p67phox)", + "diseases": [ + "CIA" + ], + "pathway": "Oxidative stress", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "NCF2, a NADPH oxidase regulatory subunit, mediates S100A8-induced ROS production and ferroptosis in hair follicle keratinocytes during CIA.", + "evidence_paper_ids": [ + "39947495" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P19878", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P19878", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P19878-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P19878-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P19878", + "mean_plddt": 78.5, + "plddt_band": "Confident (70–90)", + "n_residues": 526, + "local_pdb": "digital_twin\\data\\structures\\P19878_AF.pdb" + }, + "uniprot": "P19878", + "uniprot_name": "Neutrophil cytosol factor 2", + "length": 526, + "function": "Subunit of the phagocyte NADPH oxidase complex that mediates the transfer of electrons from cytosolic NADPH to O2 to produce the superoxide anion (O2(-)) (PubMed:12207919, PubMed:38355798). In the activated complex, electrons are first transferred from NADPH to flavin adenine dinucleotide (FAD) and subsequently transferred via two heme molecules to molecular oxygen, producing superoxide through an outer-sphere reaction (PubMed:38355798). Activation of the NADPH oxidase complex is initiated by the assembly of cytosolic subunits of the NADPH oxidase complex with the core NADPH oxidase complex to", + "pdb_count": 7, + "pdb_ids": [ + "1E96", + "1HH8", + "1K4U", + "1OEY", + "1WM5", + "2DMO", + "8WEJ" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "NFKBIZ", + "name": "NF-kappa-B inhibitor zeta", + "diseases": [ + "AGA" + ], + "pathway": "Inflammasome", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Regulator of inflammatory response in hair follicles; siRNA knockdown alleviates oxidative stress and inflammation in the follicular niche to promote regrowth.", + "evidence_paper_ids": [ + "41532459" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9BYH8", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9BYH8", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9BYH8-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9BYH8-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9BYH8", + "mean_plddt": 57.7, + "plddt_band": "Low (50–70)", + "n_residues": 718, + "local_pdb": "digital_twin\\data\\structures\\Q9BYH8_AF.pdb" + }, + "uniprot": "Q9BYH8", + "uniprot_name": "NF-kappa-B inhibitor zeta", + "length": 718, + "function": "Involved in regulation of NF-kappa-B transcription factor complexes (PubMed:16513645, PubMed:16622025). Inhibits NF-kappa-B activity without affecting its nuclear translocation upon stimulation (PubMed:16513645). Inhibits DNA-binding of RELA and NFKB1/p50, and of the NF-kappa-B p65-p50 heterodimer and the NF-kappa-B p50-p50 homodimer (PubMed:16513645). Also seems to activate NF-kappa-B-mediated transcription (PubMed:16622025). In vitro, upon association with NFKB1/p50 has transcriptional activation activity and, together with NFKB1/p50 and RELA, is recruited to LCN2 promoters (PubMed:16622025)", + "pdb_count": 1, + "pdb_ids": [ + "9BOR" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "NT5E", + "name": "5'-nucleotidase ecto (CD73)", + "diseases": [ + "AA", + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Tier-2 multi-omics AGA target involved in extracellular adenosine/purine metabolism relevant to follicle regulation.", + "evidence_paper_ids": [ + "41285252", + "41579939" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P21589", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P21589", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P21589-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P21589-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P21589", + "mean_plddt": 91.9, + "plddt_band": "Very high (≥90)", + "n_residues": 574, + "local_pdb": "digital_twin\\data\\structures\\P21589_AF.pdb" + }, + "uniprot": "P21589", + "uniprot_name": "5'-nucleotidase", + "length": 574, + "function": "Catalyzes the hydrolysis of nucleotide monophosphates, releasing inorganic phosphate and the corresponding nucleoside, with AMP being the preferred substrate (PubMed:21933152, PubMed:22997138, PubMed:23142347, PubMed:24887587, PubMed:34403084). Shows a preference for ribonucleotide monophosphates over their equivalent deoxyribose forms (PubMed:34403084). Other substrates include IMP, UMP, GMP, CMP, dAMP, dCMP, dTMP, NAD and NMN (PubMed:21933152, PubMed:22997138, PubMed:23142347, PubMed:24887587, PubMed:34403084)", + "pdb_count": 44, + "pdb_ids": [ + "4H1S", + "4H1Y", + "4H2B", + "4H2F", + "4H2G", + "4H2I", + "6HXW", + "6S7F" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "PAM", + "name": "Peptidylglycine alpha-amidating monooxygenase", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Tier-3 multi-omics AGA candidate target; peptide-amidating enzyme prioritized through eQTL/colocalization analysis.", + "evidence_paper_ids": [ + "41285252" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P19021", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P19021", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P19021-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P19021-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P19021", + "mean_plddt": 71.7, + "plddt_band": "Confident (70–90)", + "n_residues": 973, + "local_pdb": "digital_twin\\data\\structures\\P19021_AF.pdb" + }, + "uniprot": "P19021", + "uniprot_name": "Peptidyl-glycine alpha-amidating monooxygenase", + "length": 973, + "function": "Bifunctional enzyme that catalyzes amidation of the C-terminus of proteins (PubMed:12699694, PubMed:2357221). Alpha-amidation is present at the C-terminus of many endocrine hormones and neuropeptides and is required for their activity (PubMed:1575450). C-terminal amidation also takes place in response to protein fragmentation triggered by oxidative stress, promoting degradation of amidated protein fragments by the proteasome (PubMed:2207077). Alpha-amidation involves two sequential reactions, both of which are catalyzed by separate catalytic domains of the enzyme (PubMed:12699694). The first s", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "PECAM1", + "name": "Platelet endothelial cell adhesion molecule (CD31)", + "diseases": [ + "AGA", + "CIA" + ], + "pathway": "Growth factor", + "twin_node": "DP", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Endothelial marker upregulated with treatment, reflecting enhanced peri-follicular angiogenesis supporting hair growth in AGA.", + "evidence_paper_ids": [ + "39922517", + "41247552" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P16284", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P16284", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P16284-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P16284-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P16284", + "mean_plddt": 80.4, + "plddt_band": "Confident (70–90)", + "n_residues": 738, + "local_pdb": "digital_twin\\data\\structures\\P16284_AF.pdb" + }, + "uniprot": "P16284", + "uniprot_name": "Platelet endothelial cell adhesion molecule", + "length": 738, + "function": "Cell adhesion molecule which is required for leukocyte transendothelial migration (TEM) under most inflammatory conditions (PubMed:17580308, PubMed:19342684). Tyr-690 plays a critical role in TEM and is required for efficient trafficking of PECAM1 to and from the lateral border recycling compartment (LBRC) and is also essential for the LBRC membrane to be targeted around migrating leukocytes (PubMed:19342684). Trans-homophilic interaction may play a role in endothelial cell-cell adhesion via cell junctions (PubMed:27958302). Heterophilic interaction with CD177 plays a role in transendothelial ", + "pdb_count": 3, + "pdb_ids": [ + "2KY5", + "5C14", + "5GNI" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "PIEZO1", + "name": "Piezo-type mechanosensitive ion channel component 1", + "diseases": [ + "AGA" + ], + "pathway": "HFSC niche", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Mechanosensitive channel activated by hypercontractile connective tissue sheath, inducing ectopic apoptosis of progenitor cells and suppressing matrix/ORS proliferation, driving follicle miniaturization.", + "evidence_paper_ids": [ + "41748637" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q92508", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q92508", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q92508-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q92508-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q92508", + "mean_plddt": 72.0, + "plddt_band": "Confident (70–90)", + "n_residues": 2521, + "local_pdb": "digital_twin\\data\\structures\\Q92508_AF.pdb" + }, + "uniprot": "Q92508", + "uniprot_name": "Piezo-type mechanosensitive ion channel component 1", + "length": 2521, + "function": "Pore-forming subunit of the mechanosensitive non-specific cation Piezo channel required for rapidly adapting mechanically activated (MA) currents and has a key role in sensing touch and tactile pain (PubMed:23479567, PubMed:23695678, PubMed:25955826, PubMed:37590348). Piezo channels are homotrimeric three-blade propeller-shaped structures that utilize a cap-motion and plug-and-latch mechanism to gate their ion-conducting pathways (PubMed:37590348). Generates currents characterized by a linear current-voltage relationship that are sensitive to ruthenium red and gadolinium (By similarity). Condu", + "pdb_count": 6, + "pdb_ids": [ + "8YEZ", + "8YFC", + "8YFG", + "8ZU3", + "8ZU8", + "9VMX" + ], + "grounding": [ + { + "paper": "Causes and therapeutic limitations of clinical alopecia and the advent of human pluripotent stem cell follicular transplantation", + "quote": "teraction. They found that the native contraction force of dermal cells provides a stretching force to the corresponding epidermal cells, activating the stretching force sensor Piezo1. Subsequently, epidermal Piezo1 triggers the initial mesenchymal-epithelial inter­ action (MEI). Undoubtedly, this m", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "POSTN", + "name": "Periostin", + "diseases": [ + "AA" + ], + "pathway": "BMP/TGFβ", + "twin_node": "INF", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Periostin is enriched in lesional AA fibroblasts as a pro-fibrotic/TGFβ-associated matrix marker reflecting stromal remodeling in disease.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q15063", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q15063", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q15063-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q15063-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q15063", + "mean_plddt": 80.4, + "plddt_band": "Confident (70–90)", + "n_residues": 836, + "local_pdb": "digital_twin\\data\\structures\\Q15063_AF.pdb" + }, + "uniprot": "Q15063", + "uniprot_name": "Periostin", + "length": 836, + "function": "Induces cell attachment and spreading and plays a role in cell adhesion (PubMed:12235007). Enhances incorporation of BMP1 in the fibronectin matrix of connective tissues, and subsequent proteolytic activation of lysyl oxidase LOX (By similarity)", + "pdb_count": 3, + "pdb_ids": [ + "5WT7", + "5YJG", + "5YJH" + ], + "grounding": [ + { + "paper": "Deletion of hypoxia-inducible factor prolyl 4-hydroxylase 2 in FoxD1-lineage mesenchymal cells leads to congenital truncal alopecia", + "quote": "β1 was typically upregulated (Fig. 7A) in most of the time points, whereas TGFβ2 was downregulated and TGFβ3 was mostly unchanged (Fig. S5, A and B). Since, especially, periostin (Postn) and plasminogen activator inhibitor 1 (Pai1), target genes of TGFβ signaling, showed significant and parallel chan", + "n_hits": 3 + }, + { + "paper": "ISEV2025 Abstract Book.", + "quote": "icantly alter the viability and metabolic potential of HCM CFs. However, molecular char- acterisation suggested a significant reduction in mRNA levels of activation markers ACTA2, POSTN, FAP, COL1A1, IL-6 and IL-11 (p < 0.0001) following treatment. A significant reduction in α- SMA positive cells (p", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "PPARGC1A", + "name": "Peroxisome proliferator-activated receptor gamma coactivator 1-alpha", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [ + "Bezafibrate", + "Metformin (indirect)" + ], + "mechanism": "Metabolic/mitochondrial biogenesis coactivator identified as an emerging AGA target linking cellular metabolism to follicle health.", + "evidence_paper_ids": [ + "41769701" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "discover:HFSC", + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9UBK2", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9UBK2", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UBK2-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UBK2-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9UBK2", + "mean_plddt": 52.7, + "plddt_band": "Low (50–70)", + "n_residues": 798, + "local_pdb": "digital_twin\\data\\structures\\Q9UBK2_AF.pdb" + }, + "uniprot": "Q9UBK2", + "uniprot_name": "Peroxisome proliferator-activated receptor gamma coactivator 1-alpha", + "length": 798, + "function": "Transcriptional coactivator for steroid receptors and nuclear receptors (PubMed:10713165, PubMed:20005308, PubMed:21376232, PubMed:28363985, PubMed:32433991). Greatly increases the transcriptional activity of PPARG and thyroid hormone receptor on the uncoupling protein promoter (PubMed:10713165, PubMed:20005308, PubMed:21376232). Can regulate key mitochondrial genes that contribute to the program of adaptive thermogenesis (PubMed:10713165, PubMed:20005308, PubMed:21376232). Plays an essential role in metabolic reprogramming in response to dietary availability through coordination of the expres", + "pdb_count": 37, + "pdb_ids": [ + "1XB7", + "3B1M", + "3CS8", + "3D24", + "3U9Q", + "3V9T", + "3V9V", + "4QJR" + ], + "grounding": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "quote": "lished therapies such as topical and oral minoxidil, finasteride, dutasteride, and prostaglandin-directed approaches. We also discuss emerging targets, including IGF1R, WNT10A, PPARGC1A, and prolactin receptor signalling, and examine how RNA based androgen receptor silencing and stem-cell-derived re", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "PRLR", + "name": "Prolactin receptor", + "diseases": [ + "AGA" + ], + "pathway": "Nuclear receptor", + "twin_node": "HFSC", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Prolactin receptor signaling implicated as an AGA susceptibility/therapeutic target and prioritized in multi-omics target ranking.", + "evidence_paper_ids": [ + "41285252", + "41769701" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P16471", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P16471", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P16471-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P16471-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P16471", + "mean_plddt": 61.0, + "plddt_band": "Low (50–70)", + "n_residues": 622, + "local_pdb": "digital_twin\\data\\structures\\P16471_AF.pdb" + }, + "uniprot": "P16471", + "uniprot_name": "Prolactin receptor", + "length": 622, + "function": "This is a receptor for the anterior pituitary hormone prolactin (PRL). Acts as a prosurvival factor for spermatozoa by inhibiting sperm capacitation through suppression of SRC kinase activation and stimulation of AKT. Isoform 4 is unable to transduce prolactin signaling. Isoform 6 is unable to transduce prolactin signaling", + "pdb_count": 12, + "pdb_ids": [ + "1BP3", + "2LFG", + "2N7I", + "3D48", + "3MZG", + "3N06", + "3N0P", + "3NCB" + ], + "grounding": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "quote": "dling, providing a metabolic framework that may interact with treatment response in miniaturised follicles (Geyfman et al., 2012; Li et al., 2012). Finally, prolactin receptor (PRLR) signalling has emerged as a compelling candidate: prolactin and PRLR modulate human follicular cycling, with excess p", + "n_hits": 9 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "S100A8", + "name": "S100 calcium binding protein A8", + "diseases": [ + "CIA" + ], + "pathway": "Oxidative stress", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "S100A8 is upregulated by cyclophosphamide and drives hair follicle ferroptosis via the NCF2/NOX2 axis, promoting chemotherapy-induced alopecia.", + "evidence_paper_ids": [ + "39947495" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P05109", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P05109", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P05109-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P05109-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P05109", + "mean_plddt": 93.0, + "plddt_band": "Very high (≥90)", + "n_residues": 93, + "local_pdb": "digital_twin\\data\\structures\\P05109_AF.pdb" + }, + "uniprot": "P05109", + "uniprot_name": "Protein S100-A8", + "length": 93, + "function": "S100A8 is a calcium- and zinc-binding protein which plays a prominent role in the regulation of inflammatory processes and immune response. It can induce neutrophil chemotaxis and adhesion. Predominantly found as calprotectin (S100A8/A9) which has a wide plethora of intra- and extracellular functions. The intracellular functions include: facilitating leukocyte arachidonic acid trafficking and metabolism, modulation of the tubulin-dependent cytoskeleton during migration of phagocytes and activation of the neutrophilic NADPH-oxidase. Also participates in regulatory T-cell differentiation togethe", + "pdb_count": 11, + "pdb_ids": [ + "1MR8", + "1XK4", + "4GGF", + "4XJK", + "5HLO", + "5HLV", + "5W1F", + "6DS2" + ], + "grounding": [ + { + "paper": "Genetic analysis of a novel antioxidant multi-target iron chelator, M30 protecting against chemotherapy-induced alopecia in mice", + "quote": "Condition 1* CTX/ Normal MC/ CTX Condition 1 CTX/ Normal MC/ CTX Condition 1 CTX/ Normal MC/ CTX Condition 1 CTX/ Normal MC/ CTX Shh 11.540 0.384 Gjb6 9.359 0.258 Shh 11.540 0.384 S100a8 11.647 0.555 Lef1 9.036 0.201 Krt25 5.496 0.139 Oca2 11.515 0.072 Shh 11.540 0.384 Adm2 7.801 0.213 Alox12 4.174 ", + "n_hits": 5 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "SOD1", + "name": "Superoxide dismutase [Cu-Zn]", + "diseases": [ + "AGA", + "CIA" + ], + "pathway": "Oxidative stress", + "twin_node": "APO", + "effect": "-", + "role": "protector", + "drugs": [], + "mechanism": "Tier-1 multi-omics AGA target; antioxidant enzyme protecting follicle cells from reactive-oxygen-species-mediated damage.", + "evidence_paper_ids": [ + "41285252", + "41615374" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P00441", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P00441", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P00441-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P00441-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P00441", + "mean_plddt": 97.9, + "plddt_band": "Very high (≥90)", + "n_residues": 154, + "local_pdb": "digital_twin\\data\\structures\\P00441_AF.pdb" + }, + "uniprot": "P00441", + "uniprot_name": "Superoxide dismutase [Cu-Zn]", + "length": 154, + "function": "Destroys radicals which are normally produced within the cells and which are toxic to biological systems (PubMed:24140062). Catalyzes the oxidation of hydrogen sulfide (H2S) to sulfate, playing an important role in detoxifying H2S and limiting the accumulation of reactive sulfur species (RSS) such as persulfides and polysulfides (PubMed:36630448)", + "pdb_count": 151, + "pdb_ids": [ + "1AZV", + "1BA9", + "1DSW", + "1FUN", + "1HL4", + "1HL5", + "1KMG", + "1L3N" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "different proteins have been linked to ALS, leading to controversy over whether ALS is one disease or many diseases with a similar phenotype. Mutations in Superoxide Dismutase 1 (SOD1) are only found in 2%–3% of amyotrophic lateral sclerosis (ALS) cases, yet misfolded SOD1 is found in both sporadic ", + "n_hits": 12 + }, + { + "paper": "Extracellular vesicles in age-related diseases disease pathogenesis, intervention, and biomarker.", + "quote": "mponents. EVs derived from AD sam- ple shows signs of mitochondrial abnormalities, including lower levels of complexes I, III, IV, and V of ATP synthase, superoxide dismutase 1 (SOD1), and catalytic activity of complex IV, indicating abnormalities in electron trans- port chain (ETC) that may leads i", + "n_hits": 2 + }, + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "etin POR Mohanlian MOL000098 Quercetin ODC1 Mohanlian MOL000098 Quercetin CASP8 Mohanlian MOL000098 Quercetin TOP1 Mohanlian MOL000098 Quercetin RAF1 Mohanlian MOL000098 Quercetin SOD1 Mohanlian MOL000098 Quercetin PRKCA Mohanlian MOL000098 Quercetin MMP1 Mohanlian MOL000098 Quercetin HIF1A Mohanlia", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "SQLE", + "name": "Squalene monooxygenase", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Tier-2 multi-omics AGA target; rate-limiting cholesterol/sterol biosynthesis enzyme linked to follicular lipid metabolism.", + "evidence_paper_ids": [ + "41285252" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q14534", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q14534", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q14534-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q14534-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q14534", + "mean_plddt": 85.8, + "plddt_band": "Confident (70–90)", + "n_residues": 574, + "local_pdb": "digital_twin\\data\\structures\\Q14534_AF.pdb" + }, + "uniprot": "Q14534", + "uniprot_name": "Squalene monooxygenase", + "length": 574, + "function": "Catalyzes the stereospecific oxidation of squalene to (S)-2,3-epoxysqualene, and is considered to be a rate-limiting enzyme in steroid biosynthesis", + "pdb_count": 3, + "pdb_ids": [ + "6C6N", + "6C6P", + "6C6R" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "SREBF1", + "name": "Sterol regulatory element-binding protein 1 (SREBP-1)", + "diseases": [ + "AGA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Master regulator of lipid metabolism; SREBP-1-mediated lipid metabolism is suppressed by Xiaozhi Yufa decoction to improve AGA with metabolic dysfunction.", + "evidence_paper_ids": [ + "41394121" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P36956", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P36956", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P36956-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P36956-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P36956", + "mean_plddt": 63.5, + "plddt_band": "Low (50–70)", + "n_residues": 1147, + "local_pdb": "digital_twin\\data\\structures\\P36956_AF.pdb" + }, + "uniprot": "P36956", + "uniprot_name": "Sterol regulatory element-binding protein 1", + "length": 1147, + "function": "Precursor of the transcription factor form (Processed sterol regulatory element-binding protein 1), which is embedded in the endoplasmic reticulum membrane (PubMed:32322062). Low sterol concentrations promote processing of this form, releasing the transcription factor form that translocates into the nucleus and activates transcription of genes involved in cholesterol biosynthesis and lipid homeostasis (By similarity)", + "pdb_count": 1, + "pdb_ids": [ + "1AM9" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "TAC1", + "name": "Tachykinin precursor 1 (substance P)", + "diseases": [ + "AA", + "AGA", + "CIA", + "Scarring", + "TelogenEffluvium" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [ + "aprepitant / NK1R antagonists (concept)" + ], + "mechanism": "Substance P contributes to trichodynia and perifollicular neurogenic inflammation associated with multiple alopecia types including chemotherapy-induced alopecia.", + "evidence_paper_ids": [ + "40691934" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "discover:recent", + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P20366", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P20366", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P20366-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P20366-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P20366", + "mean_plddt": 66.9, + "plddt_band": "Low (50–70)", + "n_residues": 129, + "local_pdb": "digital_twin\\data\\structures\\P20366_AF.pdb" + }, + "uniprot": "P20366", + "uniprot_name": "Protachykinin-1", + "length": 129, + "function": "Tachykinins are active peptides which excite neurons, evoke behavioral responses, are potent vasodilators and secretagogues, and contract (directly or indirectly) many smooth muscles", + "pdb_count": 13, + "pdb_ids": [ + "2B19", + "2KS9", + "2KSA", + "2KSB", + "4HOM", + "7P00", + "7P02", + "7RMG" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "TEC", + "name": "Tyrosine kinase expressed in hepatocellular carcinoma", + "diseases": [ + "AA" + ], + "pathway": "JAK-STAT", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "TEC-family kinase signaling contributes to T-cell-mediated AA; ritlecitinib dual JAK3/TEC inhibition is effective in severe AA.", + "evidence_paper_ids": [ + "41449716", + "41645877" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q92570", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q92570", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q92570-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q92570-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q92570", + "mean_plddt": 64.2, + "plddt_band": "Low (50–70)", + "n_residues": 626, + "local_pdb": "digital_twin\\data\\structures\\Q92570_AF.pdb" + }, + "uniprot": "Q92570", + "uniprot_name": "Nuclear receptor subfamily 4 group A member 3", + "length": 626, + "function": "Transcriptional activator that binds to regulatory elements in promoter regions in a cell- and response element (target)-specific manner. Induces gene expression by binding as monomers to the NR4A1 response element (NBRE) 5'-AAAAGGTCA-3' site and as homodimers to the Nur response element (NurRE) site in the promoter of their regulated target genes (By similarity). Plays a role in the regulation of proliferation, survival and differentiation of many different cell types and also in metabolism and inflammation. Mediates proliferation of vascular smooth muscle, myeloid progenitor cell and type B ", + "pdb_count": 1, + "pdb_ids": [ + "8XTT" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "ired kidney function that occurs in 40%– 60% of systemic lupus erythematosus (SLE) patients. LN is characterized by a marked interferon (IFN) response in tubular epithelial cells (TEC), but the biological trigger has remained unclear. We previously showed that extracellular vesicles (EVs) released b", + "n_hits": 15 + }, + { + "paper": "2,5-Diazabicyclo[2.2.1]heptane in medicinal chemistry a treasure trove of therapeutic opportunities.", + "quote": "njugated with 2,5-DBH to develop compounds with promising biological activity. Bruton's tyrosine kinase (BTK) is part of the tyrosine kinase expressed in hepatocellular carcinoma (TEC) kinase family and is predominantly found in hematopoietic cells, including B-cells, macrophages, monocytes, and mas", + "n_hits": 4 + }, + { + "paper": "Hydrogel forming microneedles loaded with VEGF and Ritlecitinib,polyhydroxyalkanoates nanoparticles for mini-invasive androgenetic alopecia treatment", + "quote": "ldman demonstrated that VEGF expression was significantly reduced in alopecic follicles compared to normal human hair follicles [28,29]. Ritlecitinib is an inhibitor of JAK3 and TEC kinases, blocking γ common chain cytokine signaling and inhibiting CD8+ T cells and natural killer cells (these cells ", + "n_hits": 2 + }, + { + "paper": "Improvement in Patient-Reported Emotional Symptoms and Activity Limitations due to Hair Loss in Patients With Alopecia Areata Treated With Ritlecitini", + "quote": "AK2 inhibitor indicated for adult patients [27, 28], and ritlecitinib is a dual inhibitor of JAK3 and JAK5 members of the tyrosine kinase expressed in hepatocellular carcinoma (TEC) family indicated for adult and adolescent patients [14, 29]. Both baricitinib and ritlecitinib demonstrated clinically", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TMPRSS2", + "name": "Transmembrane protease serine 2", + "diseases": [ + "AGA" + ], + "pathway": "Androgen signaling", + "twin_node": "AND", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Androgen receptor downstream target gene; downregulated by teicoplanin alongside AR, reflecting reduced androgen signaling activity.", + "evidence_paper_ids": [ + "41662901" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O15393", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O15393", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O15393-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O15393-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O15393", + "mean_plddt": 79.4, + "plddt_band": "Confident (70–90)", + "n_residues": 492, + "local_pdb": "digital_twin\\data\\structures\\O15393_AF.pdb" + }, + "uniprot": "O15393", + "uniprot_name": "Transmembrane protease serine 2", + "length": 492, + "function": "Plasma membrane-anchored serine protease that cleaves at arginine residues (PubMed:32703818, PubMed:35676539, PubMed:37990007, PubMed:38964328). Participates in proteolytic cascades of relevance for the normal physiologic function of the prostate (PubMed:25122198). Androgen-induced TMPRSS2 activates several substrates that include pro-hepatocyte growth factor/HGF, the protease activated receptor-2/F2RL1 or matriptase/ST14 leading to extracellular matrix disruption and metastasis of prostate cancer cells (PubMed:15537383, PubMed:25122198, PubMed:26018085). In addition, activates trigeminal neur", + "pdb_count": 30, + "pdb_ids": [ + "7MEQ", + "7XYD", + "7Y0E", + "7Y0F", + "8HD8", + "8JHZ", + "8JI0", + "8S0L" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "TNF", + "name": "Tumor necrosis factor alpha", + "diseases": [ + "CIA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Pro-inflammatory cytokine elevated in chemotherapy-damaged skin; its suppression is associated with reduced follicular inflammation and hair-loss mitigation.", + "evidence_paper_ids": [ + "41615374", + "PPR1114305" + ], + "n_evidence": 2, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P01375", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P01375", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P01375-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P01375-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P01375", + "mean_plddt": 84.6, + "plddt_band": "Confident (70–90)", + "n_residues": 233, + "local_pdb": "digital_twin\\data\\structures\\P01375_AF.pdb" + }, + "uniprot": "P01375", + "uniprot_name": "Tumor necrosis factor", + "length": 233, + "function": "Cytokine that binds to TNFRSF1A/TNFR1 and TNFRSF1B/TNFBR. It is mainly secreted by macrophages and can induce cell death of certain tumor cell lines. It is potent pyrogen causing fever by direct action or by stimulation of interleukin-1 secretion and is implicated in the induction of cachexia, Under certain conditions it can stimulate cell proliferation and induce cell differentiation. Impairs regulatory T-cells (Treg) function in individuals with rheumatoid arthritis via FOXP3 dephosphorylation. Up-regulates the expression of protein phosphatase 1 (PP1), which dephosphorylates the key 'Ser-41", + "pdb_count": 49, + "pdb_ids": [ + "1A8M", + "1TNF", + "2AZ5", + "2E7A", + "2TUN", + "2ZJC", + "2ZPX", + "3ALQ" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "ride (LPS) and subsequently to ECFC- sEVs. After 24 h, cells were harvested for qPCR analysis of inflammation-associated genes. Furthermore, the conditioned medium was assayed for TNFα and troponin I levels using ELISA. For in vivo experiments, LPS was administered to CDH5/mTmG mice, followed by ECF", + "n_hits": 75 + }, + { + "paper": "Extracellular vesicles in age-related diseases disease pathogenesis, intervention, and biomarker.", + "quote": "gen degradation. With age, the accumulation of reactive oxygen spe- cies (ROS) activates mitogen-activated protein kinase/ nuclear factor kappa beta (MAPK/NF-kB) pathway through TNF-α stimulation, leading to the production of matrix metalloproteinases (MMPs) [28]. MMPs are a family of zinc-dependent", + "n_hits": 16 + }, + { + "paper": "Hair follicle-derived mesenchymal stem cells decrease alopecia areata mouse hair loss and reduce inflammation around the hair follicle", + "quote": "ivilege by suppression of autoantigen presentation sys- tem like major histocompatibility complex (MHC) class I [8]. Some proinflammatory cytokines like tumor necrosis factor-α (TNF-α) and interleukin-6 (IL-6) also coordinate cyclical hair growth within the AA pathogenesis [9–11]. Hormone drugs are ", + "n_hits": 15 + }, + { + "paper": "Periplaneta americana extract (L.) promotes hair regrowth in Alopecia areata mice by reducing inflammation and modulating skin microbiota", + "quote": "k pharmacology showed PA-011 could regulate AA-related targets and pathways. PA-011 intervention promoted hair follicle cell proliferation and hair growth in AA mice, reduced skin TNF-α, IL-23, and VCAM-1 expression. Transcriptomics and WB analysis indicated PA-011 downregulated inflammatory genes, a", + "n_hits": 14 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TNFRSF4", + "name": "TNF receptor superfamily member 4 (OX40)", + "diseases": [ + "AA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [ + "amlitelimab (anti-OX40L, repurposing concept)", + "anti-OX40 antibodies (InmaGene, investigational)" + ], + "mechanism": "OX40 (TNFRSF4) is elevated on lesional CD4+ and regulatory T cells in AA, promoting T-cell costimulation and sustained autoimmune inflammation.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "discover:recent", + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P43489", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P43489", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P43489-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P43489-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P43489", + "mean_plddt": 77.0, + "plddt_band": "Confident (70–90)", + "n_residues": 277, + "local_pdb": "digital_twin\\data\\structures\\P43489_AF.pdb" + }, + "uniprot": "P43489", + "uniprot_name": "Tumor necrosis factor receptor superfamily member 4", + "length": 277, + "function": "Receptor for TNFSF4/OX40L/GP34. Is a costimulatory molecule implicated in long-term T-cell immunity", + "pdb_count": 8, + "pdb_ids": [ + "1D0A", + "2HEV", + "2HEY", + "6OGX", + "6OKM", + "6OKN", + "7YK4", + "8AG1" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "TYR", + "name": "Tyrosinase", + "diseases": [ + "CIA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "protector", + "drugs": [], + "mechanism": "Rate-limiting melanogenic enzyme whose induction restores follicular melanocyte function and pigmentation after chemotherapy.", + "evidence_paper_ids": [ + "41192849" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P14679", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P14679", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P14679-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P14679-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P14679", + "mean_plddt": 89.9, + "plddt_band": "Confident (70–90)", + "n_residues": 529, + "local_pdb": "digital_twin\\data\\structures\\P14679_AF.pdb" + }, + "uniprot": "P14679", + "uniprot_name": "Tyrosinase", + "length": 529, + "function": "This is a copper-containing oxidase that functions in the formation of pigments such as melanins and other polyphenolic compounds. Catalyzes the initial and rate limiting step in the cascade of reactions leading to melanin production from tyrosine (By similarity). In addition to hydroxylating tyrosine to DOPA (3,4-dihydroxyphenylalanine), also catalyzes the oxidation of DOPA to DOPA-quinone, and possibly the oxidation of DHI (5,6-dihydroxyindole) to indole-5,6 quinone (PubMed:28661582)", + "pdb_count": 1, + "pdb_ids": [ + "7RK7" + ], + "grounding": [ + { + "paper": "Polyphenols from Bacopa procumbens Nanostructured with Gold Nanoparticles Stimulate Hair Growth Through Apoptosis Modulation in C57BL 6 Mice", + "quote": "s. The bar colors in the graph correspond to the colors of the ligands represented in (a). (c) Two-dimensional diagrams of intermolecular protein–ligand interactions, highlighting Tyr 204 (indicated with red circles) as a key residue for ligand binding. (d) Vi- sualization of specific ligand interac", + "n_hits": 4 + }, + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "eolin ICAM1 Mohanlian MOL000006 Luteolin MCL1 Mohanlian MOL000006 Luteolin BIRC5 Mohanlian MOL000006 Luteolin IL2RA Mohanlian MOL000006 Luteolin CCNB1 Mohanlian MOL000006 Luteolin TYR Mohanlian MOL000006 Luteolin IFNG Mohanlian MOL000006 Luteolin IL4 Mohanlian MOL000006 Luteolin TOP2A Mohanlian MOL0", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TYRP1", + "name": "Tyrosinase-related protein 1", + "diseases": [ + "CIA" + ], + "pathway": "Other", + "twin_node": "—", + "effect": "?", + "role": "protector", + "drugs": [], + "mechanism": "Melanogenic enzyme upregulated to support melanocyte function and hair re-pigmentation in chemotherapy-induced alopecia.", + "evidence_paper_ids": [ + "41192849" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P17643", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P17643", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P17643-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P17643-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P17643", + "mean_plddt": 91.7, + "plddt_band": "Very high (≥90)", + "n_residues": 537, + "local_pdb": "digital_twin\\data\\structures\\P17643_AF.pdb" + }, + "uniprot": "P17643", + "uniprot_name": "5,6-dihydroxyindole-2-carboxylic acid oxidase", + "length": 537, + "function": "Plays a role in melanin biosynthesis (PubMed:16704458, PubMed:22556244, PubMed:23504663). Catalyzes the oxidation of 5,6-dihydroxyindole-2-carboxylic acid (DHICA) into indole-5,6-quinone-2-carboxylic acid in the presence of bound Cu(2+) ions, but not in the presence of Zn(2+) (PubMed:28661582). May regulate or influence the type of melanin synthesized (PubMed:16704458, PubMed:22556244). Also to a lower extent, capable of hydroxylating tyrosine and producing melanin (By similarity)", + "pdb_count": 13, + "pdb_ids": [ + "5M8L", + "5M8M", + "5M8N", + "5M8O", + "5M8P", + "5M8Q", + "5M8R", + "5M8S" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "WNT10A", + "name": "Protein Wnt-10a", + "diseases": [ + "AGA" + ], + "pathway": "Wnt/β-catenin", + "twin_node": "Wnt", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "WNT ligand among GWAS susceptibility loci; activates Wnt signaling required for hair follicle induction and growth.", + "evidence_paper_ids": [ + "41769701" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9GZT5", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9GZT5", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9GZT5-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9GZT5-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9GZT5", + "mean_plddt": 81.9, + "plddt_band": "Confident (70–90)", + "n_residues": 417, + "local_pdb": "digital_twin\\data\\structures\\Q9GZT5_AF.pdb" + }, + "uniprot": "Q9GZT5", + "uniprot_name": "Protein Wnt-10a", + "length": 417, + "function": "Ligand for members of the frizzled family of seven transmembrane receptors (Probable). Functions in the canonical Wnt/beta-catenin signaling pathway (By similarity). Plays a role in normal ectoderm development (PubMed:17847007, PubMed:28589954). Required for normal tooth development (PubMed:17847007, PubMed:28589954, PubMed:29178643). Required for normal postnatal development and maintenance of tongue papillae and sweat ducts (PubMed:28589954). Required for normal proliferation of basal cells in tongue filiform papillae, plantar epithelium and sweat ducts. Required for normal expression of ker", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Use of genetics in the prediction of success in male pattern hair loss therapy and mechanistic studies.", + "quote": "of established therapies such as topical and oral minoxidil, finasteride, dutasteride, and prostaglandin-directed approaches. We also discuss emerging targets, including IGF1R, WNT10A, PPARGC1A, and prolactin receptor signalling, and examine how RNA based androgen receptor silencing and stem-cell-de", + "n_hits": 13 + }, + { + "paper": "The Genetic Landscape of Androgenetic Alopecia Current Knowledge and Future Perspectives.", + "quote": "quencing data from the UK Biobank suggests that rare genetic variants play a relatively small role in AGA risk, with associations limited to few (5) genes, two of which (EDA2R and WNT10A) are already implicated by GWAS, rather than evidence for rare, high-impact mutations [20]. 2.2. Key Biological P", + "n_hits": 9 + }, + { + "paper": "Modified Huanjingjian Prevents Chemotherapy-Induced Alopecia by Inhibiting Genomic DNA Methylation of the Wnt Signaling Pathway in Mice", + "quote": "ions, with gene body methylation constituting 60% of total methylation changes. Methylation- modulated genes predominantly localized to Wnt signaling pathways: MHJJ enhanced Wnt3/Wnt10a expression while suppressing Cer1/Axin1. Corresponding methylation reductions at promoter and gene body regions we", + "n_hits": 8 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "XCL1", + "name": "X-C motif chemokine ligand 1", + "diseases": [ + "AA" + ], + "pathway": "Chemokine", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "XCL1 is upregulated in lesional AA, recruiting cytotoxic/dendritic cells to amplify the follicular immune attack.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P47992", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P47992", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P47992-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P47992-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P47992", + "mean_plddt": 78.8, + "plddt_band": "Confident (70–90)", + "n_residues": 114, + "local_pdb": "digital_twin\\data\\structures\\P47992_AF.pdb" + }, + "uniprot": "P47992", + "uniprot_name": "Lymphotactin", + "length": 114, + "function": "Chemotactic activity for lymphocytes but not for monocytes or neutrophils. In thymus, mediates medullary accumulation of thymic dendritic cells and contributes to regulatoy T cell development, playing a role in self-tolerance establishment", + "pdb_count": 7, + "pdb_ids": [ + "1J8I", + "1J9O", + "2HDM", + "2JP1", + "2N54", + "2NYZ", + "9AST" + ], + "grounding": [ + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "Cd163l1 St6galnac3 Tox Bnc2 Auts2 Gphn Dock2 Arhgap15 Inpp4b Cd8b1 Ccl5 Nkg7 Krt17 Cst6 Defb6 Fgfbp1 Igfbp4 Mgst1 H2−Aa Mfge8 Cd74 Ctla4 Frmd5 Ikzf2 Cd7 Cd3e Cd3g Cxcl14 Krt5 Gzmc Xcl1 Ctsw Cxcl2 S100a9 S100a8 Hist1h2ae Stmn1 Tubb5 Dct Ptgds Pmel Cd86 Malt1 Dennd4a Krt1 Stfa3 Cstdc5 Identity Percent", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "XCL2", + "name": "X-C motif chemokine ligand 2", + "diseases": [ + "AA" + ], + "pathway": "Chemokine", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "XCL2 is upregulated in lesional AA, contributing to chemotactic recruitment of cytotoxic immune cells around hair follicles.", + "evidence_paper_ids": [ + "41740930" + ], + "n_evidence": 1, + "mention_count": 0, + "sources": [ + "extract" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9UBD3", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9UBD3", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UBD3-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UBD3-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9UBD3", + "mean_plddt": 80.7, + "plddt_band": "Confident (70–90)", + "n_residues": 114, + "local_pdb": "digital_twin\\data\\structures\\Q9UBD3_AF.pdb" + }, + "uniprot": "Q9UBD3", + "uniprot_name": "Cytokine SCM-1 beta", + "length": 114, + "function": "Chemotactic activity for lymphocytes but not for monocytes or neutrophils", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "ATF4", + "name": "Activating transcription factor 4", + "diseases": [ + "AGA" + ], + "pathway": "integrated stress response effector", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Selectively translated upon eIF2alpha phosphorylation; ATF4 and its target ADM2 are upregulated in stressed human follicles and impose a cell-cycle block, positioning ATF4 as the transcriptional node coupling follicular metabolic stress to growth arrest.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P18848", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P18848", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P18848-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P18848-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P18848", + "mean_plddt": 62.0, + "plddt_band": "Low (50–70)", + "n_residues": 351, + "local_pdb": "digital_twin\\data\\structures\\P18848_AF.pdb" + }, + "uniprot": "P18848", + "uniprot_name": "Cyclic AMP-dependent transcription factor ATF-4", + "length": 351, + "function": "Transcription factor that binds the cAMP response element (CRE) (consensus: 5'-GTGACGT[AC][AG]-3') and displays two biological functions, as regulator of metabolic and redox processes under normal cellular conditions, and as master transcription factor during integrated stress response (ISR) (PubMed:16682973, PubMed:17684156, PubMed:31023583, PubMed:31444471, PubMed:32132707). Binds to asymmetric CRE's as a heterodimer and to palindromic CRE's as a homodimer (By similarity). Core effector of the ISR, which is required for adaptation to various stress such as endoplasmic reticulum (ER) stress, ", + "pdb_count": 1, + "pdb_ids": [ + "1CI6" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "ATG5", + "name": "Autophagy protein 5", + "diseases": [ + "AGA" + ], + "pathway": "Macroautophagy", + "twin_node": "APO", + "effect": "-", + "role": "protector", + "drugs": [], + "mechanism": "Core autophagy conjugation-system protein that maintains follicle stem-cell quality control and supports the metabolic transition into the growth phase.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9H1Y0", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9H1Y0", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9H1Y0-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9H1Y0-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9H1Y0", + "mean_plddt": 93.2, + "plddt_band": "Very high (≥90)", + "n_residues": 275, + "local_pdb": "digital_twin\\data\\structures\\Q9H1Y0_AF.pdb" + }, + "uniprot": "Q9H1Y0", + "uniprot_name": "Autophagy protein 5", + "length": 275, + "function": "Involved in autophagic vesicle formation. Conjugation with ATG12, through a ubiquitin-like conjugating system involving ATG7 as an E1-like activating enzyme and ATG10 as an E2-like conjugating enzyme, is essential for its function. The ATG12-ATG5 conjugate acts as an E3-like enzyme which is required for lipidation of ATG8 family proteins and their association to the vesicle membranes. Involved in mitochondrial quality control after oxidative damage, and in subsequent cellular longevity. Plays a critical role in multiple aspects of lymphocyte development and is essential for both B and T lympho", + "pdb_count": 9, + "pdb_ids": [ + "4GDK", + "4GDL", + "4NAW", + "4TQ0", + "4TQ1", + "5D7G", + "5NPV", + "5NPW" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "- cal microscopy, super-resolution nanoscopy (Lattice SIM2 and STED) on both fixed and live cells, and transmission electron microscopy (TEM) with or without immunogold labelling. ATG5 and Rab27a genes were silenced using siRNAs, and protein anal- ysis was conducted by Western blotting. We modulated", + "n_hits": 3 + }, + { + "paper": "Impaired autophagy promotes hair loss in the C3H HeJ mouse model of alopecia areata", + "quote": "privilege collapse and alopecia areata pathogenesis? J Dermatol Sci. 2020 Oct;100(1):75–78. [21] Brooks CR, Yeung MY, Brooks YS, et al. KIM-1-/TIM-1-mediated phagocytosis links ATG5-/ULK1-dependent clearance of apopto­ tic cells to antigen presentation. EMBO J. 2015 Oct 1 34 (19):2441–2464. [22] Doo", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "ATG7", + "name": "Ubiquitin-like modifier-activating enzyme ATG7", + "diseases": [ + "AGA" + ], + "pathway": "Macroautophagy", + "twin_node": "APO", + "effect": "-", + "role": "protector", + "drugs": [], + "mechanism": "E1-like autophagy enzyme required for autophagosome formation that sustains follicle stem-cell proteostasis and promotes anagen entry; its loss accelerates hair greying/loss.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O95352", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O95352", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O95352-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O95352-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O95352", + "mean_plddt": 87.6, + "plddt_band": "Confident (70–90)", + "n_residues": 703, + "local_pdb": "digital_twin\\data\\structures\\O95352_AF.pdb" + }, + "uniprot": "O95352", + "uniprot_name": "Ubiquitin-like modifier-activating enzyme ATG7", + "length": 703, + "function": "E1-like activating enzyme involved in the 2 ubiquitin-like systems required for cytoplasm to vacuole transport (Cvt) and autophagy. Activates ATG12 for its conjugation with ATG5 as well as the ATG8 family proteins for their conjugation with phosphatidylethanolamine. Both systems are needed for the ATG8 association to Cvt vesicles and autophagosomes membranes. Required for autophagic death induced by caspase-8 inhibition. Facilitates LC3-I lipidation with phosphatidylethanolamine to form LC3-II which is found on autophagosomal membranes (PubMed:34161705). Required for mitophagy which contribute", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "AXL", + "name": "Tyrosine-protein kinase receptor UFO (AXL)", + "diseases": [ + "AGA", + "TelogenEffluvium" + ], + "pathway": "GAS6-AXL/TAM receptor (HFSC activation)", + "twin_node": "HFSC", + "effect": "+", + "role": "protector", + "drugs": [ + "AXL agonists (preclinical)" + ], + "mechanism": "Most highly expressed TAM receptor on hair follicle stem cells; receives the GAS6 signal to trigger HFSC proliferation and anagen onset. Pharmacologic AXL agonism is proposed to overcome stress-induced telogen prolongation; the GAS6-AXL node is an emerging druggable receptor target outside the androgen/WNT canon.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P30530", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P30530", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P30530-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P30530-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P30530", + "mean_plddt": 75.1, + "plddt_band": "Confident (70–90)", + "n_residues": 894, + "local_pdb": "digital_twin\\data\\structures\\P30530_AF.pdb" + }, + "uniprot": "P30530", + "uniprot_name": "Tyrosine-protein kinase receptor UFO", + "length": 894, + "function": "Receptor tyrosine kinase that transduces signals from the extracellular matrix into the cytoplasm by binding growth factor GAS6 and which is thus regulating many physiological processes including cell survival, cell proliferation, migration and differentiation. Ligand binding at the cell surface induces dimerization and autophosphorylation of AXL. Following activation by ligand, AXL binds and induces tyrosine phosphorylation of PI3-kinase subunits PIK3R1, PIK3R2 and PIK3R3; but also GRB2, PLCG1, LCK and PTPN11. Other downstream substrate candidates for AXL are CBL, NCK2, SOCS1 and TNS2. Recrui", + "pdb_count": 4, + "pdb_ids": [ + "2C5D", + "4RA0", + "5U6B", + "5VXZ" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "which was serially sampled at three time points). For these experiments, EVs were captured into the EV-HB-Chips using a cocktail of antibodies targeting EGFR, podoplanin, PDGF and Axl. The results showed successful detection of some of the brain tumour specific genes (EGFR, MYCN) using ddPCR followi", + "n_hits": 16 + }, + { + "paper": "Triton modified polyethyleneimine conjugates assembled with growth arrest-specific protein 6 for androgenetic alopecia transdermal gene therapy", + "quote": "(Gas6) is a soluble glycoprotein that was first identified in mouse embryonic fibroblasts and is involved in the stimulation of cell prolifer- ation. After binding to its receptors (AXL, TYPO3 and MER), Gas6 acti- vates tyrosine kinase activity and plays an important role in cell proliferation, surviva", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "BCL2L11", + "name": "BCL2 like 11 (BIM)", + "diseases": [ + "AA" + ], + "pathway": "intrinsic apoptosis / immune tolerance", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Genome-wide significant AA locus at 2q13 (ACOXL/BCL2L11); BIM is a pro-apoptotic BH3-only protein required for deletion of autoreactive T cells, so dysregulation impairs negative selection and promotes autoimmune follicular attack.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O43521", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O43521", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O43521-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O43521-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O43521", + "mean_plddt": 60.1, + "plddt_band": "Low (50–70)", + "n_residues": 198, + "local_pdb": "digital_twin\\data\\structures\\O43521_AF.pdb" + }, + "uniprot": "O43521", + "uniprot_name": "Bcl-2-like protein 11", + "length": 198, + "function": "Induces apoptosis and anoikis. Isoform BimL is more potent than isoform BimEL. Isoform Bim-alpha1, isoform Bim-alpha2 and isoform Bim-alpha3 induce apoptosis, although less potent than isoform BimEL, isoform BimL and isoform BimS. Isoform Bim-gamma induces apoptosis. Isoform Bim-alpha3 induces apoptosis possibly through a caspase-mediated pathway. Isoform BimAC and isoform BimABC lack the ability to induce apoptosis", + "pdb_count": 45, + "pdb_ids": [ + "1F95", + "2K7W", + "2NL9", + "2V6Q", + "2VM6", + "2WH6", + "2YQ6", + "2YQ7" + ], + "grounding": [ + { + "paper": "Impaired autophagy promotes hair loss in the C3H HeJ mouse model of alopecia areata", + "quote": "hich leads to hair loss. Previous genetic data from our lab pointed to a connection between macroautophagy/auto­ phagy and AA pathogenesis, and GWAS identified STX17, CLEC16A and BCL2L11/BIM as risk factors for AA. Additionally, AA patients have copy number deletions in region spanning the ATG4B gen", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CALCA", + "name": "Calcitonin gene-related peptide (CGRP)", + "diseases": [ + "AA", + "CIA" + ], + "pathway": "Sensory neuropeptide restoration of immune privilege", + "twin_node": "INF", + "effect": "-", + "role": "protector", + "drugs": [ + "CGRP analogs / capsaicin-induced CGRP release (concept)" + ], + "mechanism": "CGRP released from perifollicular sensory nerves is immunoinhibitory: it suppresses IFN-gamma-induced perifollicular mast-cell degranulation and helps restore collapsed hair-follicle immune privilege in AA. Promoting CGRP/neuropeptide signaling is an emerging neuro-immune protective strategy for autoimmune and scarring alopecias.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P01258", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P01258", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P01258-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P01258-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P01258", + "mean_plddt": 63.9, + "plddt_band": "Low (50–70)", + "n_residues": 141, + "local_pdb": "digital_twin\\data\\structures\\P01258_AF.pdb" + }, + "uniprot": "P01258", + "uniprot_name": "Calcitonin", + "length": 141, + "function": "Calcitonin is a peptide hormone that causes a rapid but short-lived drop in the level of calcium and phosphate in blood by promoting the incorporation of those ions in the bones. Calcitonin function is mediated by the calcitonin receptor/CALCR and the CALCR-RAMP2 (AMYR2) receptor complex (PubMed:35324283)", + "pdb_count": 3, + "pdb_ids": [ + "2JXZ", + "7TYH", + "7TYO" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "CASP1", + "name": "Caspase-1", + "diseases": [ + "AA" + ], + "pathway": "Inflammasome/pyroptosis", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Inflammasome effector protease that matures IL-1beta/IL-18 and cleaves gasdermin D to execute pyroptosis, contributing to the inflammatory follicular damage in AA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P29466", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P29466", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P29466-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P29466-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P29466", + "mean_plddt": 81.7, + "plddt_band": "Confident (70–90)", + "n_residues": 404, + "local_pdb": "digital_twin\\data\\structures\\P29466_AF.pdb" + }, + "uniprot": "P29466", + "uniprot_name": "Caspase-1", + "length": 404, + "function": "Thiol protease involved in a variety of inflammatory processes by proteolytically cleaving other proteins, such as the precursors of the inflammatory cytokines interleukin-1 beta (IL1B) and interleukin 18 (IL18) as well as the pyroptosis inducer Gasdermin-D (GSDMD), into active mature peptides (PubMed:15326478, PubMed:15498465, PubMed:1574116, PubMed:26375003, PubMed:32051255, PubMed:37993714, PubMed:7876192, PubMed:9334240). Plays a key role in cell immunity as an inflammatory response initiator: once activated through formation of an inflammasome complex, it initiates a pro-inflammatory resp", + "pdb_count": 40, + "pdb_ids": [ + "1BMQ", + "1IBC", + "1ICE", + "1RWK", + "1RWM", + "1RWN", + "1RWO", + "1RWP" + ], + "grounding": [ + { + "paper": "Hair Follicle Stem Cell-Specific PPARγ Deletion Causes Scarring Alopecia", + "quote": "of cytokines/chemokines (MIP1, MCP1, CCL27, MMD, IL6, RANTES), extracellular matrix- associated proteins (OPN, MMP1, MMP9, MMP10, MMP28, TIMP4, ADAMTS1), apoptosis-related genes (CASP1, GADD45B, PDCD6, PDCD4, CASP8)., and cell-surface antigens (CD 68, CD 69), suggesting the activation of macrophages", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CD44", + "name": "CD44 antigen (hyaluronan receptor)", + "diseases": [ + "AGA", + "TelogenEffluvium" + ], + "pathway": "Osteopontin (OPN)-CD44 (HFSC hyperactivation)", + "twin_node": "HFSC", + "effect": "+", + "role": "protector", + "drugs": [ + "CD44 agonist peptides (preclinical)" + ], + "mechanism": "Receptor on hair follicle stem cells that transduces the osteopontin signal from senescent melanocytes to drive hair-growth hyperactivation; Cd44-null follicles show markedly delayed regrowth. A surface receptor target for agonism in non-scarring hair loss.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P16070", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P16070", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P16070-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P16070-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P16070", + "mean_plddt": 53.2, + "plddt_band": "Low (50–70)", + "n_residues": 742, + "local_pdb": "digital_twin\\data\\structures\\P16070_AF.pdb" + }, + "uniprot": "P16070", + "uniprot_name": "CD44 antigen", + "length": 742, + "function": "Cell-surface receptor that plays a role in cell-cell interactions, cell adhesion and migration, helping them to sense and respond to changes in the tissue microenvironment (PubMed:16541107, PubMed:19703720, PubMed:22726066). Participates thereby in a wide variety of cellular functions including the activation, recirculation and homing of T-lymphocytes, hematopoiesis, inflammation and response to bacterial infection (PubMed:7528188). Engages, through its ectodomain, extracellular matrix components such as hyaluronan/HA, collagen, growth factors, cytokines or proteases and serves as a platform f", + "pdb_count": 6, + "pdb_ids": [ + "1POZ", + "1UUH", + "2I83", + "4PZ3", + "4PZ4", + "6TXS" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "llular Vesicle Monitoring Phenotypic Analyzer Chip (GEMPAC), which pro- files a novel central nervous system (CNS) and glioma stem cell (GSC) biomarker panel (ATP1B2, EAAT2, CD24, CD44, CD133, and EGFR) on circulating sEVs. Methods: GEMPAC identifies a unique GBM signature in sEVs by targeting CNS-s", + "n_hits": 39 + }, + { + "paper": "Induction of T cell exhaustion by JAK1 3 inhibition in the treatment of alopecia areata", + "quote": "r regrowth in AA-affected C3H/HeJ mice when fed with Ifidancitinib in chow diets. Skin taken from Ifidancitinib-treated mice showed significantly decreased AA-associated inflammation. CD44+CD62L- CD8+ T effector/memory cells, which are associated with the pathogenesis of AA, were significantly decreased ", + "n_hits": 14 + }, + { + "paper": "TH1 effector CD4 T cells rely on IFN-γ production to induce alopecia areata", + "quote": "actors (TFs), cytokine signaling, and chemokine signaling. In CD4 T cells from AA mice, we ob- served an increase in expression of several genes related to activa- tion including Cd44, Pdcd1, Icos, and Ctla4 (Fig. 3C). We also found several genes with increased expression relating to TH1 differentia", + "n_hits": 14 + }, + { + "paper": "Mechanistic study of Erianin in alopecia areata", + "quote": "nd MHC II in the skin of Erianin- treated mice (Figure 2C). Flow cytometric ana- lysis further demonstrated a significant de- crease in the frequency of CD8+NKG2D+ T cell and CD8+CD44+CD62L- T cell infiltration fol­ lowing Erianin treatment (Figure 2D, 2E). Similarly, a notable reduction in CD8+CD44", + "n_hits": 6 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CD8A", + "name": "T-cell surface glycoprotein CD8 alpha chain", + "diseases": [ + "AA" + ], + "pathway": "Cytotoxic immunity", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Defines the CD8+ cytotoxic T lymphocytes that are the primary effector cells executing follicular damage in AA, recognizing follicular autoantigens via MHC class I.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P01732", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P01732", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P01732-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P01732-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P01732", + "mean_plddt": 78.2, + "plddt_band": "Confident (70–90)", + "n_residues": 235, + "local_pdb": "digital_twin\\data\\structures\\P01732_AF.pdb" + }, + "uniprot": "P01732", + "uniprot_name": "T-cell surface glycoprotein CD8 alpha chain", + "length": 235, + "function": "Integral membrane glycoprotein that plays an essential role in the immune response and serves multiple functions in responses against both external and internal offenses. In T-cells, functions primarily as a coreceptor for MHC class I molecule:peptide complex. The antigens presented by class I peptides are derived from cytosolic proteins while class II derived from extracellular proteins. Interacts simultaneously with the T-cell receptor (TCR) and the MHC class I proteins presented by antigen presenting cells (APCs). In turn, recruits the Src kinase LCK to the vicinity of the TCR-CD3 complex. ", + "pdb_count": 8, + "pdb_ids": [ + "1AKJ", + "1CD8", + "1Q69", + "2HP4", + "3QZW", + "7UMG", + "7UVF", + "8EW6" + ], + "grounding": [ + { + "paper": "Impaired autophagy promotes hair loss in the C3H HeJ mouse model of alopecia areata", + "quote": "cell suspen­ sions isolated from skin and SDLN of Tat-SCRAMBLE or Tat- BECN1 treated AA mice (Figure S1). We found no statistical differences in the proportion of total CD4+ or CD8A+ T cells, CD4+ FOXP3+ Tregs, or KLRK1-, GZMB- or IFNG-expressing CD8A+ T cell subsets in either the skin or in SDLN (F", + "n_hits": 5 + }, + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "quote": "and incubated with epitope retrieval so- lution 2 for 15 min at 88°C followed by ACD protease for 10 min before hybridization with probe Mm‐Klrk1 (ACD, Cat.No.430808) and probe Mm‐Cd8a‐C2 (ACD, Cat. No. 401688‐C2) or duplex negative control probes Mm‐ DapB (ACD, Cat.No. 320758). Bound probe was visu", + "n_hits": 4 + }, + { + "paper": "Ox40-Cre–mediated deletion of BRD4 reveals an unexpected phenotype of hair follicle stem cells in alopecia", + "quote": "nd 100414 CD44 IM7 BioLegend 103032 CD45 30-F11 BioLegend 103106 CD45.1 A20 BioLegend 110743 CD49f GoH3 BioLegend 313622 CD69 H1.2F3 BioLegend 104514 CD62L MEL-14 BioLegend 104408 CD8a 53-6.7 BioLegend 100725 CD8a 53-6.7 BioLegend 100706 Brd4 Polyclonal Bethyl A301-985A-M Foxp3 FJK-16s Invitrogen 48", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CDKN1A", + "name": "Cyclin-dependent kinase inhibitor 1 (p21)", + "diseases": [ + "AGA", + "CIA" + ], + "pathway": "Cell-cycle/apoptosis (p53)", + "twin_node": "APO", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "A p53 transcriptional target that arrests the cell cycle in proliferating matrix keratinocytes, transiently protecting follicles from cytotoxic S-phase damage and modulating CIA severity.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:CIA", + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P38936", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P38936", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P38936-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P38936-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P38936", + "mean_plddt": 69.0, + "plddt_band": "Low (50–70)", + "n_residues": 164, + "local_pdb": "digital_twin\\data\\structures\\P38936_AF.pdb" + }, + "uniprot": "P38936", + "uniprot_name": "Cyclin-dependent kinase inhibitor 1", + "length": 164, + "function": "Plays an important role in controlling cell cycle progression and DNA damage-induced G2 arrest (PubMed:9106657). Involved in p53/TP53 mediated inhibition of cellular proliferation in response to DNA damage. Also involved in p53-independent DNA damage-induced G2 arrest mediated by CREB3L1 in astrocytes and osteoblasts (By similarity). Binds to and inhibits cyclin-dependent kinase activity, preventing phosphorylation of critical cyclin-dependent kinase substrates and blocking cell cycle progression. Functions in the nuclear localization and assembly of cyclin D-CDK4 complex and promotes its kina", + "pdb_count": 13, + "pdb_ids": [ + "1AXC", + "2ZVV", + "2ZVW", + "4RJF", + "5E0U", + "6CBI", + "6CEJ", + "6CIV" + ], + "grounding": [ + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "cetin CAMKMT Mohanlian MOL001689 Acacetin CHEK1 Mohanlian MOL001689 Acacetin ADRB2 Mohanlian MOL001689 Acacetin RELA Mohanlian MOL001689 Acacetin BCL2 Mohanlian MOL001689 Acacetin CDKN1A Mohanlian MOL001689 Acacetin BAX Mohanlian MOL001689 Acacetin CASP3 Mohanlian MOL001689 Acacetin TP53 Mohanlian M", + "n_hits": 5 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CDKN2A", + "name": "Cyclin-dependent kinase inhibitor 2A (p16INK4a)", + "diseases": [ + "AGA" + ], + "pathway": "p16-Rb senescence", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [ + "Navitoclax", + "Senolytics (Dasatinib+Quercetin)" + ], + "mechanism": "Cell-cycle inhibitor that accumulates in aging follicle stem cells to enforce senescence, depleting the regenerative niche and contributing to age-related hair thinning.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P42771", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P42771", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P42771-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P42771-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P42771", + "mean_plddt": 76.3, + "plddt_band": "Confident (70–90)", + "n_residues": 156, + "local_pdb": "digital_twin\\data\\structures\\P42771_AF.pdb" + }, + "uniprot": "P42771", + "uniprot_name": "Cyclin-dependent kinase inhibitor 2A", + "length": 156, + "function": "Acts as a negative regulator of the proliferation of normal cells by interacting strongly with CDK4 and CDK6. This inhibits their ability to interact with cyclins D and to phosphorylate the retinoblastoma protein", + "pdb_count": 5, + "pdb_ids": [ + "1A5E", + "1BI7", + "1DC2", + "2A5E", + "7OZT" + ], + "grounding": [ + { + "paper": "Rejuvenating senescent hair follicles a novel conjugated linoleic acid based nanovesicle approach to treat androgenic alopecia", + "quote": "ed genes The expression of DHT-induced related genes [SRD5A2, β-Catenin, Fibroblast growth factor-7 (FGF-7), Insulin- like Growth Factor 1 (IGF-1)] and cell cycle related genes (CDKN2A and p53) in HDPCs wereexamined using real- time fluorescence quantitative PCR (RT-qPCR). Briefly, HDPCs were seeded", + "n_hits": 5 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CLEC16A", + "name": "C-type lectin domain containing 16A", + "diseases": [ + "AA" + ], + "pathway": "autophagy / immune regulation (KIAA0350 locus)", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "GWAS susceptibility locus (16p13.13) at the IL2RA-adjacent autoimmune region; regulates autophagy/mitophagy and T-cell tolerance, contributing to loss of hair-follicle immune privilege and CD8+ T-cell autoimmunity.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q2KHT3", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q2KHT3", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q2KHT3-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q2KHT3-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q2KHT3", + "mean_plddt": 70.8, + "plddt_band": "Confident (70–90)", + "n_residues": 1053, + "local_pdb": "digital_twin\\data\\structures\\Q2KHT3_AF.pdb" + }, + "uniprot": "Q2KHT3", + "uniprot_name": "Protein CLEC16A", + "length": 1053, + "function": "Regulator of mitophagy through the upstream regulation of the RNF41/NRDP1-PRKN pathway. Mitophagy is a selective form of autophagy necessary for mitochondrial quality control. The RNF41/NRDP1-PRKN pathway regulates autophagosome-lysosome fusion during late mitophagy. May protect RNF41/NRDP1 from proteasomal degradation, RNF41/NRDP1 which regulates proteasomal degradation of PRKN. Plays a key role in beta cells functions by regulating mitophagy/autophagy and mitochondrial health", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Impaired autophagy promotes hair loss in the C3H HeJ mouse model of alopecia areata", + "quote": "icle (HF), which leads to hair loss. Previous genetic data from our lab pointed to a connection between macroautophagy/auto­ phagy and AA pathogenesis, and GWAS identified STX17, CLEC16A and BCL2L11/BIM as risk factors for AA. Additionally, AA patients have copy number deletions in region spanning t", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "COL17A1", + "name": "Collagen type XVII alpha 1 chain (BP180)", + "diseases": [ + "AGA" + ], + "pathway": "hemidesmosome basement-membrane anchorage / HFSC maintenance", + "twin_node": "HFSC", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "DNA-damage-induced proteolysis of COL17A1 triggers transepidermal elimination of hair-follicle stem cells, loss of stemness and follicle miniaturization; its depletion is a central senescence mechanism in age-related and pattern hair thinning.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9UMD9", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9UMD9", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UMD9-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UMD9-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9UMD9", + "mean_plddt": 46.9, + "plddt_band": "Very low (<50)", + "n_residues": 1497, + "local_pdb": "digital_twin\\data\\structures\\Q9UMD9_AF.pdb" + }, + "uniprot": "Q9UMD9", + "uniprot_name": "Collagen alpha-1(XVII) chain", + "length": 1497, + "function": "May play a role in the integrity of hemidesmosome and the attachment of basal keratinocytes to the underlying basement membrane", + "pdb_count": 1, + "pdb_ids": [ + "8IZS" + ], + "grounding": [ + { + "paper": "Engineered collagen XVII-loaded dissolving microneedle patch for promoting hair regrowth in androgenic alopecia", + "quote": "ore component of hemidesmosomes, has emerged as a critical molecular hub connecting the cytoskeleton to the ECM [16, 17]. COL17, a transmembrane collagen protein encoded by the COL17A1 gene, plays a pivotal role in anchoring epidermal basal cells to the basement membrane through its trimeric Receive", + "n_hits": 7 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CXCL11", + "name": "C-X-C motif chemokine ligand 11 (I-TAC)", + "diseases": [ + "AA" + ], + "pathway": "CXCR3 chemokine axis", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "The highest-affinity CXCR3 ligand, IFN-gamma-induced, reinforcing recruitment of cytotoxic effector T cells into the AA hair follicle.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O14625", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O14625", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O14625-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O14625-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O14625", + "mean_plddt": 80.0, + "plddt_band": "Confident (70–90)", + "n_residues": 94, + "local_pdb": "digital_twin\\data\\structures\\O14625_AF.pdb" + }, + "uniprot": "O14625", + "uniprot_name": "C-X-C motif chemokine 11", + "length": 94, + "function": "Chemotactic for interleukin-activated T-cells but not unstimulated T-cells, neutrophils or monocytes. Induces calcium release in activated T-cells. Binds to CXCR3. May play an important role in CNS diseases which involve T-cell recruitment. May play a role in skin immune responses", + "pdb_count": 2, + "pdb_ids": [ + "1RJT", + "8HNK" + ], + "grounding": [ + { + "paper": "CXCR3 Blockade Inhibits T-cell Migration into the Skin and Prevents Development of Alopecia Areata", + "quote": "in a wide range of disease processes, including infection, autoimmune, inflammatory, and malignant diseases (12–14). The CXCR3 receptor and its cognate ligands, CXCL9, CXCL10 and CXCL11 have been implicated in directing a Th1 inflammatory response (15–18). Recent studies support the notion that the ", + "n_hits": 37 + }, + { + "paper": "Modulating immune responses in alopecia therapeutic insights and potential targets of antisense oligonucleotides", + "quote": "en hair loss, with interferon-gamma (IFN-γ) playing a pivotal role in pathogenesis. The upregulation of IFN response genes, including IFN-inducible chemokines CXCL9, CXCL10, and CXCL11, in lesional skin reflects the activation of the IFN response pathway and contributes to immune cell recruitment an", + "n_hits": 13 + }, + { + "paper": "Induction of alopecia areata in C3H HeJ mice using polyinosinic-polycytidylic acid (poly[IC]) and interferon-gamma", + "quote": "ns revealed increased infiltration of CD4+ and CD8+ cells infiltration around the hair follicles. IFNγ and poly(I:C) increased the expression of NLRP3, IL-1β, CXCL9, CXCL10, and CXCL11 in mouse skin. Taken together, these findings indicate a shorter and more convenient means of AA animal model induc", + "n_hits": 4 + }, + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "quote": "ih.gov/geo/query/ acc.cgi?acc=GSE94235) and GSE94236 (mouse skin samples) (https://www.ncbi.nlm.nih.gov/geo/query/acc. cgi?acc=GSE94236). 2.4.6 | ALADIN scores IFN (Cxcl9, Cxcl10, Cxcl11, Stat1, and Mx1) and CTL (Cd8a, Gzmb, Icos, Prf1) ALADIN scores for the Taq- man data were calculated for each gr", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "CXXC5", + "name": "CXXC-type zinc finger protein 5", + "diseases": [ + "AGA", + "TelogenEffluvium" + ], + "pathway": "WNT/beta-catenin (negative feedback via Dishevelled)", + "twin_node": "Wnt", + "effect": "-", + "role": "driver", + "drugs": [ + "PTD-DBM (peptide, preclinical/early clinical)" + ], + "mechanism": "Negative regulator of WNT/beta-catenin that binds Dishevelled; upregulated in miniaturized follicles and arrector pili of balding scalp. Competing peptides (PTD-DBM) that disrupt the CXXC5-Dvl interaction de-repress WNT signaling and induce hair regrowth and wound-induced follicle neogenesis. A non-classic, druggable intracellular brake on the canonical hair-growth pathway.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q7LFL8", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q7LFL8", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q7LFL8-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q7LFL8-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q7LFL8", + "mean_plddt": 59.1, + "plddt_band": "Low (50–70)", + "n_residues": 322, + "local_pdb": "digital_twin\\data\\structures\\Q7LFL8_AF.pdb" + }, + "uniprot": "Q7LFL8", + "uniprot_name": "CXXC-type zinc finger protein 5", + "length": 322, + "function": "May indirectly participate in activation of the NF-kappa-B and MAPK pathways. Acts as a mediator of BMP4-mediated modulation of canonical Wnt signaling activity in neural stem cells (By similarity). Required for DNA damage-induced ATM phosphorylation, p53 activation and cell cycle arrest. Involved in myelopoiesis. Transcription factor. Binds to the oxygen responsive element of COX4I2 and represses its transcription under hypoxia conditions (4% oxygen), as well as normoxia conditions (20% oxygen) (PubMed:23303788). May repress COX4I2 transactivation induced by CHCHD2 and RBPJ (PubMed:23303788).", + "pdb_count": 1, + "pdb_ids": [ + "5W9S" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "CYP1B1", + "name": "Cytochrome P450 family 1 subfamily B member 1", + "diseases": [ + "CIA" + ], + "pathway": "xenobiotic/estrogen metabolism (2p22 locus)", + "twin_node": "—", + "effect": "?", + "role": "protector", + "drugs": [], + "mechanism": "GWAS-implicated causal missense allele (p.Asn453Ser) in the heme-binding domain is protective in FFA; CYP1B1 metabolizes xenobiotics and estrogens, linking hormonal/environmental processing to follicular immune-mediated fibrosis.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q16678", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q16678", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q16678-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q16678-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q16678", + "mean_plddt": 92.2, + "plddt_band": "Very high (≥90)", + "n_residues": 543, + "local_pdb": "digital_twin\\data\\structures\\Q16678_AF.pdb" + }, + "uniprot": "Q16678", + "uniprot_name": "Cytochrome P450 1B1", + "length": 543, + "function": "A cytochrome P450 monooxygenase involved in the metabolism of various endogenous substrates, including fatty acids, steroid hormones and vitamins (PubMed:10681376, PubMed:11555828, PubMed:12865317, PubMed:15258110, PubMed:20972997). Mechanistically, uses molecular oxygen inserting one oxygen atom into a substrate, and reducing the second into a water molecule, with two electrons provided by NADPH via cytochrome P450 reductase (NADPH--hemoprotein reductase) (PubMed:10681376, PubMed:11555828, PubMed:12865317, PubMed:15258110, PubMed:20972997). Exhibits catalytic activity for the formation of hyd", + "pdb_count": 2, + "pdb_ids": [ + "3PM0", + "6IQ5" + ], + "grounding": [ + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "OS3 Mohanlian MOL000098 Quercetin HSPB1 Mohanlian MOL000098 Quercetin SULT1E1 Mohanlian MOL000098 Quercetin IL2RA Mohanlian MOL000098 Quercetin NR1I2 Mohanlian MOL000098 Quercetin CYP1B1 Mohanlian MOL000098 Quercetin CCNB1 Mohanlian MOL000098 Quercetin PLAT Mohanlian MOL000098 Quercetin THBD Mohanli", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "DLX3", + "name": "Homeobox protein DLX-3", + "diseases": [ + "CIA" + ], + "pathway": "Transcription factor", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Homeodomain transcription factor essential for hair-matrix differentiation and hair-keratin gene activation; its mutation (Tricho-Dento-Osseous syndrome) produces kinky, fragile hair and disrupted cycling.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:CIA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O60479", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O60479", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O60479-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O60479-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O60479", + "mean_plddt": 60.1, + "plddt_band": "Low (50–70)", + "n_residues": 287, + "local_pdb": "digital_twin\\data\\structures\\O60479_AF.pdb" + }, + "uniprot": "O60479", + "uniprot_name": "Homeobox protein DLX-3", + "length": 287, + "function": "Transcriptional activator (By similarity). Activates transcription of GNRHR, via binding to the downstream activin regulatory element (DARE) in the gene promoter (By similarity)", + "pdb_count": 1, + "pdb_ids": [ + "4XRS" + ], + "grounding": [ + { + "paper": "Ox40-Cre–mediated deletion of BRD4 reveals an unexpected phenotype of hair follicle stem cells in alopecia", + "quote": "omatin modifications (37). We explored the published super enhancer database in follicle stem cells (27), and we found that some lineage transcription factors (Lhx2, Nfib, Sox9, Dlx3) and key signaling factors (Lef1, Frfr2, Id1, Lgr4 for Wnt pathway; Gas1, Hes1, Gli1, ptch2 for SHH pathway; Cdk4, Cc", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "EIF2AK4", + "name": "Eukaryotic translation initiation factor 2 alpha kinase 4 (GCN2)", + "diseases": [ + "AGA" + ], + "pathway": "integrated stress response (eIF2alpha-ATF4)", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "GCN2 senses amino-acid deprivation and phosphorylates eIF2alpha to trigger the integrated stress response in follicles; ISRIB-mediated ISR inhibition relieves the MPC-induced proliferative block, making the ISR a metabolic lever for hair growth.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9P2K8", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9P2K8", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9P2K8-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9P2K8-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9P2K8", + "mean_plddt": 72.9, + "plddt_band": "Confident (70–90)", + "n_residues": 1649, + "local_pdb": "digital_twin\\data\\structures\\Q9P2K8_AF.pdb" + }, + "uniprot": "Q9P2K8", + "uniprot_name": "eIF-2-alpha kinase GCN2", + "length": 1649, + "function": "Metabolic-stress sensing protein kinase that phosphorylates the alpha subunit of eukaryotic translation initiation factor 2 (EIF2S1/eIF-2-alpha) in response to low amino acid availability (PubMed:25329545, PubMed:32610081). Plays a role as an activator of the integrated stress response (ISR) required for adaptation to amino acid starvation (By similarity). EIF2S1/eIF-2-alpha phosphorylation in response to stress converts EIF2S1/eIF-2-alpha into a global protein synthesis inhibitor, leading to a global attenuation of cap-dependent translation, and thus to a reduced overall utilization of amino ", + "pdb_count": 8, + "pdb_ids": [ + "6N3L", + "6N3N", + "6N3O", + "7E2K", + "7E2M", + "7QQ6", + "7QWK", + "8T7T" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "EZH2", + "name": "Histone-lysine N-methyltransferase EZH2", + "diseases": [ + "AGA" + ], + "pathway": "PRC2 / H3K27me3 repression", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [ + "GSK126 (tool)", + "Tazemetostat" + ], + "mechanism": "Polycomb catalytic subunit depositing H3K27me3 to repress differentiation genes and balance follicle stem-cell self-renewal versus lineage commitment.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q15910", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q15910", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q15910-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q15910-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q15910", + "mean_plddt": 76.2, + "plddt_band": "Confident (70–90)", + "n_residues": 746, + "local_pdb": "digital_twin\\data\\structures\\Q15910_AF.pdb" + }, + "uniprot": "Q15910", + "uniprot_name": "Histone-lysine N-methyltransferase EZH2", + "length": 746, + "function": "Catalytic subunit of the PRC2/EED-EZH2 complex, a Polycomb group (PcG) complex that methylates 'Lys-9' (H3K9me) and 'Lys-27' (H3K27me) of histone H3, leading to transcriptional repression of the affected target gene (PubMed:14532106, PubMed:15225548, PubMed:15385962, PubMed:16618801, PubMed:16936726, PubMed:17344414, PubMed:22323599, PubMed:24474760, PubMed:26581166, PubMed:30026490, PubMed:30923826). Able to mono-, di- and trimethylate 'Lys-27' of histone H3 to form H3K27me1, H3K27me2 and H3K27me3, respectively (PubMed:15231737, PubMed:17210787, PubMed:18285464, PubMed:22323599, PubMed:309238", + "pdb_count": 38, + "pdb_ids": [ + "4MI0", + "4MI5", + "5GSA", + "5H14", + "5H15", + "5H17", + "5H19", + "5H24" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "F11R", + "name": "Junctional adhesion molecule A (JAM-A)", + "diseases": [ + "AGA" + ], + "pathway": "Tight-junction adhesion / barrier", + "twin_node": "DP", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Tight-junction adhesion molecule that maintains follicle epithelial barrier integrity and regulates leukocyte transmigration into the perifollicular niche.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9Y624", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9Y624", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y624-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y624-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9Y624", + "mean_plddt": 87.2, + "plddt_band": "Confident (70–90)", + "n_residues": 299, + "local_pdb": "digital_twin\\data\\structures\\Q9Y624_AF.pdb" + }, + "uniprot": "Q9Y624", + "uniprot_name": "Junctional adhesion molecule A", + "length": 299, + "function": "Seems to play a role in epithelial tight junction formation. Appears early in primordial forms of cell junctions and recruits PARD3 (PubMed:11489913). The association of the PARD6-PARD3 complex may prevent the interaction of PARD3 with JAM1, thereby preventing tight junction assembly (By similarity). Plays a role in regulating monocyte transmigration involved in integrity of epithelial barrier (By similarity). Ligand for integrin alpha-L/beta-2 involved in memory T-cell and neutrophil transmigration (PubMed:11812992). Involved in platelet activation (PubMed:10753840)", + "pdb_count": 4, + "pdb_ids": [ + "1NBQ", + "3EOY", + "3TSZ", + "4ODB" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "F2R", + "name": "Coagulation factor II thrombin receptor (PAR1)", + "diseases": [ + "AA" + ], + "pathway": "protease-activated receptor signaling in dermal papilla", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "scRNA-seq ligand-receptor mapping flagged PAR1 (F2R) on dermal papilla cells as the receptor for immune-cell-derived granzyme A, a novel mechanosensory/protease axis linking the cytotoxic infiltrate to dermal papilla dysfunction.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P25116", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P25116", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P25116-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P25116-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P25116", + "mean_plddt": 74.6, + "plddt_band": "Confident (70–90)", + "n_residues": 425, + "local_pdb": "digital_twin\\data\\structures\\P25116_AF.pdb" + }, + "uniprot": "P25116", + "uniprot_name": "Proteinase-activated receptor 1", + "length": 425, + "function": "High affinity receptor that binds the activated thrombin, leading to calcium release from intracellular stores (PubMed:1672265, PubMed:8136362). The thrombin-activated receptor signaling pathway is mediated through PTX-insensitive G proteins, activation of phospholipase C resulting in the production of 1D-myo-inositol 1,4,5-trisphosphate (InsP3) which binds to InsP3 receptors causing calcium release from the stores (By similarity). In astrocytes, the calcium released into the cytosol allows the Ca(2+)-dependent release of L-glutamate into the synaptic cleft through BEST1, that targets the neur", + "pdb_count": 13, + "pdb_ids": [ + "1NRN", + "1NRO", + "1NRP", + "1NRQ", + "1NRR", + "3BEF", + "3HKI", + "3HKJ" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "FOXN1", + "name": "Forkhead box protein N1", + "diseases": [ + "CIA" + ], + "pathway": "Transcription factor", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Master transcription factor of follicular keratinocyte differentiation controlling hair-keratin expression; its loss (nude phenotype) yields structurally defective hairless shafts.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:CIA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O15353", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O15353", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O15353-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O15353-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O15353", + "mean_plddt": 53.7, + "plddt_band": "Low (50–70)", + "n_residues": 648, + "local_pdb": "digital_twin\\data\\structures\\O15353_AF.pdb" + }, + "uniprot": "O15353", + "uniprot_name": "Forkhead box protein N1", + "length": 648, + "function": "Transcriptional regulator which regulates the development, differentiation, and function of thymic epithelial cells (TECs) both in the prenatal and postnatal thymus. Acts as a master regulator of the TECs lineage development and is required from the onset of differentiation in progenitor TECs in the developing fetus to the final differentiation steps through which TECs mature to acquire their full functionality. Regulates, either directly or indirectly the expression of a variety of genes that mediate diverse aspects of thymus development and function, including MHC Class II, DLL4, CCL25, CTSL", + "pdb_count": 2, + "pdb_ids": [ + "5OCN", + "6EL8" + ], + "grounding": [ + { + "paper": "‘Cyclic alopecia’ in Msx2 mutants defects in hair cycling and hair shaft differentiation", + "quote": "cycle, Msx2 deficiency shortens anagen phase, but prolongs catagen and telogen. Msx2-deficient hair shafts are structurally abnormal. Molecular analyses suggest a Bmp4/Bmp2/Msx2/Foxn1 acidic hair keratin pathway is involved. These structurally abnormal hairs are easily dislodged in catagen implying ", + "n_hits": 33 + }, + { + "paper": "Alopecia in a Viable Phospholipase C Delta 1 and Phospholipase C Delta 3 Double Mutant", + "quote": "rtap9-1) [59– 63]. Three important transcription factors involved in the transcription of hair keratin and keratin associated protein encoding genes in mice and humans [51,64–74], Foxn1, Msx2 and Hoxc13, showed unaltered expression between wild-type and oltSH and oltNH mutants. The expression levels", + "n_hits": 10 + }, + { + "paper": "Secretory phospholipase A2-IIA overexpressing mice exhibit cyclic alopecia mediated through aberrant hair shaft differentiation and impaired wound healing response", + "quote": "IfIC RepOrTS | 7:11619 | DOI:10.1038/s41598-017-11830-9 molecules or is there an unexplored novel mechanism. The expression levels of known genes such as Sox21, Msx2, Zdhcc13 and Foxn1 were analysed. Real time PCR data showed significant downregulation of Sox21, Msx2 and Foxn1 mRNA expression as com", + "n_hits": 5 + }, + { + "paper": "Overexpression of MYB in the skin induces alopecia and epidermal hyperplasia", + "quote": "ce3) or hornerin (Hrnr) (Fig. 5a and Table S2). Interestingly, multiple genes, including transcription factors, that control hair follicle differentiation (e.g. Msx2, Bmp2, Bmp4, Foxn1, Efl5, Hoxc13 and Lhx2) were found downregulated in the skin of K5-Myb mice (Figs. 5a and Table S2). Quantitative R", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "GSDMD", + "name": "Gasdermin D", + "diseases": [ + "AA" + ], + "pathway": "Inflammasome/pyroptosis", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [ + "disulfiram (GSDMD inhibitor, investigational)" + ], + "mechanism": "Caspase-1-cleaved pore-forming executioner of pyroptosis that releases IL-1 family cytokines and DAMPs, propagating perifollicular inflammation in AA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P57764", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P57764", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P57764-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P57764-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P57764", + "mean_plddt": 77.8, + "plddt_band": "Confident (70–90)", + "n_residues": 484, + "local_pdb": "digital_twin\\data\\structures\\P57764_AF.pdb" + }, + "uniprot": "P57764", + "uniprot_name": "Gasdermin-D", + "length": 484, + "function": "Precursor of a pore-forming protein that plays a key role in host defense against pathogen infection and danger signals (PubMed:26375003, PubMed:26375259, PubMed:27281216). This form constitutes the precursor of the pore-forming protein: upon cleavage, the released N-terminal moiety (Gasdermin-D, N-terminal) binds to membranes and forms pores, triggering pyroptosis (PubMed:26375003, PubMed:26375259, PubMed:27281216)", + "pdb_count": 7, + "pdb_ids": [ + "5NH1", + "5WQT", + "6AO4", + "6KN0", + "6N9O", + "6VFE", + "7Z1X" + ], + "grounding": [ + { + "paper": "Total glucosides of paeony inhibit NLRP3 caspase-1 GSDMD-mediated inflammation and pyroptosis in C3H HeJ mice with alopecia areata", + "quote": "ons.org/licenses/by/4.0/). Biomolecules and Biomedicine, 2025, Vol. 25, No. 4, 954–964 954 www.biomolbiomed.com RESEARCH ARTICLE Total glucosides of paeony inhibit NLRP3/caspase-1/GSDMD-mediated inflammation and pyroptosis in C3H/HeJ mice with alopecia areata Jingfang Zhang 1,2, Zhiquan Li 3, Kunpen", + "n_hits": 46 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "GZMA", + "name": "Granzyme A", + "diseases": [ + "AA" + ], + "pathway": "cytotoxic T-cell - dermal papilla crosstalk (GZMA-F2R)", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Single-cell RNA-seq of lesional scalp identified a previously unreported GZMA ligand-receptor interaction between cytotoxic T cells and dermal papilla via F2R/PAR1, implicating extracellular granzyme A in protease-activated follicular signaling.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P12544", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P12544", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P12544-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P12544-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P12544", + "mean_plddt": 91.6, + "plddt_band": "Very high (≥90)", + "n_residues": 262, + "local_pdb": "digital_twin\\data\\structures\\P12544_AF.pdb" + }, + "uniprot": "P12544", + "uniprot_name": "Granzyme A", + "length": 262, + "function": "Abundant protease in the cytosolic granules of cytotoxic T-cells and NK-cells which activates caspase-independent pyroptosis when delivered into the target cell through the immunological synapse (PubMed:12819770, PubMed:32299851, PubMed:3257574, PubMed:3262682, PubMed:3263427). It cleaves after Lys or Arg (PubMed:12819770, PubMed:32299851). Once delivered into the target cell, acts by catalyzing cleavage of gasdermin-B (GSDMB), releasing the pore-forming moiety of GSDMB, thereby triggering pyroptosis and target cell death (PubMed:32299851, PubMed:34022140, PubMed:36157507, PubMed:36899106). Cl", + "pdb_count": 2, + "pdb_ids": [ + "1OP8", + "1ORF" + ], + "grounding": [ + { + "paper": "JAK-centric explainable few-shot gene-expression diagnosis framework for alopecia via MultiPLIER priors and relation-style set-to-set comparison.", + "quote": "fied; WGCNA and consensus machine learning (LASSO, SVM-RFE, random forest) yielded six candidate hub genes, and external validation narrowed these to four key genes–granzyme A (GZMA), interleukin-2 receptor β (IL2RB) and γ (IL2RG) chains, and eomesodermin (EOMES). Building on these biology-anchored ", + "n_hits": 40 + }, + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "quote": "are known to augment the cytotoxic function of CD8+ T cells by inducing the production of those cytotoxic mediators (19). We observed that IL-7 also en- hanced the production of GZMA, GZMB, and PRF-1 by CD8+ T cells (Fig. 2, C and D). Given the role of IL-7 in promoting TH1 and Tc1 responses in vitr", + "n_hits": 6 + }, + { + "paper": "Genetic analysis of a novel antioxidant multi-target iron chelator, M30 protecting against chemotherapy-induced alopecia in mice", + "quote": "ormal MC/ CTX Condition 2 CTX/ Normal MC/ CTX Condition 2 CTX/ Normal MC/ CTX Condition 2 CTX/ Normal MC/ CTX Ptgis 0.141 5.335 Ptgis 0.141 5.335 Pf4 0.084 5.956 Snrpn 0.527 1.992 Gzma 0.139 8.220 Gzma 0.139 8.220 Ccr5 0.083 5.403 Rbpms 0.503 1.687 Scn2a1 0.116 5.697 Scn2a1 0.116 5.697 Ccl7 0.073 4.", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "GZMB", + "name": "Granzyme B", + "diseases": [ + "AA" + ], + "pathway": "Cytotoxic immunity", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Cytotoxic serine protease released by activated CD8+ T cells to induce apoptosis of hair-follicle keratinocytes, an effector marker elevated in active AA lesions.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P10144", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P10144", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P10144-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P10144-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P10144", + "mean_plddt": 92.4, + "plddt_band": "Very high (≥90)", + "n_residues": 247, + "local_pdb": "digital_twin\\data\\structures\\P10144_AF.pdb" + }, + "uniprot": "P10144", + "uniprot_name": "Granzyme B", + "length": 247, + "function": "Abundant protease in the cytosolic granules of cytotoxic T-cells and NK-cells which activates caspase-independent pyroptosis when delivered into the target cell through the immunological synapse (PubMed:1985927, PubMed:3262682, PubMed:3263427). It cleaves after Asp (PubMed:1985927, PubMed:8258716). Once delivered into the target cell, acts by catalyzing cleavage of gasdermin-E (GSDME), releasing the pore-forming moiety of GSDME, thereby triggering pyroptosis and target cell death (PubMed:31953257, PubMed:32188940). Seems to be linked to an activation cascade of caspases (aspartate-specific cys", + "pdb_count": 2, + "pdb_ids": [ + "1FQ3", + "1IAU" + ], + "grounding": [ + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "quote": "own to augment the cytotoxic function of CD8+ T cells by inducing the production of those cytotoxic mediators (19). We observed that IL-7 also en- hanced the production of GZMA, GZMB, and PRF-1 by CD8+ T cells (Fig. 2, C and D). Given the role of IL-7 in promoting TH1 and Tc1 responses in vitro, we ", + "n_hits": 8 + }, + { + "paper": "Impaired autophagy promotes hair loss in the C3H HeJ mouse model of alopecia areata", + "quote": "N of Tat-SCRAMBLE or Tat- BECN1 treated AA mice (Figure S1). We found no statistical differences in the proportion of total CD4+ or CD8A+ T cells, CD4+ FOXP3+ Tregs, or KLRK1-, GZMB- or IFNG-expressing CD8A+ T cell subsets in either the skin or in SDLN (Figure 2E). Further, we found no change in the", + "n_hits": 3 + }, + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "quote": "and GSE94236 (mouse skin samples) (https://www.ncbi.nlm.nih.gov/geo/query/acc. cgi?acc=GSE94236). 2.4.6 | ALADIN scores IFN (Cxcl9, Cxcl10, Cxcl11, Stat1, and Mx1) and CTL (Cd8a, Gzmb, Icos, Prf1) ALADIN scores for the Taq- man data were calculated for each group as described previously.9,49 Briefly", + "n_hits": 3 + }, + { + "paper": "Selective inhibition of JAK3 signaling is sufficient to reverse alopecia areata", + "quote": "ated cells from C3H/HeJ mice were then stimulated with 20 ng/mL IL-15 and 250 nM of indicated JAKi at 37°C for 72 hours. (G) Expression of NKG2D and (H) expression of Granzyme B (GZMB) and Perforin 1 (PRF1) by CD8+ T cells presented as representative plots and MFI. The data shown are from 1 represen", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "HCAR2", + "name": "Hydroxycarboxylic acid receptor 2 / PGD2 receptor 2 (GPR44/CRTH2 axis target)", + "diseases": [ + "AGA" + ], + "pathway": "PGD2-GPR44(CRTH2/PTGDR2) inhibition of hair growth", + "twin_node": "APO", + "effect": "?", + "role": "modulator", + "drugs": [ + "fevipiprant", + "ramatroban", + "setipiprant (Phase 2, AGA)" + ], + "mechanism": "Prostaglandin D2 (via PTGS2/lipocalin-PGDS) accumulates in balding scalp and signals through GPR44 (PTGDR2/CRTH2) to suppress hair growth and lengthen telogen. GPR44 antagonists (e.g., setipiprant/fevipiprant repurposing) aim to relieve this PGD2-mediated brake. Note: target receptor is PTGDR2; HCAR2 listed where omitted - primary druggable node is PTGDR2.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": true, + "structure": { + "accession": "Q8TDS4", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q8TDS4", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q8TDS4-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q8TDS4-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q8TDS4", + "mean_plddt": 82.7, + "plddt_band": "Confident (70–90)", + "n_residues": 363, + "local_pdb": "digital_twin\\data\\structures\\Q8TDS4_AF.pdb" + }, + "uniprot": "Q8TDS4", + "uniprot_name": "Hydroxycarboxylic acid receptor 2", + "length": 363, + "function": "Acts as a high affinity receptor for both nicotinic acid (also known as niacin) and (D)-beta-hydroxybutyrate and mediates increased adiponectin secretion and decreased lipolysis through G(i)-protein-mediated inhibition of adenylyl cyclase. This pharmacological effect requires nicotinic acid doses that are much higher than those provided by a normal diet. Mediates nicotinic acid-induced apoptosis in mature neutrophils. Receptor activation by nicotinic acid results in reduced cAMP levels which may affect activity of cAMP-dependent protein kinase A and phosphorylation of target proteins, leading ", + "pdb_count": 37, + "pdb_ids": [ + "7XK2", + "7ZL9", + "7ZLY", + "8H2G", + "8I7V", + "8I7W", + "8IHB", + "8IHF" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "HLA-B", + "name": "Major histocompatibility complex class I B (HLA-B*07:02)", + "diseases": [ + "CIA" + ], + "pathway": "MHC class I antigen presentation (6p21 locus)", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Fine-mapping identifies HLA-B*07:02 as the strongest FFA risk allele; aberrant class I antigen presentation drives cytotoxic CD8+ T-cell attack on the follicular bulge, distinguishing FFA's lichenoid scarring mechanism.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P01889", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P01889", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P01889-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P01889-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P01889", + "mean_plddt": 88.1, + "plddt_band": "Confident (70–90)", + "n_residues": 362, + "local_pdb": "digital_twin\\data\\structures\\P01889_AF.pdb" + }, + "uniprot": "P01889", + "uniprot_name": "HLA class I histocompatibility antigen, B alpha chain", + "length": 362, + "function": "Antigen-presenting major histocompatibility complex class I (MHCI) molecule. In complex with B2M/beta 2 microglobulin displays primarily viral and tumor-derived peptides on antigen-presenting cells for recognition by alpha-beta T cell receptor (TCR) on HLA-B-restricted CD8-positive T cells, guiding antigen-specific T cell immune response to eliminate infected or transformed cells (PubMed:23209413, PubMed:25808313, PubMed:29531227, PubMed:9620674). May also present self-peptides derived from the signal sequence of secreted or membrane proteins, although T cells specific for these peptides are u", + "pdb_count": 233, + "pdb_ids": [ + "1A1M", + "1A1N", + "1A1O", + "1A9B", + "1A9E", + "1AGB", + "1AGC", + "1AGD" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IFNGR1", + "name": "Interferon gamma receptor 1", + "diseases": [ + "AA" + ], + "pathway": "Type II interferon", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Ligand-binding chain of the IFN-gamma receptor on follicular keratinocytes that triggers JAK1/JAK2-STAT1 signaling to initiate immune-privilege collapse in AA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P15260", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P15260", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P15260-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P15260-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P15260", + "mean_plddt": 66.0, + "plddt_band": "Low (50–70)", + "n_residues": 489, + "local_pdb": "digital_twin\\data\\structures\\P15260_AF.pdb" + }, + "uniprot": "P15260", + "uniprot_name": "Interferon gamma receptor 1", + "length": 489, + "function": "Receptor subunit for interferon gamma/INFG that plays crucial roles in antimicrobial, antiviral, and antitumor responses by activating effector immune cells and enhancing antigen presentation (PubMed:20015550). Associates with transmembrane accessory factor IFNGR2 to form a functional receptor (PubMed:10986460, PubMed:2971451, PubMed:7615558, PubMed:7617032, PubMed:7673114). Upon ligand binding, the intracellular domain of IFNGR1 opens out to allow association of downstream signaling components JAK1 and JAK2. In turn, activated JAK1 phosphorylates IFNGR1 to form a docking site for STAT1. Subse", + "pdb_count": 5, + "pdb_ids": [ + "1FG9", + "1FYH", + "1JRH", + "6E3K", + "6E3L" + ], + "grounding": [ + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "4 Tap1 Tap2 Tapbp Nlrc5 Nlrc3 Antigen presentation WT Psmb10 Psmb8 Psmb9 Rpn1 Rpn2 Hspd1 Hspe1 Immunoproteasome -1 0 1 Osmr Il10rb Il11ra1 Il11ra2 Il13ra1 Il20rb Il4ra Il6ra Il6st Ifngr1 Ifngr2 Ifnar1 Ifnar2 Jak1 Jak2 Jak3 Tyk2 Stat1 Stat3 Stat4 Stat5a Stat5b Ifi214 Ifi47 Ifitm3 Socs3 JAK-STAT Pathw", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "IKZF4", + "name": "IKAROS family zinc finger 4 (Eos)", + "diseases": [ + "AA" + ], + "pathway": "FOXP3 transcriptional program / Treg stability", + "twin_node": "—", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "AA risk locus at 12q13.2 (IKZF4/ERBB3); Eos is a FOXP3 corepressor essential for regulatory T-cell identity, so reduced function destabilizes Tregs and permits autoimmune hair loss.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9H2S9", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9H2S9", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9H2S9-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9H2S9-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9H2S9", + "mean_plddt": 49.0, + "plddt_band": "Very low (<50)", + "n_residues": 585, + "local_pdb": "digital_twin\\data\\structures\\Q9H2S9_AF.pdb" + }, + "uniprot": "Q9H2S9", + "uniprot_name": "Zinc finger protein Eos", + "length": 585, + "function": "DNA-binding protein that binds to the 5'GGGAATRCC-3' Ikaros-binding sequence. Transcriptional repressor. Interacts with SPI1 and MITF to repress transcription of the CTSK and ACP5 promoters via recruitment of corepressors SIN3A and CTBP2. May be involved in the development of central and peripheral nervous systems. Essential for the inhibitory function of regulatory T-cells (Treg). Mediates FOXP3-mediated gene silencing in regulatory T-cells (Treg) via recruitment of corepressor CTBP1 (By similarity)", + "pdb_count": 1, + "pdb_ids": [ + "2MA7" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IL15RA", + "name": "Interleukin-15 receptor subunit alpha", + "diseases": [ + "AA" + ], + "pathway": "Cytokine (common gamma chain)", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Binds IL-15 with high affinity on keratinocytes/antigen-presenting cells to enable trans-presentation that activates autoreactive cytotoxic T cells in the AA follicle.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q13261", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q13261", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q13261-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q13261-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q13261", + "mean_plddt": 64.5, + "plddt_band": "Low (50–70)", + "n_residues": 267, + "local_pdb": "digital_twin\\data\\structures\\Q13261_AF.pdb" + }, + "uniprot": "Q13261", + "uniprot_name": "Interleukin-15 receptor subunit alpha", + "length": 267, + "function": "High-affinity receptor for interleukin-15 (PubMed:8530383). Can signal both in cis and trans where IL15R from one subset of cells presents IL15 to neighboring IL2RG-expressing cells (By similarity). In neutrophils, binds and activates kinase SYK in response to IL15 stimulation (PubMed:15123770). In neutrophils, required for IL15-induced phagocytosis in a SYK-dependent manner (PubMed:15123770). Expression of different isoforms may alter or interfere with signal transduction (PubMed:10480910)", + "pdb_count": 4, + "pdb_ids": [ + "2ERS", + "2Z3Q", + "2Z3R", + "4GS7" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IL2", + "name": "Interleukin-2", + "diseases": [ + "AA" + ], + "pathway": "Cytokine (common gamma chain)", + "twin_node": "INF", + "effect": "?", + "role": "modulator", + "drugs": [ + "low-dose IL-2 / aldesleukin (investigational)" + ], + "mechanism": "Dual-natured cytokine that expands effector T cells but at low dose preferentially supports regulatory T cells, the basis for low-dose IL-2 immunotherapy being explored to restore tolerance in AA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P60568", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P60568", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P60568-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P60568-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P60568", + "mean_plddt": 84.1, + "plddt_band": "Confident (70–90)", + "n_residues": 153, + "local_pdb": "digital_twin\\data\\structures\\P60568_AF.pdb" + }, + "uniprot": "P60568", + "uniprot_name": "Interleukin-2", + "length": 153, + "function": "Cytokine produced by activated CD4-positive helper T-cells and to a lesser extend activated CD8-positive T-cells and natural killer (NK) cells that plays pivotal roles in the immune response and tolerance (PubMed:6438535). Binds to a receptor complex composed of either the high-affinity trimeric IL-2R (IL2RA/CD25, IL2RB/CD122 and IL2RG/CD132) or the low-affinity dimeric IL-2R (IL2RB and IL2RG) (PubMed:16293754, PubMed:16477002). Interaction with the receptor leads to oligomerization and conformation changes in the IL-2R subunits resulting in downstream signaling starting with phosphorylation o", + "pdb_count": 36, + "pdb_ids": [ + "1IRL", + "1M47", + "1M48", + "1M49", + "1M4A", + "1M4B", + "1M4C", + "1NBP" + ], + "grounding": [ + { + "paper": "Immunoregulatory Effects of Myeloid-Derived Suppressor Cell Exosomes in Mouse Model of Autoimmune Alopecia Areata", + "quote": "were seeded in U-shaped 96-well plate (1 × 105–2.5 × 104 cells/well) in the absence or presence of MDSC at the indicated ratios or MDSC-Exo (20 µg/ml). Cells were stimulated by IL2 (100 U/ml) or 1 × 104 DC loaded with keratin peptides (DC-AApept)/well. Cells were cultured for 3 days adding 3H-thymid", + "n_hits": 23 + }, + { + "paper": "A mouse model of clonal CD8+ T lymphocyte-mediated alopecia areata progressing to alopecia universalis", + "quote": "analyzed in triplicate. Cytokine analysis Primary CD8+ T cells (5 × 104) were isolated and stimulated as above. Culture supernatants were collected at 24 or 48 h and analyzed for IL2, IL4, IL10, IFNG, and IL17 by Bio-Plex assay (Bio-Rad). Real time PCR Skin specimens were taken from 1MOG244.1 mice w", + "n_hits": 5 + }, + { + "paper": "Effects of Baicalin on Alopecia and the Associated Mechanism", + "quote": "5 ITK CTSG TYMS CTSD SOD2 CA2TGM2RNASE3 SHBG PIK3CG C1S C1R RAC2 HADH SHMT1 F10 SNRPA PPARA GC TPH1 RXRA CASP7 CFD AHCY DCK XIAP CHIT1 NR1H2 MMP13 MMP1 APCS TYMP CMA1 KDR LCK MDM2 IL2 SYK PGR ESR2 SRC HSP90AA1 PTPN11 AKT1 ESR1 TTR FGFR2 DHODH STS DHFR OTC LTA4H PLK1 CFB NMNAT1 CYP19A1 THRB IGF1R PTP", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "IL21", + "name": "Interleukin 21", + "diseases": [ + "AA" + ], + "pathway": "Tfh/Th17 cytokine signaling (IL2/IL21 locus)", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Encoded at the 4q27 IL2/IL21 AA-susceptibility locus; IL-21 amplifies follicular helper and cytotoxic T-cell responses and STAT3 activation, sustaining the autoimmune infiltrate around the follicle.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9HBE4", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9HBE4", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9HBE4-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9HBE4-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9HBE4", + "mean_plddt": 83.4, + "plddt_band": "Confident (70–90)", + "n_residues": 162, + "local_pdb": "digital_twin\\data\\structures\\Q9HBE4_AF.pdb" + }, + "uniprot": "Q9HBE4", + "uniprot_name": "Interleukin-21", + "length": 162, + "function": "Cytokine with immunoregulatory activity. May promote the transition between innate and adaptive immunity. Induces the production of IgG(1) and IgG(3) in B-cells (By similarity). Implicated in the generation and maintenance of T follicular helper (Tfh) cells and the formation of germinal-centers. Together with IL6, control the early generation of Tfh cells and are critical for an effective antibody response to acute viral infection (By similarity). May play a role in proliferation and maturation of natural killer (NK) cells in synergy with IL15. May regulate proliferation of mature B- and T-cel", + "pdb_count": 3, + "pdb_ids": [ + "2OQP", + "3TGX", + "8ENT" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IL2RB", + "name": "Interleukin-2 receptor subunit beta (regulatory-T-cell-directed IL-2 target)", + "diseases": [ + "AA" + ], + "pathway": "Low-dose/PEG-IL-2 -> Treg expansion (tolerance restoration)", + "twin_node": "INF", + "effect": "-", + "role": "protector", + "drugs": [ + "rezpegaldesleukin (Nektar NKTR-358, Phase 2, Fast Track)" + ], + "mechanism": "Rather than suppressing effectors, a PEGylated IL-2 (rezpegaldesleukin) preferentially expands regulatory T cells via IL-2Rbeta/gamma to restore follicular immune tolerance in AA; granted FDA Fast Track for severe AA. Represents a tolerogenic, Treg-restoring target distinct from JAK/cytokine blockade.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P14784", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P14784", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P14784-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P14784-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P14784", + "mean_plddt": 64.6, + "plddt_band": "Low (50–70)", + "n_residues": 551, + "local_pdb": "digital_twin\\data\\structures\\P14784_AF.pdb" + }, + "uniprot": "P14784", + "uniprot_name": "Interleukin-2 receptor subunit beta", + "length": 551, + "function": "Receptor for interleukin-2. This beta subunit is involved in receptor mediated endocytosis and transduces the mitogenic signals of IL2. Probably in association with IL15RA, involved in the stimulation of neutrophil phagocytosis by IL15 (PubMed:15123770, PubMed:31040185)", + "pdb_count": 7, + "pdb_ids": [ + "2B5I", + "2ERJ", + "3QAZ", + "4GS7", + "5M5E", + "6E8K", + "7S2S" + ], + "grounding": [ + { + "paper": "JAK-centric explainable few-shot gene-expression diagnosis framework for alopecia via MultiPLIER priors and relation-style set-to-set comparison.", + "quote": "e learning (LASSO, SVM-RFE, random forest) yielded six candidate hub genes, and external validation narrowed these to four key genes–granzyme A (GZMA), interleukin-2 receptor β (IL2RB) and γ (IL2RG) chains, and eomesodermin (EOMES). Building on these biology-anchored features, we introduced an inter", + "n_hits": 36 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "IL2RG", + "name": "Interleukin-2 receptor subunit gamma (common gamma chain)", + "diseases": [ + "AA" + ], + "pathway": "Cytokine (common gamma chain)", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [ + "ritlecitinib (via JAK3)" + ], + "mechanism": "Shared signaling chain for IL-15, IL-2 and IL-7 receptors that couples to JAK3; its blockade (via JAK3 inhibition) shuts off the cytotoxic-cytokine axis driving AA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P31785", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P31785", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P31785-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P31785-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P31785", + "mean_plddt": 75.5, + "plddt_band": "Confident (70–90)", + "n_residues": 369, + "local_pdb": "digital_twin\\data\\structures\\P31785_AF.pdb" + }, + "uniprot": "P31785", + "uniprot_name": "Cytokine receptor common subunit gamma", + "length": 369, + "function": "Common subunit for the receptors for a variety of interleukins. Probably in association with IL15RA, involved in the stimulation of neutrophil phagocytosis by IL15 (PubMed:15123770)", + "pdb_count": 12, + "pdb_ids": [ + "2B5I", + "2ERJ", + "3BPL", + "3QAZ", + "3QB7", + "4GS7", + "5M5E", + "6OEL" + ], + "grounding": [ + { + "paper": "JAK-centric explainable few-shot gene-expression diagnosis framework for alopecia via MultiPLIER priors and relation-style set-to-set comparison.", + "quote": "SSO, SVM-RFE, random forest) yielded six candidate hub genes, and external validation narrowed these to four key genes–granzyme A (GZMA), interleukin-2 receptor β (IL2RB) and γ (IL2RG) chains, and eomesodermin (EOMES). Building on these biology-anchored features, we introduced an interpretable few-s", + "n_hits": 37 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "IL7", + "name": "Interleukin-7", + "diseases": [ + "AA" + ], + "pathway": "Cytokine (common gamma chain)", + "twin_node": "INF", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Supports homeostatic survival and memory of autoreactive T cells via IL7R/IL2RG-JAK signaling, contributing to disease persistence and relapse in AA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P13232", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P13232", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P13232-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P13232-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P13232", + "mean_plddt": 73.9, + "plddt_band": "Confident (70–90)", + "n_residues": 177, + "local_pdb": "digital_twin\\data\\structures\\P13232_AF.pdb" + }, + "uniprot": "P13232", + "uniprot_name": "Interleukin-7", + "length": 177, + "function": "Hematopoietic cytokine that plays an essential role in the development, expansion, and survival of naive and memory T-cells and B-cells thereby regulating the number of mature lymphocytes and maintaining lymphoid homeostasis (PubMed:25870237, PubMed:7527823). Mechanistically, exerts its biological effects through a receptor composed of IL7RA subunit and the cytokine receptor common subunit gamma/CSF2RG (PubMed:8128231). Binding to the receptor leads to activation of various kinases including JAK1 or JAK3 depending on the cell type and subsequently propagation of signals through activation of s", + "pdb_count": 2, + "pdb_ids": [ + "3DI2", + "3DI3" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "IL9", + "name": "Interleukin 9", + "diseases": [ + "AA" + ], + "pathway": "Th9 / mast-cell cytokine signaling (gamma-chain)", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Clinical-trial target: EQ101 is a first-in-class tri-specific inhibitor of IL-2, IL-9 and IL-15 in Phase 2 for moderate-to-severe AA; IL-9 promotes mast-cell and T-cell mediated inflammation distinct from the JAK-dependent axis.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P15248", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P15248", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P15248-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P15248-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P15248", + "mean_plddt": 84.1, + "plddt_band": "Confident (70–90)", + "n_residues": 144, + "local_pdb": "digital_twin\\data\\structures\\P15248_AF.pdb" + }, + "uniprot": "P15248", + "uniprot_name": "Interleukin-9", + "length": 144, + "function": "Multifunctional cytokine secreted mainly by T-helper 2 lymphocytes and also mast cells or NKT cells that plays important roles in the immune response against parasites (PubMed:29742432). Affects intestinal epithelial permeability and adaptive immunity (PubMed:29742432). In addition, induces the differentiation of specific T-cell subsets such as IL-17 producing helper T-cells (TH17) and also proliferation and differentiation of mast cells. Mechanistically, exerts its biological effects through a receptor composed of IL9R subunit and a signal transducing subunit IL2RG. Receptor stimulation resul", + "pdb_count": 5, + "pdb_ids": [ + "7OX1", + "7OX2", + "7OX3", + "7OX5", + "7OX6" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "KRT15", + "name": "Keratin, type I cytoskeletal 15", + "diseases": [ + "AGA" + ], + "pathway": "Bulge HFSC intermediate-filament marker", + "twin_node": "HFSC", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Cytokeratin enriched in quiescent bulge stem cells that serves as a canonical human HFSC marker and structural component of the niche cytoskeleton.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P19012", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P19012", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P19012-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P19012-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P19012", + "mean_plddt": 74.2, + "plddt_band": "Confident (70–90)", + "n_residues": 456, + "local_pdb": "digital_twin\\data\\structures\\P19012_AF.pdb" + }, + "uniprot": "P19012", + "uniprot_name": "Keratin, type I cytoskeletal 15", + "length": 456, + "function": "", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Deletion of hypoxia-inducible factor prolyl 4-hydroxylase 2 in FoxD1-lineage mesenchymal cells leads to congenital truncal alopecia", + "quote": "2.0 3.0 4.0 5.0 6.0 A Control cKO Keratin 1 Keratin 5 Loricrin C Relative Krt5 mRNA * Relative Krt1 mRNA ** * Relative Krt10 mRNA ** * Relative Lor mRNA Relative Kgf mRNA Relative Krt15 mRNA Control cKO Skin overview Hair follicle Skin surface Hair shaft B Relative Krt14 mRNA *** ** ** *** ** *** **", + "n_hits": 15 + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "kin sections and epidermal whole mounts of older mice (5–7 M) indicated the complete degradation of the hair follicle structure together with the stem cell markers CD34, Sox9, and Krt15 (Figs. 1I and EV1F). These data demonstrate that hair follicle-specific EGFR protects from microbiota-driven inflamm", + "n_hits": 6 + }, + { + "paper": "Prostaglandin D2 Inhibits Hair Growth and Is Elevated in Bald Scalp of Men with Androgenetic Alopecia", + "quote": "r Manuscript NIH-PA Author Manuscript To corroborate this pattern seen by immunohistochemistry, we next examined double immunofluorescence labeling for both Ptgds and keratin 15 (Krt15), a hair follicle stem cell marker (22). At day 0 of depilation (telogen), Krt15 was present in the bulge area at t", + "n_hits": 6 + }, + { + "paper": "Overexpression of MYB in the skin induces alopecia and epidermal hyperplasia", + "quote": "luorescence for the indicated hair follicles markers, in hair follicles from control and K5-Myb mice, at P35 and P90, as indicated. Scale bar= 50μm. (b) Immunohistochemistry for KRT15 and quantification of the number of KRT15 positive cells per hair follicle (HF) at P45 (n=3). Scale bar= 100μm. (c) ", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "KRT75", + "name": "Keratin, type II cytoskeletal 75", + "diseases": [ + "CIA" + ], + "pathway": "Keratin/structural", + "twin_node": "DP", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Companion-layer/hair-shaft keratin important for shaft integrity; its disruption contributes to weakened, breakage-prone fibers seen in chemotherapy-damaged follicles.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:CIA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O95678", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O95678", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O95678-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O95678-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O95678", + "mean_plddt": 67.3, + "plddt_band": "Low (50–70)", + "n_residues": 551, + "local_pdb": "digital_twin\\data\\structures\\O95678_AF.pdb" + }, + "uniprot": "O95678", + "uniprot_name": "Keratin, type II cytoskeletal 75", + "length": 551, + "function": "Plays a central role in hair and nail formation. Essential component of keratin intermediate filaments in the companion layer of the hair follicle", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Overexpression of MYB in the skin induces alopecia and epidermal hyperplasia", + "quote": "ion and differentiation in the epidermis of K5-Myb mice. Hair follicle differentiation markers were analyzed by immunofluorescence (Fig. 4a). The ORS (KRT14) and companion layer (KRT75) of K5-Myb were relatively normal at both P35 and P90, except that the companion layer was more curvy in P90 K5-Myb", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "LDHA", + "name": "L-lactate dehydrogenase A chain", + "diseases": [ + "AGA" + ], + "pathway": "Glycolytic lactate metabolism", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [ + "FX11 (experimental)", + "Oxamate (experimental)" + ], + "mechanism": "Catalyzes pyruvate-to-lactate conversion that is essential for hair-follicle stem-cell activation, and its loss prevents stem-cell proliferation and anagen entry.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P00338", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P00338", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P00338-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P00338-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P00338", + "mean_plddt": 96.2, + "plddt_band": "Very high (≥90)", + "n_residues": 332, + "local_pdb": "digital_twin\\data\\structures\\P00338_AF.pdb" + }, + "uniprot": "P00338", + "uniprot_name": "L-lactate dehydrogenase A chain", + "length": 332, + "function": "Interconverts simultaneously and stereospecifically pyruvate and lactate with concomitant interconversion of NADH and NAD(+)", + "pdb_count": 46, + "pdb_ids": [ + "1I10", + "4AJP", + "4JNK", + "4L4R", + "4L4S", + "4M49", + "4OJN", + "4OKN" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "LGR6", + "name": "Leucine-rich repeat-containing G-protein coupled receptor 6", + "diseases": [ + "AGA" + ], + "pathway": "WNT/R-spondin potentiation", + "twin_node": "Wnt", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Marks isthmus/sebaceous-gland multipotent stem cells above the bulge and enhances WNT-driven epidermal and follicular lineage output.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9HBX8", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9HBX8", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9HBX8-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9HBX8-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9HBX8", + "mean_plddt": 77.4, + "plddt_band": "Confident (70–90)", + "n_residues": 967, + "local_pdb": "digital_twin\\data\\structures\\Q9HBX8_AF.pdb" + }, + "uniprot": "Q9HBX8", + "uniprot_name": "Leucine-rich repeat-containing G-protein coupled receptor 6", + "length": 967, + "function": "Receptor for R-spondins that potentiates the canonical Wnt signaling pathway and acts as a marker of multipotent stem cells in the epidermis. Upon binding to R-spondins (RSPO1, RSPO2, RSPO3 or RSPO4), associates with phosphorylated LRP6 and frizzled receptors that are activated by extracellular Wnt receptors, triggering the canonical Wnt signaling pathway to increase expression of target genes. In contrast to classical G-protein coupled receptors, does not activate heterotrimeric G-proteins to transduce the signal. May act as a tumor suppressor", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Pilose antler extracts promotes hair growth in androgenetic alopecia mice by activating hair follicle stem cells via the AKT and Wnt pathways", + "quote": "G c-Jun F CTTCTACGACGATGCCCTCAACG R GCCAGGTTCAAGGTCATGCTCTG Lef-1 F CACACAACTGGCATCCCTCATCC R TGGGCTCCTGCTCCTTTCTCTG Survivin F TCATCCACTGCCCTACCGAGAAC R TCCCAGCCTTCCAATTCCTTAAAGC Lgr6 F CACCTCTGGCTGGATGACAATGC Cyclind-1 R TAGTCAGGGATGTGGCGGATATGG F GGAAACGCCGACAGTGTCTTCTC R GTTGTGTTGCTGCTGTGCTTGG F", + "n_hits": 5 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "LRP5", + "name": "Low-density lipoprotein receptor-related protein 5", + "diseases": [ + "AGA" + ], + "pathway": "Wnt/beta-catenin", + "twin_node": "Wnt", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Wnt co-receptor that, with Frizzled, transduces canonical Wnt signals into beta-catenin stabilization supporting follicle growth; antagonized by DKK1 in AGA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AGA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O75197", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O75197", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O75197-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O75197-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O75197", + "mean_plddt": 77.9, + "plddt_band": "Confident (70–90)", + "n_residues": 1615, + "local_pdb": "digital_twin\\data\\structures\\O75197_AF.pdb" + }, + "uniprot": "O75197", + "uniprot_name": "Low-density lipoprotein receptor-related protein 5", + "length": 1615, + "function": "Acts as a coreceptor with members of the frizzled family of seven-transmembrane spanning receptors to transduce signal by Wnt proteins (PubMed:11336703, PubMed:11448771, PubMed:11719191, PubMed:15778503, PubMed:15908424, PubMed:16252235). Activates the canonical Wnt signaling pathway that controls cell fate determination and self-renewal during embryonic development and adult tissue regeneration (PubMed:11336703, PubMed:11719191). In particular, may play an important role in the development of the posterior patterning of the epiblast during gastrulation (By similarity). During bone development", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "LRRC32", + "name": "Leucine rich repeat containing 32 (GARP)", + "diseases": [ + "AA" + ], + "pathway": "TGF-beta latency / regulatory T-cell function", + "twin_node": "INF", + "effect": "-", + "role": "modulator", + "drugs": [], + "mechanism": "Genome-wide significant AA locus (11q13.5); GARP docks latent TGF-beta on the Treg surface and controls its activation, so risk variants weaken Treg-mediated suppression and immune privilege of the follicle.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q14392", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q14392", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q14392-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q14392-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q14392", + "mean_plddt": 86.1, + "plddt_band": "Confident (70–90)", + "n_residues": 662, + "local_pdb": "digital_twin\\data\\structures\\Q14392_AF.pdb" + }, + "uniprot": "Q14392", + "uniprot_name": "Transforming growth factor beta activator LRRC32", + "length": 662, + "function": "Key regulator of transforming growth factor beta (TGFB1, TGFB2 and TGFB3) that controls TGF-beta activation by maintaining it in a latent state during storage in extracellular space (PubMed:19651619, PubMed:19750484, PubMed:22278742). Associates specifically via disulfide bonds with the Latency-associated peptide (LAP), which is the regulatory chain of TGF-beta, and regulates integrin-dependent activation of TGF-beta (PubMed:22278742). Able to outcompete LTBP1 for binding to LAP regulatory chain of TGF-beta (PubMed:22278742). Controls activation of TGF-beta-1 (TGFB1) on the surface of activate", + "pdb_count": 6, + "pdb_ids": [ + "6GFF", + "8C7H", + "8REW", + "8VSB", + "8VSC", + "8VSD" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "MMP9", + "name": "Matrix metallopeptidase 9", + "diseases": [ + "CIA" + ], + "pathway": "extracellular matrix remodeling / fibrosis", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Among the top genes (with SFRP4, MSR1) distinguishing severe extensive from limited CCCA; gelatinase MMP9 degrades basement membrane and remodels ECM, promoting irreversible perifollicular fibrosis in scarring alopecia.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P14780", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P14780", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P14780-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P14780-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P14780", + "mean_plddt": 82.1, + "plddt_band": "Confident (70–90)", + "n_residues": 707, + "local_pdb": "digital_twin\\data\\structures\\P14780_AF.pdb" + }, + "uniprot": "P14780", + "uniprot_name": "Matrix metalloproteinase-9", + "length": 707, + "function": "Matrix metalloproteinase that plays an essential role in local proteolysis of the extracellular matrix and in leukocyte migration (PubMed:12879005, PubMed:1480034, PubMed:2551898). Could play a role in bone osteoclastic resorption (By similarity). Cleaves KiSS1 at a Gly-|-Leu bond (PubMed:12879005). Cleaves NINJ1 to generate the Secreted ninjurin-1 form (PubMed:32883094). Cleaves type IV and type V collagen into large C-terminal three quarter fragments and shorter N-terminal one quarter fragments (PubMed:1480034). Degrades fibronectin but not laminin or Pz-peptide", + "pdb_count": 29, + "pdb_ids": [ + "1GKC", + "1GKD", + "1ITV", + "1L6J", + "2OVX", + "2OVZ", + "2OW0", + "2OW1" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "ng: This research is founded by the European Council Starting Grant, project number 852152. This research is also funded by the Chinese Scholarship Council (CSC). PS2.1109 Loss of MMP9 causes cranium deformities via disturbing cranial suture fusion in mice Presenter: Jingwen Yang Wuhan University, C", + "n_hits": 21 + }, + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "lin CCND1 Mohanlian MOL000006 Luteolin BCL2L1 Mohanlian MOL000006 Luteolin CDKN1A Mohanlian MOL000006 Luteolin CASP9 Mohanlian MOL000006 Luteolin MMP2 Mohanlian MOL000006 Luteolin MMP9 Mohanlian MOL000006 Luteolin MAPK1 Mohanlian MOL000006 Luteolin IL10RA Mohanlian MOL000006 Luteolin RB1 Mohanlian M", + "n_hits": 4 + }, + { + "paper": "Effects of Baicalin on Alopecia and the Associated Mechanism", + "quote": "2 SYK PGR ESR2 SRC HSP90AA1 PTPN11 AKT1 ESR1 TTR FGFR2 DHODH STS DHFR OTC LTA4H PLK1 CFB NMNAT1 CYP19A1 THRB IGF1R PTPN1 JAK3 AR EGFR JAK2 PRKACA NOS3 MAPK14 CASP3 ALB CTNNA1 IGF1 MMP9 (c) KDR ELANE MDM2 IL2 JAK2 PRKACA NOS3 MAPK14 CASP3 PTPN11 AR ESR1 HSP90AA1 ALB RHOA MMP9 IGF1 EGFR SRC AKT1 12 12", + "n_hits": 2 + }, + { + "paper": "Hair Follicle Stem Cell-Specific PPARγ Deletion Causes Scarring Alopecia", + "quote": "in Table 1, we observed a dramatic increase in gene expression of cytokines/chemokines (MIP1, MCP1, CCL27, MMD, IL6, RANTES), extracellular matrix- associated proteins (OPN, MMP1, MMP9, MMP10, MMP28, TIMP4, ADAMTS1), apoptosis-related genes (CASP1, GADD45B, PDCD6, PDCD4, CASP8)., and cell-surface an", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "MPC1", + "name": "Mitochondrial pyruvate carrier 1", + "diseases": [ + "AGA" + ], + "pathway": "mitochondrial pyruvate import / glycolytic HFSC activation", + "twin_node": "HFSC", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Clinical-stage target (PP405, Pelage; positive Phase 2a 2025): inhibiting MPC1 forces cytosolic pyruvate into lactate via LDH, activating quiescent telogen hair-follicle stem cells to re-enter the hair cycle independent of androgen pathways.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9Y5U8", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9Y5U8", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y5U8-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9Y5U8-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9Y5U8", + "mean_plddt": 92.8, + "plddt_band": "Very high (≥90)", + "n_residues": 109, + "local_pdb": "digital_twin\\data\\structures\\Q9Y5U8_AF.pdb" + }, + "uniprot": "Q9Y5U8", + "uniprot_name": "Mitochondrial pyruvate carrier 1", + "length": 109, + "function": "Mediates the uptake of pyruvate into mitochondria to maintain the balance between glycolysis and oxidative phosphorylation (PubMed:22628558, PubMed:26253029, PubMed:27317664, PubMed:40044865, PubMed:40101766). Plays an essential role in cellular metabolism (PubMed:40044865, PubMed:40101766)", + "pdb_count": 13, + "pdb_ids": [ + "8YW6", + "8YW8", + "8YW9", + "9KNW", + "9KNX", + "9KNY", + "9MNW", + "9MNX" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "MSR1", + "name": "Macrophage scavenger receptor 1 (CD204)", + "diseases": [ + "lichen planopilaris / CCCA" + ], + "pathway": "M2 macrophage-mediated fibrosis / lipid scavenging", + "twin_node": "APO", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Upregulated in severe extensive CCCA and high-activity LPP; marks M2/scavenger macrophages that clear toxic lipids and drive perifollicular fibrogenesis, a macrophage-mediated scarring mechanism distinct from T-cell-only models.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P21757", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P21757", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P21757-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P21757-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P21757", + "mean_plddt": 67.4, + "plddt_band": "Low (50–70)", + "n_residues": 451, + "local_pdb": "digital_twin\\data\\structures\\P21757_AF.pdb" + }, + "uniprot": "P21757", + "uniprot_name": "Macrophage scavenger receptor types I and II", + "length": 451, + "function": "Membrane glycoproteins implicated in the pathologic deposition of cholesterol in arterial walls during atherogenesis. Two types of receptor subunits exist. These receptors mediate the endocytosis of a diverse group of macromolecules, including modified low density lipoproteins (LDL) (PubMed:2251254). Isoform III does not internalize acetylated LDL (PubMed:9548586)", + "pdb_count": 1, + "pdb_ids": [ + "7DPX" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "NFATC1", + "name": "Nuclear factor of activated T-cells, cytoplasmic 1", + "diseases": [ + "AGA" + ], + "pathway": "BMP-NFATc1 quiescence control", + "twin_node": "BMP", + "effect": "?", + "role": "modulator", + "drugs": [ + "Cyclosporine A", + "Tacrolimus" + ], + "mechanism": "BMP-induced transcription factor that enforces hair-follicle stem-cell quiescence by repressing CDK4, and its decline with age permits aberrant activation and exhaustion.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O95644", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O95644", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O95644-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O95644-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O95644", + "mean_plddt": 56.8, + "plddt_band": "Low (50–70)", + "n_residues": 943, + "local_pdb": "digital_twin\\data\\structures\\O95644_AF.pdb" + }, + "uniprot": "O95644", + "uniprot_name": "Nuclear factor of activated T-cells, cytoplasmic 1", + "length": 943, + "function": "Plays a role in the inducible expression of cytokine genes in T-cells, especially in the induction of the IL-2 or IL-4 gene transcription. Also controls gene expression in embryonic cardiac cells. Could regulate not only the activation and proliferation but also the differentiation and programmed death of T-lymphocytes as well as lymphoid and non-lymphoid cells (PubMed:10358178). Required for osteoclastogenesis and regulates many genes important for osteoclast differentiation and function (By similarity)", + "pdb_count": 3, + "pdb_ids": [ + "1A66", + "1NFA", + "5SVE" + ], + "grounding": [ + { + "paper": "Retinoic acid drives hair follicle stem cell activation via Wnt β‐catenin signalling in androgenetic alopecia", + "quote": "ssion of CD200 in HFSCs was inhib- ited with the addition of BMS493 (Figure 4d,e). Additionally, qPCR revealed that RA downregulated the mRNA expres- sion of the stemness markers NFATc1, NANOG and OCT4 and upregulated the expression of the differentiation mark- ers GATA3 and LEF-­1 (Figure 4f). Toge", + "n_hits": 5 + }, + { + "paper": "Overexpression of MYB in the skin induces alopecia and epidermal hyperplasia", + "quote": "re in telogen, KTR15-positive cells were significantly reduced in K5-Myb hair follicles (Fig. 4b). Similarly, the hair follicle stem cell markers CD34 (Trempus et al., 2003) and NFATc1 (Horsley et al., 2008, Tumbar et al., 2004) were also found downregulated in hair follicles of K5-Myb mice (Fig. 4c", + "n_hits": 3 + }, + { + "paper": "Single‐Cell RNA Sequencing Highlights a Contribution of Human Amniotic Mesenchymal Stem Cells‐Derived Exosomes to Androgenetic Alopecia", + "quote": "18+; migrating bulge cell, migraBulge, Bgn+; hair germ cell, HG, Icam1+; hair shaft cell, HS, Krt75+; inner root sheath cell, IRS, Krt35+). OuterBulge and innerBulge expressing Nfatc1 and Foxc1, HFSC markers (Figure 4C and Figure S1A), were found at the start of differentiation, while HG, IRS, and H", + "n_hits": 3 + }, + { + "paper": "The C3H HeJ mouse and DEBR rat models for alopecia areata review of preclinical drug screening approaches and results", + "quote": "CsA may induce hair growth by inhibiting PPP3CA which is needed for nuclear localization of the protein nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 1 (NFATC1) in the bulge region. NFATC1 is activated by bone morphogenic protein (BMP) signaling which results in transcripti", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "OSM", + "name": "Oncostatin M", + "diseases": [ + "AGA", + "TelogenEffluvium" + ], + "pathway": "OSM/OSMR -> JAK2-STAT5 (HFSC quiescence)", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [ + "OSM/OSMR-targeting antibodies (in development for other indications)" + ], + "mechanism": "IL-6-family cytokine released by TREM2+ trichophages that signals through OSMR/JAK-STAT5 to hold hair follicle stem cells in dormancy. Pharmacologic OSM/OSMR inhibition (or JAK-STAT5 blockade) de-represses HFSCs and triggers anagen, repositioning an inflammation-associated cytokine as a hair-cycle target.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P13725", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P13725", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P13725-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P13725-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P13725", + "mean_plddt": 78.7, + "plddt_band": "Confident (70–90)", + "n_residues": 252, + "local_pdb": "digital_twin\\data\\structures\\P13725_AF.pdb" + }, + "uniprot": "P13725", + "uniprot_name": "Oncostatin-M", + "length": 252, + "function": "Growth regulator. Inhibits the proliferation of a number of tumor cell lines. Stimulates proliferation of AIDS-KS cells. It regulates cytokine production, including IL-6, G-CSF and GM-CSF from endothelial cells. Uses both type I OSM receptor (heterodimers composed of LIFR and IL6ST) and type II OSM receptor (heterodimers composed of OSMR and IL6ST). Involved in the maturation of fetal hepatocytes, thereby promoting liver development and regeneration (By similarity)", + "pdb_count": 3, + "pdb_ids": [ + "1EVS", + "8V29", + "8V2A" + ], + "grounding": [ + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "onment in EGFRΔEgr2 mice, with prominent Il17-producing γδT cells and ILC3s, Il4 and Il13 producing CD4 Th2 cells and ILC2s, Ifnγ producing CD8 T-cells and NK cells and IL1α/β and OSM expressing macrophages. Given the importance of the JAK-STAT cascade in the hair follicles of EGFRΔEgr2 mice, we nex", + "n_hits": 6 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "PADI3", + "name": "Peptidyl arginine deiminase 3", + "diseases": [ + "CIA" + ], + "pathway": "hair-shaft protein citrullination / inner root sheath integrity", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Loss-of-function variants in ~24% of CCCA patients; PADI3 citrullinates trichohyalin and S100A3 to assemble the hair shaft and inner root sheath, and its deficiency produces fragile shafts and follicular scarring. Confirmed and extended in 2025.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9ULW8", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9ULW8", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9ULW8-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9ULW8-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9ULW8", + "mean_plddt": 93.7, + "plddt_band": "Very high (≥90)", + "n_residues": 664, + "local_pdb": "digital_twin\\data\\structures\\Q9ULW8_AF.pdb" + }, + "uniprot": "Q9ULW8", + "uniprot_name": "Protein-arginine deiminase type-3", + "length": 664, + "function": "Catalyzes the deimination of arginine residues of proteins", + "pdb_count": 7, + "pdb_ids": [ + "6CE1", + "7D4Y", + "7D56", + "7D5R", + "7D5V", + "7D8N", + "7DAN" + ], + "grounding": [ + { + "paper": "Alopecia areata susceptibility variant in MHC region impacts expressions of genes contributing to hair keratinization and is involved in hair loss", + "quote": "e manufacturer's protocol. The primer-probe sets were as follows: Mm00652053_g1 (Krt34), Mm02345064_m1 (Krt73), Mm04208593_s1 (Krtap3-3), Mm04336701_s1 (Krtap16-1), Mm00478075_m1 (Padi3), Mm01214103_g1 (S100a3), Mm00461542_m1 (Cchcr1), and Mm99999915_g1 (Gapdh) (Thermo Fisher Scientific). All PCR rea", + "n_hits": 14 + }, + { + "paper": "The Alopecia Areata Phenotype Is Induced by the Water Avoidance Stress Test In cchcr1-Deficient Mice", + "quote": "ponents of the hair shaft and are specifically expressed in the medulla, cortex, and cuticle. Other upregulated genes included S100 calcium binding protein A3 (S100A3, substrate of PADI3), trichohyalin (Tchh, substrate of PADI3), peptidyl arginine deaminase type III (Padi 3, related to posttranslatio", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "PTH1R", + "name": "Parathyroid hormone/parathyroid hormone-related peptide receptor (target of PTH-CBD)", + "diseases": [ + "CIA" + ], + "pathway": "GPCR (PTH/PTHrP)", + "twin_node": "—", + "effect": "?", + "role": "protector", + "drugs": [ + "Abaloparatide / Teriparatide (PTH1R agonists)", + "PTH-CBD (collagen-binding PTH agonist)" + ], + "mechanism": "Follicular PTH1R signaling promotes hair-cycle progression; a collagen-binding PTH agonist (PTH-CBD) accelerates anagen re-entry and reduces chemotherapy- and alopecia-areata-associated hair loss in models.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:CIA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q03431", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q03431", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q03431-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q03431-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q03431", + "mean_plddt": 71.0, + "plddt_band": "Confident (70–90)", + "n_residues": 593, + "local_pdb": "digital_twin\\data\\structures\\Q03431_AF.pdb" + }, + "uniprot": "Q03431", + "uniprot_name": "Parathyroid hormone/parathyroid hormone-related peptide receptor", + "length": 593, + "function": "G-protein-coupled receptor for parathyroid hormone (PTH) and for parathyroid hormone-related peptide (PTHLH) (PubMed:10913300, PubMed:18375760, PubMed:19674967, PubMed:27160269, PubMed:30975883, PubMed:35932760, PubMed:8397094). Ligand binding causes a conformation change that triggers signaling via guanine nucleotide-binding proteins (G proteins) and modulates the activity of downstream effectors, such as adenylate cyclase (cAMP) (PubMed:30975883, PubMed:35932760). PTH1R is coupled to G(s) G alpha proteins and mediates activation of adenylate cyclase activity (PubMed:20172855, PubMed:30975883", + "pdb_count": 36, + "pdb_ids": [ + "1BL1", + "3C4M", + "3H3G", + "3L2J", + "4Z8J", + "5EMB", + "6NBF", + "6NBH" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "S100A3", + "name": "S100 calcium binding protein A3", + "diseases": [ + "CIA" + ], + "pathway": "PADI3 substrate / cuticle calcium signaling", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Cuticle-specific PADI3 substrate; a CCCA variant reduces citrullination by PADI3, impairing hair-cuticle assembly and contributing to the fragile-shaft mechanism underlying central centrifugal scarring alopecia.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P33764", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P33764", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P33764-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P33764-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P33764", + "mean_plddt": 81.5, + "plddt_band": "Confident (70–90)", + "n_residues": 101, + "local_pdb": "digital_twin\\data\\structures\\P33764_AF.pdb" + }, + "uniprot": "P33764", + "uniprot_name": "Protein S100-A3", + "length": 101, + "function": "Binds both calcium and zinc. May be involved in calcium-dependent cuticle cell differentiation, hair shaft and hair cuticular barrier formation", + "pdb_count": 5, + "pdb_ids": [ + "1KSO", + "3NSI", + "3NSK", + "3NSL", + "3NSO" + ], + "grounding": [ + { + "paper": "Alopecia areata susceptibility variant in MHC region impacts expressions of genes contributing to hair keratinization and is involved in hair loss", + "quote": "ol. The primer-probe sets were as follows: Mm00652053_g1 (Krt34), Mm02345064_m1 (Krt73), Mm04208593_s1 (Krtap3-3), Mm04336701_s1 (Krtap16-1), Mm00478075_m1 (Padi3), Mm01214103_g1 (S100a3), Mm00461542_m1 (Cchcr1), and Mm99999915_g1 (Gapdh) (Thermo Fisher Scientific). All PCR reactions were performed i", + "n_hits": 8 + }, + { + "paper": "The Alopecia Areata Phenotype Is Induced by the Water Avoidance Stress Test In cchcr1-Deficient Mice", + "quote": "major structural components of the hair shaft and are specifically expressed in the medulla, cortex, and cuticle. Other upregulated genes included S100 calcium binding protein A3 (S100A3, substrate of PADI3), trichohyalin (Tchh, substrate of PADI3), peptidyl arginine deaminase type III (Padi 3, relat", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "SCUBE3", + "name": "Signal peptide, CUB and EGF-like domain-containing protein 3", + "diseases": [ + "AGA" + ], + "pathway": "TGF-beta/SHH activation (dermal papilla anagen signal)", + "twin_node": "BMP", + "effect": "-", + "role": "protector", + "drugs": [ + "AMP-126", + "AMP-303 (Amplifica, Phase 1/2)" + ], + "mechanism": "Dermal-papilla-secreted morphogen that activates TGF-beta/SMAD and Hedgehog signaling in epithelial progenitors to drive robust anagen entry. Identified in 2022 as a potent endogenous hair-growth activator; recombinant/peptide forms reactivate dormant follicles. Basis of Amplifica clinical candidates (AMP-303).", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q8IX30", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q8IX30", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q8IX30-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q8IX30-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q8IX30", + "mean_plddt": 77.1, + "plddt_band": "Confident (70–90)", + "n_residues": 993, + "local_pdb": "digital_twin\\data\\structures\\Q8IX30_AF.pdb" + }, + "uniprot": "Q8IX30", + "uniprot_name": "Signal peptide, CUB and EGF-like domain-containing protein 3", + "length": 993, + "function": "Is a positive regulator of the BMP signaling pathway, required for proper chondrogenesis, osteogenesis and skeletal development. It acts as a coreceptor for BMP ligands, particularly BMP2 and BMP4, facilitating their interactions with BMP type I receptors (PubMed:33308444). It is required for ligand-induced recruitment of BMP receptors to lipid rafts (By similarity). Binds to TGFBR2 and activates TGFB signaling. In lung cancer cells, could serve as an endogenous autocrine and paracrine ligand of TGFBR2, which could regulate TGFBR2 signaling and hence modulate epithelial-mesenchymal transition ", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "SFRP4", + "name": "Secreted frizzled related protein 4", + "diseases": [ + "CIA" + ], + "pathway": "Wnt antagonism / fibrosis", + "twin_node": "Wnt", + "effect": "-", + "role": "driver", + "drugs": [], + "mechanism": "Upregulated in severe extensive CCCA; as a secreted Wnt antagonist it suppresses the Wnt/beta-catenin signals required for follicle regeneration while promoting a profibrotic dermal program, biasing the follicle toward scarring.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q6FHJ7", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q6FHJ7", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q6FHJ7-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q6FHJ7-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q6FHJ7", + "mean_plddt": 78.4, + "plddt_band": "Confident (70–90)", + "n_residues": 346, + "local_pdb": "digital_twin\\data\\structures\\Q6FHJ7_AF.pdb" + }, + "uniprot": "Q6FHJ7", + "uniprot_name": "Secreted frizzled-related protein 4", + "length": 346, + "function": "Soluble frizzled-related proteins (sFRPS) function as modulators of Wnt signaling through direct interaction with Wnts. They have a role in regulating cell growth and differentiation in specific cell types (By similarity). SFRP4 plays a role in bone morphogenesis. May also act as a regulator of adult uterine morphology and function. May also increase apoptosis during ovulation possibly through modulation of FZ1/FZ4/WNT4 signaling (By similarity). Has phosphaturic effects by specifically inhibiting sodium-dependent phosphate uptake (PubMed:12952927)", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Multi-layered environmental regulation on the homeostasis of stem cells The saga of hair growth and alopecia", + "quote": "e stem cell activity [18]. We further developed this concept through different animal models and mathematical simulations [19]. We identified some Wnt inhibitors, such as Dkk1 and Sfrp4 located in the dermal region during refractory telogen and autonomous anagen phases, just like the expression patt", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "SH2B3", + "name": "SH2B adaptor protein 3 (LNK)", + "diseases": [ + "AA" + ], + "pathway": "JAK-STAT negative regulation / cytokine signaling", + "twin_node": "INF", + "effect": "-", + "role": "modulator", + "drugs": [], + "mechanism": "AA-associated locus at 12q24.12 (SH2B3/ATXN2); LNK is a negative regulator of JAK2 and cytokine receptor signaling, linking the genetic risk architecture to the JAK-STAT axis exploited by current AA therapeutics.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9UQQ2", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9UQQ2", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UQQ2-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UQQ2-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9UQQ2", + "mean_plddt": 62.1, + "plddt_band": "Low (50–70)", + "n_residues": 575, + "local_pdb": "digital_twin\\data\\structures\\Q9UQQ2_AF.pdb" + }, + "uniprot": "Q9UQQ2", + "uniprot_name": "SH2B adapter protein 3", + "length": 575, + "function": "Links T-cell receptor activation signal to phospholipase C-gamma-1, GRB2 and phosphatidylinositol 3-kinase", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "SOCS1", + "name": "Suppressor of cytokine signaling 1", + "diseases": [ + "AA" + ], + "pathway": "JAK-STAT negative feedback", + "twin_node": "INF", + "effect": "-", + "role": "protector", + "drugs": [], + "mechanism": "Endogenous brake on JAK-STAT/IFN-gamma signaling; insufficient SOCS1 activity allows unchecked interferon signaling that sustains immune-privilege collapse in AA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O15524", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O15524", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O15524-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O15524-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O15524", + "mean_plddt": 83.1, + "plddt_band": "Confident (70–90)", + "n_residues": 211, + "local_pdb": "digital_twin\\data\\structures\\O15524_AF.pdb" + }, + "uniprot": "O15524", + "uniprot_name": "Suppressor of cytokine signaling 1", + "length": 211, + "function": "Essential negative regulator of type I and type II interferon (IFN) signaling, as well as that of other cytokines, including IL2, IL4, IL6 and leukemia inhibitory factor (LIF) (PubMed:32499645, PubMed:33087723). Downregulates cytokine signaling by inhibiting the JAK/STAT signaling pathway. Acts by binding to JAK proteins and to IFNGR1 and inhibiting their kinase activity. In vitro, suppresses Tec protein-tyrosine activity (PubMed:9341160). Regulates IFN-gamma (IFNG)-mediated sensory neuron survival (By similarity). Probable substrate recognition component of an ECS (Elongin BC-CUL2/5-SOCS-box ", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "SPP1", + "name": "Osteopontin", + "diseases": [ + "AGA", + "TelogenEffluvium" + ], + "pathway": "Osteopontin (OPN)-CD44 (HFSC hyperactivation)", + "twin_node": "HFSC", + "effect": "+", + "role": "protector", + "drugs": [ + "recombinant osteopontin / OPN peptides (preclinical)" + ], + "mechanism": "Secreted by senescent melanocytes in pigmented nevi; signals via CD44 on epithelial hair stem cells to potently hyperactivate HFSC proliferation and drive robust hair growth. Necessary and sufficient for nevus-associated hypertrichosis. Re-frames senescence as a pro-regenerative cue and nominates OPN as an anagen-inducing biologic.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": false, + "uniprot_override": "P10451", + "structure": { + "accession": "P10451", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P10451", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P10451-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P10451-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P10451", + "mean_plddt": 53.4, + "plddt_band": "Low (50–70)", + "n_residues": 314, + "local_pdb": "digital_twin\\data\\structures\\P10451_AF.pdb" + }, + "uniprot": "P10451", + "uniprot_name": "Osteopontin", + "length": 314, + "function": "Major non-collagenous bone protein that binds tightly to hydroxyapatite. Appears to form an integral part of the mineralized matrix. Probably important to cell-matrix interaction", + "pdb_count": 3, + "pdb_ids": [ + "3CXD", + "3DSF", + "9EOU" + ], + "grounding": [ + { + "paper": "Promotion of Hair Regrowth in Androgenetic Alopecia with Supplemented Erzhi Wan Exploring Its Mechanism Using Network Pharmacology and Molecular Docking", + "quote": "PPARA Mohanlian MOL000098 Quercetin PPARD Mohanlian MOL000098 Quercetin HSF1 Mohanlian MOL000098 Quercetin CXCL10 Mohanlian MOL000098 Quercetin CHUK Mohanlian MOL000098 Quercetin SPP1 Mohanlian MOL000098 Quercetin RUNX2 Mohanlian MOL000098 Quercetin RASSF1 Mohanlian MOL000098 Quercetin E2F1 Mohanlia", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "SQSTM1", + "name": "Sequestosome-1 (p62)", + "diseases": [ + "AGA" + ], + "pathway": "Selective autophagy / KEAP1-NRF2 stress", + "twin_node": "APO", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "Autophagy receptor that links cargo clearance to NRF2 antioxidant signaling, and its accumulation reports autophagic failure and oxidative stress in the aging niche.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q13501", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q13501", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q13501-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q13501-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q13501", + "mean_plddt": 67.2, + "plddt_band": "Low (50–70)", + "n_residues": 440, + "local_pdb": "digital_twin\\data\\structures\\Q13501_AF.pdb" + }, + "uniprot": "Q13501", + "uniprot_name": "Sequestosome-1", + "length": 440, + "function": "Molecular adapter required for selective macroautophagy (aggrephagy) by acting as a bridge between polyubiquitinated proteins and autophagosomes (PubMed:15340068, PubMed:15953362, PubMed:16286508, PubMed:17580304, PubMed:20168092, PubMed:22017874, PubMed:22622177, PubMed:24128730, PubMed:28404643, PubMed:29343546, PubMed:29507397, PubMed:31857589, PubMed:33509017, PubMed:34471133, PubMed:34893540, PubMed:35831301, PubMed:37306101, PubMed:37802024). Promotes the recruitment of ubiquitinated cargo proteins to autophagosomes via multiple domains that bridge proteins and organelles in different st", + "pdb_count": 24, + "pdb_ids": [ + "1Q02", + "2JY7", + "2JY8", + "2K0B", + "2KNV", + "4MJS", + "4UF8", + "4UF9" + ], + "grounding": [ + { + "paper": "Impaired autophagy promotes hair loss in the C3H HeJ mouse model of alopecia areata", + "quote": "ATG4B gene. To test whether autophagy might contribute to disease pathogenesis in AA, we investigated autophagic activity in C3H/HeJ mouse model. We found that autophagy protein SQSTM1 accumulated in HF of AA mice, while in immune cells from AA skin-draining lymph nodes SQSTM1 was not altered, sugge", + "n_hits": 24 + }, + { + "paper": "ISEV2025 Abstract Book.", + "quote": "was used as a positive control. Histological charac- teristics were evaluated using Fast Green/Safranin-O staining, whereas phosphorylated ribosomal protein S6 (phospho-RPS6), and SQSTM1 were studied by immunostaining. Results: Our findings reveal that dynasore regulates longitudinal bone growth in ", + "n_hits": 3 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "STAT5B", + "name": "Signal transducer and activator of transcription 5B", + "diseases": [ + "AA" + ], + "pathway": "JAK-STAT", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Acts redundantly with STAT5A downstream of IL-15/IL-2 to sustain autoreactive cytotoxic T-cell expansion and is a key effector blocked indirectly by JAK1/JAK3 inhibition in AA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:AA" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P51692", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P51692", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P51692-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P51692-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P51692", + "mean_plddt": 85.2, + "plddt_band": "Confident (70–90)", + "n_residues": 787, + "local_pdb": "digital_twin\\data\\structures\\P51692_AF.pdb" + }, + "uniprot": "P51692", + "uniprot_name": "Signal transducer and activator of transcription 5B", + "length": 787, + "function": "Carries out a dual function: signal transduction and activation of transcription (PubMed:29844444). Mediates cellular responses to the cytokine KITLG/SCF and other growth factors. Binds to the GAS element and activates PRL-induced transcription. Positively regulates hematopoietic/erythroid differentiation", + "pdb_count": 2, + "pdb_ids": [ + "6MBW", + "6MBZ" + ], + "grounding": [ + { + "paper": "Selective Janus kinase 1 inhibition resolves inflammation and restores hair growth offering a viable treatment option for alopecia areata", + "quote": "uded from further analysis, resulting in the following number of unique genes for each STAT pathway, STAT1: n = 235, STAT2: n = 38, STAT3: n = 582, STAT4: n = 221, STAT5A: n = 64, STAT5B: n = 187, STAT6: n = 164. 2.4.8 | RNAseq differential gene expression and enrichment analysis Differential gene e", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TCF3", + "name": "Transcription factor HES-1-like / TCF3 (E2A)", + "diseases": [ + "AGA" + ], + "pathway": "WNT/TCF stemness repression", + "twin_node": "Wnt", + "effect": "?", + "role": "modulator", + "drugs": [], + "mechanism": "WNT-pathway transcription factor that, in the absence of beta-catenin, maintains the undifferentiated stem-cell state of the follicle niche.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9HCS4", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9HCS4", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9HCS4-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9HCS4-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9HCS4", + "mean_plddt": 51.8, + "plddt_band": "Low (50–70)", + "n_residues": 588, + "local_pdb": "digital_twin\\data\\structures\\Q9HCS4_AF.pdb" + }, + "uniprot": "Q9HCS4", + "uniprot_name": "Transcription factor 7-like 1", + "length": 588, + "function": "Participates in the Wnt signaling pathway. Binds to DNA and acts as a repressor in the absence of CTNNB1, and as an activator in its presence. Necessary for the terminal differentiation of epidermal cells, the formation of keratohyalin granules and the development of the barrier function of the epidermis (By similarity). Down-regulates NQO1, leading to increased mitomycin c resistance", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "TCF7", + "name": "Transcription factor 7 (TCF-1)", + "diseases": [ + "AGA" + ], + "pathway": "WNT/beta-catenin effector", + "twin_node": "Wnt", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Beta-catenin-dependent WNT effector transcription factor that activates hair-follicle stem-cell proliferation and lineage commitment during anagen onset.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P36402", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P36402", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P36402-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P36402-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P36402", + "mean_plddt": 57.1, + "plddt_band": "Low (50–70)", + "n_residues": 384, + "local_pdb": "digital_twin\\data\\structures\\P36402_AF.pdb" + }, + "uniprot": "P36402", + "uniprot_name": "Transcription factor 7", + "length": 384, + "function": "Transcriptional activator involved in T-cell lymphocyte differentiation. Necessary for the survival of CD4(+) CD8(+) immature thymocytes. Isoforms lacking the N-terminal CTNNB1 binding domain cannot fulfill this role. Binds to the T-lymphocyte-specific enhancer element (5'-WWCAAAG-3') found in the promoter of the CD3E gene. Represses expression of the T-cell receptor gamma gene in alpha-beta T-cell lineages (By similarity). Required for the development of natural killer receptor-positive lymphoid tissue inducer T-cells (By similarity). TLE1, TLE2, TLE3 and TLE4 repress transactivation mediated", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Pilose antler extracts promotes hair growth in androgenetic alopecia mice by activating hair follicle stem cells via the AKT and Wnt pathways", + "quote": "ntiersin.org 10 Wang et al. 10.3389/fphar.2024.1410810 affect this pathway, the mRNA level of up-and downstream genes of Wnt/β-catenin was examined, including Axin1, Axin2, Lef1, Tcf7, c-Jun, Lgr6, and Survivin (Figures 6A–G), and protein level of β-catenin (Figures 6H–J, M) and its two ligands (WNT", + "n_hits": 4 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TCHH", + "name": "Trichohyalin", + "diseases": [ + "CIA" + ], + "pathway": "PADI3 substrate / inner root sheath cornification", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "Pathogenic TCHH variants alter intracellular localization and reduce protein levels; as a major PADI3 substrate in the inner root sheath and medulla, defective trichohyalin compromises hair-shaft anchoring and predisposes to scarring alopecia.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q07283", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q07283", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q07283-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q07283-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q07283", + "mean_plddt": 67.6, + "plddt_band": "Low (50–70)", + "n_residues": 1943, + "local_pdb": "digital_twin\\data\\structures\\Q07283_AF.pdb" + }, + "uniprot": "Q07283", + "uniprot_name": "Trichohyalin", + "length": 1943, + "function": "Intermediate filament-associated protein that associates in regular arrays with keratin intermediate filaments (KIF) of the inner root sheath cells of the hair follicle and the granular layer of the epidermis. It later becomes cross-linked to KIF by isodipeptide bonds. It may serve as scaffold protein, together with involucrin, in the organization of the cell envelope or even anchor the cell envelope to the KIF network. It may be involved in its own calcium-dependent postsynthetic processing during terminal differentiation", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "Alopecia areata susceptibility variant in MHC region impacts expressions of genes contributing to hair keratinization and is involved in hair loss", + "quote": "ontrib- utes to hair shaft rigidity [48]. Other up-regulated genes included peptidyl arginine deaminase type III (Padi3), S100 calcium binding protein A3 (S100A3), trichohya- lin (Tchh), and homeobox C13 (Hoxc13) (Supplementary Table 12) [49,50]. In cuticular cells, S100A3 is a substrate of PADI3, w", + "n_hits": 7 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TLR2", + "name": "Toll like receptor 2", + "diseases": [ + "AGA" + ], + "pathway": "innate immune sensing of microbiome lipids / NLRP3 priming", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Free fatty acids generated by Cutibacterium acnes and Malassezia from scalp sebum activate TLR2- and NLRP3-linked innate signaling, driving perifollicular inflammation and stem-cell apoptosis in a microbiome-lipid-immune axis of AGA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "O60603", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/O60603", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-O60603-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-O60603-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/O60603", + "mean_plddt": 87.9, + "plddt_band": "Confident (70–90)", + "n_residues": 784, + "local_pdb": "digital_twin\\data\\structures\\O60603_AF.pdb" + }, + "uniprot": "O60603", + "uniprot_name": "Toll-like receptor 2", + "length": 784, + "function": "Cooperates with LY96 to mediate the innate immune response to bacterial lipoproteins and other microbial cell wall components. Cooperates with TLR1 or TLR6 to mediate the innate immune response to bacterial lipoproteins or lipopeptides (PubMed:17889651, PubMed:21078852). Acts via MYD88 and TRAF6, leading to NF-kappa-B activation, cytokine secretion and the inflammatory response. May also activate immune cells and promote apoptosis in response to the lipid moiety of lipoproteins (PubMed:10426995, PubMed:10426996). Recognizes mycoplasmal macrophage-activating lipopeptide-2kD (MALP-2), soluble tu", + "pdb_count": 7, + "pdb_ids": [ + "1FYW", + "1FYX", + "1O77", + "2Z7X", + "2Z80", + "6NIG", + "8AR0" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "mpared to the parent bacteria. These vesicles increased the expression of proteins related to oxidative stress and inflamma- tion in human nasal epithelial cells and activated the TLR2/4/5 and NOD1/2 receptors. In vivo, EcO83-EVs interacted with nasal-associated lymphoid tissue, were internalised by", + "n_hits": 10 + }, + { + "paper": "Immunoregulatory Effects of Myeloid-Derived Suppressor Cell Exosomes in Mouse Model of Autoimmune Alopecia Areata", + "quote": "xpression of several T cell signaling molecules, MDSC-Exo exerted a minor impact on ζ-chain expression, ERK1/2 and JNK phosphorylation in AA LNC and SkIL. Except for upregulated TLR2 expression, AA LNC and SkIL did not strongly differ from that of naive mice. MDSC-Exo affected TLR6, Stat3, Stat4, an", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TREM2", + "name": "Triggering receptor expressed on myeloid cells 2", + "diseases": [ + "AGA", + "TelogenEffluvium" + ], + "pathway": "TREM2+ macrophage / Oncostatin M -> JAK-STAT5 (HFSC quiescence)", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [ + "anti-OSM / OSMR blockade (conceptual)" + ], + "mechanism": "Marks a dermal trichophage macrophage subset that secretes Oncostatin M to activate JAK-STAT5 in bulge HFSCs, enforcing quiescence and inhibiting hair growth; TREM2+ macrophages decrease just before anagen. Depleting TREM2 macrophages or blocking OSM induces premature anagen. A novel immune-niche brake on the hair cycle.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9NZC2", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9NZC2", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9NZC2-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9NZC2-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9NZC2", + "mean_plddt": 76.8, + "plddt_band": "Confident (70–90)", + "n_residues": 230, + "local_pdb": "digital_twin\\data\\structures\\Q9NZC2_AF.pdb" + }, + "uniprot": "Q9NZC2", + "uniprot_name": "Triggering receptor expressed on myeloid cells 2", + "length": 230, + "function": "Forms a receptor signaling complex with TYROBP which mediates signaling and cell activation following ligand binding (PubMed:10799849). Acts as a receptor for amyloid-beta protein 42, a cleavage product of the amyloid-beta precursor protein APP, and mediates its uptake and degradation by microglia (PubMed:27477018, PubMed:29518356). Binding to amyloid-beta 42 mediates microglial activation, proliferation, migration, apoptosis and expression of pro-inflammatory cytokines, such as IL6R and CCL3, and the anti-inflammatory cytokine ARG1 (By similarity). Acts as a receptor for lipoprotein particles", + "pdb_count": 15, + "pdb_ids": [ + "5ELI", + "5UD7", + "5UD8", + "6B8O", + "6XDS", + "6Y6C", + "6YMQ", + "6YYE" + ], + "grounding": [ + { + "paper": "CXCL12 Drives Reversible Fibroimmune Remodeling in Androgenetic Alopecia Revealed by Single-Cell RNA Sequencing", + "quote": "extracellular matrix deposition. In parallel, paracrine CXCL12-CXCR4 signaling reprogrammed Sox2+Twist1+ dermal papilla cells (DPCs) and promoted the accumulation of pro-fibrotic Trem2+ macrophages, con- tributing to impaired hair follicle regeneration. Notably, CXCL12 blockade attenuated these stro", + "n_hits": 21 + }, + { + "paper": "ISEV2025 Abstract Book.", + "quote": "tumour tropism and precise cargo delivery. While PD-L1 blockade has reshaped immunotherapy, its efficacy remains limited by immunosuppressive tumour-associated macrophages (TAMs). TREM2, a key regulator of TAM-mediated immunosuppression and a myeloid checkpoint receptor, sustains an immunosuppressiv", + "n_hits": 5 + }, + { + "paper": "JAK-STAT1 as therapeutic target for EGFR deficiency-associated inflammation and scarring alopecia", + "quote": "self-tolerance, upregulation of “no danger” signals such as CD200, generation of an immunosuppressive microenvironment via TGF-β secretion, and recruitment of regulatory T cells, Trem2+ macro- phages, and invariant natural killer (NK) T cells (Agudo et al, 2018; Ali et al, 2017; Cohen et al, 2024; L", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "TRPS1", + "name": "Transcriptional repressor GATA binding 1", + "diseases": [ + "AGA" + ], + "pathway": "Wnt regulation downstream of YAP inhibition", + "twin_node": "Wnt", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "YAP inhibition regenerates new hair follicles by activating Trps1, a GATA-type Wnt-pathway regulator controlling dermal-papilla inductivity; identifies TRPS1 as a downstream effector node for mechano-activated follicle neogenesis.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9UHF7", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9UHF7", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UHF7-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9UHF7-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9UHF7", + "mean_plddt": 48.5, + "plddt_band": "Very low (<50)", + "n_residues": 1281, + "local_pdb": "digital_twin\\data\\structures\\Q9UHF7_AF.pdb" + }, + "uniprot": "Q9UHF7", + "uniprot_name": "Zinc finger transcription factor Trps1", + "length": 1281, + "function": "Transcriptional repressor. Binds specifically to GATA sequences and represses expression of GATA-regulated genes at selected sites and stages in vertebrate development. Regulates chondrocyte proliferation and differentiation. Executes multiple functions in proliferating chondrocytes, expanding the region of distal chondrocytes, activating proliferation in columnar cells and supporting the differentiation of columnar into hypertrophic chondrocytes", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "TSLP", + "name": "Thymic stromal lymphopoietin", + "diseases": [ + "AA" + ], + "pathway": "epithelial alarmin / IL-7R-TSLPR signaling", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Drug target of bempikibart (anti-IL-7Ralpha) which blocks both IL-7 and TSLP signaling; TSLP is an epithelial alarmin that primes T-cell and dendritic-cell activation upstream of follicular autoimmunity, evaluated in Phase 2 AA.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q969D9", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q969D9", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q969D9-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q969D9-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q969D9", + "mean_plddt": 79.1, + "plddt_band": "Confident (70–90)", + "n_residues": 159, + "local_pdb": "digital_twin\\data\\structures\\Q969D9_AF.pdb" + }, + "uniprot": "Q969D9", + "uniprot_name": "Thymic stromal lymphopoietin", + "length": 159, + "function": "Cytokine that induces the release of T-cell-attracting chemokines from monocytes and, in particular, enhances the maturation of CD11c(+) dendritic cells. Can induce allergic inflammation by directly activating mast cells", + "pdb_count": 5, + "pdb_ids": [ + "5J11", + "5J12", + "5J13", + "8QFZ", + "8ZEU" + ], + "grounding": [ + { + "paper": "Blockade of IL-7 signaling suppresses inflammatory responses and reverses alopecia areata in C3H HeJ mice", + "quote": "ed hair loss by 7 weeks after skin grafting. In contrast, none of anti–IL-7R-treated mice displayed any signs of hair loss (Fig. 3, A and B). The thymic stromal lymphopoietin (TSLP) receptor shares the IL-7R chain but pairs with the cytokine receptor like factor 2, rather than c, as the second ch", + "n_hits": 11 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "ULBP3", + "name": "UL16 binding protein 3 (NKG2D ligand)", + "diseases": [ + "AA" + ], + "pathway": "NKG2D innate cytotoxicity / immune-privilege collapse", + "twin_node": "INF", + "effect": "+", + "role": "driver", + "drugs": [], + "mechanism": "Stress-induced NKG2D ligand markedly upregulated in dermal sheath and dermal papilla of early active AA lesions; recruits NKG2D+ CD8+ T cells, NK cells and ILC1 to drive follicular cytotoxicity. 6q25 ULBP cluster is a GWAS hit and ULBP3 marks alopecia areata incognita.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "Q9BZM4", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/Q9BZM4", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-Q9BZM4-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-Q9BZM4-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/Q9BZM4", + "mean_plddt": 81.6, + "plddt_band": "Confident (70–90)", + "n_residues": 244, + "local_pdb": "digital_twin\\data\\structures\\Q9BZM4_AF.pdb" + }, + "uniprot": "Q9BZM4", + "uniprot_name": "UL16-binding protein 3", + "length": 244, + "function": "Binds and activates the KLRK1/NKG2D receptor, mediating natural killer cell cytotoxicity", + "pdb_count": 1, + "pdb_ids": [ + "1KCG" + ], + "grounding": [ + { + "paper": "Maternal IL-6 can cause T-cell-mediated juvenile alopecia by non-scarring follicular dystrophy in mice", + "quote": "tnatal day 18. This alopecia was patchy and reversible (non-scarring) and was associated with upregulation of Ulbp1 expression, the only mouse homolog of the human AA-associated ULBP3 gene. Alopecia was also associated with inflammatory infiltration of hair follicles by lymphocytes, including alpha-", + "n_hits": 2 + }, + { + "paper": "Mechanism of PPARα agonist in alopecia areata", + "quote": "cells, and macrophages, around affected hair folli­ cles. Genome-wide association studies (GWAS) have identified loci linked to innate and adap­ tive immune responses, including ULBP3 and ULBP6, which encode ligands for NKG2D [2]. These ligands target CD8+NKG2D+ T cells, contributing to AA progressi", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "VCAN", + "name": "Versican core protein", + "diseases": [ + "AGA" + ], + "pathway": "Dermal-papilla ECM / inductivity", + "twin_node": "DP", + "effect": "+", + "role": "protector", + "drugs": [], + "mechanism": "Proteoglycan that is a hallmark of inductive dermal-papilla extracellular matrix and its expression correlates with hair-inductive capacity and anagen maintenance.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P13611", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P13611", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P13611-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P13611-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P13611", + "mean_plddt": 85.1, + "plddt_band": "Confident (70–90)", + "n_residues": 655, + "local_pdb": "digital_twin\\data\\structures\\P13611_AF.pdb" + }, + "uniprot": "P13611", + "uniprot_name": "Versican core protein", + "length": 3396, + "function": "May play a role in intercellular signaling and in connecting cells with the extracellular matrix. May take part in the regulation of cell motility, growth and differentiation. Binds hyaluronic acid", + "pdb_count": 0, + "pdb_ids": [], + "grounding": [ + { + "paper": "JAM-A facilitates hair follicle regeneration in alopecia areata through functioning as ceRNA to protect VCAN expression in dermal papilla cells", + "quote": "inical Medicine, 2022, 5: 1–13 DOI: 10.1093/pcmedi/pbac020 Research Article JAM-A facilitates hair follicle regeneration in alopecia areata through functioning as ceRNA to protect VCAN expression in dermal papilla cells Minjuan Wu 1,2,§, Chen Xu1,3,§, Junfeng Jiang1,§, Sha Xu1, Jun Xiong1, Xiaoming ", + "n_hits": 101 + } + ], + "grounded_in_corpus": true + }, + { + "gene": "YAP1", + "name": "Yes1 associated transcriptional regulator", + "diseases": [ + "AGA" + ], + "pathway": "Hippo / mechanotransduction in connective tissue sheath", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "In an AGA model, cyclic mechanical strain on the connective-tissue sheath drives YAP/TAZ overactivation and progenitor apoptosis; conversely YAP inhibition regenerates follicles via Trps1, defining a mechanobiological axis in pattern hair loss.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:recent2024_gwas_trials" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P46937", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P46937", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P46937-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P46937-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P46937", + "mean_plddt": 57.4, + "plddt_band": "Low (50–70)", + "n_residues": 504, + "local_pdb": "digital_twin\\data\\structures\\P46937_AF.pdb" + }, + "uniprot": "P46937", + "uniprot_name": "Transcriptional coactivator YAP1", + "length": 504, + "function": "Transcriptional regulator with dual roles as a coactivator and corepressor. Critical downstream regulatory target in the Hippo signaling pathway, crucial for organ size control and tumor suppression by restricting proliferation and promoting apoptosis (PubMed:17974916, PubMed:18280240, PubMed:18579750, PubMed:21364637, PubMed:30447097). The Hippo signaling pathway core involves a kinase cascade featuring STK3/MST2 and STK4/MST1, along with its regulatory partner SAV1, which phosphorylates and activates LATS1/2 in complex with their regulatory protein, MOB1. This activation leads to the phospho", + "pdb_count": 41, + "pdb_ids": [ + "1JMQ", + "1K5R", + "1K9Q", + "1K9R", + "2LAW", + "2LAX", + "2LAY", + "2LTV" + ], + "grounding": [], + "grounded_in_corpus": false + }, + { + "gene": "ZEB1", + "name": "Zinc finger E-box-binding homeobox 1", + "diseases": [ + "AGA" + ], + "pathway": "EMT / fibrotic remodeling", + "twin_node": "—", + "effect": "?", + "role": "driver", + "drugs": [], + "mechanism": "EMT-driving transcription factor that promotes mesenchymal, fibrotic remodeling of the dermal niche implicated in scarring alopecia and follicle destruction.", + "evidence_paper_ids": [], + "n_evidence": 0, + "mention_count": 0, + "sources": [ + "discover:HFSC" + ], + "in_model": false, + "uncertain": false, + "structure": { + "accession": "P37275", + "af_entry_url": "https://alphafold.ebi.ac.uk/entry/P37275", + "af_cif_url": "https://alphafold.ebi.ac.uk/files/AF-P37275-F1-model_v4.cif", + "af_pdb_url": "https://alphafold.ebi.ac.uk/files/AF-P37275-F1-model_v4.pdb", + "uniprot_url": "https://www.uniprot.org/uniprotkb/P37275", + "mean_plddt": 47.9, + "plddt_band": "Very low (<50)", + "n_residues": 1124, + "local_pdb": "digital_twin\\data\\structures\\P37275_AF.pdb" + }, + "uniprot": "P37275", + "uniprot_name": "Zinc finger E-box-binding homeobox 1", + "length": 1124, + "function": "Acts as a transcriptional repressor. Inhibits interleukin-2 (IL-2) gene expression. Enhances or represses the promoter activity of the ATP1A1 gene depending on the quantity of cDNA and on the cell type. Represses E-cadherin promoter and induces an epithelial-mesenchymal transition (EMT) by recruiting SMARCA4/BRG1. Represses BCL6 transcription in the presence of the corepressor CTBP1. Positively regulates neuronal differentiation. Represses RCOR1 transcription activation during neurogenesis. Represses transcription by binding to the E box (5'-CANNTG-3'). In the absence of TGFB1, acts as a repre", + "pdb_count": 1, + "pdb_ids": [ + "2E19" + ], + "grounding": [ + { + "paper": "ISEV2025 Abstract Book.", + "quote": "and 12,000 EVs per cell. After 24 h, apoptosis and cell cycle analy- ses were performed. The expression of epithelial-mesenchymal transition (EMT)-related genes (CD44, CDH1, VIM, ZEB1, and CLDN1) was assessed by quantitative real-time PCR (qRT-PCR). Additionally, the expression of immune-related gen", + "n_hits": 10 + }, + { + "paper": "A combination therapy for androgenic alopecia based on quercetin and zinc copper dual-doped mesoporous silica nanocomposite microneedle patch", + "quote": "e enhancers of Zn2+ ions. The DHT inhibition effect of Zn2+ might be ascribed to its regulating action on zinc-containing proteins such as zinc finger E-box binding homeobox 1 (ZEB1), which is directly related to DHT inhibitors and affects the content of DHT [64,65]. Apart from DHT attacking, persis", + "n_hits": 2 + } + ], + "grounded_in_corpus": true + } + ], + "grounding_stats": { + "fulltext_pdfs": 201, + "in_model_grounded": 73, + "in_model_total": 74, + "catalog_grounded": 151, + "catalog_total": 210 + } +} \ No newline at end of file diff --git a/data/protein_xvalidation.json b/data/protein_xvalidation.json new file mode 100644 index 0000000..6941a26 --- /dev/null +++ b/data/protein_xvalidation.json @@ -0,0 +1 @@ +{"axes": {"Wnt": {"n_genes": 15, "ppi": {"n_genes": 15, "edges": 63, "expected": 3, "p_value": 0.0}, "functional": {"label_matched": true, "matched": {"term": "Canonical Wnt signaling pathway", "fdr": 2.28e-18, "category": "Process"}, "top_terms": [{"term": "Canonical Wnt signaling pathway", "fdr": 0.0, "cat": "Process"}, {"term": "Wnt signaling pathway", "fdr": 0.0, "cat": "Process"}, {"term": "Positive regulation of Wnt signaling pathway", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of Wnt signaling pathway", "fdr": 0.0, "cat": "Process"}, {"term": "Anterior/posterior pattern specification", "fdr": 0.0, "cat": "Process"}]}}, "AND": {"n_genes": 6, "ppi": {"n_genes": 6, "edges": 12, "expected": 0, "p_value": 2.22e-16}, "functional": {"label_matched": true, "matched": {"term": "Androgen metabolic process", "fdr": 1.53e-06, "category": "Process"}, "top_terms": [{"term": "Metabolism of steroid hormones", "fdr": 0.0, "cat": "RCTM"}, {"term": "Steroid hormone biosynthesis", "fdr": 1e-06, "cat": "KEGG"}, {"term": "Androgen metabolic process", "fdr": 2e-06, "cat": "Process"}, {"term": "Steroid hormone biosynthetic process", "fdr": 2e-06, "cat": "Process"}, {"term": "Genitalia development", "fdr": 2e-06, "cat": "Process"}]}}, "DP": {"n_genes": 23, "ppi": {"n_genes": 23, "edges": 112, "expected": 36, "p_value": 0.0}, "functional": {"label_matched": true, "matched": {"term": "Cellular response to growth factor stimulus", "fdr": 2.27e-08, "category": "Process"}, "top_terms": [{"term": "Positive regulation of phosphorylation", "fdr": 0.0, "cat": "Process"}, {"term": "Positive regulation of protein phosphorylation", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of cell migration", "fdr": 0.0, "cat": "Process"}, {"term": "Positive regulation of cell migration", "fdr": 0.0, "cat": "Process"}, {"term": "Enzyme-linked receptor protein signaling pathway", "fdr": 0.0, "cat": "Process"}]}}, "APO": {"n_genes": 35, "ppi": {"n_genes": 35, "edges": 188, "expected": 63, "p_value": 0.0}, "functional": {"label_matched": true, "matched": {"term": "Positive regulation of programmed cell death", "fdr": 2.7e-12, "category": "Process"}, "top_terms": [{"term": "Positive regulation of programmed cell death", "fdr": 0.0, "cat": "Process"}, {"term": "Apoptotic process", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of programmed cell death", "fdr": 0.0, "cat": "Process"}, {"term": "Positive regulation of apoptotic process", "fdr": 0.0, "cat": "Process"}, {"term": "Negative regulation of cell population proliferation", "fdr": 0.0, "cat": "Process"}]}}, "INF": {"n_genes": 52, "ppi": {"n_genes": 52, "edges": 629, "expected": 89, "p_value": 0.0}, "functional": {"label_matched": true, "matched": {"term": "Immune system process", "fdr": 1.19e-35, "category": "Process"}, "top_terms": [{"term": "Immune system process", "fdr": 0.0, "cat": "Process"}, {"term": "Immune response", "fdr": 0.0, "cat": "Process"}, {"term": "Cytokine-mediated signaling pathway", "fdr": 0.0, "cat": "Process"}, {"term": "Cellular response to cytokine stimulus", "fdr": 0.0, "cat": "Process"}, {"term": "Cell surface receptor signaling pathway", "fdr": 0.0, "cat": "Process"}]}}, "HFSC": {"n_genes": 16, "ppi": {"n_genes": 16, "edges": 36, "expected": 10, "p_value": 1.08e-10}, "functional": {"label_matched": true, "matched": {"term": "Tissue development", "fdr": 0.00011, "category": "Process"}, "top_terms": [{"term": "Hair follicle development: cytodifferentiation - part 3 of 3", "fdr": 6e-06, "cat": "WikiPathways"}, {"term": "Tissue development", "fdr": 0.00011, "cat": "Process"}, {"term": "Reproductive structure development", "fdr": 0.00021, "cat": "Process"}, {"term": "Prostate gland growth", "fdr": 0.00078, "cat": "Process"}, {"term": "Developmental process involved in reproduction", "fdr": 0.0015, "cat": "Process"}]}}, "SHH": {"n_genes": 3, "ppi": {"n_genes": 3, "edges": 3, "expected": 0, "p_value": 0.00097}, "functional": {"label_matched": true, "matched": {"term": "Smoothened signaling pathway", "fdr": 0.00063, "category": "Process"}, "top_terms": [{"term": "EDA signaling in hair follicle development", "fdr": 0.0, "cat": "WikiPathways"}, {"term": "Hedgehog signaling pathway", "fdr": 0.0, "cat": "WikiPathways"}, {"term": "Hair follicle development: organogenesis - part 2 of 3", "fdr": 1e-06, "cat": "WikiPathways"}, {"term": "Hedgehog signaling pathway", "fdr": 2e-06, "cat": "WikiPathways"}, {"term": "Hedgehog signaling pathway", "fdr": 5e-06, "cat": "KEGG"}]}}, "BMP": {"n_genes": 7, "ppi": {"n_genes": 7, "edges": 11, "expected": 1, "p_value": 2.68e-11}, "functional": {"label_matched": true, "matched": {"term": "BMP signaling pathway involved in heart development", "fdr": 2.88e-08, "category": "Process"}, "top_terms": [{"term": "BMP signaling pathway involved in heart development", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of osteoblast differentiation", "fdr": 1e-06, "cat": "Process"}, {"term": "Endocardial cushion development", "fdr": 5e-06, "cat": "Process"}, {"term": "Positive regulation of osteoblast differentiation", "fdr": 1.8e-05, "cat": "Process"}, {"term": "Regulation of transmembrane receptor protein serine/threonine kinase signaling pathway", "fdr": 3e-05, "cat": "Process"}]}}}, "diseases": {"AA": {"n_genes": 60, "ppi": {"n_genes": 60, "edges": 711, "expected": 124, "p_value": 0.0}, "functional": {"label_matched": true, "matched": {"term": "Immune system process", "fdr": 1.82e-27, "category": "Process"}, "top_terms": [{"term": "Immune system process", "fdr": 0.0, "cat": "Process"}, {"term": "Immune response", "fdr": 0.0, "cat": "Process"}, {"term": "Cytokine-mediated signaling pathway", "fdr": 0.0, "cat": "Process"}, {"term": "Cellular response to cytokine stimulus", "fdr": 0.0, "cat": "Process"}, {"term": "Response to organic substance", "fdr": 0.0, "cat": "Process"}]}}, "AGA": {"n_genes": 60, "ppi": {"n_genes": 60, "edges": 577, "expected": 211, "p_value": 0.0}, "functional": {"label_matched": true, "matched": {"term": "Response to growth factor", "fdr": 3.24e-08, "category": "Process"}, "top_terms": [{"term": "Regulation of cell death", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of programmed cell death", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of developmental process", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of apoptotic process", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of multicellular organismal process", "fdr": 0.0, "cat": "Process"}]}}, "CIA": {"n_genes": 60, "ppi": {"n_genes": 60, "edges": 572, "expected": 206, "p_value": 0.0}, "functional": {"label_matched": true, "matched": {"term": "Regulation of apoptotic process", "fdr": 9.23e-16, "category": "Process"}, "top_terms": [{"term": "Regulation of multicellular organismal development", "fdr": 0.0, "cat": "Process"}, {"term": "Gland development", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of epithelial cell proliferation", "fdr": 0.0, "cat": "Process"}, {"term": "Regulation of cell population proliferation", "fdr": 0.0, "cat": "Process"}, {"term": "Epithelium development", "fdr": 0.0, "cat": "Process"}]}}}, "pdb": {"n_proteins": 210, "with_experimental_pdb": 171, "fraction": 0.814, "total_pdb_structures": 5797}, "summary": {"axes_ppi_significant": 8, "axes_total": 8, "axes_label_matched": 8, "diseases_label_matched": 3}} \ No newline at end of file diff --git a/data/quant_recalibration.json b/data/quant_recalibration.json new file mode 100644 index 0000000..fbf668b --- /dev/null +++ b/data/quant_recalibration.json @@ -0,0 +1,133 @@ +{ + "threshold_r2": 0.8, + "classes": { + "JAK_inhibitor": { + "n_traj": 5, + "n_biphasic_excluded_from_mono": 0, + "class_params": { + "A_med": 65.51, + "lag_med": 3.36, + "tau_med": 13.55 + }, + "M1_class_extrap": { + "r2": 0.718, + "rmse": 8.66 + }, + "M2_shape_transfer": { + "r2": 0.931, + "rmse": 4.29 + }, + "per_fold": [ + { + "held_out": "deuruxolitinib_THRIVE-AA1_12mg", + "monotone": true, + "r2_m1": 0.971, + "r2_m2": 0.996, + "A_fit": 62.44, + "A_class": 66.94 + }, + { + "held_out": "deuruxolitinib_THRIVE-AA1_8mg", + "monotone": true, + "r2_m1": 0.137, + "r2_m2": 0.959, + "A_fit": 43.55, + "A_class": 63.21 + }, + { + "held_out": "deuruxolitinib_THRIVE-AA2_12mg", + "monotone": true, + "r2_m1": 0.935, + "r2_m2": 0.978, + "A_fit": 57.45, + "A_class": 63.21 + }, + { + "held_out": "brepocitinib_NCT02974868", + "monotone": true, + "r2_m1": 0.487, + "r2_m2": 0.829, + "A_fit": 90.16, + "A_class": 69.24 + }, + { + "held_out": "ritlecitinib_NCT02974868", + "monotone": true, + "r2_m1": 0.746, + "r2_m2": 0.845, + "A_fit": 61.19, + "A_class": 69.24 + } + ], + "meets_threshold_M2": true + }, + "dutasteride": { + "loto": "불가(다점<2)" + }, + "finasteride": { + "n_traj": 4, + "n_biphasic_excluded_from_mono": 2, + "class_params": { + "A_med": 60.05, + "lag_med": 0.29, + "tau_med": 2.84 + }, + "M1_class_extrap": { + "r2": 0.436, + "rmse": 33.39 + }, + "M2_shape_transfer": { + "r2": 0.926, + "rmse": 12.09 + }, + "per_fold": [ + { + "held_out": "finasteride_1mg_NCT01231607", + "monotone": true, + "r2_m1": 0.903, + "r2_m2": 0.992, + "A_fit": 53.7, + "A_class": 63.0 + }, + { + "held_out": "finasteride_1mg_Kaufman_2yr", + "monotone": true, + "r2_m1": 0.138, + "r2_m2": 0.954, + "A_fit": 122.5, + "A_class": 57.1 + }, + { + "held_out": "finasteride_1mg_5yr_DECLINE", + "monotone": false, + "r2_m1": 0.661, + "r2_m2": 0.679, + "A_fit": 63.0, + "A_class": 57.1 + }, + { + "held_out": "finasteride_oral_P3074_NCT03004469", + "monotone": false, + "r2_m1": -7.914, + "r2_m2": 0.979, + "A_fit": 23.08, + "A_class": 63.0 + } + ], + "meets_threshold_M2": true + }, + "minoxidil": { + "loto": "불가(다점<2)" + } + }, + "_note": "현재 도달 가능성 측정(대체 증거 아님). 임상 집계궤적·군내 용량이질·단조모델 biphasic 미표현 한계 포함. M1=군-외삽(정보0), M2=형태-전이(군 lag/tau + 진폭 1-param 적합; 현실적 NAM).", + "overall": { + "M1_r2": 0.531, + "M2_r2": 0.93, + "M2_r2_monotone_only": 0.961, + "n_test_points": 44, + "meets_threshold_M2": true, + "meets_threshold_M2_monotone": true + }, + "verdict": "M2 형태-전이가 *단조(in-scope) 궤적에서* R2=0.96>=0.8 도달 → **정량 트윈은 대체급 도달 *가능*하다(조건부)**: 군 동역학(lag/tau)이 새 화합물에 전이되고 진폭만 HFOC가 주면 됨. 단 (a)biphasic(피나/미녹 재퇴행)은 모델 확장 필요, (b)군-외삽(정보0)은 약함 → 화합물별 조기 readout 앵커가 필수, (c)임상집계→HFOC paired 정량으로 재적합 요." +} \ No newline at end of file diff --git a/data/synergy_clinical_test.json b/data/synergy_clinical_test.json new file mode 100644 index 0000000..f3e5898 --- /dev/null +++ b/data/synergy_clinical_test.json @@ -0,0 +1,85 @@ +{ + "_description": "트윈 초가법 시너지 예측을 실제 3-arm per-arm 데이터(IJT 2023)로 검정. 결과: 가법미만(sub-additive) → 핵심 예측 반증(정직). 병용>단독(HSA)은 충족.", + "twin_prediction": { + "bliss_excess": 0.122, + "claim": "super-additive synergy" + }, + "data_source": { + "trial": "IJT 2023 (Int J Trichology)", + "pmc": "PMC10495069", + "license": "CC BY-NC-SA", + "design": "3-arm RCT n=20/arm (FNS 0.25% / MNX 5% / MNF combo), 24주 모발밀도 증가량", + "title": "Comparative Efficacy of Topical Finasteride(0.25%)+Minoxidil(5%) vs each alone in male AGA" + }, + "cells": { + "총모발/전두부": { + "FNS": 7.85, + "MNX": 9.25, + "MNF": 10.05, + "fina_add_benefit": 0.8, + "super_additive_excess": -7.05, + "linear_interaction": -7.05, + "hsa": true, + "verdict": "가법미만" + }, + "총모발/전측두": { + "FNS": 7.45, + "MNX": 7.25, + "MNF": 9.05, + "fina_add_benefit": 1.8, + "super_additive_excess": -5.65, + "linear_interaction": -5.65, + "hsa": true, + "verdict": "가법미만" + }, + "총모발/정수리": { + "FNS": 6.75, + "MNX": 6.8, + "MNF": 7.3, + "fina_add_benefit": 0.5, + "super_additive_excess": -6.25, + "linear_interaction": -6.25, + "hsa": true, + "verdict": "가법미만" + }, + "말단모발/전두부": { + "FNS": 9.35, + "MNX": 8.45, + "MNF": 11.2, + "fina_add_benefit": 2.75, + "super_additive_excess": -6.6, + "linear_interaction": -6.6, + "hsa": true, + "verdict": "가법미만" + }, + "말단모발/전측두": { + "FNS": 7.9, + "MNX": 9.7, + "MNF": 8.55, + "fina_add_benefit": -1.15, + "super_additive_excess": -9.05, + "linear_interaction": -9.05, + "hsa": false, + "verdict": "가법미만" + }, + "말단모발/정수리": { + "FNS": 7.75, + "MNX": 8.35, + "MNF": 10.0, + "fina_add_benefit": 1.65, + "super_additive_excess": -6.1, + "linear_interaction": -6.1, + "hsa": true, + "verdict": "가법미만" + } + }, + "summary": { + "mean_super_additive_excess": -6.78, + "sub_additive_cells": "6/6", + "hsa_cells": "5/6", + "verdict": "SUB-additive — 트윈 초가법 예측 반증(NOT supported)", + "direction_combo_gt_mono": "충족(HSA)" + }, + "honest": "트윈의 핵심 신규 예측(병용 초가법)이 실 per-arm 데이터로 반증됨. 병용 우월성(HSA)은 유지. 한계: 단일 소규모 파일럿·국소 피나·placebo 없음. 수치는 PMC10495069 표에서 직접 추출(날조 없음).", + "interpretation": "미녹+피나 효과 겹침(비독립) → AND-게이트 독립노드 전제 미충족 또는 모델 오류. 사전등록 예측이 '서로 다른 축'을 요구했음을 상기 — 이 약물쌍은 그 전제를 만족 못할 수 있음." +} \ No newline at end of file diff --git a/data/synergy_prediction.json b/data/synergy_prediction.json new file mode 100644 index 0000000..3e09bf1 --- /dev/null +++ b/data/synergy_prediction.json @@ -0,0 +1,171 @@ +{ + "prediction_id": "AGA_synergy_brake_x_accelerator", + "hypothesis": "AGA 에서 상류 'AR/5-ARI/BMP-antagonist'(Wnt 축 복원) × 하류 '미녹시딜/Wnt-agonist'(DP/anagen 부양) 병용은 Bliss 독립 기대를 초과하는 초가법적 시너지를 보인다 — Hair 산출 A 가 W·D 두 협동 문턱의 곱(AND-게이트)이기 때문.", + "null_hypothesis": "두 팔은 서로 다른 경로이므로 효과는 가법적(Bliss 독립, 시너지초과=0).", + "falsification": "실험 Bliss 초과량이 95% CI 내에서 ≤0 이면 A 의 협동적 AND-게이트 가정이 반증됨.", + "headline": { + "E_ref": 0.6, + "synergy_excess_auc": 0.1225, + "synergy_excess_peak": 0.1271, + "combo_index_CI": 0.8136, + "R1": 0.3863, + "R2": 0.2416, + "R_combo_actual": 0.657, + "R_combo_bliss": 0.5346 + }, + "dose_curve": [ + { + "E": 0.2, + "metric": "auc", + "untreated": 4.5963, + "arm1_only": 4.9209, + "arm2_only": 4.7491, + "combo": 5.0775, + "healthy": 6.4826, + "R1": 0.1721, + "R2": 0.081, + "R_combo": 0.2551, + "bliss_expected": 0.2391, + "synergy_excess": 0.016, + "combo_index_CI": 0.9373 + }, + { + "E": 0.3, + "metric": "auc", + "untreated": 4.5963, + "arm1_only": 5.0446, + "arm2_only": 4.8254, + "combo": 5.2847, + "healthy": 6.4826, + "R1": 0.2376, + "R2": 0.1214, + "R_combo": 0.365, + "bliss_expected": 0.3302, + "synergy_excess": 0.0347, + "combo_index_CI": 0.9048 + }, + { + "E": 0.4, + "metric": "auc", + "untreated": 4.5963, + "arm1_only": 5.1508, + "arm2_only": 4.9014, + "combo": 5.478, + "healthy": 6.4826, + "R1": 0.294, + "R2": 0.1617, + "R_combo": 0.4674, + "bliss_expected": 0.4081, + "synergy_excess": 0.0593, + "combo_index_CI": 0.8732 + }, + { + "E": 0.5, + "metric": "auc", + "untreated": 4.5963, + "arm1_only": 5.2433, + "arm2_only": 4.977, + "combo": 5.6609, + "healthy": 6.4826, + "R1": 0.343, + "R2": 0.2018, + "R_combo": 0.5644, + "bliss_expected": 0.4756, + "synergy_excess": 0.0888, + "combo_index_CI": 0.8427 + }, + { + "E": 0.6, + "metric": "auc", + "untreated": 4.5963, + "arm1_only": 5.325, + "arm2_only": 5.052, + "combo": 5.8356, + "healthy": 6.4826, + "R1": 0.3863, + "R2": 0.2416, + "R_combo": 0.657, + "bliss_expected": 0.5346, + "synergy_excess": 0.1225, + "combo_index_CI": 0.8136 + }, + { + "E": 0.7, + "metric": "auc", + "untreated": 4.5963, + "arm1_only": 5.3977, + "arm2_only": 5.1265, + "combo": 6.0041, + "healthy": 6.4826, + "R1": 0.4249, + "R2": 0.2811, + "R_combo": 0.7463, + "bliss_expected": 0.5865, + "synergy_excess": 0.1598, + "combo_index_CI": 0.7859 + }, + { + "E": 0.8, + "metric": "auc", + "untreated": 4.5963, + "arm1_only": 5.4631, + "arm2_only": 5.2005, + "combo": 6.1674, + "healthy": 6.4826, + "R1": 0.4595, + "R2": 0.3203, + "R_combo": 0.8329, + "bliss_expected": 0.6326, + "synergy_excess": 0.2003, + "combo_index_CI": 0.7595 + } + ], + "threshold_sweep": [ + { + "KDA": 0.2, + "synergy_excess": 0.1098, + "R_combo": 0.6472 + }, + { + "KDA": 0.35, + "synergy_excess": 0.1154, + "R_combo": 0.6529 + }, + { + "KDA": 0.5, + "synergy_excess": 0.1225, + "R_combo": 0.657 + }, + { + "KDA": 0.65, + "synergy_excess": 0.1309, + "R_combo": 0.6588 + }, + { + "KDA": 0.8, + "synergy_excess": 0.1408, + "R_combo": 0.6581 + }, + { + "KDA": 1.0, + "synergy_excess": 0.1561, + "R_combo": 0.6534 + }, + { + "KDA": 1.2, + "synergy_excess": 0.1716, + "R_combo": 0.6452 + }, + { + "KDA": 1.5, + "synergy_excess": 0.1596, + "R_combo": 0.6439 + } + ], + "threshold_peak_KDA": { + "KDA": 1.2, + "synergy_excess": 0.1716, + "R_combo": 0.6452 + }, + "model_source": "follicle_cycle.py (8-state excitable ODE, COPASI-calibrated healthy cycle)" +} \ No newline at end of file diff --git a/data/synergy_retest.json b/data/synergy_retest.json new file mode 100644 index 0000000..2142bda --- /dev/null +++ b/data/synergy_retest.json @@ -0,0 +1,80 @@ +{ + "_description": "정련 예측(시너지∝직교성) 다중-시험 재검정. 겹침端=가법미만(정합); 직교축 포함 조합=초가법(시사적 지지). 수치는 원문 직접추출(PMC BioC / BiomedGrid PDF).", + "trials": { + "IJT2023_fina×mino": { + "src": "IJT 2023 (PMC10495069)", + "design": "full 2×2 (FNS/MNX/combo), 24주 모발밀도증가 hairs/cm² 부위평균", + "overlap_class": "겹침 높음(피나 W축 × 미녹 W+D)", + "arms": { + "FNS": 7.84, + "MNX": 8.3, + "MNF": 9.36 + }, + "unit": "hairs/cm²", + "full_2x2": true + }, + "FPHL2022_mino±addon": { + "src": "Front Med 2022 (PMC9309533)", + "design": "미녹 ± add-on (add-on 단독 arm 없음 → full 2×2 아님)", + "overlap_class": "스피로=W축(겹침); 미세침=전달/기계(축 아님)", + "arms": { + "MX": 9.95, + "MX+SPT": 16.76, + "MX+MN": 30.33 + }, + "unit": "hairs/cm²", + "full_2x2": false + }, + "TH07_triple": { + "src": "TH07 (Am J Biomed Sci Res 2024, BiomedGrid open, CC-BY)", + "design": "4-arm: 피나0.1%/라타0.03%/미녹5% 단독 + 삼중. 투자자 성장점수 0~3(반정량). 단독 n=3-4(소).", + "overlap_class": "삼중에 **직교쌍(피나 W × 라타노프로스트 비-Wnt D)** 포함", + "arms": { + "FNS": 0.25, + "LAT": 0.33, + "MNX": 0.75, + "TRIPLE": 2.35 + }, + "unit": "성장점수 0~3", + "full_2x2": false, + "caveats": "n 매우작음(단독3-4)·반정량점수·삼중(쌍 아님)·미녹 침투촉진 교란·산업체·vehicle arm 없음" + } + }, + "analysis": { + "IJT2023": { + "fina_add_benefit": 1.06, + "fina_mono": 7.84, + "super_additive_excess": -6.78, + "verdict": "가법미만(시너지 없음)", + "overlap": "높음", + "full_2x2": true + }, + "FPHL2022": { + "spt_add_benefit": 6.81, + "mino_mono": 9.95, + "mn_add_benefit": 20.38, + "note": "add-on 단독 arm 없음 → full synergy 산출 불가; 스피로(W축) 한계이득이 미녹단독 미만=겹침 정합(약). 미세침=전달/기계(제외).", + "verdict": "한계이득만(full 2×2 아님)", + "full_2x2": false + }, + "TH07": { + "monos": { + "FNS": 0.25, + "LAT": 0.33, + "MNX": 0.75 + }, + "mono_sum": 1.33, + "triple": 2.35, + "linear_synergy": 1.02, + "verdict": "초가법(삼중 ≫ 단독합)", + "note": "직교쌍(피나 W×라타노 비-Wnt D) 포함 조합이 초가법 — 정련 예측에 시사적 지지. 그러나 한계 큼(아래).", + "caveats": "n 매우작음(단독3-4)·반정량점수·삼중(쌍 아님)·미녹 침투촉진 교란·산업체·vehicle arm 없음" + } + }, + "verdict": { + "overlap_end": "데이터 정합 — 겹침 큰 쌍(IJT 피나×미녹 가법미만; FPHL 스피로 modest)에서 시너지 없음.", + "orthogonal_end": "시사적 지지 — 직교축(라타노프로스트 비-Wnt D) 포함 TH07 삼중이 초가법(+1.02). 단 쌍 아님·한계 큼.", + "refined_prediction_status": "시사적 지지(확정 아님) — 깨끗한 직교 *쌍* 전향 2×2로 확정 필요(AR차단×PGF2α 등)" + }, + "honest": "겹침 쌍은 가법미만(정합); 직교축 포함 삼중(TH07)은 초가법(정련 예측과 대조적 정합)이나 쌍 아닌 삼중·n3-4·반정량점수·미녹 침투촉진 교란·산업체 → 시사적이지 확정 아님. 수치는 원문 표 직접추출(날조 없음)." +} \ No newline at end of file diff --git a/data/synergy_revised.json b/data/synergy_revised.json new file mode 100644 index 0000000..3078c90 --- /dev/null +++ b/data/synergy_revised.json @@ -0,0 +1,95 @@ +{ + "_description": "IJT 반증 반영 모델 수정(ARM-2 Wnt겹침 overlap) + 독립축 재예측. 시너지는 직교축 쌍에서만 생존; 피나×미녹은 겹침→가법미만(관측 정합).", + "diagnosis": "미녹시딜 Wnt/β-catenin 활성 → 피나와 W축 겹침 → 원 모델의 독립가정 위반.", + "revision": "ARM-2에 W-겹침 overlap 도입: e_W=1−(1−e1)(1−e2·overlap), e_D=e2(1−overlap).", + "overlap_sweep": [ + { + "overlap": 0.0, + "R1": 0.386, + "R2": 0.242, + "R_combo": 0.657, + "bliss_expected": 0.535, + "synergy_excess": 0.122 + }, + { + "overlap": 0.2, + "R1": 0.424, + "R2": 0.333, + "R_combo": 0.689, + "bliss_expected": 0.616, + "synergy_excess": 0.073 + }, + { + "overlap": 0.4, + "R1": 0.471, + "R2": 0.425, + "R_combo": 0.725, + "bliss_expected": 0.696, + "synergy_excess": 0.03 + }, + { + "overlap": 0.5, + "R1": 0.499, + "R2": 0.472, + "R_combo": 0.746, + "bliss_expected": 0.735, + "synergy_excess": 0.011 + }, + { + "overlap": 0.6, + "R1": 0.532, + "R2": 0.519, + "R_combo": 0.77, + "bliss_expected": 0.775, + "synergy_excess": -0.005 + }, + { + "overlap": 0.8, + "R1": 0.617, + "R2": 0.622, + "R_combo": 0.828, + "bliss_expected": 0.855, + "synergy_excess": -0.027 + }, + { + "overlap": 1.0, + "R1": 0.744, + "R2": 0.744, + "R_combo": 0.909, + "bliss_expected": 0.934, + "synergy_excess": -0.025 + } + ], + "synergy_crosses_zero_near": 0.6, + "pair_predictions": { + "피나 × 미녹시딜(부분겹침)": { + "overlap": 0.55, + "R1": 0.515, + "R2": 0.495, + "R_combo": 0.758, + "bliss_expected": 0.755, + "synergy_excess": 0.003, + "verdict": "가법" + }, + "AR차단 × Wnt-agonist(완전중복=둘다 W)": { + "overlap": 1.0, + "R1": 0.744, + "R2": 0.744, + "R_combo": 0.909, + "bliss_expected": 0.934, + "synergy_excess": -0.025, + "verdict": "가법미만" + }, + "W축 약물 × 순수 D약물(직교, Wnt무관)": { + "overlap": 0.0, + "R1": 0.386, + "R2": 0.242, + "R_combo": 0.657, + "bliss_expected": 0.535, + "synergy_excess": 0.122, + "verdict": "초가법(synergy)" + } + }, + "new_falsifiable_prediction": "초가법 시너지는 *기전적으로 직교(한쪽 Wnt 무관 D-제제)* 인 쌍에서만 발생. 피나×미녹 같은 부분겹침 쌍은 가법미만(IJT 2023 관측과 일치).", + "honest": "overlap은 반증이 가르쳐준 모델 수정(자유예측 아님). 새 예측은 진짜 직교 약물쌍 전향 검정 필요. 미녹 Wnt활성은 문헌 근거(예: 미녹시딜→DP β-catenin↑)." +} \ No newline at end of file diff --git a/data/synthetic_control_validation.json b/data/synthetic_control_validation.json new file mode 100644 index 0000000..6d14b11 --- /dev/null +++ b/data/synthetic_control_validation.json @@ -0,0 +1,162 @@ +{ + "twin_control_run": { + "AGA": { + "equilibrium_density_pct": 42.54, + "window_change_24wk": 0.0, + "window_change_36wk": 0.0, + "source": "run_twin(disease, [], days=600) — 질환 평형(day300)에서 무치료 진행 시 HairDensity 변화" + }, + "AA": { + "equilibrium_density_pct": 10.99, + "window_change_24wk": 0.0, + "window_change_36wk": 0.0, + "source": "run_twin(disease, [], days=600) — 질환 평형(day300)에서 무치료 진행 시 HairDensity 변화" + } + }, + "diseases": { + "AGA": { + "metric": "target-area hair count change", + "unit": "hairs", + "trial_window_wk": 24, + "placebo_arms": [ + { + "trial": "NCT01231607", + "week": 24, + "mean": -4.9, + "sd": 7.89, + "n": 17 + }, + { + "trial": "NCT01231607", + "week": 12, + "mean": -4.0, + "sd": 7.22, + "n": 17, + "secondary": true + } + ], + "excluded_arms": [ + { + "trial": "NCT00441116", + "reason": "거대면적 macrophotographic 총수(+144) — target-area 척도와 비호환(이질 outlier)" + } + ], + "real_placebo_mean": -4.9, + "real_placebo_se": 1.91, + "n_trials": 1, + "n_subjects": 17, + "twin_control": 0.0, + "twin_control_source": "run_twin(disease, [], days=600) — 질환 평형(day300)에서 무치료 진행 시 HairDensity 변화", + "twin_equilibrium_density_pct": 42.54, + "equiv_margin": 15.0, + "diff_twin_minus_placebo": 4.9, + "tost_p_equiv": 0.0, + "equivalent": true, + "tost_p_equiv_conservative_SE": 0.1003, + "natural_history_gap": -4.9, + "nat_overlay": -4.9, + "nat_overlay_label": "경험적 placebo-response 보정(트윈 기전 아님; 풀링 위약 평균)", + "pred_band_sd": 1.91, + "arms_covered": "1/1", + "treatment": "두타스테리드 0.5mg (동일시험 within-trial)", + "treatment_mean": 89.6, + "treatment_within_trial": true, + "effect_real_placebo": 94.5, + "effect_twin_control": 89.6, + "effect_twin_raw": 89.6, + "effect_twin_corrected": 94.5, + "bias": -4.9, + "bias_pct_of_effect": -5.2, + "bias_raw_pct": -5.2, + "bias_corrected_pct": 0.0 + }, + "AA": { + "metric": "SALT %change", + "unit": "%", + "trial_window_wk": 36, + "placebo_arms": [ + { + "trial": "BRAVE-AA1 (NCT03570749)", + "week": 36, + "mean": -8.13, + "sd": 22.0, + "n": 90 + }, + { + "trial": "BRAVE-AA2 (NCT03899259)", + "week": 36, + "mean": -2.96, + "sd": 20.0, + "n": 78 + } + ], + "excluded_arms": [], + "real_placebo_mean": -5.48, + "real_placebo_se": 1.62, + "n_trials": 2, + "n_subjects": 168, + "twin_control": 0.0, + "twin_control_source": "run_twin(disease, [], days=600) — 질환 평형(day300)에서 무치료 진행 시 HairDensity 변화", + "twin_equilibrium_density_pct": 10.99, + "equiv_margin": 15.0, + "diff_twin_minus_placebo": 5.48, + "tost_p_equiv": 0.0, + "equivalent": true, + "tost_p_equiv_conservative_SE": 0.2601, + "natural_history_gap": -5.48, + "nat_overlay": -5.48, + "nat_overlay_label": "경험적 placebo-response 보정(트윈 기전 아님; 풀링 위약 평균)", + "pred_band_sd": 3.66, + "arms_covered": "2/2", + "treatment": "deuruxolitinib 12mg (THRIVE, 교차시험)", + "treatment_mean": -50.4, + "treatment_within_trial": false, + "effect_real_placebo": -44.92, + "effect_twin_control": -50.4, + "effect_twin_raw": -50.4, + "effect_twin_corrected": -44.92, + "bias": -5.48, + "bias_pct_of_effect": -12.2, + "bias_raw_pct": -12.2, + "bias_corrected_pct": 0.0, + "nat_overlay_loto": [ + { + "held_out": "BRAVE-AA1 (NCT03570749)", + "actual": -8.13, + "predicted_overlay": -2.96, + "abs_err": 5.17 + }, + { + "held_out": "BRAVE-AA2 (NCT03899259)", + "actual": -2.96, + "predicted_overlay": -8.13, + "abs_err": 5.17 + } + ], + "nat_overlay_loto_mae": 5.17, + "aa_abs_salt_trajectory": { + "trial": "NCT02974868", + "weeks": [ + 24 + ], + "values_wk24": 1.41, + "across_time_range": [ + 0.43, + 1.77 + ], + "note": "절대 SALT점 변화(+=악화), 24주 +1.41 ≈ 0 근방" + } + } + }, + "concept_note": "트윈-대조군은 *변화공간*에서 '자발변화 없음'(0)을 주장(척도무관). 효과재구성은 각 시험 단위로. 기전 대조군(0)=held-out(위약 미접촉)·공정; 경험 오버레이=별도 층.", + "verdict": { + "twin_executed": true, + "equivalence": "2/2 질환 동등(마진±15)", + "max_effect_bias_raw_pct": 12.2, + "max_effect_bias_corrected_pct": 0.0, + "aa_overlay_loto_mae": 5.17, + "usable_for": "큰 치료효과 검출의 mechanistic synthetic control(raw 편향<12%); 오버레이로 소효과 보정(in-sample)", + "needs_for_regulatory": "전향 검증 + 공변량 매칭 + 오버레이 교차시험 일반화(>2 arm LOTO)", + "honest": "트윈을 실제 실행해 대조군(0) 도출(기전, held-out·공정). 실제 RCT 위약과 마진 내 동등. 자연사는 0으로 둠(AGA 보수/AA 비보수) -> 경험 오버레이로 보정하나 in-sample·LOTO 예비(AA 2arm). 회고적." + } +} \ No newline at end of file diff --git a/data/twin_scenarios.json b/data/twin_scenarios.json new file mode 100644 index 0000000..4f93d0d --- /dev/null +++ b/data/twin_scenarios.json @@ -0,0 +1 @@ +{"last_updated": "2026-05-30T19:19:20", "state_names": ["Wnt", "BMP", "SHH", "DP", "HFSC", "APO", "Hair"], "diseases": {"Healthy": {"label": "건강 모낭", "desc": "정상 모낭 항상성 기준선"}, "Androgenetic Alopecia": {"label": "남성형 탈모 (AGA)", "desc": "DHT 부하↑ → DKK1↑·IGF1↓ → 모낭 소형화"}, "Alopecia Areata": {"label": "원형 탈모 (AA)", "desc": "JAK-STAT/IFNγ 매개 면역 공격 → 모낭 정지"}, "Chemotherapy-induced Alopecia": {"label": "항암 유발 탈모 (CIA)", "desc": "화학요법 펄스 → p53 매개 모기질 apoptosis"}}, "interventions": {"none": {"label": "무처치", "genes": []}, "finasteride": {"label": "피나스테리드 (5AR2 억제)", "genes": ["SRD5A2", "AR"]}, "dutasteride": {"label": "두타스테리드 (이중 5AR)", "genes": ["SRD5A1", "SRD5A2"]}, "AR_antagonist": {"label": "AR 길항/siRNA (RU58841)", "genes": ["AR"]}, "minoxidil": {"label": "미녹시딜 (VEGF/K-ATP→DP, PGE2/Wnt)", "genes": ["VEGFA", "PDGFA"]}, "anti_DKK1": {"label": "항-DKK1 (Wnt 회복)", "genes": ["DKK1", "CTNNB1"]}, "wnt_agonist": {"label": "Wnt 작용제/발프로산", "genes": ["CTNNB1", "LRP6"]}, "JAK_inhibitor": {"label": "JAK 억제제 (토파/바리/리틀레시티닙)", "genes": ["JAK1", "JAK2", "JAK3", "STAT1"]}, "corticosteroid": {"label": "국소 스테로이드", "genes": ["IFNG", "IL15"]}, "CDK46_inhibitor": {"label": "CDK4/6 억제제 (모기질 보호)", "genes": ["CDK4", "CDK6"]}, "scalp_cooling": {"label": "두피 냉각", "genes": ["TP53"]}, "PTH_CBD": {"label": "PTH-CBD (콜라겐표적 PTH)", "genes": ["FGF7", "VEGFA"]}, "exosome_MSC": {"label": "MSC 엑소좀/ADSC", "genes": ["IGF1", "VEGFA", "CTNNB1"]}}, "scenarios": [{"id": "Healthy|", "disease": "Healthy", "interventions": [], "intervention_labels": [], "tracked_genes": [], "metrics": {"final_hair_density_pct": 100.0, "min_hair_density_pct": 100.0, "anagen_fraction": 1.0, "healthy_ss": 1.6853, "AND_load": 0.1, "INF_load": 0.05}, "drive": {"AND": 0.1, "INF": 0.05, "chemo_amp": 0.0, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "DP": [1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906], "HFSC": [0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081, 0.967293081691081], "APO": [0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512], "Hair": [1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062, 1.6853182222234062], "HairDensity": [100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0]}, "proteins": {"AR/DHT (AR)": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], "DKK1": [0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065], "β-catenin (CTNNB1)": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP4": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "IGF1": [0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991], "VEGFA (DP)": [1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906, 1.3730090410250906], "JAK-STAT (STAT1)": [0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05], "p53/apoptosis (TP53)": [0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512, 0.04535765261277512]}}, {"id": "Androgenetic Alopecia|", "disease": "Androgenetic Alopecia", "interventions": [], "intervention_labels": [], "tracked_genes": [], "metrics": {"final_hair_density_pct": 42.5, "min_hair_density_pct": 42.5, "anagen_fraction": 0.025, "healthy_ss": 1.6853, "AND_load": 0.62, "INF_load": 0.08}, "drive": {"AND": 0.62, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.1955255024991622, 1.1150676043218872, 1.054046618321528, 1.0076450801063004, 0.9722647623009499, 0.9452154734525396, 0.9244820861265238, 0.9085512988928145, 0.8962832373424869, 0.8868165621176407, 0.8794982255633057, 0.8738315041277822, 0.8694374538020572, 0.8660259352768771, 0.8633744974114163, 0.8613118789931091, 0.8597060232415803, 0.8584549100512652, 0.8574796763188055, 0.8567190906987, 0.856125674075061, 0.8556625677827969, 0.8553010416944004, 0.8550186628573824, 0.8547981135921252, 0.8546258362359488, 0.854491227555159, 0.8543860501020947, 0.8543038591967724, 0.8542396216663671, 0.8541894157575473, 0.8541501712588189, 0.854119495959086, 0.8540955188374025, 0.8540767761231585, 0.8540621282760642, 0.8540506780162552, 0.8540417256045987, 0.8540347250395192, 0.8540292490289754, 0.8540249701664779, 0.8540216256989261, 0.8540190105288529, 0.8540169663126461, 0.8540153687563609, 0.8540141196717179, 0.8540131428981673, 0.8540123791752638, 0.8540117820321534, 0.8540113151285194, 0.8540109500595064, 0.8540106641316897, 0.854010440033981, 0.8540102651621968, 0.854010128601681, 0.8540100219321318, 0.8540099386119255, 0.8540098735305668, 0.8540098226955453, 0.8540097829883125, 0.85400975197299, 0.8540097277469159, 0.8540097088239229, 0.8540096940431668, 0.8540096824979124, 0.854009673479909, 0.8540096664359421, 0.8540096609338963, 0.8540096566362451, 0.8540096532793473, 0.8540096506572726, 0.8540096486091685, 0.8540096469993961, 0.8540096457350356, 0.8540096447479536, 0.8540096440335395, 0.8540096434937907, 0.8540096430606527, 0.8540096427130678, 0.8540096424341377, 0.8540096422103016, 0.8540096420306773, 0.8540096418865323, 0.8540096417708588, 0.8540096416780331, 0.8540096416035421, 0.8540096415437646, 0.8540096414957942, 0.854009641457299, 0.8540096414264072, 0.8540096414016173, 0.8540096413817237, 0.8540096413657595, 0.8540096413529485, 0.8540096413426682, 0.8540096413344183, 0.8540096413277978, 0.854009641322485, 0.8540096413182217, 0.8540096413148003, 0.8540096413120548, 0.8540096413098516, 0.8540096413080835, 0.8540096413066647, 0.8540096413055261, 0.8540096413046125, 0.8540096413038792, 0.8540096413032909, 0.8540096413028188, 0.8540096413024398, 0.8540096413021357, 0.8540096413018918, 0.854009641301696, 0.8540096413015389, 0.8540096413014128, 0.8540096413013116, 0.8540096413012304, 0.8540096413011652, 0.8540096413011128, 0.8540096413010709, 0.8540096413010372, 0.8540096413010102, 0.8540096413009886, 0.854009641300971, 0.8540096413009572, 0.8540096413009459, 0.8540096413009369, 0.8540096413009296, 0.8540096413009238, 0.8540096413009192, 0.8540096413009155, 0.8540096413009125, 0.8540096413009101, 0.8540096413009083, 0.8540096413009067, 0.8540096413009056, 0.8540096413009046, 0.8540096413009038, 0.8540096413009032, 0.8540096413009027, 0.8540096413009023, 0.8540096413009018, 0.8540096413009015, 0.8540096413009014, 0.8540096413009012, 0.854009641300901, 0.8540096413009007, 0.8540096413009006, 0.8540096413009005, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004], "BMP": [0.12536448527548816, 0.14105348249210276, 0.15394287483090557, 0.1645148072749878, 0.17315691395820096, 0.18019174201105667, 0.18589245488017878, 0.19049157070933395, 0.19418649525203505, 0.19714371743442735, 0.19950249882827328, 0.2013783382688094, 0.20286623835892656, 0.20404379979868445, 0.20497395237307459, 0.20570746014598917, 0.2062850984907034, 0.206739462634659, 0.2070964907435179, 0.20737679841326273, 0.20759671743788016, 0.2077691443836001, 0.20790426858858532, 0.20801013620019082, 0.2080930463170437, 0.20815795736794815, 0.2082087636033217, 0.20824852311319988, 0.2082796330502566, 0.20830396987093971, 0.20832300757154115, 0.20833790008956535, 0.2083495466356608, 0.20835865428883146, 0.20836577664673597, 0.20837134456728426, 0.2083756981119843, 0.2083791026874881, 0.20838176544622158, 0.2083838486166591, 0.20838547657709725, 0.20838674915535482, 0.2083877443066265, 0.20838852224511667, 0.20838913023764272, 0.20838960562946082, 0.20838997739480097, 0.2083902680807119, 0.2083904953690141, 0.20839067308821427, 0.2083908120479839, 0.2083909208848856, 0.20839100618740178, 0.20839107275275648, 0.20839112473520294, 0.2083911653397261, 0.2083911970562999, 0.20839122183018832, 0.2083912411811216, 0.20839125629617253, 0.20839126810256434, 0.2083912773245546, 0.2083912845278636, 0.20839129015437693, 0.20839129454925281, 0.20839129798209485, 0.20839130066349107, 0.20839130275793205, 0.20839130439390172, 0.20839130567175898, 0.20839130666989428, 0.2083913074495385, 0.20839130806232475, 0.2083913085436243, 0.2083913089193734, 0.20839130919132695, 0.20839130939679124, 0.2083913095616724, 0.20839130969398637, 0.2083913098001658, 0.20839130988537272, 0.2083913099537497, 0.20839131000862088, 0.20839131005265393, 0.2083913100879896, 0.20839131011634585, 0.20839131013910114, 0.20839131015736184, 0.20839131017201573, 0.20839131018377516, 0.2083913101932119, 0.2083913102007847, 0.2083913102068617, 0.20839131021173837, 0.20839131021565183, 0.20839131021879229, 0.20839131022131246, 0.20839131022333487, 0.20839131022495783, 0.20839131022626017, 0.2083913102273053, 0.20839131022814403, 0.20839131022881707, 0.20839131022935717, 0.20839131022979057, 0.20839131023013838, 0.2083913102304175, 0.20839131023064147, 0.20839131023082122, 0.20839131023096547, 0.2083913102310812, 0.20839131023117408, 0.2083913102312486, 0.2083913102313084, 0.2083913102313564, 0.2083913102313949, 0.2083913102314258, 0.2083913102314506, 0.20839131023147053, 0.20839131023148652, 0.20839131023149934, 0.2083913102315096, 0.20839131023151788, 0.2083913102315245, 0.20839131023152985, 0.2083913102315341, 0.2083913102315375, 0.20839131023154028, 0.2083913102315425, 0.20839131023154425, 0.2083913102315457, 0.20839131023154683, 0.20839131023154775, 0.20839131023154847, 0.20839131023154905, 0.20839131023154953, 0.20839131023154991, 0.20839131023155022, 0.20839131023155044, 0.2083913102315506, 0.20839131023155077, 0.2083913102315509, 0.208391310231551, 0.20839131023155105, 0.20839131023155116, 0.20839131023155122, 0.20839131023155125, 0.20839131023155127, 0.2083913102315513, 0.20839131023155133, 0.20839131023155136, 0.20839131023155139, 0.20839131023155144, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147], "SHH": [0.7736219254794859, 0.7686176257826629, 0.7571704717305104, 0.7430175202052897, 0.728365857579185, 0.7144446132762229, 0.7018689984099725, 0.6908794161169965, 0.6814969485606696, 0.673622632091305, 0.6670995591093837, 0.6617503929024591, 0.6573990242172839, 0.6538822148806911, 0.651054838910586, 0.648791658286298, 0.6469865872479024, 0.6455511899442845, 0.6444126484261438, 0.643511506067999, 0.6427995341576823, 0.6422379019368458, 0.6417954407163691, 0.6414472121877314, 0.6411734023233505, 0.6409582798819997, 0.6407893950627538, 0.6406568788753274, 0.640552952361395, 0.640471489356631, 0.6404076524583892, 0.6403576401197898, 0.6403184759043363, 0.6402878136020809, 0.6402638115484678, 0.6402450313807364, 0.640230336096155, 0.6402188366165956, 0.64020983763391, 0.6402027939653463, 0.640197287035243, 0.6401929806540277, 0.6401896120292095, 0.6401869779394225, 0.6401849187839276, 0.6401833083929479, 0.6401820488129711, 0.640181063784017, 0.6401802934823293, 0.6401796911049452, 0.6401792200548103, 0.6401788510844855, 0.6401785618769463, 0.6401783361799366, 0.6401781599179605, 0.6401780222297265, 0.6401779146757631, 0.6401778306621482, 0.64017776503695, 0.6401777137756391, 0.6401776737344391, 0.6401776424575902, 0.6401776180267927, 0.6401775989435926, 0.640177584037499, 0.6401775723942098, 0.6401775632995419, 0.6401775561956327, 0.6401775506467253, 0.640177546312444, 0.6401775429269164, 0.6401775402824668, 0.64017753820397, 0.6401775365714552, 0.6401775352969523, 0.6401775343745104, 0.6401775336775924, 0.6401775331183285, 0.6401775326695294, 0.6401775323093764, 0.6401775320203602, 0.6401775317884302, 0.6401775316023106, 0.6401775314529531, 0.6401775313330965, 0.6401775312369138, 0.6401775311597291, 0.6401775310977899, 0.6401775310480847, 0.6401775310081973, 0.6401775309761883, 0.6401775309505018, 0.6401775309298888, 0.6401775309133473, 0.6401775309000731, 0.6401775308894208, 0.6401775308808725, 0.6401775308740127, 0.6401775308685078, 0.6401775308640902, 0.6401775308605452, 0.6401775308577003, 0.6401775308554174, 0.6401775308535855, 0.6401775308521154, 0.6401775308509356, 0.640177530849989, 0.6401775308492291, 0.6401775308486195, 0.6401775308481302, 0.6401775308477377, 0.6401775308474226, 0.6401775308471697, 0.6401775308469668, 0.640177530846804, 0.6401775308466733, 0.6401775308465685, 0.6401775308464843, 0.6401775308464169, 0.6401775308463628, 0.6401775308463192, 0.6401775308462843, 0.6401775308462563, 0.6401775308462337, 0.6401775308462156, 0.6401775308462012, 0.6401775308461896, 0.6401775308461802, 0.6401775308461728, 0.6401775308461668, 0.6401775308461619, 0.640177530846158, 0.6401775308461549, 0.6401775308461525, 0.6401775308461504, 0.6401775308461488, 0.6401775308461476, 0.6401775308461465, 0.6401775308461457, 0.6401775308461451, 0.6401775308461446, 0.6401775308461441, 0.6401775308461437, 0.6401775308461435, 0.6401775308461434, 0.6401775308461433, 0.6401775308461432, 0.640177530846143, 0.6401775308461429, 0.6401775308461427, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426], "DP": [1.3730090410250906, 1.2581981934223225, 1.159662160081496, 1.0805575689809817, 1.0193517581277973, 0.9729890163545617, 0.9382966845882557, 0.9125134315721759, 0.8934182261145823, 0.8792967158596464, 0.8688558236348437, 0.8611327413717093, 0.8554155299179401, 0.851179124357016, 0.8480372690527328, 0.8457050582301807, 0.8439724849672265, 0.8426844825812094, 0.8417265580050782, 0.8410137039965222, 0.8404830524713115, 0.8400879984410579, 0.839793786233151, 0.8395744659963086, 0.8394110875576007, 0.8392893865765337, 0.8391986532541537, 0.8391310530271164, 0.8390806840278522, 0.8390431112600901, 0.8390151142727279, 0.8389942638974794, 0.8389787060352457, 0.8389671027660782, 0.8389584667450595, 0.8389520291915641, 0.8389472255631318, 0.8389436466777161, 0.8389409777812628, 0.8389389855992331, 0.8389375028033069, 0.8389363980789002, 0.83893557373937, 0.8389349595581495, 0.8389345021852561, 0.8389341610194703, 0.8389339064958766, 0.8389337167837705, 0.8389335753631084, 0.8389334699061605, 0.8389333912801883, 0.8389333325295725, 0.8389332885986128, 0.8389332559663247, 0.8389332316848672, 0.8389332136057004, 0.8389332001451477, 0.8389331901235701, 0.8389331826623426, 0.8389331771073439, 0.8389331729715677, 0.8389331698924207, 0.8389331675999481, 0.8389331658931662, 0.8389331646224409, 0.8389331636763664, 0.8389331629719992, 0.838933162447587, 0.8389331620571537, 0.8389331617664704, 0.8389331615500519, 0.838933161388925, 0.8389331612678992, 0.8389331611770625, 0.838933161109541, 0.838933161063715, 0.8389331610309413, 0.8389331610056094, 0.8389331609860297, 0.8389331609708958, 0.8389331609591983, 0.8389331609501569, 0.8389331609431685, 0.8389331609377669, 0.8389331609335918, 0.8389331609303647, 0.8389331609278705, 0.8389331609259426, 0.8389331609244526, 0.8389331609233007, 0.8389331609224104, 0.8389331609217224, 0.8389331609211905, 0.8389331609207794, 0.8389331609204617, 0.8389331609202161, 0.8389331609200261, 0.8389331609198795, 0.838933160919766, 0.8389331609196783, 0.8389331609196106, 0.8389331609195583, 0.8389331609195178, 0.8389331609194864, 0.8389331609194622, 0.8389331609194436, 0.838933160919429, 0.8389331609194178, 0.8389331609194093, 0.8389331609194026, 0.8389331609193975, 0.8389331609193936, 0.8389331609193905, 0.8389331609193882, 0.8389331609193863, 0.838933160919385, 0.8389331609193839, 0.838933160919383, 0.8389331609193822, 0.8389331609193817, 0.8389331609193814, 0.8389331609193811, 0.8389331609193807, 0.8389331609193805, 0.8389331609193804, 0.8389331609193802, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938], "HFSC": [0.967293081691081, 0.9372313768383507, 0.8911675137089298, 0.841211968488224, 0.7936378635489446, 0.7512603858155305, 0.7149814122573961, 0.6847115622611014, 0.6598968876399514, 0.639808666572087, 0.623696552960707, 0.6108633784001074, 0.6006963729925434, 0.5926751760930178, 0.5863677736005948, 0.5814211671914765, 0.5775500411310017, 0.5745257989978296, 0.5721666327880222, 0.5703284425344529, 0.5688975856095322, 0.5677847834972514, 0.5669198928793167, 0.5662478976082318, 0.565726085677322, 0.5653210409235082, 0.5650066915321762, 0.5647627996500226, 0.5645736002115909, 0.5644268206007347, 0.564312970728854, 0.5642246665594347, 0.5641561609617792, 0.5641030164105306, 0.5640617971535307, 0.564029823484058, 0.5640050105827183, 0.563985753153043, 0.5639708012492262, 0.5639591858707066, 0.5639501726763588, 0.5639431748055455, 0.563937737818825, 0.5639335147181062, 0.5639302347062256, 0.5639276851790938, 0.5639257027710676, 0.5639241613651863, 0.5639229626186746, 0.5639220301466292, 0.5639213046806812, 0.5639207391791256, 0.5639202979888094, 0.5639199552971221, 0.5639196888451056, 0.5639194815772386, 0.5639193203235234, 0.5639191948498571, 0.5639190972019643, 0.5639190211976038, 0.5639189620309137, 0.5639189159652733, 0.5639188800948964, 0.5639188521597039, 0.5639188304015395, 0.5639188134524763, 0.5639188002480354, 0.5639187899597432, 0.5639187819427108, 0.5639187756948808, 0.5639187708253375, 0.5639187670296631, 0.5639187640519616, 0.5639187617174245, 0.5639187598982642, 0.5639187585846779, 0.5639187575941041, 0.5639187568001613, 0.5639187561637904, 0.5639187556536969, 0.5639187552448065, 0.5639187549170278, 0.5639187546542607, 0.5639187544436032, 0.5639187542747153, 0.5639187541393101, 0.5639187540307462, 0.5639187539437001, 0.5639187538739046, 0.5639187538179393, 0.5639187537730627, 0.5639187537370766, 0.5639187537082189, 0.563918753685077, 0.5639187536665183, 0.5639187536516348, 0.5639187536396983, 0.5639187536301252, 0.5639187536224475, 0.5639187536162895, 0.5639187536113505, 0.563918753607389, 0.5639187536042115, 0.563918753601663, 0.5639187535996186, 0.5639187535979789, 0.5639187535966637, 0.5639187535956085, 0.5639187535947622, 0.5639187535940833, 0.5639187535935387, 0.5639187535931018, 0.5639187535927513, 0.5639187535924701, 0.5639187535922445, 0.5639187535920636, 0.5639187535919183, 0.5639187535918019, 0.5639187535917085, 0.5639187535916336, 0.5639187535915735, 0.5639187535915252, 0.5639187535914864, 0.5639187535914553, 0.5639187535914304, 0.5639187535914104, 0.5639187535913944, 0.5639187535913815, 0.5639187535913711, 0.5639187535913628, 0.5639187535913562, 0.5639187535913509, 0.5639187535913466, 0.5639187535913431, 0.5639187535913405, 0.5639187535913383, 0.5639187535913365, 0.5639187535913351, 0.5639187535913339, 0.563918753591333, 0.5639187535913323, 0.5639187535913317, 0.5639187535913311, 0.5639187535913308, 0.5639187535913305, 0.5639187535913303, 0.56391875359133, 0.5639187535913298, 0.5639187535913297, 0.5639187535913296, 0.5639187535913296, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295, 0.5639187535913295], "APO": [0.04535765261277513, 0.09209653832970434, 0.12420659703782283, 0.14713414987131945, 0.1640088047222101, 0.17668466798161453, 0.18631737587068756, 0.19367452682413588, 0.19929850201504562, 0.20359108158605174, 0.206858812600788, 0.20933890515914416, 0.21121560622411534, 0.2126319319186229, 0.21369827441234854, 0.214499485795617, 0.21510052347011124, 0.2155508161669552, 0.2158877744916295, 0.216139705931219, 0.21632794279510517, 0.2164684947596008, 0.2165733938671791, 0.2166517023315598, 0.21671013355226393, 0.21675371796699883, 0.21678621757341873, 0.21681045725282486, 0.21682853755909667, 0.2168420067185311, 0.2168520520588413, 0.2168595532711962, 0.2168651365079999, 0.21686929408298822, 0.21687240010532857, 0.21687471309816903, 0.21687643491280298, 0.21687772035748792, 0.21687867912569495, 0.21687939421451066, 0.21687992684672516, 0.21688032379918112, 0.21688061973143388, 0.2168808403156974, 0.21688100471986457, 0.21688112727142317, 0.21688121864358578, 0.21688128678437296, 0.21688133759361852, 0.21688137546684327, 0.21688140370253436, 0.21688142480682043, 0.21688144058761089, 0.2168814523083598, 0.21688146102945494, 0.21688146752314852, 0.2168814723580512, 0.21688147595769963, 0.2168814786376776, 0.21688148063296347, 0.2168814821184886, 0.21688148322448653, 0.21688148404791924, 0.2168814846609776, 0.2168814851174092, 0.2168814854572297, 0.21688148571023141, 0.21688148589859513, 0.21688148603883484, 0.21688148614324554, 0.2168814862209809, 0.21688148627885612, 0.21688148632232743, 0.21688148635495497, 0.216881486379208, 0.21688148639566832, 0.2168814864074403, 0.21688148641653926, 0.21688148642357213, 0.2168814864290081, 0.21688148643320973, 0.2168814864364573, 0.21688148643896746, 0.21688148644090763, 0.2168814864424073, 0.2168814864435664, 0.21688148644446234, 0.21688148644515481, 0.21688148644569005, 0.21688148644610375, 0.21688148644642352, 0.2168814864466707, 0.21688148644686175, 0.21688148644700941, 0.21688148644712352, 0.21688148644721172, 0.21688148644727992, 0.21688148644733263, 0.21688148644737337, 0.21688148644740488, 0.21688148644742922, 0.21688148644744804, 0.21688148644746258, 0.21688148644747385, 0.2168814864474825, 0.2168814864474892, 0.2168814864474944, 0.21688148644749838, 0.2168814864475015, 0.2168814864475039, 0.21688148644750574, 0.21688148644750718, 0.2168814864475083, 0.21688148644750915, 0.21688148644750982, 0.21688148644751032, 0.2168814864475107, 0.21688148644751098, 0.21688148644751123, 0.21688148644751143, 0.21688148644751157, 0.21688148644751165, 0.21688148644751173, 0.21688148644751182, 0.21688148644751187, 0.21688148644751193, 0.21688148644751198, 0.216881486447512, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204], "Hair": [1.6853182222234064, 1.6126644825939864, 1.515214263923322, 1.4103170329261712, 1.3079467802384606, 1.2134217134147915, 1.129205064022363, 1.0560382701487563, 0.9936561844579513, 0.941241816029957, 0.8977155584551372, 0.8619152060041344, 0.8327033766241031, 0.8090276897409483, 0.7899488739847856, 0.7746507570632757, 0.7624369687997142, 0.7527223214437344, 0.7450212232514126, 0.738934385983972, 0.7341359701626752, 0.7303621967194067, 0.727400434851348, 0.7250800497944273, 0.7232651083782999, 0.7218475879045401, 0.7207419893872552, 0.7198806201767495, 0.7192102254141027, 0.7186889762456555, 0.7182839835885023, 0.7179695110308881, 0.7177255224719941, 0.7175363201157596, 0.7173896584060789, 0.7172760532596206, 0.7171880624142708, 0.7171199125092166, 0.7170671328935694, 0.7170262498508292, 0.7169946243486456, 0.7169701538121654, 0.7169512118289854, 0.7169365550375355, 0.7169252166590696, 0.7169164402641898, 0.716909645294419, 0.716904384788844, 0.7169003117846363, 0.7168971577658314, 0.7168947150336189, 0.7168928194410776, 0.7168913471870508, 0.7168902089826297, 0.7168893280663615, 0.7168886459276163, 0.7168881176116507, 0.7168877083490781, 0.7168873912432278, 0.7168871454886286, 0.7168869549887321, 0.7168868072876007, 0.7168866927445157, 0.7168866038961201, 0.7168865349634056, 0.7168864814705947, 0.7168864399504689, 0.7168864077164928, 0.716886382686561, 0.7168863632466407, 0.7168863481452602, 0.7168863364118462, 0.7168863272340512, 0.7168863200591352, 0.7168863144847962, 0.7168863104747147, 0.7168863074599656, 0.7168863050485552, 0.7168863031195439, 0.7168863015762771, 0.7168863003414988, 0.7168862993534523, 0.7168862985627639, 0.716886297929956, 0.71688629742346, 0.7168862970180296, 0.7168862966934718, 0.7168862964336336, 0.7168862962255936, 0.7168862960590134, 0.7168862959256208, 0.7168862958187964, 0.7168862957332425, 0.7168862956647193, 0.7168862956098331, 0.716886295565867, 0.7168862955306465, 0.7168862955024301, 0.7168862954798236, 0.7168862954617109, 0.7168862954471976, 0.7168862954355679, 0.7168862954262485, 0.71688629541878, 0.7168862954127946, 0.7168862954079974, 0.7168862954041526, 0.7168862954010708, 0.7168862953986007, 0.7168862953966206, 0.7168862953950332, 0.7168862953937608, 0.7168862953927407, 0.716886295391923, 0.7168862953912671, 0.7168862953907413, 0.7168862953903198, 0.7168862953899818, 0.7168862953897109, 0.7168862953894936, 0.7168862953893193, 0.7168862953891796, 0.7168862953890675, 0.7168862953889775, 0.7168862953889055, 0.7168862953888477, 0.7168862953888013, 0.7168862953887641, 0.7168862953887342, 0.7168862953887103, 0.7168862953886911, 0.7168862953886757, 0.7168862953886633, 0.7168862953886534, 0.7168862953886456, 0.7168862953886392, 0.7168862953886341, 0.71688629538863, 0.7168862953886267, 0.7168862953886241, 0.716886295388622, 0.7168862953886204, 0.7168862953886189, 0.7168862953886178, 0.7168862953886169, 0.7168862953886163, 0.7168862953886157, 0.7168862953886153, 0.7168862953886149, 0.7168862953886146, 0.7168862953886144, 0.7168862953886141, 0.716886295388614, 0.7168862953886139, 0.7168862953886137, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136, 0.7168862953886136], "HairDensity": [100.0, 95.68901951741972, 89.90671577290195, 83.68253629071717, 77.60829753047544, 71.99956052299422, 67.00248351510884, 62.66106045869168, 58.95955857802575, 55.84950092025919, 53.26682798639649, 51.14257916626731, 49.409266786751665, 48.00444682035268, 46.872386684493456, 45.964658000392035, 45.23994096461181, 44.663512891392294, 44.20656072112726, 43.84539229683939, 43.560673615345145, 43.33675308843778, 43.16101406010452, 43.02333175024025, 42.91564043163973, 42.831530472163365, 42.76592870611669, 42.714818524125704, 42.67503999720974, 42.64411116955133, 42.62008053534749, 42.601420999512214, 42.58694370046704, 42.57571719417645, 42.567014878628754, 42.56027400649195, 42.55505298388687, 42.551009242820314, 42.54787751286266, 42.5454516776583, 42.543575147649506, 42.54212316450725, 42.54099922346571, 42.5401295484538, 42.539456774711944, 42.53893601876424, 42.5385328326074, 42.538220695379806, 42.53797901970372, 42.53779187292258, 42.537646931024945, 42.53753445419319, 42.537447096564975, 42.537379560095836, 42.53732729007012, 42.53728681470255, 42.537255466559586, 42.53723118256579, 42.53721236678096, 42.5371977846922, 42.537186481195086, 42.53717771720443, 42.537170920678804, 42.537165648772614, 42.53716155858279, 42.5371583845347, 42.53715592089755, 42.537154008263144, 42.53715252308774, 42.53715136960111, 42.53715047354598, 42.53714977733242, 42.537149232759, 42.53714880702836, 42.53714847626952, 42.537148238327426, 42.53714805944435, 42.537147916360965, 42.5371478019012, 42.537147710329954, 42.53714763706318, 42.537147578436475, 42.53714753152021, 42.537147493971936, 42.5371474639185, 42.5371474398619, 42.53714742060394, 42.53714740518618, 42.53714739284193, 42.537147382957734, 42.53714737504275, 42.53714736870422, 42.537147363627795, 42.53714735956191, 42.53714735630518, 42.53714735369641, 42.53714735160657, 42.53714734993232, 42.53714734859094, 42.5371473475162, 42.53714734665505, 42.53714734596498, 42.53714734541201, 42.53714734496886, 42.53714734461371, 42.537147344329064, 42.53714734410093, 42.53714734391807, 42.5371473437715, 42.537147343654006, 42.53714734355982, 42.53714734348432, 42.5371473434238, 42.53714734337527, 42.53714734333635, 42.53714734330515, 42.53714734328015, 42.537147343260095, 42.53714734324402, 42.53714734323112, 42.537147343220774, 42.537147343212496, 42.53714734320583, 42.5371473432005, 42.537147343196224, 42.53714734319279, 42.53714734319005, 42.53714734318784, 42.53714734318606, 42.53714734318464, 42.537147343183506, 42.53714734318258, 42.53714734318186, 42.53714734318127, 42.537147343180806, 42.53714734318042, 42.53714734318012, 42.537147343179875, 42.53714734317968, 42.537147343179534, 42.537147343179406, 42.537147343179306, 42.53714734317922, 42.53714734317915, 42.5371473431791, 42.53714734317906, 42.537147343179036, 42.537147343179, 42.53714734317899, 42.537147343178965, 42.53714734317895, 42.537147343178944, 42.53714734317893, 42.53714734317892, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891, 42.53714734317891]}, "proteins": {"AR/DHT (AR)": [0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62], "DKK1": [0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403], "β-catenin (CTNNB1)": [1.1955255024991622, 1.1150676043218872, 1.054046618321528, 1.0076450801063004, 0.9722647623009499, 0.9452154734525396, 0.9244820861265238, 0.9085512988928145, 0.8962832373424869, 0.8868165621176407, 0.8794982255633057, 0.8738315041277822, 0.8694374538020572, 0.8660259352768771, 0.8633744974114163, 0.8613118789931091, 0.8597060232415803, 0.8584549100512652, 0.8574796763188055, 0.8567190906987, 0.856125674075061, 0.8556625677827969, 0.8553010416944004, 0.8550186628573824, 0.8547981135921252, 0.8546258362359488, 0.854491227555159, 0.8543860501020947, 0.8543038591967724, 0.8542396216663671, 0.8541894157575473, 0.8541501712588189, 0.854119495959086, 0.8540955188374025, 0.8540767761231585, 0.8540621282760642, 0.8540506780162552, 0.8540417256045987, 0.8540347250395192, 0.8540292490289754, 0.8540249701664779, 0.8540216256989261, 0.8540190105288529, 0.8540169663126461, 0.8540153687563609, 0.8540141196717179, 0.8540131428981673, 0.8540123791752638, 0.8540117820321534, 0.8540113151285194, 0.8540109500595064, 0.8540106641316897, 0.854010440033981, 0.8540102651621968, 0.854010128601681, 0.8540100219321318, 0.8540099386119255, 0.8540098735305668, 0.8540098226955453, 0.8540097829883125, 0.85400975197299, 0.8540097277469159, 0.8540097088239229, 0.8540096940431668, 0.8540096824979124, 0.854009673479909, 0.8540096664359421, 0.8540096609338963, 0.8540096566362451, 0.8540096532793473, 0.8540096506572726, 0.8540096486091685, 0.8540096469993961, 0.8540096457350356, 0.8540096447479536, 0.8540096440335395, 0.8540096434937907, 0.8540096430606527, 0.8540096427130678, 0.8540096424341377, 0.8540096422103016, 0.8540096420306773, 0.8540096418865323, 0.8540096417708588, 0.8540096416780331, 0.8540096416035421, 0.8540096415437646, 0.8540096414957942, 0.854009641457299, 0.8540096414264072, 0.8540096414016173, 0.8540096413817237, 0.8540096413657595, 0.8540096413529485, 0.8540096413426682, 0.8540096413344183, 0.8540096413277978, 0.854009641322485, 0.8540096413182217, 0.8540096413148003, 0.8540096413120548, 0.8540096413098516, 0.8540096413080835, 0.8540096413066647, 0.8540096413055261, 0.8540096413046125, 0.8540096413038792, 0.8540096413032909, 0.8540096413028188, 0.8540096413024398, 0.8540096413021357, 0.8540096413018918, 0.854009641301696, 0.8540096413015389, 0.8540096413014128, 0.8540096413013116, 0.8540096413012304, 0.8540096413011652, 0.8540096413011128, 0.8540096413010709, 0.8540096413010372, 0.8540096413010102, 0.8540096413009886, 0.854009641300971, 0.8540096413009572, 0.8540096413009459, 0.8540096413009369, 0.8540096413009296, 0.8540096413009238, 0.8540096413009192, 0.8540096413009155, 0.8540096413009125, 0.8540096413009101, 0.8540096413009083, 0.8540096413009067, 0.8540096413009056, 0.8540096413009046, 0.8540096413009038, 0.8540096413009032, 0.8540096413009027, 0.8540096413009023, 0.8540096413009018, 0.8540096413009015, 0.8540096413009014, 0.8540096413009012, 0.854009641300901, 0.8540096413009007, 0.8540096413009006, 0.8540096413009005, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004, 0.8540096413009004], "BMP4": [0.12536448527548816, 0.14105348249210276, 0.15394287483090557, 0.1645148072749878, 0.17315691395820096, 0.18019174201105667, 0.18589245488017878, 0.19049157070933395, 0.19418649525203505, 0.19714371743442735, 0.19950249882827328, 0.2013783382688094, 0.20286623835892656, 0.20404379979868445, 0.20497395237307459, 0.20570746014598917, 0.2062850984907034, 0.206739462634659, 0.2070964907435179, 0.20737679841326273, 0.20759671743788016, 0.2077691443836001, 0.20790426858858532, 0.20801013620019082, 0.2080930463170437, 0.20815795736794815, 0.2082087636033217, 0.20824852311319988, 0.2082796330502566, 0.20830396987093971, 0.20832300757154115, 0.20833790008956535, 0.2083495466356608, 0.20835865428883146, 0.20836577664673597, 0.20837134456728426, 0.2083756981119843, 0.2083791026874881, 0.20838176544622158, 0.2083838486166591, 0.20838547657709725, 0.20838674915535482, 0.2083877443066265, 0.20838852224511667, 0.20838913023764272, 0.20838960562946082, 0.20838997739480097, 0.2083902680807119, 0.2083904953690141, 0.20839067308821427, 0.2083908120479839, 0.2083909208848856, 0.20839100618740178, 0.20839107275275648, 0.20839112473520294, 0.2083911653397261, 0.2083911970562999, 0.20839122183018832, 0.2083912411811216, 0.20839125629617253, 0.20839126810256434, 0.2083912773245546, 0.2083912845278636, 0.20839129015437693, 0.20839129454925281, 0.20839129798209485, 0.20839130066349107, 0.20839130275793205, 0.20839130439390172, 0.20839130567175898, 0.20839130666989428, 0.2083913074495385, 0.20839130806232475, 0.2083913085436243, 0.2083913089193734, 0.20839130919132695, 0.20839130939679124, 0.2083913095616724, 0.20839130969398637, 0.2083913098001658, 0.20839130988537272, 0.2083913099537497, 0.20839131000862088, 0.20839131005265393, 0.2083913100879896, 0.20839131011634585, 0.20839131013910114, 0.20839131015736184, 0.20839131017201573, 0.20839131018377516, 0.2083913101932119, 0.2083913102007847, 0.2083913102068617, 0.20839131021173837, 0.20839131021565183, 0.20839131021879229, 0.20839131022131246, 0.20839131022333487, 0.20839131022495783, 0.20839131022626017, 0.2083913102273053, 0.20839131022814403, 0.20839131022881707, 0.20839131022935717, 0.20839131022979057, 0.20839131023013838, 0.2083913102304175, 0.20839131023064147, 0.20839131023082122, 0.20839131023096547, 0.2083913102310812, 0.20839131023117408, 0.2083913102312486, 0.2083913102313084, 0.2083913102313564, 0.2083913102313949, 0.2083913102314258, 0.2083913102314506, 0.20839131023147053, 0.20839131023148652, 0.20839131023149934, 0.2083913102315096, 0.20839131023151788, 0.2083913102315245, 0.20839131023152985, 0.2083913102315341, 0.2083913102315375, 0.20839131023154028, 0.2083913102315425, 0.20839131023154425, 0.2083913102315457, 0.20839131023154683, 0.20839131023154775, 0.20839131023154847, 0.20839131023154905, 0.20839131023154953, 0.20839131023154991, 0.20839131023155022, 0.20839131023155044, 0.2083913102315506, 0.20839131023155077, 0.2083913102315509, 0.208391310231551, 0.20839131023155105, 0.20839131023155116, 0.20839131023155122, 0.20839131023155125, 0.20839131023155127, 0.2083913102315513, 0.20839131023155133, 0.20839131023155136, 0.20839131023155139, 0.20839131023155144, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147, 0.20839131023155147], "SHH": [0.7736219254794859, 0.7686176257826629, 0.7571704717305104, 0.7430175202052897, 0.728365857579185, 0.7144446132762229, 0.7018689984099725, 0.6908794161169965, 0.6814969485606696, 0.673622632091305, 0.6670995591093837, 0.6617503929024591, 0.6573990242172839, 0.6538822148806911, 0.651054838910586, 0.648791658286298, 0.6469865872479024, 0.6455511899442845, 0.6444126484261438, 0.643511506067999, 0.6427995341576823, 0.6422379019368458, 0.6417954407163691, 0.6414472121877314, 0.6411734023233505, 0.6409582798819997, 0.6407893950627538, 0.6406568788753274, 0.640552952361395, 0.640471489356631, 0.6404076524583892, 0.6403576401197898, 0.6403184759043363, 0.6402878136020809, 0.6402638115484678, 0.6402450313807364, 0.640230336096155, 0.6402188366165956, 0.64020983763391, 0.6402027939653463, 0.640197287035243, 0.6401929806540277, 0.6401896120292095, 0.6401869779394225, 0.6401849187839276, 0.6401833083929479, 0.6401820488129711, 0.640181063784017, 0.6401802934823293, 0.6401796911049452, 0.6401792200548103, 0.6401788510844855, 0.6401785618769463, 0.6401783361799366, 0.6401781599179605, 0.6401780222297265, 0.6401779146757631, 0.6401778306621482, 0.64017776503695, 0.6401777137756391, 0.6401776737344391, 0.6401776424575902, 0.6401776180267927, 0.6401775989435926, 0.640177584037499, 0.6401775723942098, 0.6401775632995419, 0.6401775561956327, 0.6401775506467253, 0.640177546312444, 0.6401775429269164, 0.6401775402824668, 0.64017753820397, 0.6401775365714552, 0.6401775352969523, 0.6401775343745104, 0.6401775336775924, 0.6401775331183285, 0.6401775326695294, 0.6401775323093764, 0.6401775320203602, 0.6401775317884302, 0.6401775316023106, 0.6401775314529531, 0.6401775313330965, 0.6401775312369138, 0.6401775311597291, 0.6401775310977899, 0.6401775310480847, 0.6401775310081973, 0.6401775309761883, 0.6401775309505018, 0.6401775309298888, 0.6401775309133473, 0.6401775309000731, 0.6401775308894208, 0.6401775308808725, 0.6401775308740127, 0.6401775308685078, 0.6401775308640902, 0.6401775308605452, 0.6401775308577003, 0.6401775308554174, 0.6401775308535855, 0.6401775308521154, 0.6401775308509356, 0.640177530849989, 0.6401775308492291, 0.6401775308486195, 0.6401775308481302, 0.6401775308477377, 0.6401775308474226, 0.6401775308471697, 0.6401775308469668, 0.640177530846804, 0.6401775308466733, 0.6401775308465685, 0.6401775308464843, 0.6401775308464169, 0.6401775308463628, 0.6401775308463192, 0.6401775308462843, 0.6401775308462563, 0.6401775308462337, 0.6401775308462156, 0.6401775308462012, 0.6401775308461896, 0.6401775308461802, 0.6401775308461728, 0.6401775308461668, 0.6401775308461619, 0.640177530846158, 0.6401775308461549, 0.6401775308461525, 0.6401775308461504, 0.6401775308461488, 0.6401775308461476, 0.6401775308461465, 0.6401775308461457, 0.6401775308461451, 0.6401775308461446, 0.6401775308461441, 0.6401775308461437, 0.6401775308461435, 0.6401775308461434, 0.6401775308461433, 0.6401775308461432, 0.640177530846143, 0.6401775308461429, 0.6401775308461427, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426, 0.6401775308461426], "IGF1": [0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283], "VEGFA (DP)": [1.3730090410250906, 1.2581981934223225, 1.159662160081496, 1.0805575689809817, 1.0193517581277973, 0.9729890163545617, 0.9382966845882557, 0.9125134315721759, 0.8934182261145823, 0.8792967158596464, 0.8688558236348437, 0.8611327413717093, 0.8554155299179401, 0.851179124357016, 0.8480372690527328, 0.8457050582301807, 0.8439724849672265, 0.8426844825812094, 0.8417265580050782, 0.8410137039965222, 0.8404830524713115, 0.8400879984410579, 0.839793786233151, 0.8395744659963086, 0.8394110875576007, 0.8392893865765337, 0.8391986532541537, 0.8391310530271164, 0.8390806840278522, 0.8390431112600901, 0.8390151142727279, 0.8389942638974794, 0.8389787060352457, 0.8389671027660782, 0.8389584667450595, 0.8389520291915641, 0.8389472255631318, 0.8389436466777161, 0.8389409777812628, 0.8389389855992331, 0.8389375028033069, 0.8389363980789002, 0.83893557373937, 0.8389349595581495, 0.8389345021852561, 0.8389341610194703, 0.8389339064958766, 0.8389337167837705, 0.8389335753631084, 0.8389334699061605, 0.8389333912801883, 0.8389333325295725, 0.8389332885986128, 0.8389332559663247, 0.8389332316848672, 0.8389332136057004, 0.8389332001451477, 0.8389331901235701, 0.8389331826623426, 0.8389331771073439, 0.8389331729715677, 0.8389331698924207, 0.8389331675999481, 0.8389331658931662, 0.8389331646224409, 0.8389331636763664, 0.8389331629719992, 0.838933162447587, 0.8389331620571537, 0.8389331617664704, 0.8389331615500519, 0.838933161388925, 0.8389331612678992, 0.8389331611770625, 0.838933161109541, 0.838933161063715, 0.8389331610309413, 0.8389331610056094, 0.8389331609860297, 0.8389331609708958, 0.8389331609591983, 0.8389331609501569, 0.8389331609431685, 0.8389331609377669, 0.8389331609335918, 0.8389331609303647, 0.8389331609278705, 0.8389331609259426, 0.8389331609244526, 0.8389331609233007, 0.8389331609224104, 0.8389331609217224, 0.8389331609211905, 0.8389331609207794, 0.8389331609204617, 0.8389331609202161, 0.8389331609200261, 0.8389331609198795, 0.838933160919766, 0.8389331609196783, 0.8389331609196106, 0.8389331609195583, 0.8389331609195178, 0.8389331609194864, 0.8389331609194622, 0.8389331609194436, 0.838933160919429, 0.8389331609194178, 0.8389331609194093, 0.8389331609194026, 0.8389331609193975, 0.8389331609193936, 0.8389331609193905, 0.8389331609193882, 0.8389331609193863, 0.838933160919385, 0.8389331609193839, 0.838933160919383, 0.8389331609193822, 0.8389331609193817, 0.8389331609193814, 0.8389331609193811, 0.8389331609193807, 0.8389331609193805, 0.8389331609193804, 0.8389331609193802, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.04535765261277513, 0.09209653832970434, 0.12420659703782283, 0.14713414987131945, 0.1640088047222101, 0.17668466798161453, 0.18631737587068756, 0.19367452682413588, 0.19929850201504562, 0.20359108158605174, 0.206858812600788, 0.20933890515914416, 0.21121560622411534, 0.2126319319186229, 0.21369827441234854, 0.214499485795617, 0.21510052347011124, 0.2155508161669552, 0.2158877744916295, 0.216139705931219, 0.21632794279510517, 0.2164684947596008, 0.2165733938671791, 0.2166517023315598, 0.21671013355226393, 0.21675371796699883, 0.21678621757341873, 0.21681045725282486, 0.21682853755909667, 0.2168420067185311, 0.2168520520588413, 0.2168595532711962, 0.2168651365079999, 0.21686929408298822, 0.21687240010532857, 0.21687471309816903, 0.21687643491280298, 0.21687772035748792, 0.21687867912569495, 0.21687939421451066, 0.21687992684672516, 0.21688032379918112, 0.21688061973143388, 0.2168808403156974, 0.21688100471986457, 0.21688112727142317, 0.21688121864358578, 0.21688128678437296, 0.21688133759361852, 0.21688137546684327, 0.21688140370253436, 0.21688142480682043, 0.21688144058761089, 0.2168814523083598, 0.21688146102945494, 0.21688146752314852, 0.2168814723580512, 0.21688147595769963, 0.2168814786376776, 0.21688148063296347, 0.2168814821184886, 0.21688148322448653, 0.21688148404791924, 0.2168814846609776, 0.2168814851174092, 0.2168814854572297, 0.21688148571023141, 0.21688148589859513, 0.21688148603883484, 0.21688148614324554, 0.2168814862209809, 0.21688148627885612, 0.21688148632232743, 0.21688148635495497, 0.216881486379208, 0.21688148639566832, 0.2168814864074403, 0.21688148641653926, 0.21688148642357213, 0.2168814864290081, 0.21688148643320973, 0.2168814864364573, 0.21688148643896746, 0.21688148644090763, 0.2168814864424073, 0.2168814864435664, 0.21688148644446234, 0.21688148644515481, 0.21688148644569005, 0.21688148644610375, 0.21688148644642352, 0.2168814864466707, 0.21688148644686175, 0.21688148644700941, 0.21688148644712352, 0.21688148644721172, 0.21688148644727992, 0.21688148644733263, 0.21688148644737337, 0.21688148644740488, 0.21688148644742922, 0.21688148644744804, 0.21688148644746258, 0.21688148644747385, 0.2168814864474825, 0.2168814864474892, 0.2168814864474944, 0.21688148644749838, 0.2168814864475015, 0.2168814864475039, 0.21688148644750574, 0.21688148644750718, 0.2168814864475083, 0.21688148644750915, 0.21688148644750982, 0.21688148644751032, 0.2168814864475107, 0.21688148644751098, 0.21688148644751123, 0.21688148644751143, 0.21688148644751157, 0.21688148644751165, 0.21688148644751173, 0.21688148644751182, 0.21688148644751187, 0.21688148644751193, 0.21688148644751198, 0.216881486447512, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204]}}, {"id": "Androgenetic Alopecia|finasteride", "disease": "Androgenetic Alopecia", "interventions": ["finasteride"], "intervention_labels": ["피나스테리드 (5AR2 억제)"], "tracked_genes": ["AR", "SRD5A2"], "metrics": {"final_hair_density_pct": 76.5, "min_hair_density_pct": 76.5, "anagen_fraction": 1.0, "healthy_ss": 1.6853, "AND_load": 0.248, "INF_load": 0.08}, "drive": {"AND": 0.248, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.167855517481849, 1.146863375935258, 1.130896389811441, 1.1187228721574716, 1.1094218037968457, 1.1023018839517138, 1.0968424403985362, 1.0926500380457291, 1.089426454567034, 1.0869450327549428, 1.0850330603290337, 1.0835586325787963, 1.0824208131760253, 1.0815422123837146, 1.0808634127410353, 1.0803387790570285, 1.0799331418596319, 1.0796193851886633, 1.0793766757848933, 1.0791888686740063, 1.0790435145281958, 1.0789310033829023, 1.0788439016042082, 1.0787764631815053, 1.0787242448262835, 1.0786838083206982, 1.0786524935910273, 1.0786282460126744, 1.0786094646641249, 1.0785949147013931, 1.078583645976995, 1.0785749174101904, 1.0785681560325309, 1.0785629186651344, 1.078558861290073, 1.078555718480728, 1.078553284054577, 1.0785513982730952, 1.078549938115541, 1.0785488070447684, 1.0785479305467272, 1.0785472511860597, 1.078546722494955, 1.0785463138383315, 1.0785459977336784, 1.0785457530925586, 1.0785455637587984, 1.0785454172312687, 1.0785453038319344, 1.0785452160707594, 1.0785451481512258, 1.0785450955873699, 1.0785450549074627, 1.0785450234246974, 1.078544999059724, 1.0785449802033085, 1.0785449656100445, 1.0785449543160956, 1.0785449455755352, 1.0785449388110806, 1.0785449335759638, 1.0785449295244254, 1.0785449263888764, 1.0785449239622256, 1.078544922078068, 1.0785449206070978, 1.0785449194678904, 1.0785449186202212, 1.0785449180172504, 1.0785449175369122, 1.0785449171542654, 1.0785449168494416, 1.078544916606613, 1.0785449164131709, 1.0785449162590715, 1.0785449161363128, 1.078544916038521, 1.0785449159606182, 1.0785449158985592, 1.0785449158491216, 1.0785449158097387, 1.0785449157783655, 1.078544915753373, 1.0785449157334634, 1.0785449157176032, 1.0785449157049687, 1.0785449156949036, 1.0785449156868858, 1.0785449156804987, 1.0785449156754106, 1.0785449156713574, 1.0785449156681282, 1.0785449156655558, 1.0785449156635067, 1.0785449156618745, 1.078544915660574, 1.0785449156595381, 1.078544915658713, 1.0785449156580555, 1.0785449156575317, 1.0785449156571145, 1.0785449156567821, 1.0785449156565174, 1.0785449156563067, 1.0785449156561386, 1.0785449156560047, 1.078544915655898, 1.0785449156558131, 1.0785449156557456, 1.0785449156556919, 1.0785449156556488, 1.0785449156556146, 1.0785449156555875, 1.0785449156555658, 1.0785449156555487, 1.078544915655535, 1.0785449156555238, 1.0785449156555151, 1.078544915655508, 1.0785449156555025, 1.0785449156554978, 1.0785449156554945, 1.0785449156554918, 1.0785449156554896, 1.0785449156554878, 1.0785449156554863, 1.0785449156554854, 1.0785449156554845, 1.0785449156554838, 1.0785449156554832, 1.0785449156554827, 1.0785449156554823, 1.0785449156554818, 1.0785449156554816, 1.0785449156554812, 1.078544915655481, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807], "BMP": [0.12536448527548819, 0.12981442357662223, 0.13342630547381204, 0.13633835013235354, 0.13867235270426465, 0.1405334991909131, 0.1420110535345863, 0.1431796509509737, 0.14410091901419975, 0.14482521455889227, 0.1453933289523188, 0.14583806252803286, 0.14618563133254875, 0.14645688177483468, 0.14666832258433335, 0.14683297928190026, 0.14696109127510149, 0.1470606983515392, 0.14713810317545495, 0.14719821684645695, 0.1472448837772874, 0.14728109950761437, 0.1473091963571466, 0.14733098905091535, 0.14734788853844377, 0.14736099136677003, 0.14737114901521867, 0.14737902244677523, 0.1473851237050933, 0.14738985247490008, 0.14739351774574005, 0.1473963577679631, 0.147398558404885, 0.1474002635757725, 0.14740158476198756, 0.14740260849778428, 0.14740340160434806, 0.1474040160387552, 0.14740449205634173, 0.14740486067112943, 0.14740514623180337, 0.1474053675359069, 0.14740553907524814, 0.14740567257656084, 0.14740577577205183, 0.14740585559863145, 0.14740591737997394, 0.14740596519510193, 0.14740600220044106, 0.14740603083973025, 0.14740605300431533, 0.1474060701579593, 0.14740608343351377, 0.14740609370772584, 0.14740610165913376, 0.1474061078128753, 0.147406112575367, 0.14740611626114367, 0.14740611911363036, 0.1474061213212188, 0.14740612302970887, 0.14740612435193806, 0.14740612537523326, 0.14740612616717833, 0.14740612678007758, 0.14740612725595978, 0.14740612762748323, 0.1474061279152134, 0.1474061281293098, 0.1474061282816026, 0.147406128402922, 0.1474061284995674, 0.14740612857655705, 0.14740612863788852, 0.14740612868674632, 0.1474061287256674, 0.14740612875667272, 0.14740612878137213, 0.14740612880104814, 0.14740612881672246, 0.14740612882920892, 0.14740612883915585, 0.14740612884707982, 0.1474061288533922, 0.14740612885842075, 0.1474061288624266, 0.14740612886561777, 0.14740612886815985, 0.14740612887018495, 0.1474061288717982, 0.14740612887308333, 0.1474061288741071, 0.14740612887492263, 0.1474061288755723, 0.14740612887608986, 0.14740612887650215, 0.14740612887683058, 0.1474061288770922, 0.14740612887730062, 0.14740612887746665, 0.14740612887759894, 0.14740612887770432, 0.14740612887778826, 0.14740612887785512, 0.14740612887790838, 0.14740612887795082, 0.1474061288779846, 0.14740612887801152, 0.14740612887803298, 0.1474061288780501, 0.14740612887806373, 0.14740612887807455, 0.14740612887808321, 0.1474061288780901, 0.1474061288780956, 0.14740612887809995, 0.14740612887810342, 0.14740612887810614, 0.14740612887810836, 0.14740612887811014, 0.14740612887811155, 0.14740612887811266, 0.14740612887811355, 0.14740612887811425, 0.1474061288781148, 0.14740612887811524, 0.1474061288781156, 0.1474061288781159, 0.14740612887811616, 0.14740612887811633, 0.14740612887811647, 0.14740612887811655, 0.14740612887811663, 0.14740612887811672, 0.14740612887811677, 0.14740612887811685, 0.14740612887811688, 0.1474061288781169, 0.14740612887811694, 0.147406128878117, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702], "SHH": [0.7736219254794859, 0.7720381054266503, 0.7684497404050664, 0.7640603465354934, 0.7595649532483804, 0.7553384292310348, 0.7515593010369868, 0.7482893761737753, 0.7455243508490873, 0.7432254042591081, 0.7413382902088063, 0.7398046044985245, 0.7385679865934491, 0.7375772413013982, 0.7367876070033061, 0.736160956652624, 0.7356654205189991, 0.7352747485983733, 0.7349675066436103, 0.7347264031946656, 0.7345375509237436, 0.7343898553671153, 0.7342744951810154, 0.7341844941219577, 0.7341143460216576, 0.7340597159883033, 0.7340172018534188, 0.7339841373294835, 0.7339584394553959, 0.7339384720857512, 0.7339229615258747, 0.7339109193780944, 0.7339015725378927, 0.7338943195432953, 0.7338886924944559, 0.7338843274423266, 0.7338809424766479, 0.7338783178388791, 0.7338762829723401, 0.7338747062121271, 0.7338734840398841, 0.7338725364277545, 0.7338718015943236, 0.7338712295004575, 0.7338707871246312, 0.7338704448284481, 0.7338701798469629, 0.7338699747242591, 0.7338698159457766, 0.7338696930440276, 0.7338695979145773, 0.7338695242831001, 0.7338694672923018, 0.7338694231820391, 0.7338693890416029, 0.7338693626178963, 0.7338693421669084, 0.7338693263387175, 0.7338693140884616, 0.733869304607413, 0.7338692972696234, 0.7338692915906199, 0.733869287195434, 0.7338692837938526, 0.733869281161263, 0.733869279117171, 0.7338692775213183, 0.7338692762853776, 0.7338692753657177, 0.7338692747115292, 0.7338692741903869, 0.7338692737752327, 0.7338692734445112, 0.733869273181051, 0.7338692729711725, 0.7338692728039788, 0.7338692726707887, 0.7338692725646865, 0.7338692724801632, 0.7338692724128302, 0.7338692723591913, 0.7338692723164614, 0.7338692722824218, 0.7338692722553052, 0.7338692722337036, 0.7338692722164953, 0.7338692722027869, 0.7338692721918665, 0.7338692721831671, 0.7338692721762369, 0.7338692721707163, 0.7338692721663184, 0.733869272162815, 0.7338692721600241, 0.7338692721578007, 0.7338692721560296, 0.7338692721546187, 0.7338692721534947, 0.7338692721525993, 0.733869272151886, 0.7338692721513179, 0.7338692721508653, 0.7338692721505046, 0.7338692721502174, 0.7338692721499886, 0.7338692721498064, 0.7338692721496611, 0.7338692721495454, 0.7338692721494532, 0.7338692721493798, 0.7338692721493213, 0.7338692721492747, 0.7338692721492376, 0.733869272149208, 0.7338692721491845, 0.7338692721491656, 0.7338692721491508, 0.7338692721491388, 0.7338692721491292, 0.7338692721491218, 0.7338692721491158, 0.7338692721491109, 0.7338692721491071, 0.733869272149104, 0.7338692721491017, 0.7338692721490999, 0.7338692721490983, 0.7338692721490971, 0.7338692721490961, 0.7338692721490955, 0.7338692721490948, 0.7338692721490943, 0.7338692721490938, 0.7338692721490935, 0.7338692721490933, 0.733869272149093, 0.7338692721490928, 0.7338692721490927, 0.7338692721490926, 0.7338692721490925, 0.7338692721490923, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921], "DP": [1.3730090410250906, 1.3232740087634949, 1.2809445773097885, 1.246761890405712, 1.220007588738372, 1.1994740402099737, 1.1839148227093732, 1.1722246239139842, 1.1634915122137541, 1.1569928816337935, 1.152169772757226, 1.148596679144048, 1.1459528752132686, 1.1439983081723848, 1.1425540710235476, 1.1414872835347902, 1.1406995630714198, 1.1401179927157985, 1.1396885911507852, 1.1393716723863254, 1.1391377413669341, 1.1389650573912848, 1.1388375938585955, 1.1387435072035335, 1.1386740569441693, 1.1386227915479783, 1.138584949515398, 1.1385570168357362, 1.1385364056636755, 1.138521186890504, 1.1385099462009936, 1.138501651427, 1.1384955283839109, 1.1384910078979344, 1.1384876712815457, 1.1384852077283532, 1.138483389497352, 1.1384820474815032, 1.1384810567656898, 1.138480325998507, 1.1384797865279301, 1.1384793879556543, 1.138479093510919, 1.138478874824333, 1.138478714063338, 1.138478595686828, 1.1384785084076008, 1.1384784440570246, 1.1384783966151482, 1.1384783616391865, 1.1384783358534676, 1.1384783168431676, 1.1384783028279901, 1.1384782924954227, 1.138478284877827, 1.13847827926182, 1.1384782751214677, 1.1384782720690285, 1.1384782698186442, 1.1384782681595678, 1.138478266936428, 1.1384782660346782, 1.138478265369871, 1.1384782648797478, 1.1384782645184086, 1.1384782642508022, 1.138478264050985, 1.1384782639036257, 1.1384782638000834, 1.1384782637312707, 1.1384782636784814, 1.1384782636379847, 1.1384782636069182, 1.138478263583086, 1.1384782635648032, 1.1384782635507775, 1.1384782635400181, 1.1384782635317643, 1.1384782635254327, 1.138478263520575, 1.1384782635168487, 1.13847826351399, 1.138478263511797, 1.1384782635101145, 1.138478263508824, 1.1384782635078339, 1.1384782635070745, 1.1384782635064918, 1.1384782635060449, 1.138478263505702, 1.1384782635054391, 1.1384782635052373, 1.1384782635050825, 1.1384782635049637, 1.1384782635048725, 1.1384782635048027, 1.1384782635047492, 1.138478263504708, 1.1384782635046764, 1.1384782635046522, 1.1384782635046338, 1.1384782635046196, 1.1384782635046085, 1.1384782635046, 1.1384782635045936, 1.1384782635045887, 1.1384782635045847, 1.1384782635045818, 1.1384782635045798, 1.138478263504578, 1.1384782635045767, 1.1384782635045756, 1.138478263504575, 1.1384782635045745, 1.1384782635045738, 1.1384782635045734, 1.1384782635045732, 1.138478263504573, 1.1384782635045732, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727], "HFSC": [0.967293081691081, 0.9475488237859023, 0.9243110542581311, 0.9013692568151113, 0.8804976444388127, 0.8623594277168833, 0.8470399369607362, 0.8343455225944811, 0.8239668861717414, 0.8155653663076878, 0.8088156538136089, 0.8034253491073156, 0.7991414762696952, 0.7957505693815491, 0.7930755463180413, 0.7909713635983234, 0.7893203697710972, 0.7880278189096345, 0.7870177753969091, 0.7862299045458566, 0.785616268663251, 0.7851389802935745, 0.7847681861783321, 0.784480436244455, 0.7842573459963389, 0.7840845316675656, 0.7839507652147679, 0.7838472945920324, 0.7837673188944246, 0.7837055213152211, 0.7836577855969137, 0.7836209352573974, 0.7835924965526146, 0.783570555770291, 0.7835536324869204, 0.783540580998387, 0.7835305191302916, 0.7835227629900775, 0.7835167847625125, 0.78351217948534, 0.7835086304941282, 0.7835058944705631, 0.7835037848191261, 0.7835021513357351, 0.7835008954983537, 0.7834999292081294, 0.7834991852497472, 0.7834986124353323, 0.7834981713732063, 0.7834978317334966, 0.7834975701718633, 0.7834973687209749, 0.7834972135514666, 0.7834970940184873, 0.7834970019279498, 0.7834969309718754, 0.7834968762938823, 0.7834968341548267, 0.7834968016755125, 0.7834967766386973, 0.7834967573367267, 0.7834967424542741, 0.7834967309780909, 0.783496722127542, 0.7834967153011337, 0.7834967100177085, 0.7834967059049404, 0.7834967027295904, 0.7834967003750474, 0.7834966987067601, 0.7834966973805689, 0.7834966963262603, 0.7834966954880452, 0.7834966948215936, 0.7834966942916781, 0.7834966938703031, 0.7834966935352181, 0.7834966932687384, 0.7834966930568064, 0.7834966928882477, 0.7834966927541793, 0.7834966926475385, 0.7834966925627102, 0.7834966924952296, 0.7834966924415466, 0.7834966923988383, 0.7834966923648596, 0.783496692337825, 0.7834966923163145, 0.7834966922991987, 0.7834966922855793, 0.7834966922747415, 0.783496692266117, 0.7834966922592534, 0.7834966922537913, 0.7834966922494441, 0.7834966922459843, 0.7834966922432305, 0.7834966922410387, 0.783496692239294, 0.7834966922379052, 0.7834966922367997, 0.7834966922359198, 0.7834966922352194, 0.7834966922346619, 0.783496692234218, 0.7834966922338646, 0.7834966922335832, 0.783496692233359, 0.7834966922331806, 0.7834966922330387, 0.7834966922329257, 0.7834966922328358, 0.783496692232764, 0.7834966922327069, 0.7834966922326615, 0.7834966922326253, 0.7834966922325965, 0.7834966922325736, 0.7834966922325554, 0.7834966922325408, 0.7834966922325293, 0.7834966922325199, 0.7834966922325126, 0.7834966922325068, 0.7834966922325023, 0.7834966922324985, 0.7834966922324956, 0.7834966922324933, 0.7834966922324914, 0.78349669223249, 0.7834966922324887, 0.7834966922324879, 0.7834966922324871, 0.7834966922324865, 0.7834966922324862, 0.7834966922324857, 0.7834966922324854, 0.7834966922324851, 0.7834966922324847, 0.7834966922324845, 0.7834966922324844, 0.7834966922324842, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841, 0.7834966922324841], "APO": [0.04535765261277512, 0.06305456342864255, 0.07463537934136741, 0.08238973398282826, 0.08769390880033898, 0.09138977696923169, 0.09400453551051102, 0.09587674575849398, 0.09722951546954405, 0.09821355885049046, 0.09893281488957235, 0.09946032115011706, 0.09984810233556933, 0.1001336232825451, 0.10034407775126589, 0.10049931625637279, 0.10061385820148522, 0.10069840260863824, 0.10076082428681497, 0.10080689802986503, 0.10084091559539503, 0.1008660332663763, 0.10088457651945994, 0.10089826733101691, 0.10090837556145696, 0.10091583783526914, 0.1009213469367332, 0.1009254141242252, 0.10092841540699905, 0.10093063162446987, 0.10093226872091854, 0.10093347676549848, 0.10093436857772539, 0.10093502707321016, 0.10093551306935684, 0.10093587188342278, 0.10093613676225324, 0.1009363322615658, 0.10093647656649438, 0.10093658302342265, 0.10093666161746341, 0.10093671967662383, 0.10093676256721668, 0.10093679442469898, 0.10093681784376345, 0.10093683508803784, 0.10093684780224574, 0.10093685717644546, 0.10093686408751905, 0.10093686918262829, 0.10093687293895265, 0.10093687570827266, 0.10093687774993139, 0.10093687925512729, 0.10093688036482029, 0.10093688118293208, 0.10093688178607808, 0.10093688223074233, 0.10093688255856727, 0.10093688280025341, 0.10093688297843446, 0.10093688310979691, 0.10093688320664275, 0.10093688327804154, 0.10093688333067966, 0.10093688336966328, 0.10093688339877166, 0.10093688342023824, 0.10093688343532178, 0.10093688344534611, 0.10093688345303618, 0.10093688345893553, 0.10093688346346115, 0.10093688346693293, 0.10093688346959628, 0.10093688347163943, 0.10093688347320681, 0.10093688347440921, 0.10093688347533163, 0.10093688347603924, 0.10093688347658206, 0.1009368834769985, 0.10093688347731795, 0.10093688347756302, 0.10093688347775104, 0.10093688347789527, 0.10093688347800592, 0.10093688347809078, 0.1009368834781559, 0.10093688347820585, 0.10093688347824417, 0.10093688347827356, 0.10093688347829612, 0.10093688347831341, 0.10093688347832666, 0.10093688347833686, 0.10093688347834467, 0.10093688347835067, 0.10093688347835525, 0.10093688347835877, 0.10093688347836148, 0.10093688347836355, 0.10093688347836514, 0.10093688347836637, 0.10093688347836731, 0.10093688347836803, 0.10093688347836859, 0.10093688347836902, 0.10093688347836935, 0.10093688347836959, 0.10093688347836977, 0.10093688347836992, 0.10093688347837003, 0.10093688347837011, 0.10093688347837018, 0.10093688347837024, 0.10093688347837027, 0.10093688347837029, 0.10093688347837032, 0.10093688347837033, 0.10093688347837035, 0.10093688347837036, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039], "Hair": [1.6853182222234062, 1.658830962608171, 1.620477946652064, 1.5781060249312289, 1.5362444322939304, 1.4973228242752594, 1.46248483345517, 1.4321052656928919, 1.4061150587294393, 1.3842044807857592, 1.365948367017782, 1.3508827452400802, 1.3385498779448264, 1.328523241803057, 1.320419857612616, 1.313904696901371, 1.3086903299489059, 1.3045340048349536, 1.3012328561535809, 1.2986194537638245, 1.296556597377229, 1.2949325921707964, 1.2936570706533832, 1.2926574096300734, 1.2918754721369765, 1.2912649106269132, 1.290788929641368, 1.290418407704013, 1.2901303997482885, 1.289906762411941, 1.2897332782558355, 1.2895988506370792, 1.2894947799657501, 1.289414277101247, 1.2893520490159416, 1.289303976531595, 1.2892668679997819, 1.2892382377878568, 1.2892161595055753, 1.2891991489113255, 1.2891860422966808, 1.289175943019768, 1.289168161637171, 1.2891621424344244, 1.2891575205523902, 1.289153969610225, 1.289151240389513, 1.2891491430147157, 1.2891475314054777, 1.289146293155985, 1.2891453418245855, 1.2891446109550058, 1.2891440494664674, 1.2891436181035947, 1.289143286703408, 1.2891430320922057, 1.2891428364677588, 1.2891426861552404, 1.2891425706508162, 1.2891424818865664, 1.2891424136656324, 1.2891423612282484, 1.2891423209183754, 1.2891422899276461, 1.28914226609871, 1.2891422477113983, 1.289142233438811, 1.28914222245308, 1.2891422143358426, 1.2891422086080648, 1.2891422040652616, 1.2891422004619628, 1.289142197603613, 1.2891421953359985, 1.2891421935368717, 1.289142192109316, 1.289142190976491, 1.289142190077468, 1.28914218936393, 1.2891421887975592, 1.2891421883479632, 1.289142187991035, 1.2891421877076503, 1.289142187482637, 1.289142187303957, 1.2891421871620583, 1.28914218704936, 1.2891421869598465, 1.289142186888742, 1.2891421868322568, 1.2891421867873816, 1.2891421867517272, 1.289142186723397, 1.2891421867008848, 1.2891421866829949, 1.289142186668777, 1.2891421866574764, 1.289142186648494, 1.2891421866413542, 1.2891421866356783, 1.2891421866311656, 1.289142186627578, 1.2891421866247257, 1.2891421866224575, 1.2891421866206538, 1.2891421866192194, 1.289142186618079, 1.2891421866171717, 1.2891421866164503, 1.2891421866158763, 1.2891421866154196, 1.2891421866150565, 1.2891421866147679, 1.2891421866145383, 1.2891421866143553, 1.2891421866142097, 1.289142186614094, 1.2891421866140018, 1.2891421866139283, 1.2891421866138704, 1.2891421866138242, 1.289142186613787, 1.2891421866137578, 1.2891421866137345, 1.2891421866137158, 1.2891421866137012, 1.2891421866136894, 1.2891421866136799, 1.2891421866136725, 1.2891421866136665, 1.2891421866136619, 1.289142186613658, 1.2891421866136552, 1.2891421866136528, 1.289142186613651, 1.2891421866136494, 1.289142186613648, 1.2891421866136472, 1.2891421866136463, 1.2891421866136459, 1.2891421866136454, 1.289142186613645, 1.2891421866136445, 1.2891421866136443, 1.289142186613644, 1.2891421866136439, 1.2891421866136437, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432, 1.2891421866136432], "HairDensity": [100.0, 98.42835262409427, 96.1526390258927, 93.63845973547154, 91.15456131882287, 88.84510975617837, 86.77796360177862, 84.97536232673876, 83.43320805458212, 82.13312254819189, 81.04987823698447, 80.15594487893735, 79.4241621727026, 78.82922194067085, 78.3483997384549, 77.96181632498836, 77.6524167775494, 77.40579717425166, 77.20992029842832, 77.05485151941109, 76.93244992430618, 76.83608799188191, 76.7604036789377, 76.70108781739135, 76.6546907938034, 76.61846253127041, 76.59021973538364, 76.56823445495002, 76.55114522207239, 76.53787548266065, 76.52758163110089, 76.51960523726716, 76.51343010250882, 76.50865338654849, 76.50496102243085, 76.50210859469865, 76.49990672378053, 76.4982079222398, 76.49689788583302, 76.49588854563687, 76.4951108518772, 76.4945116014342, 76.49404988551049, 76.49369273024644, 76.49341848636934, 76.4932077877536, 76.4930458467815, 76.49292139700285, 76.49282577059728, 76.49275229785627, 76.49269584968008, 76.49265248282092, 76.49261916635102, 76.49259357101437, 76.49257390706116, 76.4925587994572, 76.4925471918899, 76.49253827295004, 76.49253141938242, 76.49252615246911, 76.49252210451347, 76.49251899309016, 76.49251660126454, 76.4925147623994, 76.49251334848624, 76.49251225745716, 76.4925114105793, 76.49251075873022, 76.49251027708603, 76.49250993722276, 76.4925096676711, 76.49250945386585, 76.49250928426288, 76.49250914971176, 76.49250904295882, 76.49250895825341, 76.49250889103612, 76.49250883769172, 76.49250879535326, 76.49250876174708, 76.49250873506986, 76.49250871389118, 76.49250869707629, 76.49250868372489, 76.49250867312274, 76.49250866470304, 76.49250865801598, 76.49250865270461, 76.49250864848555, 76.49250864513394, 76.49250864247124, 76.49250864035565, 76.49250863867465, 76.49250863733886, 76.49250863627735, 76.49250863543372, 76.49250863476318, 76.49250863423019, 76.49250863380655, 76.49250863346977, 76.49250863320202, 76.49250863298914, 76.49250863281989, 76.49250863268531, 76.49250863257829, 76.49250863249317, 76.4925086324255, 76.49250863237167, 76.49250863232886, 76.4925086322948, 76.4925086322677, 76.49250863224616, 76.49250863222903, 76.4925086322154, 76.49250863220456, 76.49250863219591, 76.49250863218904, 76.49250863218359, 76.49250863217921, 76.49250863217577, 76.49250863217304, 76.49250863217082, 76.49250863216909, 76.49250863216771, 76.49250863216662, 76.49250863216574, 76.49250863216504, 76.49250863216447, 76.49250863216403, 76.49250863216368, 76.4925086321634, 76.4925086321632, 76.49250863216301, 76.49250863216287, 76.49250863216277, 76.49250863216267, 76.49250863216258, 76.49250863216254, 76.49250863216248, 76.49250863216247, 76.49250863216243, 76.4925086321624, 76.49250863216238, 76.49250863216237, 76.49250863216234, 76.49250863216234, 76.49250863216233, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623, 76.4925086321623]}, "proteins": {"AR/DHT (AR)": [0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248], "DKK1": [0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612], "β-catenin (CTNNB1)": [1.195525502499162, 1.167855517481849, 1.146863375935258, 1.130896389811441, 1.1187228721574716, 1.1094218037968457, 1.1023018839517138, 1.0968424403985362, 1.0926500380457291, 1.089426454567034, 1.0869450327549428, 1.0850330603290337, 1.0835586325787963, 1.0824208131760253, 1.0815422123837146, 1.0808634127410353, 1.0803387790570285, 1.0799331418596319, 1.0796193851886633, 1.0793766757848933, 1.0791888686740063, 1.0790435145281958, 1.0789310033829023, 1.0788439016042082, 1.0787764631815053, 1.0787242448262835, 1.0786838083206982, 1.0786524935910273, 1.0786282460126744, 1.0786094646641249, 1.0785949147013931, 1.078583645976995, 1.0785749174101904, 1.0785681560325309, 1.0785629186651344, 1.078558861290073, 1.078555718480728, 1.078553284054577, 1.0785513982730952, 1.078549938115541, 1.0785488070447684, 1.0785479305467272, 1.0785472511860597, 1.078546722494955, 1.0785463138383315, 1.0785459977336784, 1.0785457530925586, 1.0785455637587984, 1.0785454172312687, 1.0785453038319344, 1.0785452160707594, 1.0785451481512258, 1.0785450955873699, 1.0785450549074627, 1.0785450234246974, 1.078544999059724, 1.0785449802033085, 1.0785449656100445, 1.0785449543160956, 1.0785449455755352, 1.0785449388110806, 1.0785449335759638, 1.0785449295244254, 1.0785449263888764, 1.0785449239622256, 1.078544922078068, 1.0785449206070978, 1.0785449194678904, 1.0785449186202212, 1.0785449180172504, 1.0785449175369122, 1.0785449171542654, 1.0785449168494416, 1.078544916606613, 1.0785449164131709, 1.0785449162590715, 1.0785449161363128, 1.078544916038521, 1.0785449159606182, 1.0785449158985592, 1.0785449158491216, 1.0785449158097387, 1.0785449157783655, 1.078544915753373, 1.0785449157334634, 1.0785449157176032, 1.0785449157049687, 1.0785449156949036, 1.0785449156868858, 1.0785449156804987, 1.0785449156754106, 1.0785449156713574, 1.0785449156681282, 1.0785449156655558, 1.0785449156635067, 1.0785449156618745, 1.078544915660574, 1.0785449156595381, 1.078544915658713, 1.0785449156580555, 1.0785449156575317, 1.0785449156571145, 1.0785449156567821, 1.0785449156565174, 1.0785449156563067, 1.0785449156561386, 1.0785449156560047, 1.078544915655898, 1.0785449156558131, 1.0785449156557456, 1.0785449156556919, 1.0785449156556488, 1.0785449156556146, 1.0785449156555875, 1.0785449156555658, 1.0785449156555487, 1.078544915655535, 1.0785449156555238, 1.0785449156555151, 1.078544915655508, 1.0785449156555025, 1.0785449156554978, 1.0785449156554945, 1.0785449156554918, 1.0785449156554896, 1.0785449156554878, 1.0785449156554863, 1.0785449156554854, 1.0785449156554845, 1.0785449156554838, 1.0785449156554832, 1.0785449156554827, 1.0785449156554823, 1.0785449156554818, 1.0785449156554816, 1.0785449156554812, 1.078544915655481, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807, 1.0785449156554807], "BMP4": [0.12536448527548819, 0.12981442357662223, 0.13342630547381204, 0.13633835013235354, 0.13867235270426465, 0.1405334991909131, 0.1420110535345863, 0.1431796509509737, 0.14410091901419975, 0.14482521455889227, 0.1453933289523188, 0.14583806252803286, 0.14618563133254875, 0.14645688177483468, 0.14666832258433335, 0.14683297928190026, 0.14696109127510149, 0.1470606983515392, 0.14713810317545495, 0.14719821684645695, 0.1472448837772874, 0.14728109950761437, 0.1473091963571466, 0.14733098905091535, 0.14734788853844377, 0.14736099136677003, 0.14737114901521867, 0.14737902244677523, 0.1473851237050933, 0.14738985247490008, 0.14739351774574005, 0.1473963577679631, 0.147398558404885, 0.1474002635757725, 0.14740158476198756, 0.14740260849778428, 0.14740340160434806, 0.1474040160387552, 0.14740449205634173, 0.14740486067112943, 0.14740514623180337, 0.1474053675359069, 0.14740553907524814, 0.14740567257656084, 0.14740577577205183, 0.14740585559863145, 0.14740591737997394, 0.14740596519510193, 0.14740600220044106, 0.14740603083973025, 0.14740605300431533, 0.1474060701579593, 0.14740608343351377, 0.14740609370772584, 0.14740610165913376, 0.1474061078128753, 0.147406112575367, 0.14740611626114367, 0.14740611911363036, 0.1474061213212188, 0.14740612302970887, 0.14740612435193806, 0.14740612537523326, 0.14740612616717833, 0.14740612678007758, 0.14740612725595978, 0.14740612762748323, 0.1474061279152134, 0.1474061281293098, 0.1474061282816026, 0.147406128402922, 0.1474061284995674, 0.14740612857655705, 0.14740612863788852, 0.14740612868674632, 0.1474061287256674, 0.14740612875667272, 0.14740612878137213, 0.14740612880104814, 0.14740612881672246, 0.14740612882920892, 0.14740612883915585, 0.14740612884707982, 0.1474061288533922, 0.14740612885842075, 0.1474061288624266, 0.14740612886561777, 0.14740612886815985, 0.14740612887018495, 0.1474061288717982, 0.14740612887308333, 0.1474061288741071, 0.14740612887492263, 0.1474061288755723, 0.14740612887608986, 0.14740612887650215, 0.14740612887683058, 0.1474061288770922, 0.14740612887730062, 0.14740612887746665, 0.14740612887759894, 0.14740612887770432, 0.14740612887778826, 0.14740612887785512, 0.14740612887790838, 0.14740612887795082, 0.1474061288779846, 0.14740612887801152, 0.14740612887803298, 0.1474061288780501, 0.14740612887806373, 0.14740612887807455, 0.14740612887808321, 0.1474061288780901, 0.1474061288780956, 0.14740612887809995, 0.14740612887810342, 0.14740612887810614, 0.14740612887810836, 0.14740612887811014, 0.14740612887811155, 0.14740612887811266, 0.14740612887811355, 0.14740612887811425, 0.1474061288781148, 0.14740612887811524, 0.1474061288781156, 0.1474061288781159, 0.14740612887811616, 0.14740612887811633, 0.14740612887811647, 0.14740612887811655, 0.14740612887811663, 0.14740612887811672, 0.14740612887811677, 0.14740612887811685, 0.14740612887811688, 0.1474061288781169, 0.14740612887811694, 0.147406128878117, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702, 0.14740612887811702], "SHH": [0.7736219254794859, 0.7720381054266503, 0.7684497404050664, 0.7640603465354934, 0.7595649532483804, 0.7553384292310348, 0.7515593010369868, 0.7482893761737753, 0.7455243508490873, 0.7432254042591081, 0.7413382902088063, 0.7398046044985245, 0.7385679865934491, 0.7375772413013982, 0.7367876070033061, 0.736160956652624, 0.7356654205189991, 0.7352747485983733, 0.7349675066436103, 0.7347264031946656, 0.7345375509237436, 0.7343898553671153, 0.7342744951810154, 0.7341844941219577, 0.7341143460216576, 0.7340597159883033, 0.7340172018534188, 0.7339841373294835, 0.7339584394553959, 0.7339384720857512, 0.7339229615258747, 0.7339109193780944, 0.7339015725378927, 0.7338943195432953, 0.7338886924944559, 0.7338843274423266, 0.7338809424766479, 0.7338783178388791, 0.7338762829723401, 0.7338747062121271, 0.7338734840398841, 0.7338725364277545, 0.7338718015943236, 0.7338712295004575, 0.7338707871246312, 0.7338704448284481, 0.7338701798469629, 0.7338699747242591, 0.7338698159457766, 0.7338696930440276, 0.7338695979145773, 0.7338695242831001, 0.7338694672923018, 0.7338694231820391, 0.7338693890416029, 0.7338693626178963, 0.7338693421669084, 0.7338693263387175, 0.7338693140884616, 0.733869304607413, 0.7338692972696234, 0.7338692915906199, 0.733869287195434, 0.7338692837938526, 0.733869281161263, 0.733869279117171, 0.7338692775213183, 0.7338692762853776, 0.7338692753657177, 0.7338692747115292, 0.7338692741903869, 0.7338692737752327, 0.7338692734445112, 0.733869273181051, 0.7338692729711725, 0.7338692728039788, 0.7338692726707887, 0.7338692725646865, 0.7338692724801632, 0.7338692724128302, 0.7338692723591913, 0.7338692723164614, 0.7338692722824218, 0.7338692722553052, 0.7338692722337036, 0.7338692722164953, 0.7338692722027869, 0.7338692721918665, 0.7338692721831671, 0.7338692721762369, 0.7338692721707163, 0.7338692721663184, 0.733869272162815, 0.7338692721600241, 0.7338692721578007, 0.7338692721560296, 0.7338692721546187, 0.7338692721534947, 0.7338692721525993, 0.733869272151886, 0.7338692721513179, 0.7338692721508653, 0.7338692721505046, 0.7338692721502174, 0.7338692721499886, 0.7338692721498064, 0.7338692721496611, 0.7338692721495454, 0.7338692721494532, 0.7338692721493798, 0.7338692721493213, 0.7338692721492747, 0.7338692721492376, 0.733869272149208, 0.7338692721491845, 0.7338692721491656, 0.7338692721491508, 0.7338692721491388, 0.7338692721491292, 0.7338692721491218, 0.7338692721491158, 0.7338692721491109, 0.7338692721491071, 0.733869272149104, 0.7338692721491017, 0.7338692721490999, 0.7338692721490983, 0.7338692721490971, 0.7338692721490961, 0.7338692721490955, 0.7338692721490948, 0.7338692721490943, 0.7338692721490938, 0.7338692721490935, 0.7338692721490933, 0.733869272149093, 0.7338692721490928, 0.7338692721490927, 0.7338692721490926, 0.7338692721490925, 0.7338692721490923, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921, 0.7338692721490921], "IGF1": [0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912], "VEGFA (DP)": [1.3730090410250906, 1.3232740087634949, 1.2809445773097885, 1.246761890405712, 1.220007588738372, 1.1994740402099737, 1.1839148227093732, 1.1722246239139842, 1.1634915122137541, 1.1569928816337935, 1.152169772757226, 1.148596679144048, 1.1459528752132686, 1.1439983081723848, 1.1425540710235476, 1.1414872835347902, 1.1406995630714198, 1.1401179927157985, 1.1396885911507852, 1.1393716723863254, 1.1391377413669341, 1.1389650573912848, 1.1388375938585955, 1.1387435072035335, 1.1386740569441693, 1.1386227915479783, 1.138584949515398, 1.1385570168357362, 1.1385364056636755, 1.138521186890504, 1.1385099462009936, 1.138501651427, 1.1384955283839109, 1.1384910078979344, 1.1384876712815457, 1.1384852077283532, 1.138483389497352, 1.1384820474815032, 1.1384810567656898, 1.138480325998507, 1.1384797865279301, 1.1384793879556543, 1.138479093510919, 1.138478874824333, 1.138478714063338, 1.138478595686828, 1.1384785084076008, 1.1384784440570246, 1.1384783966151482, 1.1384783616391865, 1.1384783358534676, 1.1384783168431676, 1.1384783028279901, 1.1384782924954227, 1.138478284877827, 1.13847827926182, 1.1384782751214677, 1.1384782720690285, 1.1384782698186442, 1.1384782681595678, 1.138478266936428, 1.1384782660346782, 1.138478265369871, 1.1384782648797478, 1.1384782645184086, 1.1384782642508022, 1.138478264050985, 1.1384782639036257, 1.1384782638000834, 1.1384782637312707, 1.1384782636784814, 1.1384782636379847, 1.1384782636069182, 1.138478263583086, 1.1384782635648032, 1.1384782635507775, 1.1384782635400181, 1.1384782635317643, 1.1384782635254327, 1.138478263520575, 1.1384782635168487, 1.13847826351399, 1.138478263511797, 1.1384782635101145, 1.138478263508824, 1.1384782635078339, 1.1384782635070745, 1.1384782635064918, 1.1384782635060449, 1.138478263505702, 1.1384782635054391, 1.1384782635052373, 1.1384782635050825, 1.1384782635049637, 1.1384782635048725, 1.1384782635048027, 1.1384782635047492, 1.138478263504708, 1.1384782635046764, 1.1384782635046522, 1.1384782635046338, 1.1384782635046196, 1.1384782635046085, 1.1384782635046, 1.1384782635045936, 1.1384782635045887, 1.1384782635045847, 1.1384782635045818, 1.1384782635045798, 1.138478263504578, 1.1384782635045767, 1.1384782635045756, 1.138478263504575, 1.1384782635045745, 1.1384782635045738, 1.1384782635045734, 1.1384782635045732, 1.138478263504573, 1.1384782635045732, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727, 1.1384782635045727], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.04535765261277512, 0.06305456342864255, 0.07463537934136741, 0.08238973398282826, 0.08769390880033898, 0.09138977696923169, 0.09400453551051102, 0.09587674575849398, 0.09722951546954405, 0.09821355885049046, 0.09893281488957235, 0.09946032115011706, 0.09984810233556933, 0.1001336232825451, 0.10034407775126589, 0.10049931625637279, 0.10061385820148522, 0.10069840260863824, 0.10076082428681497, 0.10080689802986503, 0.10084091559539503, 0.1008660332663763, 0.10088457651945994, 0.10089826733101691, 0.10090837556145696, 0.10091583783526914, 0.1009213469367332, 0.1009254141242252, 0.10092841540699905, 0.10093063162446987, 0.10093226872091854, 0.10093347676549848, 0.10093436857772539, 0.10093502707321016, 0.10093551306935684, 0.10093587188342278, 0.10093613676225324, 0.1009363322615658, 0.10093647656649438, 0.10093658302342265, 0.10093666161746341, 0.10093671967662383, 0.10093676256721668, 0.10093679442469898, 0.10093681784376345, 0.10093683508803784, 0.10093684780224574, 0.10093685717644546, 0.10093686408751905, 0.10093686918262829, 0.10093687293895265, 0.10093687570827266, 0.10093687774993139, 0.10093687925512729, 0.10093688036482029, 0.10093688118293208, 0.10093688178607808, 0.10093688223074233, 0.10093688255856727, 0.10093688280025341, 0.10093688297843446, 0.10093688310979691, 0.10093688320664275, 0.10093688327804154, 0.10093688333067966, 0.10093688336966328, 0.10093688339877166, 0.10093688342023824, 0.10093688343532178, 0.10093688344534611, 0.10093688345303618, 0.10093688345893553, 0.10093688346346115, 0.10093688346693293, 0.10093688346959628, 0.10093688347163943, 0.10093688347320681, 0.10093688347440921, 0.10093688347533163, 0.10093688347603924, 0.10093688347658206, 0.1009368834769985, 0.10093688347731795, 0.10093688347756302, 0.10093688347775104, 0.10093688347789527, 0.10093688347800592, 0.10093688347809078, 0.1009368834781559, 0.10093688347820585, 0.10093688347824417, 0.10093688347827356, 0.10093688347829612, 0.10093688347831341, 0.10093688347832666, 0.10093688347833686, 0.10093688347834467, 0.10093688347835067, 0.10093688347835525, 0.10093688347835877, 0.10093688347836148, 0.10093688347836355, 0.10093688347836514, 0.10093688347836637, 0.10093688347836731, 0.10093688347836803, 0.10093688347836859, 0.10093688347836902, 0.10093688347836935, 0.10093688347836959, 0.10093688347836977, 0.10093688347836992, 0.10093688347837003, 0.10093688347837011, 0.10093688347837018, 0.10093688347837024, 0.10093688347837027, 0.10093688347837029, 0.10093688347837032, 0.10093688347837033, 0.10093688347837035, 0.10093688347837036, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039, 0.10093688347837039]}}, {"id": "Androgenetic Alopecia|dutasteride", "disease": "Androgenetic Alopecia", "interventions": ["dutasteride"], "intervention_labels": ["두타스테리드 (이중 5AR)"], "tracked_genes": ["SRD5A1", "SRD5A2"], "metrics": {"final_hair_density_pct": 86.4, "min_hair_density_pct": 86.4, "anagen_fraction": 1.0, "healthy_ss": 1.6853, "AND_load": 0.155, "INF_load": 0.08}, "drive": {"AND": 0.155, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.1846779002587873, 1.176447746935249, 1.1701876921534393, 1.1654154430931256, 1.1617703185205277, 1.1589813867994234, 1.156844413352562, 1.1552049320899571, 1.153945762045107, 1.152977793104821, 1.1522330962395633, 1.1516597894658396, 1.1512181781348807, 1.1508778359989928, 1.1506154489328817, 1.150413090379982, 1.150256974908524, 1.1501365164012882, 1.1500435522137429, 1.149971791279313, 1.1499163911119117, 1.1498736155719964, 1.1498405855223037, 1.1498150782897536, 1.1497953789366226, 1.1497801642468546, 1.1497684126853234, 1.1497593356045472, 1.149752324100861, 1.1497469079808695, 1.1497427241347065, 1.1497394921320903, 1.1497369953839414, 1.1497350665993742, 1.1497335765601029, 1.1497324254528285, 1.1497315365417606, 1.1497308499273793, 1.14973031926687, 1.1497299092232818, 1.1497295908481493, 1.149729345297567, 1.1497291559594345, 1.1497290098318569, 1.1497288970469821, 1.1497288099993557, 1.1497287428159448, 1.1497286909636448, 1.1497286509438869, 1.1497286200564982, 1.1497285962174897, 1.1497285778184396, 1.1497285636179666, 1.1497285526579717, 1.149728544198991, 1.1497285376703044, 1.1497285326314282, 1.149728528742395, 1.149728525740817, 1.1497285234241816, 1.1497285216361885, 1.1497285202409202, 1.149728519161223, 1.1497285183298356, 1.149728517765098, 1.1497285173187421, 1.149728516963932, 1.149728516681892, 1.1497285164576971, 1.149728516279484, 1.1497285161378212, 1.1497285160252133, 1.149728515935701, 1.149728515864547, 1.1497285158079862, 1.1497285157630261, 1.149728515727287, 1.149728515698878, 1.149728515676295, 1.1497285156583443, 1.149728515644075, 1.1497285156327324, 1.149728515623716, 1.1497285156165489, 1.1497285156108517, 1.149728515606323, 1.149728515602723, 1.1497285155998616, 1.1497285155975867, 1.1497285155957786, 1.1497285155943413, 1.1497285155931987, 1.1497285155922905, 1.1497285155915686, 1.1497285155909946, 1.1497285155905386, 1.1497285155901757, 1.1497285155898878, 1.1497285155896586, 1.1497285155894763, 1.1497285155893318, 1.1497285155892167, 1.1497285155891253, 1.1497285155890526, 1.1497285155889947, 1.1497285155889487, 1.149728515588912, 1.149728515588883, 1.14972851558886, 1.1497285155888417, 1.149728515588827, 1.1497285155888155, 1.1497285155888064, 1.1497285155887988, 1.149728515588793, 1.1497285155887884, 1.1497285155887849, 1.1497285155887818, 1.1497285155887795, 1.1497285155887775, 1.149728515588776, 1.1497285155887749, 1.149728515588774, 1.149728515588773, 1.1497285155887726, 1.1497285155887722, 1.1497285155887718, 1.1497285155887715, 1.1497285155887713, 1.149728515588771, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709], "BMP": [0.12536448527548816, 0.12701640178144039, 0.12835232377568576, 0.12942398057667945, 0.13027802891696846, 0.13095503611247994, 0.13148936045767876, 0.13190955908361482, 0.13223902738171311, 0.13249672121180325, 0.13269786555616836, 0.13285460344398778, 0.13297656585449982, 0.1330713568437625, 0.13314495898553352, 0.13320206013908192, 0.13324632931319133, 0.13328063167422602, 0.13330719702475355, 0.13332776187209316, 0.1333436765977221, 0.13335598922375566, 0.13336551299595736, 0.1333728778953613, 0.13337857247027357, 0.133382974973875, 0.1333863781577754, 0.13338900861926095, 0.1333910416515929, 0.13339261283582785, 0.13339382702582575, 0.13339476529224076, 0.13339549031011805, 0.13339605052879325, 0.13339648339613774, 0.13339681785463595, 0.13339707627197836, 0.13339727585136504, 0.13339743002590237, 0.13339754919150634, 0.1333976412775817, 0.13339771278108686, 0.13339776793184888, 0.13339781045904625, 0.13339784328177642, 0.13339786861583727, 0.13339788816916012, 0.13339790326070877, 0.13339791490857972, 0.1333979238985575, 0.13339793083712886, 0.13339793619239407, 0.1333979403256421, 0.13339794351572226, 0.13339794597785484, 0.1333979478781498, 0.13339794934481294, 0.1333979504767951, 0.13339795135046753, 0.13339795202477436, 0.13339795254520925, 0.13339795294688453, 0.13339795326033402, 0.13339795350289022, 0.1333979536896631, 0.13339795381653274, 0.13339795391680775, 0.1333979539965168, 0.13339795405987784, 0.1333979541102438, 0.1333979541502799, 0.1333979541821048, 0.13339795420740255, 0.1333979542275118, 0.13339795424349674, 0.13339795425620324, 0.1333979542663037, 0.13339795427433257, 0.13339795428071477, 0.133397954285788, 0.13339795428982074, 0.13339795429302637, 0.13339795429557455, 0.1333979542976001, 0.13339795429921023, 0.13339795430049012, 0.1333979543015075, 0.1333979543023162, 0.1333979543029591, 0.1333979543034701, 0.13339795430387633, 0.1333979543041992, 0.1333979543044559, 0.13339795430465992, 0.13339795430482213, 0.13339795430495105, 0.13339795430505352, 0.13339795430513499, 0.13339795430519974, 0.13339795430525123, 0.13339795430529214, 0.13339795430532464, 0.1333979543053505, 0.13339795430537107, 0.1333979543053874, 0.13339795430540038, 0.1333979543054107, 0.1333979543054189, 0.13339795430542542, 0.1333979543054306, 0.13339795430543472, 0.133397954305438, 0.1333979543054406, 0.13339795430544266, 0.13339795430544432, 0.13339795430544563, 0.13339795430544665, 0.13339795430544746, 0.13339795430544812, 0.13339795430544865, 0.13339795430544907, 0.1333979543054494, 0.1333979543054497, 0.1333979543054499, 0.13339795430545007, 0.13339795430545018, 0.13339795430545026, 0.13339795430545037, 0.13339795430545043, 0.13339795430545048, 0.13339795430545054, 0.13339795430545057, 0.1333979543054506, 0.13339795430545062, 0.13339795430545065, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068], "SHH": [0.7736219254794859, 0.7730150833440079, 0.771645409592613, 0.7699764812727434, 0.7682736194889679, 0.7666781792536663, 0.7652563450659557, 0.7640299738934279, 0.76299611079817, 0.7621390440962579, 0.761437521261668, 0.7608689762758554, 0.7604118137523984, 0.7600465367236199, 0.7597561878075164, 0.7595263762370755, 0.759345129631949, 0.7592026098250121, 0.7590908219701755, 0.7590033289932906, 0.7589349766236713, 0.7588816581047126, 0.7588401211487574, 0.7588078000725503, 0.7587826740736976, 0.7587631577628999, 0.7587480096733761, 0.7587362593261296, 0.758727149511479, 0.7587200901271625, 0.758714621851369, 0.7587103875439629, 0.7587071097363518, 0.7587045730240133, 0.7587026102953808, 0.7587010919735228, 0.7586999176349727, 0.7586990098516699, 0.7586983080401477, 0.7586977652271728, 0.7586973455133874, 0.7586970194466804, 0.7586967678291177, 0.7586965737241923, 0.7586964238617826, 0.7586963081570589, 0.7586962188307451, 0.7586961498717603, 0.7586960966377644, 0.7586960555440373, 0.7586960238226812, 0.7586959993366129, 0.7586959804358803, 0.75869596584668, 0.7586959545856399, 0.7586959458936252, 0.7586959391846225, 0.7586959340062693, 0.7586959300093808, 0.758695926924421, 0.7586959245433387, 0.758695922705543, 0.7586959212713735, 0.758695920161545, 0.7586959193069358, 0.7586959187264064, 0.758695918267563, 0.7586959179028229, 0.7586959176128867, 0.7586959173824134, 0.7586959171992077, 0.7586959170535759, 0.7586959169378117, 0.7586959168457899, 0.758695916772641, 0.7586959167144942, 0.7586959166682731, 0.7586959166315315, 0.7586959166023254, 0.7586959165791093, 0.7586959165606547, 0.758695916545985, 0.7586959165343241, 0.7586959165250545, 0.7586959165176863, 0.7586959165118291, 0.7586959165071733, 0.7586959165034723, 0.7586959165005305, 0.7586959164981919, 0.7586959164963331, 0.7586959164948553, 0.7586959164936808, 0.758695916492747, 0.7586959164920049, 0.7586959164914149, 0.7586959164909459, 0.7586959164905731, 0.7586959164902768, 0.7586959164900413, 0.7586959164898539, 0.758695916489705, 0.7586959164895868, 0.7586959164894929, 0.7586959164894179, 0.7586959164893585, 0.7586959164893113, 0.7586959164892737, 0.7586959164892438, 0.7586959164892202, 0.7586959164892013, 0.7586959164891863, 0.7586959164891744, 0.7586959164891649, 0.7586959164891575, 0.7586959164891514, 0.7586959164891467, 0.7586959164891429, 0.7586959164891398, 0.7586959164891374, 0.7586959164891355, 0.758695916489134, 0.7586959164891328, 0.7586959164891318, 0.758695916489131, 0.7586959164891305, 0.75869591648913, 0.7586959164891297, 0.7586959164891294, 0.7586959164891292, 0.7586959164891289, 0.7586959164891287, 0.7586959164891286, 0.7586959164891285, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284], "DP": [1.3730090410250906, 1.342926463733269, 1.3172661262940548, 1.29646432511552, 1.280117024454057, 1.2675241803110184, 1.2579534054492536, 1.2507468693244943, 1.2453561239162607, 1.2413426188032026, 1.2383646200974887, 1.236160452080903, 1.234532006413709, 1.2333305171907814, 1.232444881131327, 1.2317925929823765, 1.2313124313641322, 1.2309590932944663, 1.230699197250878, 1.2305080822093841, 1.230367555849566, 1.2302642408689728, 1.230188288333324, 1.2301324612805764, 1.2300914259376898, 1.2300612633451293, 1.2300390949064013, 1.2300228015378036, 1.230010826144325, 1.2300020250185975, 1.2299955566802316, 1.2299908026871846, 1.2299873088627322, 1.2299847411649845, 1.229982854028267, 1.2299814671259788, 1.2299804478724843, 1.2299796992925531, 1.2299791492410348, 1.2299787446019919, 1.2299784471211437, 1.2299782269748987, 1.2299780657432824, 1.2299779476744206, 1.229977861018781, 1.2299777974073758, 1.2299777507178036, 1.2299777164492192, 1.2299776912970795, 1.2299776728361136, 1.2299776592862854, 1.2299776493410959, 1.229977642041609, 1.229977636683993, 1.2299776327516552, 1.2299776298654306, 1.2299776277470242, 1.2299776261921742, 1.2299776250509584, 1.2299776242133387, 1.2299776235985493, 1.2299776231473116, 1.2299776228107837, 1.229977622562921, 1.229977622381851, 1.2299776222682923, 1.229977622182128, 1.2299776221162517, 1.2299776220658865, 1.2299776220273801, 1.2299776219979404, 1.2299776219754326, 1.2299776219582244, 1.229977621945068, 1.2299776219350091, 1.229977621927319, 1.2299776219214396, 1.2299776219169445, 1.2299776219135077, 1.2299776219108802, 1.2299776219088714, 1.2299776219073357, 1.2299776219061613, 1.2299776219052634, 1.2299776219045773, 1.2299776219040526, 1.2299776219036513, 1.2299776219033445, 1.22997762190311, 1.2299776219029306, 1.2299776219027936, 1.2299776219026888, 1.2299776219026086, 1.2299776219025476, 1.2299776219025007, 1.2299776219024647, 1.2299776219024374, 1.2299776219024168, 1.2299776219024006, 1.2299776219023884, 1.229977621902379, 1.229977621902372, 1.2299776219023664, 1.2299776219023622, 1.2299776219023588, 1.2299776219023564, 1.2299776219023544, 1.229977621902353, 1.229977621902352, 1.229977621902351, 1.2299776219023504, 1.22997762190235, 1.2299776219023497, 1.2299776219023495, 1.2299776219023493, 1.229977621902349, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488], "HFSC": [0.967293081691081, 0.9502079053252729, 0.9328746263643463, 0.9170068106131789, 0.9032545204021585, 0.8917195478688128, 0.8822475561836924, 0.8745813597927768, 0.8684403378714447, 0.8635583851189205, 0.8596997359371132, 0.8566636971028563, 0.8542835706272127, 0.8524232003406502, 0.8509726905689073, 0.8498441443734308, 0.8489677024521683, 0.8482881110245265, 0.8477619064498334, 0.8473549820578762, 0.8470406421357941, 0.8467980546575933, 0.8466110014838293, 0.8464668877071614, 0.8463559306512016, 0.8462705544400606, 0.8462048987628904, 0.8461544327030729, 0.8461156587997004, 0.8460858798427244, 0.8460630166586843, 0.8460454681275467, 0.8460320022866097, 0.846021671456325, 0.8460137471057588, 0.8460076695708117, 0.8460030089768417, 0.8459994368533174, 0.8459966984058455, 0.8459945978260189, 0.8459929869475183, 0.8459917452983393, 0.8459907950843677, 0.8459900680507781, 0.8459895111653539, 0.8459890845505355, 0.84598875771747, 0.8459885073056667, 0.8459883154260059, 0.8459881683804658, 0.8459880556797105, 0.8459879692910347, 0.8459879030626154, 0.8459878522827265, 0.8459878133422968, 0.8459877834765827, 0.845987760567406, 0.8459877429917544, 0.8459877295058689, 0.845987719156495, 0.845987711212929, 0.8459877051149796, 0.8459877003789295, 0.8459876967323552, 0.8459876939388701, 0.8459876920554885, 0.8459876905724338, 0.8459876893976239, 0.8459876884669092, 0.8459876877295086, 0.8459876871452194, 0.8459876866822108, 0.845987686315278, 0.8459876860244607, 0.8459876857939517, 0.8459876856112296, 0.8459876854663765, 0.8459876853515353, 0.8459876852604812, 0.8459876851882817, 0.8459876851310284, 0.8459876850856243, 0.8459876850496143, 0.845987685021053, 0.8459876849983982, 0.8459876849804272, 0.8459876849661707, 0.8459876849548603, 0.8459876849458866, 0.8459876849387664, 0.8459876849331166, 0.8459876849286333, 0.8459876849250756, 0.845987684922252, 0.845987684920011, 0.8459876849182323, 0.8459876849168206, 0.8459876849157, 0.8459876849148104, 0.8459876849141043, 0.8459876849135435, 0.8459876849130985, 0.8459876849127451, 0.8459876849124646, 0.8459876849122417, 0.8459876849120649, 0.8459876849119243, 0.8459876849118128, 0.8459876849117243, 0.845987684911654, 0.8459876849115981, 0.8459876849115538, 0.8459876849115187, 0.8459876849114907, 0.8459876849114684, 0.8459876849114506, 0.8459876849114365, 0.8459876849114254, 0.8459876849114165, 0.8459876849114095, 0.845987684911404, 0.8459876849113994, 0.8459876849113959, 0.8459876849113931, 0.8459876849113909, 0.8459876849113891, 0.8459876849113878, 0.8459876849113867, 0.8459876849113858, 0.8459876849113851, 0.8459876849113845, 0.8459876849113841, 0.8459876849113837, 0.8459876849113834, 0.8459876849113832, 0.8459876849113831, 0.845987684911383, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829, 0.8459876849113829], "APO": [0.04535765261277512, 0.05593311516009717, 0.06275163853684229, 0.06723054861803839, 0.07022700791425816, 0.07226550652908159, 0.07367323383975313, 0.07465791409966047, 0.07535408361008855, 0.07585059297672912, 0.0762071543383226, 0.07646461572163452, 0.07665130807219195, 0.07678712373976883, 0.07688618528764093, 0.07695855973800739, 0.07701151652131404, 0.0770503136344638, 0.07707875070634308, 0.07709960933562017, 0.07711491998473517, 0.07712615934077545, 0.07713441293015656, 0.07714047534885454, 0.07714492842210162, 0.07714819986660124, 0.0771506036983176, 0.07715236993643207, 0.07715366770595586, 0.07715462142705012, 0.07715532228409767, 0.07715583728487713, 0.07715621577114319, 0.07715649392943551, 0.0771566983321435, 0.07715684855267428, 0.07715695895794172, 0.07715704003598277, 0.07715709960846666, 0.07715714343503559, 0.07715717565538568, 0.07715719949855433, 0.07715721696077542, 0.0771572297483479, 0.0771572391336762, 0.07715724602313791, 0.07715725107985377, 0.07715725479130835, 0.07715725751540498, 0.07715725951481342, 0.07715726098232137, 0.07715726205942985, 0.07715726284999651, 0.07715726343024973, 0.07715726385613896, 0.07715726416872948, 0.07715726439816198, 0.07715726456655889, 0.07715726469015739, 0.07715726478087519, 0.07715726484745945, 0.07715726489633042, 0.07715726493277779, 0.07715726495962238, 0.07715726497923305, 0.07715726499153193, 0.0771572650008639, 0.07715726500799858, 0.07715726501345334, 0.07715726501762372, 0.07715726502081216, 0.07715726502324986, 0.07715726502511357, 0.07715726502653848, 0.07715726502762787, 0.07715726502846075, 0.07715726502909752, 0.07715726502958437, 0.0771572650299566, 0.07715726503024115, 0.07715726503045872, 0.07715726503062506, 0.07715726503075224, 0.07715726503084946, 0.07715726503092381, 0.07715726503098064, 0.07715726503102409, 0.07715726503105731, 0.07715726503108271, 0.07715726503110212, 0.07715726503111697, 0.07715726503112831, 0.07715726503113698, 0.07715726503114362, 0.0771572650311487, 0.07715726503115257, 0.07715726503115554, 0.07715726503115779, 0.07715726503115954, 0.07715726503116087, 0.07715726503116188, 0.07715726503116264, 0.07715726503116324, 0.0771572650311637, 0.07715726503116405, 0.07715726503116431, 0.07715726503116452, 0.07715726503116467, 0.0771572650311648, 0.07715726503116488, 0.07715726503116495, 0.07715726503116499, 0.07715726503116505, 0.07715726503116507, 0.07715726503116509, 0.0771572650311651, 0.07715726503116511, 0.07715726503116513, 0.07715726503116514, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516], "Hair": [1.6853182222234064, 1.6719401406036223, 1.649985989431178, 1.624919680583665, 1.5998891552023156, 1.576578650138155, 1.5557785782630549, 1.5377469608504377, 1.5224380637134398, 1.50964494843262, 1.499086405979521, 1.4904594677738976, 1.483469225595266, 1.4778446904520839, 1.473346023940993, 1.4697662676471785, 1.4669305052512231, 1.4646929085875888, 1.462933384069682, 1.4615540769550093, 1.4604758113522494, 1.4596349177823245, 1.458980566202847, 1.45847238662268, 1.4580784187592393, 1.4577734802675406, 1.457537790499577, 1.4573558591132367, 1.4572155889113416, 1.457107553699242, 1.4570244249477007, 1.4569605157878087, 1.4569114205966858, 1.4568737318019516, 1.4568448174311397, 1.4568226470786745, 1.456805656233032, 1.4567926464189302, 1.4567826860783482, 1.4567750582570682, 1.4567692197571303, 1.4567647288354109, 1.4567613002887476, 1.45675868399012, 1.4567566857217655, 1.4567551595684969, 1.4567539941276075, 1.4567531041991248, 1.4567524246739334, 1.4567519058124136, 1.4567515096235915, 1.456751207094885, 1.456750976073237, 1.4567507996450542, 1.4567506648979842, 1.4567505619748216, 1.4567504833508211, 1.4567504232817834, 1.4567503773826425, 1.4567503423057482, 1.456750315495283, 1.456750294999821, 1.4567502791418445, 1.4567502669814616, 1.456750257705698, 1.456750251491733, 1.4567502466146458, 1.4567502427632424, 1.4567502397214471, 1.4567502373187786, 1.4567502354207147, 1.4567502339210952, 1.4567502327361326, 1.456750231799689, 1.4567502310595524, 1.4567502304744995, 1.4567502300119781, 1.4567502296462815, 1.4567502293571055, 1.456750229128411, 1.4567502289475265, 1.4567502288044407, 1.4567502286912413, 1.4567502286016756, 1.4567502285308014, 1.4567502284747114, 1.456750228430317, 1.4567502283951754, 1.4567502283673552, 1.4567502283453286, 1.4567502283278877, 1.4567502283140756, 1.4567502283031366, 1.4567502282944724, 1.456750228287609, 1.4567502282821716, 1.4567502282778637, 1.4567502282744502, 1.4567502282717453, 1.4567502282696012, 1.4567502282679023, 1.4567502282665554, 1.4567502282654878, 1.4567502282646414, 1.4567502282639702, 1.4567502282634381, 1.4567502282630163, 1.4567502282626816, 1.4567502282624163, 1.4567502282622058, 1.4567502282620388, 1.4567502282619065, 1.4567502282618014, 1.456750228261718, 1.456750228261652, 1.4567502282615996, 1.456750228261558, 1.4567502282615248, 1.4567502282614988, 1.456750228261478, 1.4567502282614615, 1.4567502282614482, 1.4567502282614377, 1.4567502282614297, 1.4567502282614233, 1.456750228261418, 1.4567502282614138, 1.4567502282614104, 1.456750228261408, 1.456750228261406, 1.4567502282614042, 1.4567502282614029, 1.4567502282614018, 1.456750228261401, 1.4567502282614004, 1.4567502282613998, 1.4567502282613995, 1.456750228261399, 1.4567502282613989, 1.4567502282613987, 1.4567502282613984, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982, 1.4567502282613982], "HairDensity": [100.0, 99.20619848267383, 97.9035275162684, 96.41619363967604, 94.93098300993947, 93.54783146284424, 92.31363891684192, 91.24371531577695, 90.3353469770782, 89.57625500785105, 88.94975359619662, 88.43786580599387, 88.02309297042757, 87.68935569345435, 87.42242292955436, 87.21001459938797, 87.04175187258888, 86.90898189276379, 86.80457878985393, 86.72273625729927, 86.65875631638713, 86.60886107649496, 86.57003448749539, 86.53988115660121, 86.51650468928213, 86.49841086654422, 86.48442598435071, 86.47363090814842, 86.46530783894727, 86.45889746429664, 86.45396493876854, 86.45017282645115, 86.44725971541517, 86.44502341403083, 86.44330775164549, 86.44199225216458, 86.44098408377131, 86.44021213376624, 86.43962112724589, 86.43916852303266, 86.43882208994596, 86.43855561672683, 86.43835218056752, 86.43819693993743, 86.43807837073618, 86.4379878149439, 86.43791866237235, 86.4378658575981, 86.43782553730829, 86.4377947501541, 86.43777124190402, 86.43775329106822, 86.43773958317348, 86.43772911463523, 86.43772111928645, 86.43771501224023, 86.43771034700852, 86.43770678275358, 86.4377040592833, 86.43770197796158, 86.4377003871365, 86.43769917101827, 86.43769823006977, 86.4376975085216, 86.43769695813512, 86.43769658942345, 86.43769630003672, 86.43769607150995, 86.43769589102206, 86.43769574845739, 86.4376956358339, 86.43769554685252, 86.4376954765416, 86.43769542097681, 86.43769537706008, 86.43769534234539, 86.43769531490125, 86.43769529320227, 86.43769527604374, 86.43769526247392, 86.43769525174098, 86.43769524325083, 86.43769523653403, 86.43769523121956, 86.43769522701419, 86.43769522368602, 86.43769522105184, 86.43769521896668, 86.43769521731595, 86.43769521600896, 86.4376952149741, 86.43769521415454, 86.43769521350546, 86.43769521299137, 86.43769521258413, 86.43769521226149, 86.43769521200586, 86.43769521180333, 86.43769521164283, 86.4376952115156, 86.4376952114148, 86.43769521133488, 86.43769521127155, 86.43769521122131, 86.43769521118149, 86.43769521114993, 86.43769521112488, 86.43769521110502, 86.43769521108928, 86.4376952110768, 86.43769521106688, 86.43769521105904, 86.4376952110528, 86.43769521104784, 86.43769521104393, 86.43769521104083, 86.43769521103836, 86.4376952110364, 86.43769521103484, 86.43769521103361, 86.43769521103263, 86.43769521103184, 86.43769521103123, 86.43769521103074, 86.43769521103037, 86.43769521103005, 86.4376952110298, 86.43769521102959, 86.43769521102946, 86.43769521102934, 86.43769521102924, 86.43769521102915, 86.4376952110291, 86.43769521102905, 86.43769521102901, 86.43769521102897, 86.43769521102895, 86.43769521102894, 86.43769521102892, 86.43769521102891, 86.43769521102888, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887, 86.43769521102887]}, "proteins": {"AR/DHT (AR)": [0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155], "DKK1": [0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075], "β-catenin (CTNNB1)": [1.195525502499162, 1.1846779002587873, 1.176447746935249, 1.1701876921534393, 1.1654154430931256, 1.1617703185205277, 1.1589813867994234, 1.156844413352562, 1.1552049320899571, 1.153945762045107, 1.152977793104821, 1.1522330962395633, 1.1516597894658396, 1.1512181781348807, 1.1508778359989928, 1.1506154489328817, 1.150413090379982, 1.150256974908524, 1.1501365164012882, 1.1500435522137429, 1.149971791279313, 1.1499163911119117, 1.1498736155719964, 1.1498405855223037, 1.1498150782897536, 1.1497953789366226, 1.1497801642468546, 1.1497684126853234, 1.1497593356045472, 1.149752324100861, 1.1497469079808695, 1.1497427241347065, 1.1497394921320903, 1.1497369953839414, 1.1497350665993742, 1.1497335765601029, 1.1497324254528285, 1.1497315365417606, 1.1497308499273793, 1.14973031926687, 1.1497299092232818, 1.1497295908481493, 1.149729345297567, 1.1497291559594345, 1.1497290098318569, 1.1497288970469821, 1.1497288099993557, 1.1497287428159448, 1.1497286909636448, 1.1497286509438869, 1.1497286200564982, 1.1497285962174897, 1.1497285778184396, 1.1497285636179666, 1.1497285526579717, 1.149728544198991, 1.1497285376703044, 1.1497285326314282, 1.149728528742395, 1.149728525740817, 1.1497285234241816, 1.1497285216361885, 1.1497285202409202, 1.149728519161223, 1.1497285183298356, 1.149728517765098, 1.1497285173187421, 1.149728516963932, 1.149728516681892, 1.1497285164576971, 1.149728516279484, 1.1497285161378212, 1.1497285160252133, 1.149728515935701, 1.149728515864547, 1.1497285158079862, 1.1497285157630261, 1.149728515727287, 1.149728515698878, 1.149728515676295, 1.1497285156583443, 1.149728515644075, 1.1497285156327324, 1.149728515623716, 1.1497285156165489, 1.1497285156108517, 1.149728515606323, 1.149728515602723, 1.1497285155998616, 1.1497285155975867, 1.1497285155957786, 1.1497285155943413, 1.1497285155931987, 1.1497285155922905, 1.1497285155915686, 1.1497285155909946, 1.1497285155905386, 1.1497285155901757, 1.1497285155898878, 1.1497285155896586, 1.1497285155894763, 1.1497285155893318, 1.1497285155892167, 1.1497285155891253, 1.1497285155890526, 1.1497285155889947, 1.1497285155889487, 1.149728515588912, 1.149728515588883, 1.14972851558886, 1.1497285155888417, 1.149728515588827, 1.1497285155888155, 1.1497285155888064, 1.1497285155887988, 1.149728515588793, 1.1497285155887884, 1.1497285155887849, 1.1497285155887818, 1.1497285155887795, 1.1497285155887775, 1.149728515588776, 1.1497285155887749, 1.149728515588774, 1.149728515588773, 1.1497285155887726, 1.1497285155887722, 1.1497285155887718, 1.1497285155887715, 1.1497285155887713, 1.149728515588771, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709, 1.1497285155887709], "BMP4": [0.12536448527548816, 0.12701640178144039, 0.12835232377568576, 0.12942398057667945, 0.13027802891696846, 0.13095503611247994, 0.13148936045767876, 0.13190955908361482, 0.13223902738171311, 0.13249672121180325, 0.13269786555616836, 0.13285460344398778, 0.13297656585449982, 0.1330713568437625, 0.13314495898553352, 0.13320206013908192, 0.13324632931319133, 0.13328063167422602, 0.13330719702475355, 0.13332776187209316, 0.1333436765977221, 0.13335598922375566, 0.13336551299595736, 0.1333728778953613, 0.13337857247027357, 0.133382974973875, 0.1333863781577754, 0.13338900861926095, 0.1333910416515929, 0.13339261283582785, 0.13339382702582575, 0.13339476529224076, 0.13339549031011805, 0.13339605052879325, 0.13339648339613774, 0.13339681785463595, 0.13339707627197836, 0.13339727585136504, 0.13339743002590237, 0.13339754919150634, 0.1333976412775817, 0.13339771278108686, 0.13339776793184888, 0.13339781045904625, 0.13339784328177642, 0.13339786861583727, 0.13339788816916012, 0.13339790326070877, 0.13339791490857972, 0.1333979238985575, 0.13339793083712886, 0.13339793619239407, 0.1333979403256421, 0.13339794351572226, 0.13339794597785484, 0.1333979478781498, 0.13339794934481294, 0.1333979504767951, 0.13339795135046753, 0.13339795202477436, 0.13339795254520925, 0.13339795294688453, 0.13339795326033402, 0.13339795350289022, 0.1333979536896631, 0.13339795381653274, 0.13339795391680775, 0.1333979539965168, 0.13339795405987784, 0.1333979541102438, 0.1333979541502799, 0.1333979541821048, 0.13339795420740255, 0.1333979542275118, 0.13339795424349674, 0.13339795425620324, 0.1333979542663037, 0.13339795427433257, 0.13339795428071477, 0.133397954285788, 0.13339795428982074, 0.13339795429302637, 0.13339795429557455, 0.1333979542976001, 0.13339795429921023, 0.13339795430049012, 0.1333979543015075, 0.1333979543023162, 0.1333979543029591, 0.1333979543034701, 0.13339795430387633, 0.1333979543041992, 0.1333979543044559, 0.13339795430465992, 0.13339795430482213, 0.13339795430495105, 0.13339795430505352, 0.13339795430513499, 0.13339795430519974, 0.13339795430525123, 0.13339795430529214, 0.13339795430532464, 0.1333979543053505, 0.13339795430537107, 0.1333979543053874, 0.13339795430540038, 0.1333979543054107, 0.1333979543054189, 0.13339795430542542, 0.1333979543054306, 0.13339795430543472, 0.133397954305438, 0.1333979543054406, 0.13339795430544266, 0.13339795430544432, 0.13339795430544563, 0.13339795430544665, 0.13339795430544746, 0.13339795430544812, 0.13339795430544865, 0.13339795430544907, 0.1333979543054494, 0.1333979543054497, 0.1333979543054499, 0.13339795430545007, 0.13339795430545018, 0.13339795430545026, 0.13339795430545037, 0.13339795430545043, 0.13339795430545048, 0.13339795430545054, 0.13339795430545057, 0.1333979543054506, 0.13339795430545062, 0.13339795430545065, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068, 0.13339795430545068], "SHH": [0.7736219254794859, 0.7730150833440079, 0.771645409592613, 0.7699764812727434, 0.7682736194889679, 0.7666781792536663, 0.7652563450659557, 0.7640299738934279, 0.76299611079817, 0.7621390440962579, 0.761437521261668, 0.7608689762758554, 0.7604118137523984, 0.7600465367236199, 0.7597561878075164, 0.7595263762370755, 0.759345129631949, 0.7592026098250121, 0.7590908219701755, 0.7590033289932906, 0.7589349766236713, 0.7588816581047126, 0.7588401211487574, 0.7588078000725503, 0.7587826740736976, 0.7587631577628999, 0.7587480096733761, 0.7587362593261296, 0.758727149511479, 0.7587200901271625, 0.758714621851369, 0.7587103875439629, 0.7587071097363518, 0.7587045730240133, 0.7587026102953808, 0.7587010919735228, 0.7586999176349727, 0.7586990098516699, 0.7586983080401477, 0.7586977652271728, 0.7586973455133874, 0.7586970194466804, 0.7586967678291177, 0.7586965737241923, 0.7586964238617826, 0.7586963081570589, 0.7586962188307451, 0.7586961498717603, 0.7586960966377644, 0.7586960555440373, 0.7586960238226812, 0.7586959993366129, 0.7586959804358803, 0.75869596584668, 0.7586959545856399, 0.7586959458936252, 0.7586959391846225, 0.7586959340062693, 0.7586959300093808, 0.758695926924421, 0.7586959245433387, 0.758695922705543, 0.7586959212713735, 0.758695920161545, 0.7586959193069358, 0.7586959187264064, 0.758695918267563, 0.7586959179028229, 0.7586959176128867, 0.7586959173824134, 0.7586959171992077, 0.7586959170535759, 0.7586959169378117, 0.7586959168457899, 0.758695916772641, 0.7586959167144942, 0.7586959166682731, 0.7586959166315315, 0.7586959166023254, 0.7586959165791093, 0.7586959165606547, 0.758695916545985, 0.7586959165343241, 0.7586959165250545, 0.7586959165176863, 0.7586959165118291, 0.7586959165071733, 0.7586959165034723, 0.7586959165005305, 0.7586959164981919, 0.7586959164963331, 0.7586959164948553, 0.7586959164936808, 0.758695916492747, 0.7586959164920049, 0.7586959164914149, 0.7586959164909459, 0.7586959164905731, 0.7586959164902768, 0.7586959164900413, 0.7586959164898539, 0.758695916489705, 0.7586959164895868, 0.7586959164894929, 0.7586959164894179, 0.7586959164893585, 0.7586959164893113, 0.7586959164892737, 0.7586959164892438, 0.7586959164892202, 0.7586959164892013, 0.7586959164891863, 0.7586959164891744, 0.7586959164891649, 0.7586959164891575, 0.7586959164891514, 0.7586959164891467, 0.7586959164891429, 0.7586959164891398, 0.7586959164891374, 0.7586959164891355, 0.758695916489134, 0.7586959164891328, 0.7586959164891318, 0.758695916489131, 0.7586959164891305, 0.75869591648913, 0.7586959164891297, 0.7586959164891294, 0.7586959164891292, 0.7586959164891289, 0.7586959164891287, 0.7586959164891286, 0.7586959164891285, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284, 0.7586959164891284], "IGF1": [0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739], "VEGFA (DP)": [1.3730090410250906, 1.342926463733269, 1.3172661262940548, 1.29646432511552, 1.280117024454057, 1.2675241803110184, 1.2579534054492536, 1.2507468693244943, 1.2453561239162607, 1.2413426188032026, 1.2383646200974887, 1.236160452080903, 1.234532006413709, 1.2333305171907814, 1.232444881131327, 1.2317925929823765, 1.2313124313641322, 1.2309590932944663, 1.230699197250878, 1.2305080822093841, 1.230367555849566, 1.2302642408689728, 1.230188288333324, 1.2301324612805764, 1.2300914259376898, 1.2300612633451293, 1.2300390949064013, 1.2300228015378036, 1.230010826144325, 1.2300020250185975, 1.2299955566802316, 1.2299908026871846, 1.2299873088627322, 1.2299847411649845, 1.229982854028267, 1.2299814671259788, 1.2299804478724843, 1.2299796992925531, 1.2299791492410348, 1.2299787446019919, 1.2299784471211437, 1.2299782269748987, 1.2299780657432824, 1.2299779476744206, 1.229977861018781, 1.2299777974073758, 1.2299777507178036, 1.2299777164492192, 1.2299776912970795, 1.2299776728361136, 1.2299776592862854, 1.2299776493410959, 1.229977642041609, 1.229977636683993, 1.2299776327516552, 1.2299776298654306, 1.2299776277470242, 1.2299776261921742, 1.2299776250509584, 1.2299776242133387, 1.2299776235985493, 1.2299776231473116, 1.2299776228107837, 1.229977622562921, 1.229977622381851, 1.2299776222682923, 1.229977622182128, 1.2299776221162517, 1.2299776220658865, 1.2299776220273801, 1.2299776219979404, 1.2299776219754326, 1.2299776219582244, 1.229977621945068, 1.2299776219350091, 1.229977621927319, 1.2299776219214396, 1.2299776219169445, 1.2299776219135077, 1.2299776219108802, 1.2299776219088714, 1.2299776219073357, 1.2299776219061613, 1.2299776219052634, 1.2299776219045773, 1.2299776219040526, 1.2299776219036513, 1.2299776219033445, 1.22997762190311, 1.2299776219029306, 1.2299776219027936, 1.2299776219026888, 1.2299776219026086, 1.2299776219025476, 1.2299776219025007, 1.2299776219024647, 1.2299776219024374, 1.2299776219024168, 1.2299776219024006, 1.2299776219023884, 1.229977621902379, 1.229977621902372, 1.2299776219023664, 1.2299776219023622, 1.2299776219023588, 1.2299776219023564, 1.2299776219023544, 1.229977621902353, 1.229977621902352, 1.229977621902351, 1.2299776219023504, 1.22997762190235, 1.2299776219023497, 1.2299776219023495, 1.2299776219023493, 1.229977621902349, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488, 1.2299776219023488], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.04535765261277512, 0.05593311516009717, 0.06275163853684229, 0.06723054861803839, 0.07022700791425816, 0.07226550652908159, 0.07367323383975313, 0.07465791409966047, 0.07535408361008855, 0.07585059297672912, 0.0762071543383226, 0.07646461572163452, 0.07665130807219195, 0.07678712373976883, 0.07688618528764093, 0.07695855973800739, 0.07701151652131404, 0.0770503136344638, 0.07707875070634308, 0.07709960933562017, 0.07711491998473517, 0.07712615934077545, 0.07713441293015656, 0.07714047534885454, 0.07714492842210162, 0.07714819986660124, 0.0771506036983176, 0.07715236993643207, 0.07715366770595586, 0.07715462142705012, 0.07715532228409767, 0.07715583728487713, 0.07715621577114319, 0.07715649392943551, 0.0771566983321435, 0.07715684855267428, 0.07715695895794172, 0.07715704003598277, 0.07715709960846666, 0.07715714343503559, 0.07715717565538568, 0.07715719949855433, 0.07715721696077542, 0.0771572297483479, 0.0771572391336762, 0.07715724602313791, 0.07715725107985377, 0.07715725479130835, 0.07715725751540498, 0.07715725951481342, 0.07715726098232137, 0.07715726205942985, 0.07715726284999651, 0.07715726343024973, 0.07715726385613896, 0.07715726416872948, 0.07715726439816198, 0.07715726456655889, 0.07715726469015739, 0.07715726478087519, 0.07715726484745945, 0.07715726489633042, 0.07715726493277779, 0.07715726495962238, 0.07715726497923305, 0.07715726499153193, 0.0771572650008639, 0.07715726500799858, 0.07715726501345334, 0.07715726501762372, 0.07715726502081216, 0.07715726502324986, 0.07715726502511357, 0.07715726502653848, 0.07715726502762787, 0.07715726502846075, 0.07715726502909752, 0.07715726502958437, 0.0771572650299566, 0.07715726503024115, 0.07715726503045872, 0.07715726503062506, 0.07715726503075224, 0.07715726503084946, 0.07715726503092381, 0.07715726503098064, 0.07715726503102409, 0.07715726503105731, 0.07715726503108271, 0.07715726503110212, 0.07715726503111697, 0.07715726503112831, 0.07715726503113698, 0.07715726503114362, 0.0771572650311487, 0.07715726503115257, 0.07715726503115554, 0.07715726503115779, 0.07715726503115954, 0.07715726503116087, 0.07715726503116188, 0.07715726503116264, 0.07715726503116324, 0.0771572650311637, 0.07715726503116405, 0.07715726503116431, 0.07715726503116452, 0.07715726503116467, 0.0771572650311648, 0.07715726503116488, 0.07715726503116495, 0.07715726503116499, 0.07715726503116505, 0.07715726503116507, 0.07715726503116509, 0.0771572650311651, 0.07715726503116511, 0.07715726503116513, 0.07715726503116514, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516, 0.07715726503116516]}}, {"id": "Androgenetic Alopecia|AR_antagonist", "disease": "Androgenetic Alopecia", "interventions": ["AR_antagonist"], "intervention_labels": ["AR 길항/siRNA (RU58841)"], "tracked_genes": ["AR"], "metrics": {"final_hair_density_pct": 73.3, "min_hair_density_pct": 73.3, "anagen_fraction": 1.0, "healthy_ss": 1.6853, "AND_load": 0.279, "INF_load": 0.08}, "drive": {"AND": 0.279, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.1626307638172697, 1.1376753475035393, 1.1186940004980424, 1.1042218616495065, 1.0931636207381907, 1.0846973245905, 1.0782040742220562, 1.073216344827941, 1.0693798532163787, 1.0664253826354075, 1.0641478224335974, 1.0623905322729508, 1.061033637672427, 1.059985233808586, 1.0591747310191528, 1.0585478549233585, 1.0580628108946442, 1.057687382660204, 1.0573966892441438, 1.05717157819689, 1.0569972283361915, 1.0568621610067794, 1.056757511517008, 1.0566764211160704, 1.056613579049447, 1.0565648749187901, 1.0565271256549138, 1.0564978694172564, 1.0564751919082969, 1.056457608564033, 1.0564439775321348, 1.0564334107171969, 1.0564252183270917, 1.056418866996417, 1.056413942518435, 1.0564101245929234, 1.0564071647120674, 1.0564048699017234, 1.0564030912718116, 1.0564017126006846, 1.0564006433426465, 1.056399814147284, 1.056399168542953, 1.0563986682904931, 1.0563982811811001, 1.0563979813534512, 1.056397749104461, 1.0563975692070768, 1.0563974298611507, 1.056397321925623, 1.056397238320098, 1.0563971735602518, 1.056397123398019, 1.0563970845429131, 1.0563970544461705, 1.056397031133554, 1.0563970130758447, 1.056396999088529, 1.0563969882540962, 1.0563969798618538, 1.0563969733613063, 1.0563969683260466, 1.0563969644257836, 1.056396961404678, 1.0563969590645592, 1.0563969572338863, 1.056396955811252, 1.056396954711398, 1.0563969539535392, 1.0563969533591433, 1.0563969528853097, 1.0563969525075845, 1.0563969522064742, 1.0563969519664382, 1.0563969517750895, 1.056396951622552, 1.0563969515009541, 1.05639695140402, 1.0563969513267473, 1.0563969512651479, 1.0563969512160427, 1.0563969511768978, 1.0563969511456925, 1.0563969511208169, 1.0563969511009867, 1.0563969510851787, 1.056396951072577, 1.0563969510625317, 1.0563969510545235, 1.0563969510481397, 1.0563969510430506, 1.056396951038994, 1.05639695103576, 1.0563969510331819, 1.0563969510311269, 1.0563969510294886, 1.0563969510281825, 1.0563969510271416, 1.0563969510263118, 1.0563969510256501, 1.056396951025123, 1.0563969510247024, 1.0563969510243674, 1.0563969510241003, 1.0563969510238873, 1.0563969510237174, 1.0563969510235822, 1.0563969510234743, 1.0563969510233884, 1.0563969510233198, 1.0563969510232651, 1.0563969510232216, 1.056396951023187, 1.0563969510231592, 1.056396951023137, 1.0563969510231195, 1.0563969510231055, 1.0563969510230942, 1.0563969510230855, 1.0563969510230784, 1.0563969510230726, 1.056396951023068, 1.0563969510230644, 1.0563969510230617, 1.0563969510230593, 1.0563969510230573, 1.056396951023056, 1.0563969510230546, 1.0563969510230538, 1.056396951023053, 1.0563969510230526, 1.0563969510230522, 1.0563969510230515, 1.056396951023051, 1.0563969510230509, 1.0563969510230506, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504], "BMP": [0.12536448527548813, 0.1307483144469217, 0.1351232554299073, 0.13865618099903093, 0.1414929912295663, 0.14375937689150653, 0.14556204586285404, 0.14699038395446679, 0.1481183851459287, 0.1490066790711556, 0.14970451525836037, 0.15025160147902025, 0.15067975435402692, 0.15101433333733186, 0.15127546120468038, 0.1514790482803977, 0.15163763273994968, 0.15176106921111712, 0.15185708773118256, 0.1519317434699133, 0.15198975923725921, 0.1520348254246917, 0.1520698219535771, 0.1520969917138981, 0.15211808067445007, 0.15213444664924658, 0.15214714544193483, 0.15215699758844928, 0.15216463935190574, 0.15217056671008397, 0.15217516507087447, 0.15217873151612119, 0.1521814973519918, 0.15218364236019247, 0.15218530577585468, 0.15218659579928, 0.15218759612554303, 0.1521883717537268, 0.1521889731807753, 0.15218943937437704, 0.15218980076583882, 0.15219008107071516, 0.15219029845647025, 0.152190467719288, 0.15219059887986883, 0.1521907003792806, 0.15219077899571812, 0.15219083989401727, 0.1521908870660197, 0.1521909236053457, 0.15219095190859505, 0.15219097383217722, 0.15219099081407436, 0.15219100396815383, 0.15219101415721942, 0.15219102204959883, 0.15219102816297764, 0.1521910328983535, 0.1521910365663375, 0.15219103940752746, 0.15219104160828897, 0.15219104331297975, 0.15219104463341815, 0.15219104565621794, 0.15219104644846937, 0.15219104706214015, 0.15219104754221438, 0.1521910479152852, 0.1521910482037104, 0.1521910484024511, 0.15219104855832535, 0.1521910486825834, 0.152191048781638, 0.1521910488606012, 0.15219104892354818, 0.1521910489737275, 0.15219104901372887, 0.1521910490456167, 0.15219104907103667, 0.15219104909130068, 0.1521910491074545, 0.15219104912033182, 0.15219104913059722, 0.15219104913878048, 0.1521910491453039, 0.15219104915050416, 0.15219104915464965, 0.15219104915795428, 0.15219104916058868, 0.15219104916268872, 0.1521910491643628, 0.1521910491656973, 0.15219104916676116, 0.15219104916760925, 0.1521910491682853, 0.1521910491688242, 0.1521910491692538, 0.15219104916959628, 0.1521910491698693, 0.1521910491700869, 0.1521910491702604, 0.15219104917039872, 0.15219104917050896, 0.15219104917059684, 0.1521910491706669, 0.15219104917072274, 0.15219104917076726, 0.15219104917080276, 0.15219104917083104, 0.15219104917085358, 0.15219104917087156, 0.15219104917088588, 0.1521910491708973, 0.15219104917090642, 0.15219104917091367, 0.15219104917091944, 0.15219104917092408, 0.15219104917092777, 0.1521910491709307, 0.15219104917093307, 0.1521910491709349, 0.1521910491709364, 0.1521910491709376, 0.15219104917093854, 0.1521910491709393, 0.1521910491709399, 0.15219104917094037, 0.15219104917094076, 0.15219104917094106, 0.1521910491709413, 0.15219104917094148, 0.15219104917094164, 0.15219104917094176, 0.15219104917094184, 0.1521910491709419, 0.15219104917094198, 0.15219104917094203, 0.1521910491709421, 0.15219104917094212, 0.15219104917094214, 0.15219104917094217, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422], "SHH": [0.7736219254794859, 0.7717250047571568, 0.7674224600884039, 0.7621532727727693, 0.7567507246912635, 0.7516658125165991, 0.747114474193941, 0.7431724939048836, 0.7398360113548099, 0.7370593700368224, 0.7347780891129039, 0.7329224269598084, 0.7314249024905589, 0.7302241022511611, 0.7292662483207462, 0.7285054738167953, 0.7279033826974131, 0.7274283041174092, 0.7270543836700217, 0.7267607030854911, 0.7265304630572131, 0.7263502394643632, 0.7262093602610293, 0.7260993592941222, 0.7260135497070204, 0.7259466683751358, 0.7258945769572602, 0.7258540293468878, 0.7258224880805662, 0.7257979618739806, 0.7257788941838604, 0.7257640771251663, 0.725752566926313, 0.7257436276281267, 0.725736686557843, 0.7257312976163113, 0.7257271149021809, 0.7257238690214025, 0.7257213503233623, 0.7257193967403548, 0.7257178815016042, 0.7257167056946158, 0.7257157934420538, 0.7257150828868223, 0.7257145321018225, 0.7257141057514798, 0.7257137754440482, 0.7257135195278616, 0.7257133212594468, 0.7257131676575896, 0.7257130486621989, 0.7257129564781832, 0.7257128850657295, 0.7257128297452293, 0.7257127868910799, 0.7257127536943719, 0.725712727978981, 0.7257127080590532, 0.7257126926285752, 0.7257126806758103, 0.7257126714170014, 0.7257126642450077, 0.7257126586895098, 0.7257126543861803, 0.7257126510527995, 0.7257126484707521, 0.7257126464507931, 0.7257126448810431, 0.7257126436674383, 0.7257126428311867, 0.7257126421753024, 0.7257126416524495, 0.7257126412356458, 0.725712640903382, 0.7257126406385107, 0.7257126404273629, 0.7257126402590421, 0.7257126401248618, 0.7257126400178973, 0.7257126399326285, 0.7257126398646546, 0.725712639810468, 0.7257126397672718, 0.7257126397328373, 0.7257126397053871, 0.7257126396835046, 0.7257126396660606, 0.7257126396521548, 0.7257126396410696, 0.7257126396322328, 0.7257126396251883, 0.7257126396195727, 0.725712639615096, 0.7257126396115275, 0.7257126396086828, 0.725712639606415, 0.7257126396046072, 0.725712639603166, 0.7257126396020172, 0.7257126396011013, 0.7257126396003714, 0.7257126395997895, 0.7257126395993255, 0.7257126395989557, 0.7257126395986608, 0.7257126395984259, 0.7257126395982386, 0.7257126395980893, 0.7257126395979702, 0.7257126395978752, 0.7257126395977996, 0.7257126395977392, 0.7257126395976913, 0.725712639597653, 0.7257126395976223, 0.7257126395975979, 0.7257126395975786, 0.7257126395975632, 0.7257126395975508, 0.725712639597541, 0.7257126395975332, 0.7257126395975269, 0.725712639597522, 0.7257126395975179, 0.7257126395975149, 0.7257126395975123, 0.7257126395975103, 0.7257126395975086, 0.7257126395975073, 0.7257126395975063, 0.7257126395975055, 0.7257126395975049, 0.7257126395975043, 0.7257126395975039, 0.7257126395975035, 0.7257126395975033, 0.7257126395975031, 0.7257126395975029, 0.7257126395975028, 0.7257126395975027, 0.7257126395975025, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024], "DP": [1.3730090410250906, 1.3170726977375835, 1.2694560730602815, 1.2310318778288702, 1.2009888606709875, 1.1779552143833447, 1.160517255411483, 1.1474245113485022, 1.1376480591988698, 1.1303745776887517, 1.1249763155591137, 1.1209762402846393, 1.1180153097688665, 1.1158250525485474, 1.1142055754386244, 1.1130084222120924, 1.1121235918415646, 1.1114696612280603, 1.1109863888704843, 1.1106291786246174, 1.1103652100678287, 1.110170162535161, 1.1100260130265627, 1.109919479960212, 1.1098407464667346, 1.109782555549328, 1.1097395477630247, 1.1097077607823886, 1.1096842733209948, 1.1096669141802726, 1.1096540754334319, 1.10964458635387, 1.109637574305567, 1.1096323904449144, 1.1096285590767145, 1.1096257270295977, 1.1096236337340752, 1.1096220867098303, 1.109620943292189, 1.1096200985830191, 1.1096194744228416, 1.1096190127195276, 1.109618671328084, 1.1096184175318302, 1.1096182302577022, 1.10961809233189, 1.1096179905323695, 1.1096179153750128, 1.1096178598928683, 1.1096178189362207, 1.109617788702113, 1.10961776638332, 1.1096177499076043, 1.109617737745245, 1.1096177287670017, 1.1096177221392705, 1.109617717246685, 1.1096177136349827, 1.109617710968827, 1.1096177090006734, 1.1096177075477838, 1.1096177064752621, 1.1096177056835272, 1.1096177050990697, 1.1096177046676232, 1.1096177043491298, 1.1096177041106747, 1.1096177039338526, 1.109617703803831, 1.1096177037206136, 1.109617703658054, 1.109617703610014, 1.1096177035731245, 1.1096177035447967, 1.109617703523044, 1.1096177035063401, 1.1096177034935129, 1.1096177034836632, 1.1096177034760997, 1.1096177034702914, 1.1096177034658312, 1.1096177034624062, 1.1096177034597763, 1.1096177034577568, 1.109617703456206, 1.109617703455015, 1.1096177034541004, 1.109617703453398, 1.109617703452859, 1.109617703452445, 1.1096177034521268, 1.1096177034518828, 1.1096177034516954, 1.1096177034515513, 1.1096177034514407, 1.1096177034513557, 1.1096177034512906, 1.1096177034512407, 1.109617703451202, 1.1096177034511727, 1.1096177034511499, 1.1096177034511325, 1.1096177034511192, 1.109617703451109, 1.109617703451101, 1.109617703451095, 1.1096177034510906, 1.1096177034510868, 1.1096177034510841, 1.1096177034510821, 1.1096177034510804, 1.109617703451079, 1.1096177034510781, 1.1096177034510775, 1.109617703451077, 1.1096177034510766, 1.109617703451076, 1.1096177034510757, 1.1096177034510755, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752], "HFSC": [0.967293081691081, 0.9466705592618365, 0.9214831835374977, 0.8962113399888957, 0.8730038569725486, 0.8527089206807095, 0.8354890099459488, 0.8211688012840745, 0.8094270928814223, 0.7998992574576813, 0.7922290052649419, 0.7860927232575851, 0.7812084455835875, 0.7773369900105185, 0.7742791548684095, 0.7718712286086921, 0.7699800066288299, 0.7684979917378361, 0.7673389447644808, 0.7664340436634225, 0.7657286908767631, 0.7651796541558127, 0.7647528223863163, 0.7644213573899002, 0.7641641989465227, 0.7639648627313398, 0.7638104654217945, 0.7636909559095288, 0.7635985179526378, 0.7635270502092015, 0.7634718078380139, 0.7634291305264028, 0.7633961731803011, 0.7633707281387494, 0.7633510881174187, 0.7633359306769256, 0.763324235907308, 0.763315214394471, 0.7633082554849094, 0.7633028898196181, 0.7632987524492523, 0.7632955603730788, 0.7632930979398017, 0.7632911904448682, 0.7632897202503254, 0.7632885886403893, 0.7632877167254813, 0.7632870447871037, 0.76328652693547, 0.7632861278038355, 0.7632858201462756, 0.7632855829749918, 0.7632854001221017, 0.7632852591320096, 0.7632851504083975, 0.7632850665572889, 0.7632850018811248, 0.7632849519891383, 0.7632849134972892, 0.7632848837971609, 0.7632848608779648, 0.7632848431894357, 0.7632848295362205, 0.7632848189965136, 0.7632848108593719, 0.7632848045764132, 0.7632847996750374, 0.7632847958771253, 0.7632847929496326, 0.7632847909408212, 0.7632847893689041, 0.7632847881182823, 0.7632847871232253, 0.7632847863314631, 0.763284785701426, 0.7632847852000526, 0.7632847848010461, 0.7632847844834894, 0.7632847842307431, 0.7632847840295701, 0.7632847838694389, 0.7632847837419705, 0.7632847836404979, 0.7632847835597159, 0.7632847834954026, 0.7632847834441986, 0.76328478340343, 0.7632847833709688, 0.7632847833451213, 0.763284783324539, 0.7632847833081491, 0.7632847832950969, 0.7632847832847024, 0.7632847832764244, 0.7632847832698314, 0.7632847832645804, 0.7632847832603982, 0.763284783257067, 0.7632847832544135, 0.7632847832523001, 0.7632847832506165, 0.7632847832492753, 0.7632847832482069, 0.7632847832473559, 0.7632847832466779, 0.7632847832461378, 0.7632847832457075, 0.7632847832453646, 0.7632847832450915, 0.763284783244874, 0.7632847832447005, 0.7632847832445624, 0.7632847832444524, 0.7632847832443647, 0.7632847832442947, 0.763284783244239, 0.7632847832441946, 0.7632847832441594, 0.7632847832441312, 0.7632847832441086, 0.7632847832440908, 0.7632847832440766, 0.7632847832440652, 0.7632847832440562, 0.7632847832440489, 0.7632847832440433, 0.7632847832440387, 0.763284783244035, 0.763284783244032, 0.7632847832440297, 0.7632847832440277, 0.7632847832440263, 0.7632847832440252, 0.7632847832440243, 0.7632847832440236, 0.763284783244023, 0.7632847832440226, 0.7632847832440222, 0.7632847832440219, 0.7632847832440216, 0.7632847832440214, 0.763284783244021, 0.7632847832440209, 0.7632847832440208, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207, 0.7632847832440207], "APO": [0.04535765261277512, 0.06544222567412793, 0.07864584227022882, 0.08753970146994905, 0.09366551179806959, 0.09796530827611506, 0.1010295874538482, 0.10323882991254676, 0.10484519736970709, 0.10602027360167686, 0.10688339507787621, 0.10751912910808563, 0.10798821353701919, 0.10833471983447514, 0.10859084850393669, 0.1087802456900837, 0.10892031863247222, 0.10902392116623738, 0.10910054640880232, 0.10915722902510218, 0.1091991459097322, 0.1092301362198412, 0.1092530518655566, 0.10926999565034537, 0.10928252218214082, 0.10929178314950186, 0.10929862972695187, 0.10930369091312182, 0.10930743116643817, 0.10931019598816973, 0.10931224100430938, 0.10931375256218033, 0.10931486969578409, 0.10931569556636286, 0.10931630595458498, 0.1093167572212993, 0.10931709076792559, 0.10931733723941466, 0.10931751943461716, 0.10931765404038404, 0.10931775348664523, 0.10931782705247217, 0.10931788145425556, 0.10931792189607353, 0.1093179517367193, 0.109317973714545, 0.1093179899360777, 0.10931800191223014, 0.10931801075314633, 0.10931801727946518, 0.1093180220971864, 0.10931802565362686, 0.10931802827898852, 0.10931803021702831, 0.10931803164768776, 0.1093180327037995, 0.10931803348342034, 0.10931803405893582, 0.1093180344837809, 0.10931803479740117, 0.10931803502891539, 0.10931803519981899, 0.10931803532597989, 0.10931803541911178, 0.10931803548786165, 0.10931803553861275, 0.10931803557660995, 0.1093180356047861, 0.10931803562550471, 0.10931803563876523, 0.10931803564873396, 0.10931803565638895, 0.10931803566226721, 0.10931803566678115, 0.10931803567024741, 0.10931803567290914, 0.1093180356749531, 0.10931803567652264, 0.10931803567772788, 0.10931803567865342, 0.10931803567936411, 0.10931803567990987, 0.10931803568032895, 0.10931803568065077, 0.1093180356808979, 0.10931803568108767, 0.10931803568123338, 0.10931803568134528, 0.1093180356814312, 0.10931803568149717, 0.10931803568154785, 0.10931803568158677, 0.10931803568161665, 0.10931803568163959, 0.10931803568165721, 0.10931803568167074, 0.10931803568168112, 0.1093180356816891, 0.10931803568169522, 0.10931803568169993, 0.10931803568170353, 0.10931803568170631, 0.10931803568170845, 0.10931803568171009, 0.10931803568171135, 0.10931803568171232, 0.10931803568171305, 0.10931803568171361, 0.10931803568171405, 0.10931803568171439, 0.10931803568171464, 0.10931803568171483, 0.10931803568171498, 0.10931803568171511, 0.10931803568171519, 0.10931803568171528, 0.10931803568171532, 0.10931803568171536, 0.10931803568171539, 0.10931803568171541, 0.10931803568171544, 0.10931803568171546, 0.10931803568171547, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548], "Hair": [1.6853182222234062, 1.654618638678246, 1.6109597564823703, 1.5629763324206203, 1.5156524170434527, 1.471661867772684, 1.4322641232528777, 1.3978724520845873, 1.3684106308561514, 1.343535818354972, 1.322776341021629, 1.3056160947153028, 1.2915445778618757, 1.2800848643917948, 1.2708075902837492, 1.2633362098660488, 1.257346797117166, 1.252565000824211, 1.2487612210012822, 1.2457452838651581, 1.2433610423346277, 1.2414812160037711, 1.2400027210826123, 1.2388424034244656, 1.2379335823461477, 1.2372230341195236, 1.2366684079056982, 1.2362361300710345, 1.2358997024350795, 1.2356381774306833, 1.2354350728935937, 1.2352775097480426, 1.2351553929975443, 1.2350608278263602, 1.2349876523658512, 1.234931062800422, 1.2348873319256939, 1.2348535580357891, 1.234827486007237, 1.2348073752668767, 1.2347918676676082, 1.234779906815897, 1.2347706853079048, 1.2347635479036823, 1.2347580527511164, 1.2347538288405464, 1.2347505794925449, 1.2347480799211399, 1.2347461573763547, 1.234744678779481, 1.2347435416815886, 1.2347426672417863, 1.234741994800102, 1.234741477693611, 1.2347410800322962, 1.234740774215447, 1.234740539019236, 1.2347403581246132, 1.2347402189844596, 1.234740111952038, 1.2347400296106121, 1.2347399662578968, 1.2347399175096305, 1.2347398799947933, 1.2347398511212935, 1.2347398288958507, 1.2347398116064439, 1.234739798249211, 1.23473978798532, 1.234739780974042, 1.234739775501787, 1.2347397711578936, 1.234739767709391, 1.2347397649714724, 1.234739762797525, 1.2347397610712267, 1.234739759700279, 1.234739758611439, 1.234739757746581, 1.2347397570595708, 1.2347397565137896, 1.234739756080168, 1.234739755735628, 1.2347397554618469, 1.2347397552442745, 1.234739755071357, 1.2347397549339187, 1.2347397548246712, 1.2347397547378256, 1.234739754668783, 1.2347397546138899, 1.234739754570243, 1.2347397545355359, 1.2347397545079357, 1.2347397544859855, 1.2347397544685275, 1.2347397544546415, 1.2347397544435958, 1.2347397544348093, 1.2347397544278191, 1.2347397544222578, 1.234739754417833, 1.2347397544143124, 1.2347397544115106, 1.234739754409281, 1.2347397544075067, 1.2347397544060947, 1.2347397544049707, 1.2347397544040764, 1.2347397544033643, 1.2347397544027976, 1.2347397544023466, 1.2347397544019874, 1.2347397544017014, 1.2347397544014735, 1.2347397544012926, 1.2347397544011482, 1.2347397544010332, 1.2347397544009417, 1.2347397544008687, 1.2347397544008107, 1.2347397544007646, 1.234739754400728, 1.2347397544006986, 1.2347397544006753, 1.2347397544006566, 1.234739754400642, 1.2347397544006302, 1.2347397544006207, 1.2347397544006131, 1.2347397544006071, 1.2347397544006025, 1.2347397544005985, 1.2347397544005956, 1.2347397544005931, 1.2347397544005911, 1.2347397544005898, 1.2347397544005885, 1.2347397544005876, 1.234739754400587, 1.2347397544005863, 1.2347397544005858, 1.2347397544005851, 1.2347397544005847, 1.2347397544005845, 1.2347397544005843, 1.2347397544005843, 1.2347397544005843, 1.2347397544005843, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584, 1.234739754400584], "HairDensity": [100.0, 98.17841027644863, 95.5878679313788, 92.74072467801466, 89.93271401550996, 87.32249188115644, 84.98478829495598, 82.94412495228364, 81.19597906268615, 79.72000780852368, 78.4882239792386, 77.47000403240345, 76.63505685934892, 75.95508358670713, 75.40460748161843, 74.9612858394989, 74.60589819401429, 74.32216564843922, 74.09646466373673, 73.91751109304874, 73.77603979705903, 73.66449846877643, 73.57677053100997, 73.50792195138588, 73.4539961665499, 73.41183509469685, 73.37892580750635, 73.35327618069026, 73.33331391887415, 73.31779607773603, 73.30574467198896, 73.29639550911436, 73.28914959265252, 73.28353847601372, 73.27919653871403, 73.27583874167114, 73.27324392757897, 73.27123992088994, 73.26969291165405, 73.2684996212656, 73.26757946274219, 73.26686975394338, 73.26632258677515, 73.26589908193621, 73.26557302170062, 73.26532239184839, 73.26512958861642, 73.26498127410987, 73.26486719804045, 73.26477946405322, 73.26471199324105, 73.26466010750275, 73.26462020751973, 73.26458952450187, 73.26456592888002, 73.26454778293909, 73.26453382734259, 73.26452309378375, 73.26451483776707, 73.26450848689397, 73.26450360108518, 73.26449984199004, 73.26449694946413, 73.26449472348469, 73.2644930102474, 73.2644916914791, 73.26449066559529, 73.26448987303085, 73.26448926401287, 73.26448884799184, 73.26448852329027, 73.26448826554112, 73.26448806092085, 73.26448789846378, 73.26448776947049, 73.26448766703889, 73.26448758569238, 73.264487521085, 73.2644874697678, 73.2644874290034, 73.26448739661893, 73.26448737088957, 73.26448735044596, 73.26448733420088, 73.26448732129101, 73.26448731103079, 73.26448730287575, 73.26448729639344, 73.26448729124037, 73.26448728714367, 73.26448728388652, 73.2644872812967, 73.26448727923731, 73.26448727759963, 73.26448727629719, 73.2644872752613, 73.26448727443737, 73.26448727378197, 73.26448727326061, 73.26448727284584, 73.26448727251585, 73.26448727225329, 73.26448727204439, 73.26448727187815, 73.26448727174586, 73.26448727164058, 73.2644872715568, 73.2644872714901, 73.26448727143703, 73.26448727139478, 73.26448727136116, 73.2644872713344, 73.26448727131307, 73.2644872712961, 73.26448727128259, 73.26448727127185, 73.26448727126329, 73.26448727125647, 73.26448727125104, 73.26448727124671, 73.26448727124327, 73.26448727124053, 73.26448727123835, 73.26448727123662, 73.26448727123523, 73.26448727123412, 73.26448727123325, 73.26448727123255, 73.26448727123199, 73.26448727123154, 73.26448727123119, 73.2644872712309, 73.26448727123066, 73.26448727123051, 73.26448727123035, 73.26448727123024, 73.26448727123015, 73.26448727123008, 73.26448727123002, 73.26448727122998, 73.26448727122994, 73.26448727122992, 73.26448727122988, 73.26448727122985, 73.26448727122984, 73.26448727122983, 73.26448727122983, 73.26448727122983, 73.26448727122983, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981, 73.26448727122981]}, "proteins": {"AR/DHT (AR)": [0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279, 0.279], "DKK1": [0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135, 0.18135], "β-catenin (CTNNB1)": [1.195525502499162, 1.1626307638172697, 1.1376753475035393, 1.1186940004980424, 1.1042218616495065, 1.0931636207381907, 1.0846973245905, 1.0782040742220562, 1.073216344827941, 1.0693798532163787, 1.0664253826354075, 1.0641478224335974, 1.0623905322729508, 1.061033637672427, 1.059985233808586, 1.0591747310191528, 1.0585478549233585, 1.0580628108946442, 1.057687382660204, 1.0573966892441438, 1.05717157819689, 1.0569972283361915, 1.0568621610067794, 1.056757511517008, 1.0566764211160704, 1.056613579049447, 1.0565648749187901, 1.0565271256549138, 1.0564978694172564, 1.0564751919082969, 1.056457608564033, 1.0564439775321348, 1.0564334107171969, 1.0564252183270917, 1.056418866996417, 1.056413942518435, 1.0564101245929234, 1.0564071647120674, 1.0564048699017234, 1.0564030912718116, 1.0564017126006846, 1.0564006433426465, 1.056399814147284, 1.056399168542953, 1.0563986682904931, 1.0563982811811001, 1.0563979813534512, 1.056397749104461, 1.0563975692070768, 1.0563974298611507, 1.056397321925623, 1.056397238320098, 1.0563971735602518, 1.056397123398019, 1.0563970845429131, 1.0563970544461705, 1.056397031133554, 1.0563970130758447, 1.056396999088529, 1.0563969882540962, 1.0563969798618538, 1.0563969733613063, 1.0563969683260466, 1.0563969644257836, 1.056396961404678, 1.0563969590645592, 1.0563969572338863, 1.056396955811252, 1.056396954711398, 1.0563969539535392, 1.0563969533591433, 1.0563969528853097, 1.0563969525075845, 1.0563969522064742, 1.0563969519664382, 1.0563969517750895, 1.056396951622552, 1.0563969515009541, 1.05639695140402, 1.0563969513267473, 1.0563969512651479, 1.0563969512160427, 1.0563969511768978, 1.0563969511456925, 1.0563969511208169, 1.0563969511009867, 1.0563969510851787, 1.056396951072577, 1.0563969510625317, 1.0563969510545235, 1.0563969510481397, 1.0563969510430506, 1.056396951038994, 1.05639695103576, 1.0563969510331819, 1.0563969510311269, 1.0563969510294886, 1.0563969510281825, 1.0563969510271416, 1.0563969510263118, 1.0563969510256501, 1.056396951025123, 1.0563969510247024, 1.0563969510243674, 1.0563969510241003, 1.0563969510238873, 1.0563969510237174, 1.0563969510235822, 1.0563969510234743, 1.0563969510233884, 1.0563969510233198, 1.0563969510232651, 1.0563969510232216, 1.056396951023187, 1.0563969510231592, 1.056396951023137, 1.0563969510231195, 1.0563969510231055, 1.0563969510230942, 1.0563969510230855, 1.0563969510230784, 1.0563969510230726, 1.056396951023068, 1.0563969510230644, 1.0563969510230617, 1.0563969510230593, 1.0563969510230573, 1.056396951023056, 1.0563969510230546, 1.0563969510230538, 1.056396951023053, 1.0563969510230526, 1.0563969510230522, 1.0563969510230515, 1.056396951023051, 1.0563969510230509, 1.0563969510230506, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504, 1.0563969510230504], "BMP4": [0.12536448527548813, 0.1307483144469217, 0.1351232554299073, 0.13865618099903093, 0.1414929912295663, 0.14375937689150653, 0.14556204586285404, 0.14699038395446679, 0.1481183851459287, 0.1490066790711556, 0.14970451525836037, 0.15025160147902025, 0.15067975435402692, 0.15101433333733186, 0.15127546120468038, 0.1514790482803977, 0.15163763273994968, 0.15176106921111712, 0.15185708773118256, 0.1519317434699133, 0.15198975923725921, 0.1520348254246917, 0.1520698219535771, 0.1520969917138981, 0.15211808067445007, 0.15213444664924658, 0.15214714544193483, 0.15215699758844928, 0.15216463935190574, 0.15217056671008397, 0.15217516507087447, 0.15217873151612119, 0.1521814973519918, 0.15218364236019247, 0.15218530577585468, 0.15218659579928, 0.15218759612554303, 0.1521883717537268, 0.1521889731807753, 0.15218943937437704, 0.15218980076583882, 0.15219008107071516, 0.15219029845647025, 0.152190467719288, 0.15219059887986883, 0.1521907003792806, 0.15219077899571812, 0.15219083989401727, 0.1521908870660197, 0.1521909236053457, 0.15219095190859505, 0.15219097383217722, 0.15219099081407436, 0.15219100396815383, 0.15219101415721942, 0.15219102204959883, 0.15219102816297764, 0.1521910328983535, 0.1521910365663375, 0.15219103940752746, 0.15219104160828897, 0.15219104331297975, 0.15219104463341815, 0.15219104565621794, 0.15219104644846937, 0.15219104706214015, 0.15219104754221438, 0.1521910479152852, 0.1521910482037104, 0.1521910484024511, 0.15219104855832535, 0.1521910486825834, 0.152191048781638, 0.1521910488606012, 0.15219104892354818, 0.1521910489737275, 0.15219104901372887, 0.1521910490456167, 0.15219104907103667, 0.15219104909130068, 0.1521910491074545, 0.15219104912033182, 0.15219104913059722, 0.15219104913878048, 0.1521910491453039, 0.15219104915050416, 0.15219104915464965, 0.15219104915795428, 0.15219104916058868, 0.15219104916268872, 0.1521910491643628, 0.1521910491656973, 0.15219104916676116, 0.15219104916760925, 0.1521910491682853, 0.1521910491688242, 0.1521910491692538, 0.15219104916959628, 0.1521910491698693, 0.1521910491700869, 0.1521910491702604, 0.15219104917039872, 0.15219104917050896, 0.15219104917059684, 0.1521910491706669, 0.15219104917072274, 0.15219104917076726, 0.15219104917080276, 0.15219104917083104, 0.15219104917085358, 0.15219104917087156, 0.15219104917088588, 0.1521910491708973, 0.15219104917090642, 0.15219104917091367, 0.15219104917091944, 0.15219104917092408, 0.15219104917092777, 0.1521910491709307, 0.15219104917093307, 0.1521910491709349, 0.1521910491709364, 0.1521910491709376, 0.15219104917093854, 0.1521910491709393, 0.1521910491709399, 0.15219104917094037, 0.15219104917094076, 0.15219104917094106, 0.1521910491709413, 0.15219104917094148, 0.15219104917094164, 0.15219104917094176, 0.15219104917094184, 0.1521910491709419, 0.15219104917094198, 0.15219104917094203, 0.1521910491709421, 0.15219104917094212, 0.15219104917094214, 0.15219104917094217, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422, 0.1521910491709422], "SHH": [0.7736219254794859, 0.7717250047571568, 0.7674224600884039, 0.7621532727727693, 0.7567507246912635, 0.7516658125165991, 0.747114474193941, 0.7431724939048836, 0.7398360113548099, 0.7370593700368224, 0.7347780891129039, 0.7329224269598084, 0.7314249024905589, 0.7302241022511611, 0.7292662483207462, 0.7285054738167953, 0.7279033826974131, 0.7274283041174092, 0.7270543836700217, 0.7267607030854911, 0.7265304630572131, 0.7263502394643632, 0.7262093602610293, 0.7260993592941222, 0.7260135497070204, 0.7259466683751358, 0.7258945769572602, 0.7258540293468878, 0.7258224880805662, 0.7257979618739806, 0.7257788941838604, 0.7257640771251663, 0.725752566926313, 0.7257436276281267, 0.725736686557843, 0.7257312976163113, 0.7257271149021809, 0.7257238690214025, 0.7257213503233623, 0.7257193967403548, 0.7257178815016042, 0.7257167056946158, 0.7257157934420538, 0.7257150828868223, 0.7257145321018225, 0.7257141057514798, 0.7257137754440482, 0.7257135195278616, 0.7257133212594468, 0.7257131676575896, 0.7257130486621989, 0.7257129564781832, 0.7257128850657295, 0.7257128297452293, 0.7257127868910799, 0.7257127536943719, 0.725712727978981, 0.7257127080590532, 0.7257126926285752, 0.7257126806758103, 0.7257126714170014, 0.7257126642450077, 0.7257126586895098, 0.7257126543861803, 0.7257126510527995, 0.7257126484707521, 0.7257126464507931, 0.7257126448810431, 0.7257126436674383, 0.7257126428311867, 0.7257126421753024, 0.7257126416524495, 0.7257126412356458, 0.725712640903382, 0.7257126406385107, 0.7257126404273629, 0.7257126402590421, 0.7257126401248618, 0.7257126400178973, 0.7257126399326285, 0.7257126398646546, 0.725712639810468, 0.7257126397672718, 0.7257126397328373, 0.7257126397053871, 0.7257126396835046, 0.7257126396660606, 0.7257126396521548, 0.7257126396410696, 0.7257126396322328, 0.7257126396251883, 0.7257126396195727, 0.725712639615096, 0.7257126396115275, 0.7257126396086828, 0.725712639606415, 0.7257126396046072, 0.725712639603166, 0.7257126396020172, 0.7257126396011013, 0.7257126396003714, 0.7257126395997895, 0.7257126395993255, 0.7257126395989557, 0.7257126395986608, 0.7257126395984259, 0.7257126395982386, 0.7257126395980893, 0.7257126395979702, 0.7257126395978752, 0.7257126395977996, 0.7257126395977392, 0.7257126395976913, 0.725712639597653, 0.7257126395976223, 0.7257126395975979, 0.7257126395975786, 0.7257126395975632, 0.7257126395975508, 0.725712639597541, 0.7257126395975332, 0.7257126395975269, 0.725712639597522, 0.7257126395975179, 0.7257126395975149, 0.7257126395975123, 0.7257126395975103, 0.7257126395975086, 0.7257126395975073, 0.7257126395975063, 0.7257126395975055, 0.7257126395975049, 0.7257126395975043, 0.7257126395975039, 0.7257126395975035, 0.7257126395975033, 0.7257126395975031, 0.7257126395975029, 0.7257126395975028, 0.7257126395975027, 0.7257126395975025, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024, 0.7257126395975024], "IGF1": [0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502, 0.8669643244180502], "VEGFA (DP)": [1.3730090410250906, 1.3170726977375835, 1.2694560730602815, 1.2310318778288702, 1.2009888606709875, 1.1779552143833447, 1.160517255411483, 1.1474245113485022, 1.1376480591988698, 1.1303745776887517, 1.1249763155591137, 1.1209762402846393, 1.1180153097688665, 1.1158250525485474, 1.1142055754386244, 1.1130084222120924, 1.1121235918415646, 1.1114696612280603, 1.1109863888704843, 1.1106291786246174, 1.1103652100678287, 1.110170162535161, 1.1100260130265627, 1.109919479960212, 1.1098407464667346, 1.109782555549328, 1.1097395477630247, 1.1097077607823886, 1.1096842733209948, 1.1096669141802726, 1.1096540754334319, 1.10964458635387, 1.109637574305567, 1.1096323904449144, 1.1096285590767145, 1.1096257270295977, 1.1096236337340752, 1.1096220867098303, 1.109620943292189, 1.1096200985830191, 1.1096194744228416, 1.1096190127195276, 1.109618671328084, 1.1096184175318302, 1.1096182302577022, 1.10961809233189, 1.1096179905323695, 1.1096179153750128, 1.1096178598928683, 1.1096178189362207, 1.109617788702113, 1.10961776638332, 1.1096177499076043, 1.109617737745245, 1.1096177287670017, 1.1096177221392705, 1.109617717246685, 1.1096177136349827, 1.109617710968827, 1.1096177090006734, 1.1096177075477838, 1.1096177064752621, 1.1096177056835272, 1.1096177050990697, 1.1096177046676232, 1.1096177043491298, 1.1096177041106747, 1.1096177039338526, 1.109617703803831, 1.1096177037206136, 1.109617703658054, 1.109617703610014, 1.1096177035731245, 1.1096177035447967, 1.109617703523044, 1.1096177035063401, 1.1096177034935129, 1.1096177034836632, 1.1096177034760997, 1.1096177034702914, 1.1096177034658312, 1.1096177034624062, 1.1096177034597763, 1.1096177034577568, 1.109617703456206, 1.109617703455015, 1.1096177034541004, 1.109617703453398, 1.109617703452859, 1.109617703452445, 1.1096177034521268, 1.1096177034518828, 1.1096177034516954, 1.1096177034515513, 1.1096177034514407, 1.1096177034513557, 1.1096177034512906, 1.1096177034512407, 1.109617703451202, 1.1096177034511727, 1.1096177034511499, 1.1096177034511325, 1.1096177034511192, 1.109617703451109, 1.109617703451101, 1.109617703451095, 1.1096177034510906, 1.1096177034510868, 1.1096177034510841, 1.1096177034510821, 1.1096177034510804, 1.109617703451079, 1.1096177034510781, 1.1096177034510775, 1.109617703451077, 1.1096177034510766, 1.109617703451076, 1.1096177034510757, 1.1096177034510755, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752, 1.1096177034510752], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.04535765261277512, 0.06544222567412793, 0.07864584227022882, 0.08753970146994905, 0.09366551179806959, 0.09796530827611506, 0.1010295874538482, 0.10323882991254676, 0.10484519736970709, 0.10602027360167686, 0.10688339507787621, 0.10751912910808563, 0.10798821353701919, 0.10833471983447514, 0.10859084850393669, 0.1087802456900837, 0.10892031863247222, 0.10902392116623738, 0.10910054640880232, 0.10915722902510218, 0.1091991459097322, 0.1092301362198412, 0.1092530518655566, 0.10926999565034537, 0.10928252218214082, 0.10929178314950186, 0.10929862972695187, 0.10930369091312182, 0.10930743116643817, 0.10931019598816973, 0.10931224100430938, 0.10931375256218033, 0.10931486969578409, 0.10931569556636286, 0.10931630595458498, 0.1093167572212993, 0.10931709076792559, 0.10931733723941466, 0.10931751943461716, 0.10931765404038404, 0.10931775348664523, 0.10931782705247217, 0.10931788145425556, 0.10931792189607353, 0.1093179517367193, 0.109317973714545, 0.1093179899360777, 0.10931800191223014, 0.10931801075314633, 0.10931801727946518, 0.1093180220971864, 0.10931802565362686, 0.10931802827898852, 0.10931803021702831, 0.10931803164768776, 0.1093180327037995, 0.10931803348342034, 0.10931803405893582, 0.1093180344837809, 0.10931803479740117, 0.10931803502891539, 0.10931803519981899, 0.10931803532597989, 0.10931803541911178, 0.10931803548786165, 0.10931803553861275, 0.10931803557660995, 0.1093180356047861, 0.10931803562550471, 0.10931803563876523, 0.10931803564873396, 0.10931803565638895, 0.10931803566226721, 0.10931803566678115, 0.10931803567024741, 0.10931803567290914, 0.1093180356749531, 0.10931803567652264, 0.10931803567772788, 0.10931803567865342, 0.10931803567936411, 0.10931803567990987, 0.10931803568032895, 0.10931803568065077, 0.1093180356808979, 0.10931803568108767, 0.10931803568123338, 0.10931803568134528, 0.1093180356814312, 0.10931803568149717, 0.10931803568154785, 0.10931803568158677, 0.10931803568161665, 0.10931803568163959, 0.10931803568165721, 0.10931803568167074, 0.10931803568168112, 0.1093180356816891, 0.10931803568169522, 0.10931803568169993, 0.10931803568170353, 0.10931803568170631, 0.10931803568170845, 0.10931803568171009, 0.10931803568171135, 0.10931803568171232, 0.10931803568171305, 0.10931803568171361, 0.10931803568171405, 0.10931803568171439, 0.10931803568171464, 0.10931803568171483, 0.10931803568171498, 0.10931803568171511, 0.10931803568171519, 0.10931803568171528, 0.10931803568171532, 0.10931803568171536, 0.10931803568171539, 0.10931803568171541, 0.10931803568171544, 0.10931803568171546, 0.10931803568171547, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548, 0.10931803568171548]}}, {"id": "Androgenetic Alopecia|minoxidil", "disease": "Androgenetic Alopecia", "interventions": ["minoxidil"], "intervention_labels": ["미녹시딜 (VEGF/K-ATP→DP, PGE2/Wnt)"], "tracked_genes": ["PDGFA", "VEGFA"], "metrics": {"final_hair_density_pct": 71.7, "min_hair_density_pct": 71.7, "anagen_fraction": 1.0, "healthy_ss": 1.6853, "AND_load": 0.62, "INF_load": 0.08}, "drive": {"AND": 0.62, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.15, "uDP": 0.8, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.1521576515808667, 1.1179079426021963, 1.0909696559128583, 1.069840923249948, 1.0533000283223424, 1.0403669895631333, 1.0302630529690309, 1.0223732906030363, 1.016214233712094, 1.0114068836581653, 1.0076547177460087, 1.0047260395310096, 1.002439933898538, 1.0006552855208461, 0.9992619418226615, 0.9981740003112657, 0.9973244406174466, 0.996660956707614, 0.996142741804228, 0.9957379735949213, 0.9954217855649536, 0.9951747766666744, 0.9949818077821264, 0.9948310579525083, 0.9947132640253077, 0.9946212173280711, 0.9945492987581837, 0.9944931008423021, 0.9944491861576138, 0.9944148686589553, 0.9943880511015414, 0.9943670955034014, 0.9943507198749866, 0.9943379256300368, 0.9943279302751906, 0.9943201176294876, 0.9943140109644626, 0.9943092382586066, 0.994305508061694, 0.9943025926277776, 0.9943003139959505, 0.9942985330695021, 0.9942971411351469, 0.9942960532272925, 0.9942952029394367, 0.99429453637764, 0.9942940150963782, 0.9942936084581245, 0.9942932909997664, 0.994293043127535, 0.9942928495919314, 0.9942926984824759, 0.9942925804985949, 0.9942924883786047, 0.9942924164527294, 0.9942923602941021, 0.9942923164462969, 0.9942922822105921, 0.9942922554798682, 0.9942922346089196, 0.9942922183131946, 0.9942922055897355, 0.994292195655448, 0.9942921878989042, 0.9942921818427097, 0.994292177114123, 0.9942921734221125, 0.9942921705394454, 0.9942921682701221, 0.9942921664912687, 0.9942921651041421, 0.9942921641244735, 0.9942921633625711, 0.9942921627513555, 0.9942921622610243, 0.9942921618676696, 0.9942921615521113, 0.9942921612989634, 0.9942921610958824, 0.9942921609329661, 0.9942921608022709, 0.9942921606974243, 0.9942921606133139, 0.9942921605458388, 0.9942921604917087, 0.9942921604482843, 0.9942921604134481, 0.9942921603855018, 0.9942921603630827, 0.9942921603450975, 0.9942921603306695, 0.994292160319095, 0.9942921603098095, 0.9942921603023606, 0.9942921602963849, 0.9942921602915911, 0.9942921602877454, 0.9942921602846602, 0.9942921602821851, 0.9942921602801997, 0.994292160278607, 0.9942921602773293, 0.9942921602763042, 0.9942921602754817, 0.994292160274822, 0.9942921602742928, 0.9942921602738681, 0.9942921602735275, 0.9942921602732543, 0.9942921602730351, 0.9942921602728593, 0.9942921602727183, 0.994292160272605, 0.9942921602725143, 0.9942921602724416, 0.9942921602723831, 0.9942921602723361, 0.9942921602722986, 0.9942921602722684, 0.9942921602722442, 0.9942921602722248, 0.9942921602722091, 0.9942921602721967, 0.9942921602721866, 0.9942921602721787, 0.9942921602721723, 0.994292160272167, 0.9942921602721629, 0.9942921602721596, 0.9942921602721569, 0.9942921602721548, 0.9942921602721532, 0.9942921602721517, 0.9942921602721506, 0.9942921602721497, 0.994292160272149, 0.9942921602721484, 0.9942921602721478, 0.9942921602721476, 0.9942921602721473, 0.9942921602721471, 0.994292160272147, 0.9942921602721467, 0.9942921602721467, 0.9942921602721465, 0.9942921602721464, 0.9942921602721463, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462], "BMP": [0.12536448527548816, 0.14043473698213427, 0.15188440009276555, 0.1606499944061105, 0.1674015787005694, 0.1726262849983622, 0.1766836314768418, 0.1798425288458893, 0.18230641515338428, 0.1842306243909798, 0.18573462308997218, 0.18691080261913928, 0.187830903256898, 0.18855080120580034, 0.18911407674860753, 0.18955480309890937, 0.189899619492857, 0.1901693729778071, 0.19038038649209132, 0.19054543604217974, 0.19067451600042898, 0.1907754582354537, 0.19085438966760776, 0.19091610277618334, 0.1909643474169496, 0.19100206699970945, 0.19103155651172102, 0.1910546075061376, 0.19107262612102593, 0.1910867105524763, 0.1910977198362335, 0.1911063248734404, 0.19111305010793228, 0.19111830629106413, 0.19112241343490724, 0.19112562240731137, 0.19112813083611999, 0.19113009165847508, 0.19113162424214347, 0.1911328221189366, 0.19113375838842048, 0.19113449017782133, 0.19113506214313933, 0.19113550918906297, 0.19113585859756188, 0.1911361316926437, 0.19113634578125174, 0.19113651320992703, 0.19113664381794276, 0.1911367457829759, 0.1911368253979377, 0.1911368875606022, 0.19113693609638052, 0.19113697399246632, 0.19113700358121796, 0.19113702668370872, 0.19113704472181176, 0.19113705880570875, 0.1911370698022155, 0.19113707838813074, 0.19113708509188984, 0.19113709032608805, 0.1911370944128741, 0.19113709760377715, 0.19113710009518767, 0.19113710204044454, 0.19113710355927266, 0.1911371047451514, 0.19113710567106804, 0.1911371063999779, 0.1911371069713482, 0.19113710741689535, 0.19113710773156642, 0.19113710797629066, 0.19113710817261403, 0.19113710833010913, 0.1911371084564553, 0.19113710855781307, 0.1911371086391246, 0.19113710870435457, 0.19113710875668352, 0.191137108798663, 0.1911371088323399, 0.19113710885935625, 0.19113710888102942, 0.19113710889841612, 0.19113710891236413, 0.1911371089235535, 0.19113710893252994, 0.191137108939731, 0.19113710894550784, 0.1911371089501422, 0.19113710895385996, 0.19113710895684244, 0.19113710895923505, 0.19113710896115446, 0.19113710896269423, 0.1911371089639295, 0.19113710896492045, 0.19113710896571542, 0.19113710896635314, 0.19113710896686473, 0.19113710896727518, 0.1911371089676044, 0.19113710896786856, 0.19113710896808048, 0.19113710896825045, 0.19113710896838684, 0.19113710896849623, 0.191137108968584, 0.19113710896865438, 0.19113710896871086, 0.19113710896875616, 0.19113710896879252, 0.19113710896882166, 0.19113710896884506, 0.19113710896886385, 0.1911371089688789, 0.191137108968891, 0.19113710896890068, 0.19113710896890845, 0.19113710896891467, 0.1911371089689197, 0.19113710896892372, 0.19113710896892694, 0.1911371089689295, 0.19113710896893155, 0.19113710896893324, 0.19113710896893457, 0.19113710896893565, 0.19113710896893651, 0.19113710896893718, 0.19113710896893774, 0.19113710896893815, 0.1911371089689385, 0.1911371089689388, 0.19113710896893904, 0.19113710896893923, 0.19113710896893937, 0.19113710896893948, 0.1911371089689396, 0.19113710896893965, 0.1911371089689397, 0.19113710896893976, 0.19113710896893982, 0.19113710896893985, 0.19113710896893987, 0.1911371089689399, 0.19113710896893993, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996], "SHH": [0.7736219254794859, 0.7700381905013913, 0.7620121850435598, 0.7522910121196927, 0.7424071186956359, 0.7331614316832898, 0.7249212014807623, 0.7178034305277413, 0.7117872182480259, 0.7067816781900809, 0.70266615448975, 0.6993132568926442, 0.6966012873768295, 0.694420342512269, 0.6926745935127728, 0.6912825335764077, 0.6901759870830136, 0.6892986987023723, 0.6886046826629603, 0.688056648863588, 0.6876245642617724, 0.6872843382149936, 0.6870167370934943, 0.686806459593987, 0.6866413654986372, 0.6865118210108807, 0.686410225684301, 0.6863305928612331, 0.6862682018780603, 0.686219336816108, 0.6861810740797545, 0.6861511234741909, 0.6861276862519539, 0.686109348541488, 0.6860950061752588, 0.6860837912682088, 0.6860750186815989, 0.6860681571378763, 0.6860627913578514, 0.6860585955660513, 0.6860553148514463, 0.6860527497959884, 0.6860507443845159, 0.6860491765803257, 0.6860479509365429, 0.6860469928095022, 0.686046241587232, 0.6860456540109614, 0.6860451955979793, 0.6860448376820192, 0.6860445581956373, 0.6860443399593895, 0.6860441695528436, 0.686044036494579, 0.6860439325997073, 0.6860438514768107, 0.6860437881350285, 0.6860437386772104, 0.686043700060277, 0.6860436699080759, 0.6860436463652331, 0.6860436279830282, 0.686043613630272, 0.6860436024237166, 0.6860435936737129, 0.6860435868417786, 0.6860435815074643, 0.6860435773424831, 0.6860435740905091, 0.6860435715304446, 0.68604356952368, 0.686043567958825, 0.6860435668536293, 0.6860435659941004, 0.6860435653045657, 0.6860435647514044, 0.6860435643076452, 0.686043563951651, 0.686043563666064, 0.6860435634369595, 0.6860435632531664, 0.6860435631057233, 0.6860435629874412, 0.6860435628925523, 0.6860435628164303, 0.6860435627553635, 0.6860435627063742, 0.686043562667074, 0.6860435626355464, 0.6860435626102542, 0.6860435625899642, 0.6860435625736873, 0.6860435625606294, 0.6860435625501541, 0.6860435625417506, 0.6860435625350091, 0.686043562529601, 0.6860435625252623, 0.6860435625217819, 0.6860435625189898, 0.6860435625167498, 0.6860435625149529, 0.6860435625135114, 0.6860435625123549, 0.6860435625114272, 0.6860435625106831, 0.686043562510086, 0.686043562509607, 0.6860435625092227, 0.6860435625089144, 0.6860435625086672, 0.6860435625084687, 0.6860435625083096, 0.686043562508182, 0.6860435625080795, 0.6860435625079974, 0.6860435625079314, 0.6860435625078787, 0.6860435625078363, 0.6860435625078023, 0.686043562507775, 0.686043562507753, 0.6860435625077355, 0.6860435625077212, 0.68604356250771, 0.686043562507701, 0.6860435625076937, 0.6860435625076878, 0.6860435625076831, 0.6860435625076792, 0.6860435625076763, 0.6860435625076738, 0.6860435625076718, 0.6860435625076703, 0.6860435625076691, 0.6860435625076681, 0.6860435625076674, 0.6860435625076667, 0.6860435625076662, 0.6860435625076658, 0.6860435625076655, 0.6860435625076653, 0.6860435625076651, 0.6860435625076649, 0.6860435625076646, 0.6860435625076645, 0.6860435625076644, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643], "DP": [1.3730090410250906, 1.5079761909157925, 1.5811655326139158, 1.6197161275262788, 1.6394575047993656, 1.6492148506771551, 1.6537816790108097, 1.6557156168657048, 1.6563601058355888, 1.6564084716689478, 1.6562101104220344, 1.6559348666082012, 1.6556601898839407, 1.655417422170605, 1.6552153874235411, 1.6550531591916344, 1.6549256555633527, 1.654826894738773, 1.6547511227941023, 1.654693360127338, 1.654649527408937, 1.654616372266552, 1.6545913521017364, 1.6545724991281046, 1.6545583115144307, 1.654547643926867, 1.654539623729624, 1.6545335946601627, 1.6545290685823983, 1.6545256704593692, 1.654523115361875, 1.6545211983893007, 1.6545197616864518, 1.6545186818511928, 1.6545178712756148, 1.6545172642236758, 1.654516808163273, 1.6545164652890798, 1.654516208049001, 1.654516015075067, 1.6545158701541314, 1.6545157613457924, 1.6545156796997884, 1.654515618418061, 1.65451557240829, 1.654515537872951, 1.6545155118492734, 1.6545154923088852, 1.654515477688806, 1.6545154667322821, 1.6545154585186377, 1.654515452361537, 1.6545154477461144, 1.654515444286343, 1.6545154416928636, 1.6545154397487667, 1.6545154382914522, 1.6545154371990338, 1.654515436380146, 1.6545154357662986, 1.6545154353061526, 1.6545154349612223, 1.6545154347026592, 1.6545154345088375, 1.6545154343635466, 1.6545154342546349, 1.6545154341729937, 1.654515434111795, 1.6545154340659198, 1.6545154340311445, 1.654515434004936, 1.6545154339853396, 1.654515433972296, 1.6545154339625474, 1.6545154339549726, 1.6545154339490868, 1.6545154339445138, 1.6545154339409605, 1.6545154339381993, 1.654515433936054, 1.654515433934387, 1.6545154339330919, 1.6545154339320856, 1.6545154339313035, 1.6545154339306958, 1.6545154339302237, 1.654515433929857, 1.654515433929572, 1.6545154339293506, 1.6545154339291783, 1.6545154339290447, 1.6545154339289407, 1.65451543392886, 1.6545154339287973, 1.6545154339287484, 1.6545154339287107, 1.6545154339286812, 1.6545154339286583, 1.6545154339286403, 1.6545154339286265, 1.6545154339286159, 1.6545154339286077, 1.6545154339286012, 1.6545154339285961, 1.6545154339285923, 1.6545154339285892, 1.654515433928587, 1.654515433928585, 1.6545154339285835, 1.6545154339285824, 1.6545154339285815, 1.6545154339285808, 1.6545154339285804, 1.65451543392858, 1.6545154339285795, 1.6545154339285792, 1.654515433928579, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788], "HFSC": [0.967293081691081, 0.9391401523771984, 0.8998287520916025, 0.860643757326753, 0.8259949944060195, 0.7970357289706956, 0.7735344964451543, 0.7547668780707709, 0.7399114440242849, 0.72820862607743, 0.7190118282868556, 0.7117925384812193, 0.7061278003977363, 0.7016830009727395, 0.6981950448864931, 0.6954575233169407, 0.6933087077095518, 0.6916218913788831, 0.6902977094956736, 0.6892582465736798, 0.6884424048588418, 0.6878021590849173, 0.687299811458046, 0.6869057599750079, 0.6865967475644676, 0.686354442931382, 0.6861644905163714, 0.6860156357875655, 0.685899007491893, 0.6858076494913216, 0.6857361004727887, 0.6856800788902219, 0.6856362266371245, 0.6856019051026399, 0.6855750529258907, 0.6855540501064191, 0.6855376167605779, 0.6855247601395659, 0.6855147041794949, 0.6855068396027285, 0.6855006893830681, 0.685495880279693, 0.6854921201783098, 0.6854891804688314, 0.6854868823005502, 0.685485085776784, 0.685483677267456, 0.6854825756557923, 0.6854817162766434, 0.6854810453683619, 0.6854805215393757, 0.6854801125646209, 0.6854797932701551, 0.685479543995572, 0.6854793493889828, 0.6854791974633301, 0.6854790788592188, 0.6854789862691592, 0.6854789139878882, 0.6854788575611799, 0.6854788135115966, 0.6854787791243337, 0.6854787522800017, 0.6854787313240579, 0.6854787149648663, 0.6854787021941054, 0.6854786922246308, 0.6854786844419607, 0.6854786783664052, 0.6854786735842918, 0.6854786698363383, 0.6854786669142189, 0.68547866485092, 0.6854786632465023, 0.6854786619595538, 0.6854786609272535, 0.6854786600992122, 0.685478659435012, 0.6854786589022327, 0.6854786584748701, 0.6854786581320653, 0.685478657857087, 0.6854786576365148, 0.6854786574595835, 0.6854786573176583, 0.6854786572038131, 0.6854786571124919, 0.6854786570392382, 0.6854786569804772, 0.6854786569333418, 0.6854786568955316, 0.6854786568652016, 0.6854786568408722, 0.6854786568213558, 0.6854786568057004, 0.6854786567931422, 0.6854786567830685, 0.6854786567749878, 0.6854786567685054, 0.6854786567633055, 0.6854786567591342, 0.6854786567557881, 0.6854786567531039, 0.6854786567509509, 0.6854786567492236, 0.685478656747838, 0.6854786567467265, 0.685478656745835, 0.6854786567451197, 0.685478656744546, 0.6854786567440857, 0.6854786567437164, 0.6854786567434203, 0.6854786567431828, 0.6854786567429921, 0.6854786567428393, 0.6854786567427166, 0.6854786567426181, 0.6854786567425392, 0.6854786567424758, 0.6854786567424251, 0.6854786567423844, 0.6854786567423518, 0.6854786567423256, 0.6854786567423045, 0.6854786567422876, 0.685478656742274, 0.6854786567422634, 0.6854786567422546, 0.6854786567422476, 0.685478656742242, 0.6854786567422374, 0.6854786567422337, 0.6854786567422309, 0.6854786567422285, 0.6854786567422266, 0.6854786567422251, 0.6854786567422239, 0.6854786567422229, 0.6854786567422222, 0.6854786567422215, 0.6854786567422211, 0.6854786567422206, 0.6854786567422204, 0.6854786567422202, 0.68547865674222, 0.6854786567422197, 0.6854786567422197, 0.6854786567422195, 0.6854786567422194, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193, 0.6854786567422193], "APO": [0.04535765261277513, 0.08765851088527833, 0.11057378365320213, 0.12311090626116991, 0.13003349101348352, 0.13389526520219783, 0.1360764600071215, 0.13732741908363277, 0.13805835060526944, 0.13849491154692797, 0.1387622098133067, 0.13893032836120878, 0.13903899316608073, 0.1391111344502469, 0.13916017546945816, 0.1391942564610284, 0.13921835555229256, 0.13923565235894939, 0.13924820953647077, 0.1392574042984635, 0.13926418030550827, 0.13926919937689433, 0.13927293110486574, 0.13927571196118588, 0.13927778809560257, 0.1392793421712012, 0.13928050559551997, 0.1392813757630679, 0.13928202864247347, 0.1392825183970596, 0.13928288476395168, 0.1392831599174228, 0.13928336687783194, 0.13928352178549125, 0.13928363790657017, 0.1392837252822512, 0.13928379082579231, 0.13928383991768853, 0.139283876795982, 0.139283904507278, 0.13928392529101763, 0.13928394088485638, 0.13928395259724075, 0.13928396138987745, 0.13928396798725615, 0.13928397293962094, 0.13928397667266643, 0.13928397947551382, 0.1392839815723233, 0.13928398314369086, 0.13928398432172923, 0.13928398520482524, 0.13928398586679924, 0.13928398636301978, 0.1392839867349923, 0.13928398701382735, 0.1392839872228452, 0.13928398737952716, 0.13928398749697757, 0.13928398758501964, 0.13928398765101696, 0.1392839877004892, 0.1392839877375741, 0.1392839877653734, 0.13928398778621198, 0.13928398780183282, 0.13928398781354234, 0.13928398782231996, 0.13928398782889972, 0.1392839878338874, 0.1392839878376464, 0.13928398784045704, 0.13928398784232784, 0.13928398784372606, 0.1392839878448125, 0.13928398784565665, 0.1392839878463126, 0.13928398784682228, 0.1392839878472183, 0.139283987847526, 0.13928398784776505, 0.1392839878479508, 0.13928398784809512, 0.1392839878482073, 0.13928398784829446, 0.13928398784836218, 0.13928398784841478, 0.13928398784845566, 0.13928398784848744, 0.13928398784851215, 0.1392839878485313, 0.1392839878485462, 0.13928398784855778, 0.13928398784856677, 0.13928398784857376, 0.13928398784857918, 0.1392839878485834, 0.13928398784858667, 0.13928398784858922, 0.13928398784859122, 0.13928398784859275, 0.13928398784859394, 0.1392839878485949, 0.1392839878485956, 0.13928398784859616, 0.13928398784859658, 0.13928398784859694, 0.1392839878485972, 0.1392839878485974, 0.13928398784859758, 0.1392839878485977, 0.1392839878485978, 0.13928398784859786, 0.1392839878485979, 0.13928398784859794, 0.139283987848598, 0.13928398784859802, 0.13928398784859805, 0.13928398784859808, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981], "Hair": [1.6853182222234062, 1.6276390075645268, 1.5671143141943904, 1.5105306742424636, 1.4602607475879488, 1.4167835774151116, 1.3797900168264552, 1.3486641441797897, 1.322696709592388, 1.301181514369767, 1.2834589645807915, 1.2689345426779866, 1.2570845363326022, 1.2474552312414935, 1.2396586431276144, 1.2333664684587373, 1.2283033190626917, 1.2242399981105347, 1.2209869263885715, 1.2183882211051722, 1.2163164162098186, 1.214667670680554, 1.213357763681971, 1.212318643053007, 1.2114954929379012, 1.2108442017071352, 1.2103294568385254, 1.2099230642973655, 1.2096025296404418, 1.2093499321331729, 1.2091510167282726, 1.208994498262662, 1.208871429068116, 1.208774716433048, 1.20869877285834, 1.2086391733464177, 1.2085924018208236, 1.208555711496445, 1.2085269427431795, 1.2085043930469073, 1.208486723601099, 1.2084728822565343, 1.2084620425153871, 1.208453555500639, 1.2084469120142705, 1.2084417126378901, 1.20843763211885, 1.2084344377172467, 1.2084319436136575, 1.2084299950973847, 1.2084284727987904, 1.2084272836342977, 1.2084263547956673, 1.2084256293559974, 1.2084250628180686, 1.2084246204060063, 1.2084242749453853, 1.2084240052044863, 1.2084237945966763, 1.2084236301655356, 1.2084235017913016, 1.208423401570491, 1.2084233233309918, 1.2084232622531046, 1.2084232145734346, 1.2084231773535399, 1.2084231482992065, 1.2084231256192786, 1.2084231079154018, 1.2084230939816158, 1.2084230830620328, 1.2084230745493214, 1.2084230685393968, 1.208423063866584, 1.2084230601187274, 1.2084230571127343, 1.2084230547017545, 1.2084230527680067, 1.2084230512170238, 1.2084230499730384, 1.2084230489752827, 1.208423048175016, 1.2084230475331472, 1.2084230470183228, 1.208423046605396, 1.208423046274197, 1.2084230460085497, 1.2084230457954785, 1.208423045624578, 1.2084230454875007, 1.2084230453775522, 1.2084230452893634, 1.2084230452186275, 1.2084230451618905, 1.2084230451163818, 1.2084230450798787, 1.2084230450505995, 1.2084230450271143, 1.2084230450082767, 1.2084230449931668, 1.208423044981047, 1.2084230449713251, 1.2084230449635271, 1.2084230449572722, 1.2084230449522548, 1.2084230449482303, 1.2084230449450022, 1.2084230449424127, 1.2084230449403357, 1.2084230449386695, 1.208423044937333, 1.208423044936261, 1.208423044935401, 1.208423044934711, 1.2084230449341578, 1.2084230449337139, 1.208423044933358, 1.2084230449330724, 1.2084230449328432, 1.2084230449326594, 1.208423044932512, 1.2084230449323938, 1.208423044932299, 1.208423044932223, 1.208423044932162, 1.208423044932113, 1.2084230449320736, 1.2084230449320421, 1.2084230449320168, 1.2084230449319966, 1.2084230449319804, 1.2084230449319675, 1.208423044931957, 1.2084230449319484, 1.2084230449319415, 1.2084230449319362, 1.2084230449319318, 1.2084230449319284, 1.2084230449319258, 1.2084230449319235, 1.2084230449319218, 1.2084230449319204, 1.208423044931919, 1.2084230449319182, 1.2084230449319173, 1.2084230449319167, 1.2084230449319162, 1.2084230449319158, 1.2084230449319153, 1.208423044931915, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149, 1.2084230449319149], "HairDensity": [100.0, 96.57754755758918, 92.98625586133687, 89.62881041241286, 86.64599529823255, 84.06623501322959, 81.87118602480464, 80.0243020217585, 78.48349897073925, 77.20687388362445, 76.15528911136735, 75.29346837559893, 74.59033669464252, 74.01897248792284, 73.55635433005394, 73.18300201083579, 72.88257510455303, 72.6414739938799, 72.44844981132098, 72.29425309944001, 72.1713205358426, 72.07349061223984, 71.99576600324257, 71.93410876751926, 71.88526635281968, 71.84662135259495, 71.81607846390946, 71.7919647662231, 71.7729455298144, 71.75795741042317, 71.7461545709192, 71.73686739514748, 71.7295649644894, 71.72382642598714, 71.71932023993239, 71.71578384477944, 71.71300861070333, 71.7108315545311, 71.70912453250487, 71.70778652428928, 71.70673809049349, 71.70591680081762, 71.70527361420727, 71.70477002891185, 71.70437583117038, 71.70406732110315, 71.70382519952716, 71.7036356565933, 71.70348766652494, 71.70337204941197, 71.70328172234055, 71.70321116210587, 71.70315604856006, 71.70311300388991, 71.7030793878095, 71.7030531368584, 71.70303263861561, 71.70301663327636, 71.70300413665659, 71.70299437997453, 71.70298676276418, 71.70298081606467, 71.70297617364768, 71.7029725495317, 71.70296972041199, 71.70296751193324, 71.70296578796605, 71.70296444223041, 71.70296339175361, 71.70296256497885, 71.70296191705474, 71.7029614119447, 71.70296105533997, 71.70296077807407, 71.70296055569133, 71.70296037732781, 71.70296023426997, 71.70296011952915, 71.70296002750007, 71.70295995368699, 71.70295989448418, 71.70295984699958, 71.70295980891366, 71.70295977836605, 71.70295975386463, 71.70295973421263, 71.70295971845017, 71.7029597058074, 71.70295969566685, 71.70295968753322, 71.70295968100933, 71.70295967577657, 71.70295967157938, 71.70295966821283, 71.70295966551252, 71.70295966334659, 71.70295966160928, 71.70295966021575, 71.70295965909801, 71.70295965820145, 71.70295965748231, 71.70295965690545, 71.70295965644274, 71.70295965607161, 71.7029596557739, 71.7029596555351, 71.70295965534355, 71.70295965518991, 71.70295965506666, 71.7029596549678, 71.70295965488849, 71.7029596548249, 71.70295965477386, 71.70295965473292, 71.7029596547001, 71.70295965467375, 71.70295965465263, 71.70295965463569, 71.70295965462209, 71.70295965461118, 71.70295965460244, 71.70295965459542, 71.7029596545898, 71.7029596545853, 71.70295965458168, 71.70295965457875, 71.70295965457643, 71.70295965457456, 71.70295965457305, 71.70295965457186, 71.70295965457089, 71.70295965457012, 71.70295965456951, 71.702959654569, 71.70295965456859, 71.70295965456828, 71.702959654568, 71.7029596545678, 71.70295965456765, 71.70295965456752, 71.70295965456741, 71.70295965456734, 71.70295965456725, 71.70295965456721, 71.70295965456715, 71.70295965456711, 71.70295965456708, 71.70295965456705, 71.70295965456704, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701, 71.70295965456701]}, "proteins": {"AR/DHT (AR)": [0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62], "DKK1": [0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403], "β-catenin (CTNNB1)": [1.195525502499162, 1.1521576515808667, 1.1179079426021963, 1.0909696559128583, 1.069840923249948, 1.0533000283223424, 1.0403669895631333, 1.0302630529690309, 1.0223732906030363, 1.016214233712094, 1.0114068836581653, 1.0076547177460087, 1.0047260395310096, 1.002439933898538, 1.0006552855208461, 0.9992619418226615, 0.9981740003112657, 0.9973244406174466, 0.996660956707614, 0.996142741804228, 0.9957379735949213, 0.9954217855649536, 0.9951747766666744, 0.9949818077821264, 0.9948310579525083, 0.9947132640253077, 0.9946212173280711, 0.9945492987581837, 0.9944931008423021, 0.9944491861576138, 0.9944148686589553, 0.9943880511015414, 0.9943670955034014, 0.9943507198749866, 0.9943379256300368, 0.9943279302751906, 0.9943201176294876, 0.9943140109644626, 0.9943092382586066, 0.994305508061694, 0.9943025926277776, 0.9943003139959505, 0.9942985330695021, 0.9942971411351469, 0.9942960532272925, 0.9942952029394367, 0.99429453637764, 0.9942940150963782, 0.9942936084581245, 0.9942932909997664, 0.994293043127535, 0.9942928495919314, 0.9942926984824759, 0.9942925804985949, 0.9942924883786047, 0.9942924164527294, 0.9942923602941021, 0.9942923164462969, 0.9942922822105921, 0.9942922554798682, 0.9942922346089196, 0.9942922183131946, 0.9942922055897355, 0.994292195655448, 0.9942921878989042, 0.9942921818427097, 0.994292177114123, 0.9942921734221125, 0.9942921705394454, 0.9942921682701221, 0.9942921664912687, 0.9942921651041421, 0.9942921641244735, 0.9942921633625711, 0.9942921627513555, 0.9942921622610243, 0.9942921618676696, 0.9942921615521113, 0.9942921612989634, 0.9942921610958824, 0.9942921609329661, 0.9942921608022709, 0.9942921606974243, 0.9942921606133139, 0.9942921605458388, 0.9942921604917087, 0.9942921604482843, 0.9942921604134481, 0.9942921603855018, 0.9942921603630827, 0.9942921603450975, 0.9942921603306695, 0.994292160319095, 0.9942921603098095, 0.9942921603023606, 0.9942921602963849, 0.9942921602915911, 0.9942921602877454, 0.9942921602846602, 0.9942921602821851, 0.9942921602801997, 0.994292160278607, 0.9942921602773293, 0.9942921602763042, 0.9942921602754817, 0.994292160274822, 0.9942921602742928, 0.9942921602738681, 0.9942921602735275, 0.9942921602732543, 0.9942921602730351, 0.9942921602728593, 0.9942921602727183, 0.994292160272605, 0.9942921602725143, 0.9942921602724416, 0.9942921602723831, 0.9942921602723361, 0.9942921602722986, 0.9942921602722684, 0.9942921602722442, 0.9942921602722248, 0.9942921602722091, 0.9942921602721967, 0.9942921602721866, 0.9942921602721787, 0.9942921602721723, 0.994292160272167, 0.9942921602721629, 0.9942921602721596, 0.9942921602721569, 0.9942921602721548, 0.9942921602721532, 0.9942921602721517, 0.9942921602721506, 0.9942921602721497, 0.994292160272149, 0.9942921602721484, 0.9942921602721478, 0.9942921602721476, 0.9942921602721473, 0.9942921602721471, 0.994292160272147, 0.9942921602721467, 0.9942921602721467, 0.9942921602721465, 0.9942921602721464, 0.9942921602721463, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462, 0.9942921602721462], "BMP4": [0.12536448527548816, 0.14043473698213427, 0.15188440009276555, 0.1606499944061105, 0.1674015787005694, 0.1726262849983622, 0.1766836314768418, 0.1798425288458893, 0.18230641515338428, 0.1842306243909798, 0.18573462308997218, 0.18691080261913928, 0.187830903256898, 0.18855080120580034, 0.18911407674860753, 0.18955480309890937, 0.189899619492857, 0.1901693729778071, 0.19038038649209132, 0.19054543604217974, 0.19067451600042898, 0.1907754582354537, 0.19085438966760776, 0.19091610277618334, 0.1909643474169496, 0.19100206699970945, 0.19103155651172102, 0.1910546075061376, 0.19107262612102593, 0.1910867105524763, 0.1910977198362335, 0.1911063248734404, 0.19111305010793228, 0.19111830629106413, 0.19112241343490724, 0.19112562240731137, 0.19112813083611999, 0.19113009165847508, 0.19113162424214347, 0.1911328221189366, 0.19113375838842048, 0.19113449017782133, 0.19113506214313933, 0.19113550918906297, 0.19113585859756188, 0.1911361316926437, 0.19113634578125174, 0.19113651320992703, 0.19113664381794276, 0.1911367457829759, 0.1911368253979377, 0.1911368875606022, 0.19113693609638052, 0.19113697399246632, 0.19113700358121796, 0.19113702668370872, 0.19113704472181176, 0.19113705880570875, 0.1911370698022155, 0.19113707838813074, 0.19113708509188984, 0.19113709032608805, 0.1911370944128741, 0.19113709760377715, 0.19113710009518767, 0.19113710204044454, 0.19113710355927266, 0.1911371047451514, 0.19113710567106804, 0.1911371063999779, 0.1911371069713482, 0.19113710741689535, 0.19113710773156642, 0.19113710797629066, 0.19113710817261403, 0.19113710833010913, 0.1911371084564553, 0.19113710855781307, 0.1911371086391246, 0.19113710870435457, 0.19113710875668352, 0.191137108798663, 0.1911371088323399, 0.19113710885935625, 0.19113710888102942, 0.19113710889841612, 0.19113710891236413, 0.1911371089235535, 0.19113710893252994, 0.191137108939731, 0.19113710894550784, 0.1911371089501422, 0.19113710895385996, 0.19113710895684244, 0.19113710895923505, 0.19113710896115446, 0.19113710896269423, 0.1911371089639295, 0.19113710896492045, 0.19113710896571542, 0.19113710896635314, 0.19113710896686473, 0.19113710896727518, 0.1911371089676044, 0.19113710896786856, 0.19113710896808048, 0.19113710896825045, 0.19113710896838684, 0.19113710896849623, 0.191137108968584, 0.19113710896865438, 0.19113710896871086, 0.19113710896875616, 0.19113710896879252, 0.19113710896882166, 0.19113710896884506, 0.19113710896886385, 0.1911371089688789, 0.191137108968891, 0.19113710896890068, 0.19113710896890845, 0.19113710896891467, 0.1911371089689197, 0.19113710896892372, 0.19113710896892694, 0.1911371089689295, 0.19113710896893155, 0.19113710896893324, 0.19113710896893457, 0.19113710896893565, 0.19113710896893651, 0.19113710896893718, 0.19113710896893774, 0.19113710896893815, 0.1911371089689385, 0.1911371089689388, 0.19113710896893904, 0.19113710896893923, 0.19113710896893937, 0.19113710896893948, 0.1911371089689396, 0.19113710896893965, 0.1911371089689397, 0.19113710896893976, 0.19113710896893982, 0.19113710896893985, 0.19113710896893987, 0.1911371089689399, 0.19113710896893993, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996, 0.19113710896893996], "SHH": [0.7736219254794859, 0.7700381905013913, 0.7620121850435598, 0.7522910121196927, 0.7424071186956359, 0.7331614316832898, 0.7249212014807623, 0.7178034305277413, 0.7117872182480259, 0.7067816781900809, 0.70266615448975, 0.6993132568926442, 0.6966012873768295, 0.694420342512269, 0.6926745935127728, 0.6912825335764077, 0.6901759870830136, 0.6892986987023723, 0.6886046826629603, 0.688056648863588, 0.6876245642617724, 0.6872843382149936, 0.6870167370934943, 0.686806459593987, 0.6866413654986372, 0.6865118210108807, 0.686410225684301, 0.6863305928612331, 0.6862682018780603, 0.686219336816108, 0.6861810740797545, 0.6861511234741909, 0.6861276862519539, 0.686109348541488, 0.6860950061752588, 0.6860837912682088, 0.6860750186815989, 0.6860681571378763, 0.6860627913578514, 0.6860585955660513, 0.6860553148514463, 0.6860527497959884, 0.6860507443845159, 0.6860491765803257, 0.6860479509365429, 0.6860469928095022, 0.686046241587232, 0.6860456540109614, 0.6860451955979793, 0.6860448376820192, 0.6860445581956373, 0.6860443399593895, 0.6860441695528436, 0.686044036494579, 0.6860439325997073, 0.6860438514768107, 0.6860437881350285, 0.6860437386772104, 0.686043700060277, 0.6860436699080759, 0.6860436463652331, 0.6860436279830282, 0.686043613630272, 0.6860436024237166, 0.6860435936737129, 0.6860435868417786, 0.6860435815074643, 0.6860435773424831, 0.6860435740905091, 0.6860435715304446, 0.68604356952368, 0.686043567958825, 0.6860435668536293, 0.6860435659941004, 0.6860435653045657, 0.6860435647514044, 0.6860435643076452, 0.686043563951651, 0.686043563666064, 0.6860435634369595, 0.6860435632531664, 0.6860435631057233, 0.6860435629874412, 0.6860435628925523, 0.6860435628164303, 0.6860435627553635, 0.6860435627063742, 0.686043562667074, 0.6860435626355464, 0.6860435626102542, 0.6860435625899642, 0.6860435625736873, 0.6860435625606294, 0.6860435625501541, 0.6860435625417506, 0.6860435625350091, 0.686043562529601, 0.6860435625252623, 0.6860435625217819, 0.6860435625189898, 0.6860435625167498, 0.6860435625149529, 0.6860435625135114, 0.6860435625123549, 0.6860435625114272, 0.6860435625106831, 0.686043562510086, 0.686043562509607, 0.6860435625092227, 0.6860435625089144, 0.6860435625086672, 0.6860435625084687, 0.6860435625083096, 0.686043562508182, 0.6860435625080795, 0.6860435625079974, 0.6860435625079314, 0.6860435625078787, 0.6860435625078363, 0.6860435625078023, 0.686043562507775, 0.686043562507753, 0.6860435625077355, 0.6860435625077212, 0.68604356250771, 0.686043562507701, 0.6860435625076937, 0.6860435625076878, 0.6860435625076831, 0.6860435625076792, 0.6860435625076763, 0.6860435625076738, 0.6860435625076718, 0.6860435625076703, 0.6860435625076691, 0.6860435625076681, 0.6860435625076674, 0.6860435625076667, 0.6860435625076662, 0.6860435625076658, 0.6860435625076655, 0.6860435625076653, 0.6860435625076651, 0.6860435625076649, 0.6860435625076646, 0.6860435625076645, 0.6860435625076644, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643, 0.6860435625076643], "IGF1": [0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283], "VEGFA (DP)": [1.3730090410250906, 1.5079761909157925, 1.5811655326139158, 1.6197161275262788, 1.6394575047993656, 1.6492148506771551, 1.6537816790108097, 1.6557156168657048, 1.6563601058355888, 1.6564084716689478, 1.6562101104220344, 1.6559348666082012, 1.6556601898839407, 1.655417422170605, 1.6552153874235411, 1.6550531591916344, 1.6549256555633527, 1.654826894738773, 1.6547511227941023, 1.654693360127338, 1.654649527408937, 1.654616372266552, 1.6545913521017364, 1.6545724991281046, 1.6545583115144307, 1.654547643926867, 1.654539623729624, 1.6545335946601627, 1.6545290685823983, 1.6545256704593692, 1.654523115361875, 1.6545211983893007, 1.6545197616864518, 1.6545186818511928, 1.6545178712756148, 1.6545172642236758, 1.654516808163273, 1.6545164652890798, 1.654516208049001, 1.654516015075067, 1.6545158701541314, 1.6545157613457924, 1.6545156796997884, 1.654515618418061, 1.65451557240829, 1.654515537872951, 1.6545155118492734, 1.6545154923088852, 1.654515477688806, 1.6545154667322821, 1.6545154585186377, 1.654515452361537, 1.6545154477461144, 1.654515444286343, 1.6545154416928636, 1.6545154397487667, 1.6545154382914522, 1.6545154371990338, 1.654515436380146, 1.6545154357662986, 1.6545154353061526, 1.6545154349612223, 1.6545154347026592, 1.6545154345088375, 1.6545154343635466, 1.6545154342546349, 1.6545154341729937, 1.654515434111795, 1.6545154340659198, 1.6545154340311445, 1.654515434004936, 1.6545154339853396, 1.654515433972296, 1.6545154339625474, 1.6545154339549726, 1.6545154339490868, 1.6545154339445138, 1.6545154339409605, 1.6545154339381993, 1.654515433936054, 1.654515433934387, 1.6545154339330919, 1.6545154339320856, 1.6545154339313035, 1.6545154339306958, 1.6545154339302237, 1.654515433929857, 1.654515433929572, 1.6545154339293506, 1.6545154339291783, 1.6545154339290447, 1.6545154339289407, 1.65451543392886, 1.6545154339287973, 1.6545154339287484, 1.6545154339287107, 1.6545154339286812, 1.6545154339286583, 1.6545154339286403, 1.6545154339286265, 1.6545154339286159, 1.6545154339286077, 1.6545154339286012, 1.6545154339285961, 1.6545154339285923, 1.6545154339285892, 1.654515433928587, 1.654515433928585, 1.6545154339285835, 1.6545154339285824, 1.6545154339285815, 1.6545154339285808, 1.6545154339285804, 1.65451543392858, 1.6545154339285795, 1.6545154339285792, 1.654515433928579, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788, 1.6545154339285788], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.04535765261277513, 0.08765851088527833, 0.11057378365320213, 0.12311090626116991, 0.13003349101348352, 0.13389526520219783, 0.1360764600071215, 0.13732741908363277, 0.13805835060526944, 0.13849491154692797, 0.1387622098133067, 0.13893032836120878, 0.13903899316608073, 0.1391111344502469, 0.13916017546945816, 0.1391942564610284, 0.13921835555229256, 0.13923565235894939, 0.13924820953647077, 0.1392574042984635, 0.13926418030550827, 0.13926919937689433, 0.13927293110486574, 0.13927571196118588, 0.13927778809560257, 0.1392793421712012, 0.13928050559551997, 0.1392813757630679, 0.13928202864247347, 0.1392825183970596, 0.13928288476395168, 0.1392831599174228, 0.13928336687783194, 0.13928352178549125, 0.13928363790657017, 0.1392837252822512, 0.13928379082579231, 0.13928383991768853, 0.139283876795982, 0.139283904507278, 0.13928392529101763, 0.13928394088485638, 0.13928395259724075, 0.13928396138987745, 0.13928396798725615, 0.13928397293962094, 0.13928397667266643, 0.13928397947551382, 0.1392839815723233, 0.13928398314369086, 0.13928398432172923, 0.13928398520482524, 0.13928398586679924, 0.13928398636301978, 0.1392839867349923, 0.13928398701382735, 0.1392839872228452, 0.13928398737952716, 0.13928398749697757, 0.13928398758501964, 0.13928398765101696, 0.1392839877004892, 0.1392839877375741, 0.1392839877653734, 0.13928398778621198, 0.13928398780183282, 0.13928398781354234, 0.13928398782231996, 0.13928398782889972, 0.1392839878338874, 0.1392839878376464, 0.13928398784045704, 0.13928398784232784, 0.13928398784372606, 0.1392839878448125, 0.13928398784565665, 0.1392839878463126, 0.13928398784682228, 0.1392839878472183, 0.139283987847526, 0.13928398784776505, 0.1392839878479508, 0.13928398784809512, 0.1392839878482073, 0.13928398784829446, 0.13928398784836218, 0.13928398784841478, 0.13928398784845566, 0.13928398784848744, 0.13928398784851215, 0.1392839878485313, 0.1392839878485462, 0.13928398784855778, 0.13928398784856677, 0.13928398784857376, 0.13928398784857918, 0.1392839878485834, 0.13928398784858667, 0.13928398784858922, 0.13928398784859122, 0.13928398784859275, 0.13928398784859394, 0.1392839878485949, 0.1392839878485956, 0.13928398784859616, 0.13928398784859658, 0.13928398784859694, 0.1392839878485972, 0.1392839878485974, 0.13928398784859758, 0.1392839878485977, 0.1392839878485978, 0.13928398784859786, 0.1392839878485979, 0.13928398784859794, 0.139283987848598, 0.13928398784859802, 0.13928398784859805, 0.13928398784859808, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981, 0.1392839878485981]}}, {"id": "Androgenetic Alopecia|anti_DKK1", "disease": "Androgenetic Alopecia", "interventions": ["anti_DKK1"], "intervention_labels": ["항-DKK1 (Wnt 회복)"], "tracked_genes": ["CTNNB1", "DKK1"], "metrics": {"final_hair_density_pct": 48.7, "min_hair_density_pct": 48.7, "anagen_fraction": 0.025, "healthy_ss": 1.6853, "AND_load": 0.62, "INF_load": 0.08}, "drive": {"AND": 0.62, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.45, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.226372590762532, 1.2458319822280672, 1.2581178526879628, 1.2658739846780578, 1.2707666311823842, 1.273848635136255, 1.275786107323607, 1.2770007684921942, 1.277759565058728, 1.2782314116139026, 1.2785230920291195, 1.2787019715527574, 1.2788105707232271, 1.2788755486545877, 1.2789137006331277, 1.278935475475088, 1.2789473848759711, 1.2789534270068885, 1.278956088297556, 1.278956855815287, 1.2789566158472385, 1.2789558976414932, 1.2789550125535432, 1.2789541043548185, 1.2789532516421984, 1.2789525030442657, 1.2789518627783847, 1.278951325047585, 1.2789508844266977, 1.278950526919985, 1.2789502383600362, 1.2789500077053066, 1.278949824341491, 1.2789496788970531, 1.2789495638897201, 1.2789494732113706, 1.2789494018563075, 1.2789493457953034, 1.2789493018104254, 1.2789492673377183, 1.278949240343054, 1.2789492192190357, 1.2789492026983889, 1.2789491897337044, 1.278949179608611, 1.2789491717133554, 1.2789491655541712, 1.2789491607499, 1.2789491570030882, 1.2789491540813451, 1.278949151803223, 1.2789491500270918, 1.278949148642431, 1.2789491475630195, 1.2789491467216034, 1.2789491460657325, 1.278949145554507, 1.278949145156037, 1.2789491448454602, 1.278949144603393, 1.2789491444147252, 1.2789491442676795, 1.2789491441530743, 1.278949144062904, 1.2789491439924119, 1.2789491439375678, 1.2789491438994447, 1.2789491438693628, 1.2789491438452656, 1.2789491438259624, 1.2789491438104994, 1.2789491437981126, 1.2789491437881904, 1.278949143780242, 1.278949143773875, 1.2789491437687746, 1.278949143764689, 1.278949143761416, 1.2789491437587943, 1.2789491437566942, 1.2789491437550118, 1.2789491437536642, 1.2789491437525846, 1.2789491437517198, 1.278949143751027, 1.278949143750472, 1.2789491437500276, 1.2789491437496714, 1.2789491437493863, 1.2789491437491578, 1.2789491437489746, 1.278949143748828, 1.2789491437487106, 1.2789491437486167, 1.2789491437485414, 1.2789491437484808, 1.2789491437484324, 1.2789491437483937, 1.2789491437483624, 1.2789491437483376, 1.2789491437483176, 1.2789491437483018, 1.278949143748289, 1.2789491437482787, 1.2789491437482705, 1.278949143748264, 1.2789491437482587, 1.2789491437482547, 1.2789491437482512, 1.2789491437482485, 1.2789491437482465, 1.2789491437482448, 1.2789491437482436, 1.2789491437482423, 1.2789491437482414, 1.2789491437482408, 1.27894914374824, 1.2789491437482394, 1.278949143748239, 1.2789491437482388, 1.2789491437482385, 1.2789491437482383, 1.278949143748238, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379], "BMP": [0.12536448527548816, 0.13924778951289057, 0.1480685514883177, 0.1536845096927264, 0.1572656523883013, 0.15955229525842915, 0.16101422353520414, 0.1619501046934459, 0.162550101444138, 0.16293540173577398, 0.1631833172609169, 0.16334321027987203, 0.16344660270256786, 0.1635136878259493, 0.16355736284159128, 0.16358593464218502, 0.16360471989342204, 0.16361714746412895, 0.1636254171037868, 0.16363096799937682, 0.16363472417541627, 0.1636372861991972, 0.16363905168365048, 0.16364028667638716, 0.16364115459507464, 0.16364176831574942, 0.16364221050425865, 0.16364253075489862, 0.16364276381801154, 0.1636429363465437, 0.16364306486942531, 0.1636431608802944, 0.16364323328548305, 0.1636432882288733, 0.16364333006281326, 0.16364336203173913, 0.16364338655311678, 0.16364340541575076, 0.16364341995969348, 0.1636434311974877, 0.1636434398957935, 0.16364344663789043, 0.16364345186985496, 0.16364345593389323, 0.16364345910611044, 0.16364346157161977, 0.16364346348662578, 0.16364346497621027, 0.16364346613540678, 0.16364346703769925, 0.16364346774017458, 0.163643468287187, 0.16364346871320748, 0.1636434690450393, 0.16364346930353307, 0.16364346950491424, 0.16364346966181223, 0.16364346978405983, 0.1636434698793139, 0.16364346995353773, 0.1636434700113761, 0.16364347005644744, 0.1636434700915706, 0.1636434701189418, 0.16364347014047528, 0.16364347015730815, 0.16364347017040345, 0.1636434701795055, 0.16364347018668737, 0.1636434701924403, 0.16364347019704864, 0.1636434702007401, 0.16364347020369716, 0.16364347020606584, 0.16364347020796327, 0.16364347020948322, 0.1636434702107008, 0.16364347021167608, 0.16364347021245734, 0.1636434702130832, 0.16364347021358452, 0.1636434702139861, 0.16364347021430778, 0.1636434702145655, 0.1636434702147719, 0.16364347021493725, 0.16364347021506973, 0.16364347021517583, 0.16364347021526082, 0.16364347021532888, 0.16364347021538342, 0.16364347021542713, 0.1636434702154621, 0.16364347021549014, 0.1636434702155126, 0.1636434702155306, 0.16364347021554498, 0.16364347021555653, 0.1636434702155658, 0.1636434702155732, 0.16364347021557915, 0.1636434702155839, 0.1636434702155877, 0.16364347021559075, 0.16364347021559322, 0.1636434702155952, 0.16364347021559675, 0.163643470215598, 0.16364347021559902, 0.1636434702155998, 0.16364347021560047, 0.16364347021560097, 0.16364347021560138, 0.16364347021560172, 0.16364347021560197, 0.1636434702156022, 0.16364347021560235, 0.16364347021560252, 0.16364347021560263, 0.1636434702156027, 0.16364347021560277, 0.1636434702156028, 0.16364347021560285, 0.16364347021560285, 0.16364347021560294, 0.16364347021560297, 0.163643470215603, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302], "SHH": [0.7736219254794859, 0.77275373805744, 0.7709490795450218, 0.7689471355055337, 0.7670926625206496, 0.765517799078772, 0.7642469426569207, 0.7632550530553002, 0.7624987292129456, 0.7619317436018207, 0.7615120850424603, 0.761204482144001, 0.7609806996569076, 0.7608188304869093, 0.7607022582479448, 0.7606185870920142, 0.7605586643281426, 0.7605158045637433, 0.7604851758334357, 0.7604632863943326, 0.7604476321820205, 0.760436425975741, 0.7604283907710523, 0.7604226093880494, 0.7604184410196728, 0.7604154283243308, 0.7604132428764473, 0.7604116518256702, 0.7604104884139256, 0.7604096353197284, 0.7604090073174126, 0.7604085424663082, 0.7604081974043497, 0.7604079402619056, 0.76040774747642, 0.7604076025124712, 0.7604074932082768, 0.7604074104897446, 0.7604073476862546, 0.7604072998697057, 0.7604072633659081, 0.7604072354289234, 0.7604072140007415, 0.7604071975319631, 0.7604071847958869, 0.7604071749855436, 0.7604071674271233, 0.760407161588263, 0.7604071570719851, 0.7604071535755221, 0.7604071508662975, 0.7604071487654652, 0.7604071471353205, 0.7604071458696746, 0.7604071448865297, 0.7604071441224939, 0.760407143528508, 0.7604071430665708, 0.7604071427072229, 0.7604071424276108, 0.7604071422099948, 0.760407142040597, 0.7604071419087122, 0.7604071418060186, 0.7604071417252788, 0.7604071416622017, 0.7604071416131581, 0.7604071415790941, 0.760407141552225, 0.7604071415307072, 0.7604071415134744, 0.7604071414996729, 0.7604071414886193, 0.7604071414797662, 0.7604071414726755, 0.7604071414669963, 0.7604071414624476, 0.7604071414588042, 0.7604071414558858, 0.7604071414535484, 0.7604071414516761, 0.7604071414501764, 0.7604071414489751, 0.7604071414480128, 0.760407141447242, 0.7604071414466246, 0.7604071414461301, 0.7604071414457338, 0.7604071414454165, 0.7604071414451623, 0.7604071414449587, 0.7604071414447957, 0.760407141444665, 0.7604071414445603, 0.7604071414444765, 0.7604071414444095, 0.7604071414443557, 0.7604071414443125, 0.760407141444278, 0.7604071414442504, 0.7604071414442282, 0.7604071414442104, 0.7604071414441962, 0.760407141444185, 0.7604071414441759, 0.7604071414441685, 0.7604071414441627, 0.760407141444158, 0.7604071414441542, 0.7604071414441512, 0.7604071414441489, 0.7604071414441469, 0.7604071414441453, 0.7604071414441441, 0.760407141444143, 0.7604071414441422, 0.7604071414441416, 0.7604071414441411, 0.7604071414441408, 0.7604071414441403, 0.7604071414441401, 0.7604071414441398, 0.7604071414441396, 0.7604071414441395, 0.7604071414441395, 0.7604071414441393, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391], "DP": [1.3730090410250906, 1.2581981934223225, 1.1596620865042047, 1.080557531276654, 1.0193517551514844, 0.9729890083845312, 0.9382966802824454, 0.9125134287400031, 0.8934182244638454, 0.8792967142505549, 0.8688558280430932, 0.8611327320126784, 0.855415514337334, 0.8511791242535548, 0.8480372754522184, 0.8457050440856553, 0.8439724959402192, 0.8426844825558699, 0.8417265609599883, 0.8410137116074139, 0.8404830552049115, 0.8400879862570568, 0.8397937740125583, 0.8395744730309512, 0.8394110856161919, 0.8392893836682729, 0.8391986555495916, 0.8391310445839654, 0.8390806708215973, 0.8390431108943428, 0.839015109854548, 0.838994250310102, 0.8389787079055848, 0.8389671193022556, 0.8389584781338904, 0.8389520374349209, 0.838947234523421, 0.8389436529633544, 0.8389409833630815, 0.838938993191501, 0.8389375091338224, 0.8389364026837226, 0.838935577868997, 0.8389349629063096, 0.8389345018906559, 0.8389341587645751, 0.8389339038207565, 0.8389337140375556, 0.838933572725771, 0.8389334675150197, 0.8389333891844812, 0.8389333308663577, 0.8389332874475857, 0.8389332551216003, 0.8389332310543948, 0.8389332131359892, 0.8389331997954593, 0.8389331898632265, 0.8389331824685241, 0.838933176963053, 0.838933172864144, 0.8389331698124427, 0.8389331675404036, 0.838933165848835, 0.8389331645724768, 0.8389331636181991, 0.8389331629102066, 0.8389331624512973, 0.8389331621034503, 0.8389331618345874, 0.8389331616267744, 0.8389331614661488, 0.8389331613419959, 0.8389331612460339, 0.8389331611718617, 0.8389331611145316, 0.8389331610702193, 0.8389331610359687, 0.8389331610094952, 0.838933160989033, 0.8389331609732171, 0.8389331609609925, 0.8389331609515437, 0.8389331609442404, 0.8389331609385954, 0.8389331609342322, 0.8389331609308597, 0.838933160928253, 0.8389331609262383, 0.8389331609246811, 0.8389331609234774, 0.838933160922547, 0.8389331609218279, 0.838933160921272, 0.8389331609208424, 0.8389331609205103, 0.8389331609202537, 0.8389331609200554, 0.838933160919902, 0.8389331609197834, 0.8389331609196918, 0.838933160919621, 0.8389331609195663, 0.838933160919524, 0.8389331609194913, 0.8389331609194661, 0.8389331609194466, 0.8389331609194314, 0.8389331609194197, 0.8389331609194107, 0.8389331609194037, 0.8389331609193984, 0.8389331609193942, 0.838933160919391, 0.8389331609193884, 0.8389331609193864, 0.838933160919385, 0.838933160919384, 0.838933160919383, 0.8389331609193824, 0.8389331609193817, 0.8389331609193813, 0.8389331609193811, 0.8389331609193809, 0.8389331609193805, 0.8389331609193804, 0.8389331609193803, 0.8389331609193802, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938], "HFSC": [0.9672930816910811, 0.9403657815200552, 0.9021363691745308, 0.862621241597283, 0.8265135184932251, 0.7955629980867988, 0.7700227448839891, 0.7494583306062808, 0.7331765901949162, 0.7204397906182874, 0.7105645188964834, 0.7029597379603019, 0.6971343739348477, 0.6926908646292697, 0.6893130491742568, 0.6867526067155589, 0.6848163199792592, 0.6833548631270654, 0.6822537375898354, 0.6814252645684163, 0.6808027042192452, 0.6803354339121778, 0.6799850358473584, 0.6797223695236317, 0.6795256553843358, 0.6793784414042193, 0.6792682963803207, 0.679185937105564, 0.67912437765601, 0.6790783700422153, 0.6790439986178023, 0.679018336028163, 0.6789991815320052, 0.678984879724516, 0.6789741985996128, 0.6789662252889559, 0.6789602722738538, 0.6789558278942458, 0.6789525109882868, 0.678950035345283, 0.6789481872943376, 0.678946807917363, 0.6789457784426091, 0.6789450100189008, 0.6789444333220745, 0.6789440035662753, 0.6789436838443543, 0.678943445533076, 0.6789432678515815, 0.6789431353782844, 0.678943036606653, 0.6789429629577299, 0.6789429080374667, 0.6789428670801293, 0.6789428365333698, 0.678942813749118, 0.6789427967532825, 0.678942784074131, 0.6789427746143842, 0.6789427675558868, 0.6789427622885597, 0.6789427583574472, 0.6789427554232472, 0.67894275323289, 0.6789427515759843, 0.6789427503336946, 0.6789427494091277, 0.6789427488069061, 0.6789427483490769, 0.6789427479942378, 0.6789427477191952, 0.6789427475059836, 0.6789427473406869, 0.6789427472125239, 0.6789427471131423, 0.6789427470360702, 0.6789427469762929, 0.6789427469299242, 0.6789427468939521, 0.6789427468660422, 0.6789427468443849, 0.6789427468275773, 0.6789427468145317, 0.6789427468044046, 0.678942746796542, 0.6789427467904366, 0.6789427467856953, 0.6789427467820126, 0.6789427467791517, 0.6789427467769289, 0.6789427467752015, 0.678942746773859, 0.6789427467728153, 0.6789427467720038, 0.6789427467713729, 0.6789427467708821, 0.6789427467705004, 0.6789427467702034, 0.6789427467699721, 0.6789427467697923, 0.6789427467696522, 0.678942746769543, 0.6789427467694581, 0.6789427467693919, 0.6789427467693402, 0.6789427467693, 0.6789427467692687, 0.6789427467692443, 0.6789427467692252, 0.6789427467692104, 0.6789427467691987, 0.6789427467691898, 0.6789427467691826, 0.6789427467691772, 0.6789427467691729, 0.6789427467691695, 0.6789427467691669, 0.6789427467691649, 0.6789427467691633, 0.678942746769162, 0.678942746769161, 0.6789427467691602, 0.6789427467691596, 0.6789427467691591, 0.6789427467691588, 0.6789427467691586, 0.6789427467691583, 0.6789427467691581, 0.6789427467691579, 0.6789427467691578, 0.6789427467691577, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576, 0.6789427467691576], "APO": [0.04535765261277513, 0.09209653832970434, 0.1242065757091853, 0.14713413967733113, 0.16400880545875035, 0.17668466634045002, 0.1863173752670996, 0.19367452663695275, 0.1992985021897109, 0.2035910816127368, 0.20685881096310466, 0.20933890741138286, 0.21121561073386314, 0.21263193080039774, 0.21369827240129752, 0.2144994898581404, 0.21510052081862674, 0.21555081450492364, 0.21588777305192916, 0.21613970544458594, 0.21632794244650785, 0.2164684986661455, 0.21657339956205868, 0.21665170288334792, 0.21671013384689508, 0.2167537184595719, 0.2167862183941071, 0.21681045680540664, 0.21682854137096078, 0.21684201780774168, 0.21685205943754415, 0.21685955141153088, 0.2168651334261073, 0.21686928987126278, 0.21687239203036598, 0.21687470683614993, 0.2168764318786905, 0.21687771765471828, 0.21687867663087043, 0.21687939167608553, 0.21687992464542913, 0.21688032200329915, 0.21688061830729757, 0.216880839209559, 0.21688100478531852, 0.21688112802644435, 0.21688121960233367, 0.21688128777284893, 0.2168813385308897, 0.21688137632129106, 0.21688140445680543, 0.21688142540417565, 0.21688144099981427, 0.21688145261099503, 0.21688146125569663, 0.21688146769181327, 0.21688147248360304, 0.2168814760511648, 0.2168814787072698, 0.21688148068478125, 0.21688148215706932, 0.2168814832532107, 0.21688148406930496, 0.21688148467689985, 0.21688148513535532, 0.21688148547812258, 0.21688148573242663, 0.21688148589726233, 0.21688148602220564, 0.21688148611877847, 0.21688148619342285, 0.21688148625111803, 0.21688148629571255, 0.21688148633018112, 0.21688148635682306, 0.2168814863774155, 0.21688148639333207, 0.21688148640563454, 0.21688148641514354, 0.21688148642249333, 0.21688148642817426, 0.21688148643256525, 0.21688148643595917, 0.21688148643858246, 0.21688148644061006, 0.21688148644217725, 0.21688148644338862, 0.2168814864443249, 0.21688148644504857, 0.21688148644560795, 0.2168814864460403, 0.21688148644637448, 0.21688148644663277, 0.21688148644683242, 0.21688148644698677, 0.21688148644710606, 0.21688148644719824, 0.21688148644726948, 0.21688148644732458, 0.21688148644736716, 0.21688148644740007, 0.2168814864474255, 0.21688148644744515, 0.21688148644746036, 0.2168814864474721, 0.21688148644748118, 0.2168814864474882, 0.21688148644749364, 0.2168814864474978, 0.21688148644750102, 0.21688148644750355, 0.21688148644750546, 0.21688148644750696, 0.2168814864475081, 0.216881486447509, 0.21688148644750965, 0.2168814864475102, 0.21688148644751062, 0.21688148644751096, 0.2168814864475112, 0.21688148644751137, 0.21688148644751154, 0.21688148644751165, 0.21688148644751173, 0.2168814864475118, 0.21688148644751185, 0.2168814864475119, 0.21688148644751196, 0.21688148644751198, 0.216881486447512, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204], "Hair": [1.6853182222234062, 1.6129721580754495, 1.5172186620876242, 1.4158552858664974, 1.3187449157169124, 1.23084050400585, 1.1541556361672751, 1.08899134225675, 1.0347000275862528, 0.9901609676842542, 0.9540731196337877, 0.9251287301273219, 0.9021091153211085, 0.8839314596077655, 0.8696639156144175, 0.8585238707566198, 0.849864966049486, 0.8431609006041615, 0.8379884837908098, 0.8340101096617388, 0.8309584695817016, 0.8286235408487924, 0.8268409578102234, 0.8254825034552374, 0.8244490963195643, 0.823664243122114, 0.8230690835176562, 0.8226183408894752, 0.8222773304712039, 0.8220196926620509, 0.8218252503457947, 0.8216786198198869, 0.8215681923939473, 0.8214850860628676, 0.8214225316799468, 0.8213754862693169, 0.8213401332479509, 0.8213135804494114, 0.8212936469395223, 0.82127868987093, 0.8212674718780824, 0.821259061513642, 0.8212527583511924, 0.8212480360606058, 0.8212444805844212, 0.8212418224189538, 0.8212398389642482, 0.8212383568755818, 0.8212372494376466, 0.821236422158602, 0.8212358042816762, 0.8212353428766217, 0.8212349983688526, 0.8212347411765798, 0.821234549192675, 0.8212344058996304, 0.8212342989587347, 0.8212342191545468, 0.8212341596054508, 0.8212341151733846, 0.8212340820226108, 0.8212340572899731, 0.8212340388385275, 0.8212340250735037, 0.8212340146685365, 0.8212340068742557, 0.8212340010796265, 0.8212339973121655, 0.8212339944515603, 0.8212339922371305, 0.8212339905228918, 0.8212339891958423, 0.8212339881685108, 0.8212339873731889, 0.8212339867574663, 0.8212339862807738, 0.8212339859117084, 0.8212339856259612, 0.8212339854047157, 0.8212339852334057, 0.8212339851007557, 0.8212339849980371, 0.8212339849184928, 0.8212339848568914, 0.8212339848091833, 0.8212339847722333, 0.821233984743614, 0.8212339847214457, 0.8212339847042736, 0.8212339846909705, 0.8212339846806643, 0.8212339846726793, 0.8212339846664921, 0.8212339846616978, 0.8212339846579825, 0.8212339846551031, 0.8212339846528713, 0.8212339846511415, 0.8212339846498005, 0.8212339846487607, 0.8212339846479546, 0.8212339846473296, 0.8212339846468448, 0.8212339846464689, 0.8212339846461773, 0.8212339846459511, 0.8212339846457756, 0.8212339846456393, 0.8212339846455335, 0.8212339846454515, 0.8212339846453879, 0.8212339846453385, 0.8212339846453001, 0.8212339846452702, 0.8212339846452471, 0.8212339846452291, 0.8212339846452151, 0.8212339846452044, 0.821233984645196, 0.8212339846451895, 0.8212339846451844, 0.8212339846451804, 0.8212339846451773, 0.8212339846451749, 0.8212339846451729, 0.8212339846451715, 0.8212339846451704, 0.8212339846451695, 0.8212339846451688, 0.8212339846451683, 0.821233984645168, 0.8212339846451676, 0.8212339846451674, 0.8212339846451671, 0.8212339846451668, 0.8212339846451667, 0.8212339846451667, 0.8212339846451667, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666, 0.8212339846451666], "HairDensity": [100.0, 95.70727574211402, 90.02564869238692, 84.01115392905373, 78.24901542790649, 73.03312144705984, 68.4829500416023, 64.61636312340265, 61.39493503020421, 58.75216648271654, 56.61085883086806, 54.893415257020024, 53.52752396701522, 52.44893504098072, 51.602356406441004, 50.94135098260474, 50.42756642886566, 50.029774168809276, 49.72286377377849, 49.48680306568134, 49.30573102600379, 49.16718575294381, 49.06141445022702, 48.980809236501045, 48.91949101647316, 48.87292098672442, 48.8376066112783, 48.81086135793462, 48.79062717226127, 48.775339981643164, 48.76380255721541, 48.75510209198729, 48.74854977299593, 48.74361857780776, 48.73990685250295, 48.73711536719118, 48.735017661197155, 48.73344212500527, 48.73225935075966, 48.73137185851071, 48.73070622796689, 48.73020719079223, 48.729833186502326, 48.72955298478586, 48.72934201713965, 48.72918429229977, 48.72906660208083, 48.72897866090469, 48.728912949994985, 48.72886386258622, 48.72882720025636, 48.72879982233756, 48.72877938063316, 48.72876411987888, 48.7287527283267, 48.728744225894175, 48.72873788045185, 48.72873314519254, 48.72872961178887, 48.72872697536891, 48.728725008335424, 48.728723540800246, 48.72872244596572, 48.72872162920462, 48.72872101181574, 48.7287205493345, 48.72872020550452, 48.72871998195855, 48.72871981222175, 48.728719680826394, 48.728719579110376, 48.7287195003686, 48.72871943941088, 48.72871939221968, 48.72871935568518, 48.728719327400164, 48.72871930550131, 48.72871928854622, 48.728719275418406, 48.72871926525356, 48.72871925738264, 48.728719251287735, 48.72871924656789, 48.72871924291271, 48.72871924008191, 48.72871923788944, 48.72871923619129, 48.72871923487591, 48.728719233856985, 48.728719233067636, 48.72871923245611, 48.72871923198231, 48.72871923161518, 48.728719231330714, 48.72871923111026, 48.728719230939404, 48.72871923080699, 48.72871923070434, 48.72871923062477, 48.72871923056308, 48.728719230515246, 48.728719230478156, 48.7287192304494, 48.728719230427096, 48.72871923040978, 48.728719230396365, 48.728719230385956, 48.72871923037787, 48.728719230371595, 48.72871923036672, 48.72871923036295, 48.728719230360014, 48.72871923035774, 48.72871923035596, 48.72871923035459, 48.728719230353526, 48.728719230352695, 48.728719230352056, 48.728719230351565, 48.72871923035117, 48.72871923035087, 48.728719230350634, 48.72871923035044, 48.72871923035031, 48.728719230350194, 48.72871923035011, 48.72871923035004, 48.72871923034999, 48.728719230349945, 48.72871923034992, 48.728719230349895, 48.72871923034988, 48.72871923034987, 48.728719230349846, 48.72871923034983, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824, 48.728719230349824]}, "proteins": {"AR/DHT (AR)": [0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62], "DKK1": [0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403], "β-catenin (CTNNB1)": [1.195525502499162, 1.226372590762532, 1.2458319822280672, 1.2581178526879628, 1.2658739846780578, 1.2707666311823842, 1.273848635136255, 1.275786107323607, 1.2770007684921942, 1.277759565058728, 1.2782314116139026, 1.2785230920291195, 1.2787019715527574, 1.2788105707232271, 1.2788755486545877, 1.2789137006331277, 1.278935475475088, 1.2789473848759711, 1.2789534270068885, 1.278956088297556, 1.278956855815287, 1.2789566158472385, 1.2789558976414932, 1.2789550125535432, 1.2789541043548185, 1.2789532516421984, 1.2789525030442657, 1.2789518627783847, 1.278951325047585, 1.2789508844266977, 1.278950526919985, 1.2789502383600362, 1.2789500077053066, 1.278949824341491, 1.2789496788970531, 1.2789495638897201, 1.2789494732113706, 1.2789494018563075, 1.2789493457953034, 1.2789493018104254, 1.2789492673377183, 1.278949240343054, 1.2789492192190357, 1.2789492026983889, 1.2789491897337044, 1.278949179608611, 1.2789491717133554, 1.2789491655541712, 1.2789491607499, 1.2789491570030882, 1.2789491540813451, 1.278949151803223, 1.2789491500270918, 1.278949148642431, 1.2789491475630195, 1.2789491467216034, 1.2789491460657325, 1.278949145554507, 1.278949145156037, 1.2789491448454602, 1.278949144603393, 1.2789491444147252, 1.2789491442676795, 1.2789491441530743, 1.278949144062904, 1.2789491439924119, 1.2789491439375678, 1.2789491438994447, 1.2789491438693628, 1.2789491438452656, 1.2789491438259624, 1.2789491438104994, 1.2789491437981126, 1.2789491437881904, 1.278949143780242, 1.278949143773875, 1.2789491437687746, 1.278949143764689, 1.278949143761416, 1.2789491437587943, 1.2789491437566942, 1.2789491437550118, 1.2789491437536642, 1.2789491437525846, 1.2789491437517198, 1.278949143751027, 1.278949143750472, 1.2789491437500276, 1.2789491437496714, 1.2789491437493863, 1.2789491437491578, 1.2789491437489746, 1.278949143748828, 1.2789491437487106, 1.2789491437486167, 1.2789491437485414, 1.2789491437484808, 1.2789491437484324, 1.2789491437483937, 1.2789491437483624, 1.2789491437483376, 1.2789491437483176, 1.2789491437483018, 1.278949143748289, 1.2789491437482787, 1.2789491437482705, 1.278949143748264, 1.2789491437482587, 1.2789491437482547, 1.2789491437482512, 1.2789491437482485, 1.2789491437482465, 1.2789491437482448, 1.2789491437482436, 1.2789491437482423, 1.2789491437482414, 1.2789491437482408, 1.27894914374824, 1.2789491437482394, 1.278949143748239, 1.2789491437482388, 1.2789491437482385, 1.2789491437482383, 1.278949143748238, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379, 1.2789491437482379], "BMP4": [0.12536448527548816, 0.13924778951289057, 0.1480685514883177, 0.1536845096927264, 0.1572656523883013, 0.15955229525842915, 0.16101422353520414, 0.1619501046934459, 0.162550101444138, 0.16293540173577398, 0.1631833172609169, 0.16334321027987203, 0.16344660270256786, 0.1635136878259493, 0.16355736284159128, 0.16358593464218502, 0.16360471989342204, 0.16361714746412895, 0.1636254171037868, 0.16363096799937682, 0.16363472417541627, 0.1636372861991972, 0.16363905168365048, 0.16364028667638716, 0.16364115459507464, 0.16364176831574942, 0.16364221050425865, 0.16364253075489862, 0.16364276381801154, 0.1636429363465437, 0.16364306486942531, 0.1636431608802944, 0.16364323328548305, 0.1636432882288733, 0.16364333006281326, 0.16364336203173913, 0.16364338655311678, 0.16364340541575076, 0.16364341995969348, 0.1636434311974877, 0.1636434398957935, 0.16364344663789043, 0.16364345186985496, 0.16364345593389323, 0.16364345910611044, 0.16364346157161977, 0.16364346348662578, 0.16364346497621027, 0.16364346613540678, 0.16364346703769925, 0.16364346774017458, 0.163643468287187, 0.16364346871320748, 0.1636434690450393, 0.16364346930353307, 0.16364346950491424, 0.16364346966181223, 0.16364346978405983, 0.1636434698793139, 0.16364346995353773, 0.1636434700113761, 0.16364347005644744, 0.1636434700915706, 0.1636434701189418, 0.16364347014047528, 0.16364347015730815, 0.16364347017040345, 0.1636434701795055, 0.16364347018668737, 0.1636434701924403, 0.16364347019704864, 0.1636434702007401, 0.16364347020369716, 0.16364347020606584, 0.16364347020796327, 0.16364347020948322, 0.1636434702107008, 0.16364347021167608, 0.16364347021245734, 0.1636434702130832, 0.16364347021358452, 0.1636434702139861, 0.16364347021430778, 0.1636434702145655, 0.1636434702147719, 0.16364347021493725, 0.16364347021506973, 0.16364347021517583, 0.16364347021526082, 0.16364347021532888, 0.16364347021538342, 0.16364347021542713, 0.1636434702154621, 0.16364347021549014, 0.1636434702155126, 0.1636434702155306, 0.16364347021554498, 0.16364347021555653, 0.1636434702155658, 0.1636434702155732, 0.16364347021557915, 0.1636434702155839, 0.1636434702155877, 0.16364347021559075, 0.16364347021559322, 0.1636434702155952, 0.16364347021559675, 0.163643470215598, 0.16364347021559902, 0.1636434702155998, 0.16364347021560047, 0.16364347021560097, 0.16364347021560138, 0.16364347021560172, 0.16364347021560197, 0.1636434702156022, 0.16364347021560235, 0.16364347021560252, 0.16364347021560263, 0.1636434702156027, 0.16364347021560277, 0.1636434702156028, 0.16364347021560285, 0.16364347021560285, 0.16364347021560294, 0.16364347021560297, 0.163643470215603, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302, 0.16364347021560302], "SHH": [0.7736219254794859, 0.77275373805744, 0.7709490795450218, 0.7689471355055337, 0.7670926625206496, 0.765517799078772, 0.7642469426569207, 0.7632550530553002, 0.7624987292129456, 0.7619317436018207, 0.7615120850424603, 0.761204482144001, 0.7609806996569076, 0.7608188304869093, 0.7607022582479448, 0.7606185870920142, 0.7605586643281426, 0.7605158045637433, 0.7604851758334357, 0.7604632863943326, 0.7604476321820205, 0.760436425975741, 0.7604283907710523, 0.7604226093880494, 0.7604184410196728, 0.7604154283243308, 0.7604132428764473, 0.7604116518256702, 0.7604104884139256, 0.7604096353197284, 0.7604090073174126, 0.7604085424663082, 0.7604081974043497, 0.7604079402619056, 0.76040774747642, 0.7604076025124712, 0.7604074932082768, 0.7604074104897446, 0.7604073476862546, 0.7604072998697057, 0.7604072633659081, 0.7604072354289234, 0.7604072140007415, 0.7604071975319631, 0.7604071847958869, 0.7604071749855436, 0.7604071674271233, 0.760407161588263, 0.7604071570719851, 0.7604071535755221, 0.7604071508662975, 0.7604071487654652, 0.7604071471353205, 0.7604071458696746, 0.7604071448865297, 0.7604071441224939, 0.760407143528508, 0.7604071430665708, 0.7604071427072229, 0.7604071424276108, 0.7604071422099948, 0.760407142040597, 0.7604071419087122, 0.7604071418060186, 0.7604071417252788, 0.7604071416622017, 0.7604071416131581, 0.7604071415790941, 0.760407141552225, 0.7604071415307072, 0.7604071415134744, 0.7604071414996729, 0.7604071414886193, 0.7604071414797662, 0.7604071414726755, 0.7604071414669963, 0.7604071414624476, 0.7604071414588042, 0.7604071414558858, 0.7604071414535484, 0.7604071414516761, 0.7604071414501764, 0.7604071414489751, 0.7604071414480128, 0.760407141447242, 0.7604071414466246, 0.7604071414461301, 0.7604071414457338, 0.7604071414454165, 0.7604071414451623, 0.7604071414449587, 0.7604071414447957, 0.760407141444665, 0.7604071414445603, 0.7604071414444765, 0.7604071414444095, 0.7604071414443557, 0.7604071414443125, 0.760407141444278, 0.7604071414442504, 0.7604071414442282, 0.7604071414442104, 0.7604071414441962, 0.760407141444185, 0.7604071414441759, 0.7604071414441685, 0.7604071414441627, 0.760407141444158, 0.7604071414441542, 0.7604071414441512, 0.7604071414441489, 0.7604071414441469, 0.7604071414441453, 0.7604071414441441, 0.760407141444143, 0.7604071414441422, 0.7604071414441416, 0.7604071414441411, 0.7604071414441408, 0.7604071414441403, 0.7604071414441401, 0.7604071414441398, 0.7604071414441396, 0.7604071414441395, 0.7604071414441395, 0.7604071414441393, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441392, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391, 0.7604071414441391], "IGF1": [0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283], "VEGFA (DP)": [1.3730090410250906, 1.2581981934223225, 1.1596620865042047, 1.080557531276654, 1.0193517551514844, 0.9729890083845312, 0.9382966802824454, 0.9125134287400031, 0.8934182244638454, 0.8792967142505549, 0.8688558280430932, 0.8611327320126784, 0.855415514337334, 0.8511791242535548, 0.8480372754522184, 0.8457050440856553, 0.8439724959402192, 0.8426844825558699, 0.8417265609599883, 0.8410137116074139, 0.8404830552049115, 0.8400879862570568, 0.8397937740125583, 0.8395744730309512, 0.8394110856161919, 0.8392893836682729, 0.8391986555495916, 0.8391310445839654, 0.8390806708215973, 0.8390431108943428, 0.839015109854548, 0.838994250310102, 0.8389787079055848, 0.8389671193022556, 0.8389584781338904, 0.8389520374349209, 0.838947234523421, 0.8389436529633544, 0.8389409833630815, 0.838938993191501, 0.8389375091338224, 0.8389364026837226, 0.838935577868997, 0.8389349629063096, 0.8389345018906559, 0.8389341587645751, 0.8389339038207565, 0.8389337140375556, 0.838933572725771, 0.8389334675150197, 0.8389333891844812, 0.8389333308663577, 0.8389332874475857, 0.8389332551216003, 0.8389332310543948, 0.8389332131359892, 0.8389331997954593, 0.8389331898632265, 0.8389331824685241, 0.838933176963053, 0.838933172864144, 0.8389331698124427, 0.8389331675404036, 0.838933165848835, 0.8389331645724768, 0.8389331636181991, 0.8389331629102066, 0.8389331624512973, 0.8389331621034503, 0.8389331618345874, 0.8389331616267744, 0.8389331614661488, 0.8389331613419959, 0.8389331612460339, 0.8389331611718617, 0.8389331611145316, 0.8389331610702193, 0.8389331610359687, 0.8389331610094952, 0.838933160989033, 0.8389331609732171, 0.8389331609609925, 0.8389331609515437, 0.8389331609442404, 0.8389331609385954, 0.8389331609342322, 0.8389331609308597, 0.838933160928253, 0.8389331609262383, 0.8389331609246811, 0.8389331609234774, 0.838933160922547, 0.8389331609218279, 0.838933160921272, 0.8389331609208424, 0.8389331609205103, 0.8389331609202537, 0.8389331609200554, 0.838933160919902, 0.8389331609197834, 0.8389331609196918, 0.838933160919621, 0.8389331609195663, 0.838933160919524, 0.8389331609194913, 0.8389331609194661, 0.8389331609194466, 0.8389331609194314, 0.8389331609194197, 0.8389331609194107, 0.8389331609194037, 0.8389331609193984, 0.8389331609193942, 0.838933160919391, 0.8389331609193884, 0.8389331609193864, 0.838933160919385, 0.838933160919384, 0.838933160919383, 0.8389331609193824, 0.8389331609193817, 0.8389331609193813, 0.8389331609193811, 0.8389331609193809, 0.8389331609193805, 0.8389331609193804, 0.8389331609193803, 0.8389331609193802, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.04535765261277513, 0.09209653832970434, 0.1242065757091853, 0.14713413967733113, 0.16400880545875035, 0.17668466634045002, 0.1863173752670996, 0.19367452663695275, 0.1992985021897109, 0.2035910816127368, 0.20685881096310466, 0.20933890741138286, 0.21121561073386314, 0.21263193080039774, 0.21369827240129752, 0.2144994898581404, 0.21510052081862674, 0.21555081450492364, 0.21588777305192916, 0.21613970544458594, 0.21632794244650785, 0.2164684986661455, 0.21657339956205868, 0.21665170288334792, 0.21671013384689508, 0.2167537184595719, 0.2167862183941071, 0.21681045680540664, 0.21682854137096078, 0.21684201780774168, 0.21685205943754415, 0.21685955141153088, 0.2168651334261073, 0.21686928987126278, 0.21687239203036598, 0.21687470683614993, 0.2168764318786905, 0.21687771765471828, 0.21687867663087043, 0.21687939167608553, 0.21687992464542913, 0.21688032200329915, 0.21688061830729757, 0.216880839209559, 0.21688100478531852, 0.21688112802644435, 0.21688121960233367, 0.21688128777284893, 0.2168813385308897, 0.21688137632129106, 0.21688140445680543, 0.21688142540417565, 0.21688144099981427, 0.21688145261099503, 0.21688146125569663, 0.21688146769181327, 0.21688147248360304, 0.2168814760511648, 0.2168814787072698, 0.21688148068478125, 0.21688148215706932, 0.2168814832532107, 0.21688148406930496, 0.21688148467689985, 0.21688148513535532, 0.21688148547812258, 0.21688148573242663, 0.21688148589726233, 0.21688148602220564, 0.21688148611877847, 0.21688148619342285, 0.21688148625111803, 0.21688148629571255, 0.21688148633018112, 0.21688148635682306, 0.2168814863774155, 0.21688148639333207, 0.21688148640563454, 0.21688148641514354, 0.21688148642249333, 0.21688148642817426, 0.21688148643256525, 0.21688148643595917, 0.21688148643858246, 0.21688148644061006, 0.21688148644217725, 0.21688148644338862, 0.2168814864443249, 0.21688148644504857, 0.21688148644560795, 0.2168814864460403, 0.21688148644637448, 0.21688148644663277, 0.21688148644683242, 0.21688148644698677, 0.21688148644710606, 0.21688148644719824, 0.21688148644726948, 0.21688148644732458, 0.21688148644736716, 0.21688148644740007, 0.2168814864474255, 0.21688148644744515, 0.21688148644746036, 0.2168814864474721, 0.21688148644748118, 0.2168814864474882, 0.21688148644749364, 0.2168814864474978, 0.21688148644750102, 0.21688148644750355, 0.21688148644750546, 0.21688148644750696, 0.2168814864475081, 0.216881486447509, 0.21688148644750965, 0.2168814864475102, 0.21688148644751062, 0.21688148644751096, 0.2168814864475112, 0.21688148644751137, 0.21688148644751154, 0.21688148644751165, 0.21688148644751173, 0.2168814864475118, 0.21688148644751185, 0.2168814864475119, 0.21688148644751196, 0.21688148644751198, 0.216881486447512, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204]}}, {"id": "Androgenetic Alopecia|wnt_agonist", "disease": "Androgenetic Alopecia", "interventions": ["wnt_agonist"], "intervention_labels": ["Wnt 작용제/발프로산"], "tracked_genes": ["CTNNB1", "LRP6"], "metrics": {"final_hair_density_pct": 49.2, "min_hair_density_pct": 49.2, "anagen_fraction": 0.025, "healthy_ss": 1.6853, "AND_load": 0.62, "INF_load": 0.08}, "drive": {"AND": 0.62, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.5, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.1955255024991622, 1.2387461111232017, 1.267177217201728, 1.2860354047949523, 1.2986492442251203, 1.3071604789422495, 1.3129565880472136, 1.3169419960402964, 1.3197099934273202, 1.3216522680271547, 1.3230292640313805, 1.3240154847702679, 1.324728755942166, 1.3252494868910485, 1.325632908025411, 1.3259175136285524, 1.3261302792957483, 1.326290369851617, 1.326411473349009, 1.326503551200492, 1.3265738486725998, 1.3266276975541704, 1.3266690739484293, 1.3267009701093533, 1.3267255930159711, 1.326744626502082, 1.3267593729344167, 1.3267708073333553, 1.3267796802331797, 1.3267865747215952, 1.326791934745798, 1.3267961032026607, 1.3267993462015977, 1.3268018704174247, 1.326803836569223, 1.3268053682541905, 1.326806561639196, 1.3268074916156674, 1.326808216423308, 1.3268087813899645, 1.3268092218069525, 1.32680956515773, 1.3268098328519335, 1.326810041570996, 1.3268102049513026, 1.3268103322685163, 1.326810431356008, 1.326810508538181, 1.3268105686641583, 1.3268106155026607, 1.3268106519904044, 1.326810680415075, 1.3268107025586307, 1.3268107198091441, 1.326810733247897, 1.3268107437171994, 1.3268107518732153, 1.3268107582271045, 1.3268107631770703, 1.3268107670333238, 1.32681077003753, 1.326810772377953, 1.3268107742012585, 1.3268107756351621, 1.3268107767557522, 1.3268107776272424, 1.3268107782331344, 1.326810778710599, 1.3268107790929555, 1.326810779399149, 1.3268107796443513, 1.326810779840711, 1.3268107799979572, 1.3268107801238807, 1.3268107802247213, 1.3268107803054752, 1.3268107803701434, 1.3268107804219305, 1.3268107804634017, 1.326810780496612, 1.3268107805232072, 1.3268107805445049, 1.3268107805615603, 1.3268107805752183, 1.3268107805861558, 1.3268107805949145, 1.3268107806019285, 1.3268107806075453, 1.3268107806120435, 1.3268107806156455, 1.32681078061853, 1.3268107806208402, 1.3268107806226899, 1.3268107806241713, 1.3268107806253577, 1.3268107806263076, 1.3268107806270686, 1.3268107806276777, 1.3268107806281657, 1.326810780628556, 1.3268107806288691, 1.3268107806291196, 1.3268107806293203, 1.3268107806294809, 1.3268107806296097, 1.3268107806297127, 1.3268107806297953, 1.3268107806298615, 1.3268107806299143, 1.3268107806299567, 1.3268107806299907, 1.3268107806300178, 1.3268107806300395, 1.3268107806300569, 1.3268107806300709, 1.3268107806300822, 1.326810780630091, 1.3268107806300982, 1.326810780630104, 1.3268107806301084, 1.326810780630112, 1.326810780630115, 1.3268107806301175, 1.3268107806301195, 1.3268107806301208, 1.3268107806301221, 1.326810780630123, 1.3268107806301237, 1.3268107806301241, 1.3268107806301246, 1.326810780630125, 1.3268107806301255, 1.326810780630126, 1.3268107806301261, 1.3268107806301264, 1.3268107806301266, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268], "BMP": [0.12536448527548816, 0.1390561942843091, 0.1474682531549981, 0.15261138207996192, 0.1557304730486036, 0.1575995364810667, 0.15870036144840213, 0.1593325248237168, 0.15968180695261225, 0.15986286489795365, 0.15994599677105925, 0.15997390114283064, 0.15997215499810818, 0.1599558474036359, 0.15993359880532998, 0.1599101961348507, 0.15988809027976203, 0.15986839998262678, 0.15985147760757012, 0.1598372906501503, 0.15982559592228587, 0.15981607214346255, 0.1598083896609743, 0.15980224102833018, 0.15979734109824867, 0.1597934506543185, 0.1597903764705852, 0.15978795206329569, 0.15978604293409254, 0.15978454397863687, 0.15978336850468172, 0.1597824472183621, 0.15978172630741397, 0.15978116260343214, 0.15978072177064037, 0.15978037721370877, 0.1597801080466668, 0.15977989783571536, 0.1597797337083069, 0.15977960559035836, 0.15977950559902704, 0.1597794275703588, 0.15977936668739529, 0.15977931918711852, 0.15977928198634683, 0.15977925298388346, 0.15977923040377842, 0.15977921281068763, 0.15977919910244132, 0.1597791884216944, 0.15977918010002035, 0.15977917361647861, 0.1597791685651259, 0.15977916462964353, 0.15977916156355934, 0.15977915917483107, 0.15977915731382997, 0.15977915586397617, 0.1597791547344406, 0.15977915385445804, 0.15977915316889568, 0.15977915263480028, 0.1597791522187078, 0.1597791518914766, 0.15977915163574447, 0.15977915143685828, 0.15977915129858394, 0.15977915118961838, 0.15977915110235777, 0.15977915103247872, 0.15977915097651899, 0.15977915093170597, 0.15977915089581932, 0.15977915086708103, 0.15977915084406716, 0.15977915082563748, 0.15977915081087884, 0.15977915079906002, 0.1597791507895954, 0.15977915078201604, 0.15977915077594648, 0.15977915077108593, 0.15977915076719357, 0.1597791507640765, 0.15977915076158034, 0.1597791507595814, 0.15977915075798063, 0.15977915075669874, 0.15977915075567217, 0.1597791507548501, 0.1597791507541918, 0.15977915075366458, 0.15977915075324242, 0.15977915075290433, 0.1597791507526336, 0.15977915075241678, 0.15977915075224317, 0.1597791507521041, 0.15977915075199275, 0.1597791507519036, 0.15977915075183216, 0.159779150751775, 0.15977915075172922, 0.15977915075169258, 0.15977915075166318, 0.15977915075163968, 0.15977915075162086, 0.15977915075160576, 0.15977915075159368, 0.15977915075158403, 0.15977915075157628, 0.15977915075157006, 0.1597791507515651, 0.15977915075156113, 0.15977915075155794, 0.15977915075155538, 0.15977915075155333, 0.1597791507515517, 0.1597791507515504, 0.15977915075154933, 0.1597791507515485, 0.15977915075154783, 0.15977915075154728, 0.15977915075154686, 0.1597791507515465, 0.15977915075154625, 0.15977915075154603, 0.15977915075154586, 0.1597791507515457, 0.15977915075154558, 0.1597791507515455, 0.15977915075154542, 0.15977915075154536, 0.15977915075154528, 0.15977915075154525, 0.15977915075154522, 0.1597791507515452, 0.15977915075154517, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514], "SHH": [0.7736219254794859, 0.7731909281111723, 0.7723507439306105, 0.7715075148619137, 0.7708285339291387, 0.7703549713070222, 0.7700694451610286, 0.7699330786499019, 0.7699040859715568, 0.7699458833481978, 0.7700297142480489, 0.7701345960208024, 0.770246175563465, 0.7703552649537414, 0.7704564857760465, 0.7705471119587533, 0.7706261676357906, 0.7706937824087796, 0.7707507367964843, 0.7707981238753778, 0.7708371597875211, 0.7708690547609989, 0.770894938082432, 0.7709158182050875, 0.7709325848813531, 0.7709459955375009, 0.7709566830161237, 0.7709651753763512, 0.7709719062937505, 0.7709772297008317, 0.7709814318858215, 0.7709847430270339, 0.7709873479632032, 0.7709893950018077, 0.7709910023681776, 0.7709922633759835, 0.7709932518919085, 0.7709940262498622, 0.7709946324775482, 0.7709951068397118, 0.770995477852923, 0.7709957679195308, 0.7709959946238659, 0.770996171755128, 0.7709963106512683, 0.7709964190643506, 0.7709965035576205, 0.7709965694466062, 0.7709966208245775, 0.7709966608818143, 0.7709966921093929, 0.7709967164513891, 0.7709967354245586, 0.7709967502120335, 0.7709967617365473, 0.7709967707176392, 0.7709967777163262, 0.7709967831699797, 0.7709967874195424, 0.7709967907307672, 0.7709967933107837, 0.7709967953210202, 0.7709967968872802, 0.7709967981191492, 0.7709967990819331, 0.770996799830758, 0.7709968003514212, 0.7709968007617415, 0.7709968010903401, 0.7709968013534924, 0.7709968015642322, 0.7709968017329983, 0.7709968018681504, 0.7709968019763833, 0.7709968020630585, 0.7709968021324697, 0.7709968021880554, 0.7709968022325695, 0.7709968022682171, 0.7709968022967641, 0.7709968023196251, 0.7709968023379324, 0.7709968023525933, 0.7709968023643339, 0.7709968023737358, 0.7709968023812649, 0.7709968023872944, 0.7709968023921229, 0.7709968023959896, 0.770996802399086, 0.7709968024015658, 0.7709968024035514, 0.7709968024051416, 0.770996802406415, 0.7709968024074348, 0.7709968024082516, 0.7709968024089056, 0.7709968024094292, 0.7709968024098487, 0.7709968024101845, 0.7709968024104534, 0.7709968024106688, 0.7709968024108412, 0.7709968024109795, 0.77099680241109, 0.7709968024111785, 0.7709968024112495, 0.7709968024113063, 0.7709968024113518, 0.7709968024113882, 0.7709968024114173, 0.7709968024114406, 0.7709968024114594, 0.7709968024114744, 0.7709968024114864, 0.770996802411496, 0.7709968024115037, 0.7709968024115099, 0.7709968024115149, 0.7709968024115189, 0.770996802411522, 0.7709968024115246, 0.7709968024115266, 0.7709968024115282, 0.7709968024115295, 0.7709968024115305, 0.7709968024115315, 0.7709968024115321, 0.7709968024115326, 0.770996802411533, 0.7709968024115332, 0.7709968024115335, 0.7709968024115337, 0.7709968024115339, 0.770996802411534, 0.7709968024115341, 0.7709968024115342, 0.7709968024115343, 0.7709968024115345, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346], "DP": [1.3730090410250906, 1.2581981934223225, 1.1596620859014624, 1.0805575308372066, 1.0193517550748952, 0.972989008306491, 0.9382966802276228, 0.9125134287051477, 0.8934182244424301, 0.879296714231249, 0.8688558279845761, 0.8611327306063951, 0.8554155125492741, 0.8511791235890157, 0.8480372757602274, 0.8457050429840705, 0.8439724963468476, 0.8426844822218109, 0.841726560951649, 0.8410137121388698, 0.8404830554605479, 0.8400879852069181, 0.83979377280385, 0.8395744735485124, 0.8394110854818093, 0.8392893833904862, 0.8391986557291428, 0.8391310445463935, 0.8390806707669195, 0.8390431110043788, 0.8390151099265756, 0.8389942502727573, 0.8389787077680256, 0.8389671191955458, 0.8389584780567992, 0.8389520373666915, 0.8389472344829783, 0.8389436529353064, 0.8389409833372314, 0.8389389931726057, 0.8389375091215819, 0.838936402674115, 0.8389355778612562, 0.8389349629008358, 0.83893450192315, 0.8389341587834573, 0.8389339038330369, 0.8389337140467701, 0.8389335727326929, 0.8389334675201751, 0.838933389188317, 0.8389333308692128, 0.8389332874497115, 0.8389332551231832, 0.8389332310555732, 0.8389332131368666, 0.8389331997961125, 0.8389331898637127, 0.838933182468886, 0.8389331769633224, 0.8389331728643448, 0.8389331698125921, 0.8389331675405148, 0.8389331658263104, 0.8389331645445607, 0.8389331635935743, 0.8389331629765616, 0.8389331625094444, 0.838933162148394, 0.8389331618693261, 0.8389331616536251, 0.8389331614869026, 0.8389331613580372, 0.8389331612584328, 0.8389331611814451, 0.8389331611219389, 0.8389331610759446, 0.8389331610403941, 0.8389331610129158, 0.838933160991677, 0.8389331609752607, 0.8389331609625721, 0.8389331609527646, 0.8389331609451841, 0.8389331609393249, 0.838933160934796, 0.8389331609312956, 0.8389331609285899, 0.8389331609264986, 0.8389331609248821, 0.8389331609236328, 0.838933160922667, 0.8389331609219207, 0.8389331609213437, 0.8389331609208978, 0.8389331609205531, 0.8389331609202867, 0.8389331609200807, 0.8389331609199216, 0.8389331609197987, 0.8389331609197037, 0.8389331609196301, 0.8389331609195734, 0.8389331609195294, 0.8389331609194954, 0.8389331609194692, 0.8389331609194489, 0.8389331609194333, 0.8389331609194212, 0.8389331609194118, 0.8389331609194046, 0.8389331609193991, 0.8389331609193947, 0.8389331609193914, 0.8389331609193887, 0.8389331609193867, 0.8389331609193852, 0.838933160919384, 0.838933160919383, 0.8389331609193824, 0.8389331609193817, 0.8389331609193813, 0.8389331609193811, 0.8389331609193809, 0.8389331609193805, 0.8389331609193804, 0.8389331609193803, 0.8389331609193802, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938], "HFSC": [0.9672930816910811, 0.9406959258283308, 0.9032467533453781, 0.8647233443204025, 0.8296646532737469, 0.7997280142266276, 0.7751163995320673, 0.7553729712935311, 0.7397992906913023, 0.7276622493097962, 0.7182881883812378, 0.7110979536965522, 0.7056126991252986, 0.7014464369092781, 0.6982934483486262, 0.6959145344169737, 0.6941242871299511, 0.6927799536281265, 0.6917725086010021, 0.6910187883716449, 0.6904557527227353, 0.6900357906613215, 0.6897229298261678, 0.6894900064309682, 0.6893168246250759, 0.6891882069977905, 0.6890927413442944, 0.6890219574016693, 0.6889695178815115, 0.688930688999077, 0.6889019637037289, 0.6888807388649177, 0.6888650691159548, 0.6888535024110555, 0.6888449677802752, 0.6888386780990099, 0.6888340449977586, 0.6888306349677237, 0.6888281283487575, 0.6888262872598226, 0.6888249359840034, 0.688823945410568, 0.6888232201606251, 0.6888226897262903, 0.6888222999190532, 0.688822016171876, 0.6888218103996043, 0.6888216610674616, 0.6888215528596634, 0.6888214746219333, 0.6888214181845576, 0.6888213775763048, 0.6888213484405372, 0.6888213276030565, 0.6888213127545326, 0.6888213022175564, 0.6888212947759024, 0.6888212895494797, 0.6888212859028249, 0.688821283378219, 0.6888212816468661, 0.6888212804732988, 0.68882127968947, 0.6888212791629067, 0.68882127882302, 0.6888212786153858, 0.6888212785256248, 0.6888212784785149, 0.6888212784568812, 0.6888212784519936, 0.6888212784576913, 0.6888212784696824, 0.6888212784850262, 0.6888212785017507, 0.6888212785185729, 0.6888212785346945, 0.6888212785496532, 0.6888212785632155, 0.6888212785752998, 0.6888212785859228, 0.6888212785951605, 0.6888212786031231, 0.6888212786099361, 0.6888212786157295, 0.6888212786206298, 0.6888212786247555, 0.6888212786282152, 0.6888212786311062, 0.6888212786335145, 0.6888212786355149, 0.6888212786371725, 0.6888212786385428, 0.6888212786396734, 0.6888212786406045, 0.6888212786413699, 0.6888212786419983, 0.6888212786425133, 0.6888212786429349, 0.6888212786432796, 0.688821278643561, 0.6888212786437907, 0.6888212786439779, 0.6888212786441302, 0.6888212786442542, 0.6888212786443549, 0.6888212786444369, 0.6888212786445034, 0.6888212786445574, 0.6888212786446011, 0.6888212786446366, 0.6888212786446654, 0.6888212786446886, 0.6888212786447073, 0.6888212786447225, 0.6888212786447349, 0.6888212786447448, 0.688821278644753, 0.6888212786447593, 0.6888212786447645, 0.6888212786447688, 0.6888212786447723, 0.6888212786447748, 0.6888212786447772, 0.6888212786447788, 0.6888212786447803, 0.6888212786447815, 0.6888212786447825, 0.6888212786447832, 0.6888212786447838, 0.6888212786447843, 0.6888212786447846, 0.6888212786447849, 0.6888212786447852, 0.6888212786447854, 0.6888212786447856, 0.6888212786447857, 0.6888212786447858, 0.6888212786447859, 0.688821278644786, 0.688821278644786, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862, 0.6888212786447862], "APO": [0.04535765261277513, 0.09209653832970434, 0.12420657553169659, 0.14713413955826662, 0.16400880545513388, 0.17668466632774077, 0.18631737525942296, 0.19367452663477439, 0.1992985021912112, 0.2035910816130817, 0.2068588109267753, 0.209338907809504, 0.2112156113301625, 0.21263193097888425, 0.2136982723438656, 0.21449949022378054, 0.21510052074567695, 0.21555081446558672, 0.21588777299618606, 0.21613970543408204, 0.21632794241233114, 0.2164684989964416, 0.21657340007459738, 0.21665170295051892, 0.2167101338872066, 0.21675371850506508, 0.21678621846442117, 0.21681045680343908, 0.21682854126571055, 0.21684201781143386, 0.2168520594543093, 0.21685955137282206, 0.21686513347515135, 0.21686928994211202, 0.21687239205525458, 0.21687470684925703, 0.2168764318958726, 0.21687771766803207, 0.2168786766382326, 0.21687939168183154, 0.21687992465061925, 0.2168803220069253, 0.21688061830971847, 0.21688083921151052, 0.2168810047737345, 0.21688112801968187, 0.21688121959790793, 0.21688128776953072, 0.21688133852840372, 0.21688137631944066, 0.21688140445542778, 0.21688142540314978, 0.21688144099905057, 0.21688145261042654, 0.2168814612552734, 0.2168814676914982, 0.21688147248336845, 0.21688147605099015, 0.21688147870713975, 0.2168814806846844, 0.21688148215699718, 0.21688148325315698, 0.216881484069265, 0.21688148468499047, 0.2168814851453825, 0.21688148548696753, 0.21688148570859248, 0.2168814858763764, 0.2168814860060622, 0.21688148610630067, 0.21688148618377837, 0.2168814862436635, 0.2168814862899507, 0.2168814863257276, 0.21688148635338078, 0.21688148637475482, 0.21688148639127555, 0.21688148640404498, 0.21688148641391491, 0.2168814864215437, 0.21688148642744023, 0.21688148643199787, 0.2168814864355206, 0.21688148643824345, 0.21688148644034805, 0.21688148644197475, 0.2168814864432321, 0.21688148644420394, 0.21688148644495508, 0.2168814864455357, 0.21688148644598446, 0.21688148644633132, 0.21688148644659944, 0.21688148644680666, 0.21688148644696684, 0.21688148644709065, 0.21688148644718633, 0.2168814864472603, 0.21688148644731747, 0.2168814864473617, 0.21688148644739583, 0.21688148644742222, 0.2168814864474426, 0.2168814864474584, 0.21688148644747057, 0.21688148644748, 0.21688148644748728, 0.21688148644749292, 0.21688148644749725, 0.21688148644750063, 0.21688148644750324, 0.21688148644750524, 0.21688148644750677, 0.21688148644750796, 0.2168814864475089, 0.21688148644750962, 0.21688148644751018, 0.2168814864475106, 0.21688148644751093, 0.21688148644751118, 0.21688148644751137, 0.21688148644751154, 0.21688148644751165, 0.21688148644751173, 0.2168814864475118, 0.21688148644751185, 0.21688148644751187, 0.21688148644751196, 0.21688148644751198, 0.216881486447512, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204], "Hair": [1.6853182222234062, 1.6130049696782311, 1.5174250859577163, 1.4164086899432642, 1.3197957889019991, 1.2324967533186082, 1.1564798236843088, 1.0920057033549342, 1.038394579036336, 0.9945022104103031, 0.9590120512968762, 0.9306075712491471, 0.9080665646944642, 0.8903065376864301, 0.8763985838878643, 0.8655646450897776, 0.8571637718450158, 0.8506753605031241, 0.8456818498038365, 0.8418509269713561, 0.8389201173175131, 0.8366836986699737, 0.8349810686694914, 0.8336872438576464, 0.8327058921133932, 0.8319628348904822, 0.8314011341491134, 0.8309771087883886, 0.8306573833873865, 0.8304166649464149, 0.830235647008027, 0.8300996492226181, 0.82999762719616, 0.8299211579337559, 0.8298638392987188, 0.8298209188702018, 0.8297888123570788, 0.829764812278277, 0.829746884216836, 0.8297335014233626, 0.8297235183636158, 0.829716076115764, 0.8297105314594406, 0.8297064031362217, 0.8297033145933725, 0.8297010212442353, 0.8296993226179366, 0.8296980629736878, 0.8296971292071081, 0.8296964374796508, 0.8296959253746817, 0.82969554648549, 0.8296952663376537, 0.8296950593350635, 0.8296949064841125, 0.8296947936986575, 0.829694710538059, 0.8296946492682121, 0.8296946041633075, 0.8296945709868958, 0.82969454660642, 0.829694528707047, 0.8296945155793343, 0.8296945058197189, 0.8296944986433171, 0.8296944934195579, 0.8296944901327457, 0.8296944876923897, 0.8296944858403487, 0.8296944844363111, 0.829694483373142, 0.8296944825690932, 0.8296944819618327, 0.8296944815038694, 0.8296944811590481, 0.8296944808998675, 0.8296944807054282, 0.8296944805598633, 0.8296944804511391, 0.8296944803701396, 0.8296944803099673, 0.8296944802654097, 0.829694480232534, 0.8296944802083772, 0.8296944801907103, 0.8296944801778603, 0.8296944801685732, 0.8296944801619119, 0.8296944801571776, 0.8296944801538501, 0.8296944801515441, 0.8296944801499746, 0.8296944801489321, 0.8296944801482632, 0.8296944801478555, 0.8296944801476281, 0.8296944801475227, 0.8296944801474975, 0.829694480147523, 0.829694480147579, 0.829694480147651, 0.8296944801477298, 0.8296944801478094, 0.8296944801478858, 0.8296944801479567, 0.8296944801480209, 0.8296944801480781, 0.8296944801481286, 0.8296944801481725, 0.8296944801482103, 0.8296944801482428, 0.8296944801482703, 0.8296944801482935, 0.8296944801483132, 0.8296944801483297, 0.8296944801483435, 0.8296944801483549, 0.8296944801483644, 0.8296944801483723, 0.8296944801483789, 0.8296944801483842, 0.8296944801483886, 0.8296944801483924, 0.8296944801483955, 0.8296944801483979, 0.8296944801483999, 0.8296944801484015, 0.8296944801484029, 0.8296944801484039, 0.8296944801484047, 0.8296944801484054, 0.8296944801484061, 0.8296944801484066, 0.8296944801484071, 0.8296944801484073, 0.8296944801484075, 0.8296944801484079, 0.8296944801484081, 0.8296944801484083, 0.8296944801484083, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084, 0.8296944801484084], "HairDensity": [100.0, 95.70922265055832, 90.03789705399423, 84.04399069955019, 78.31137001300677, 73.13139661497281, 68.62085797414498, 64.79522317834274, 61.61415484289982, 59.00975835283359, 56.90391515684622, 55.218507637175804, 53.881015034446754, 52.82720651485431, 52.00196451514358, 51.35912219283167, 50.86064818750829, 50.47565197395453, 50.17935714764572, 49.95204560600545, 49.77814315748291, 49.64544307639146, 49.54441586514847, 49.46764550838237, 49.40941604576144, 49.365326020915525, 49.33199695973516, 49.306837001506885, 49.28786578308737, 49.27358251967768, 49.26284164380029, 49.25477208259723, 49.248718506179856, 49.24418112793308, 49.24078007083411, 49.23823334535811, 49.23632827409622, 49.23490420601903, 49.23384042701251, 49.23304634591276, 49.23245399132862, 49.2320123982957, 49.23168340070639, 49.23143844262283, 49.23125518092137, 49.23111910281416, 49.231018313166466, 49.230943570946735, 49.23088816499626, 49.2308471206731, 49.230816734425424, 49.230794252665795, 49.230777629820764, 49.23076534712024, 49.23075627756002, 49.23074958532508, 49.23074465090988, 49.23074101540377, 49.230738339060274, 49.23073637050553, 49.23073492386624, 49.23073386178948, 49.23073308284385, 49.23073250374756, 49.23073207792876, 49.23073176797192, 49.23073157294571, 49.23073142814481, 49.23073131825214, 49.230731234942205, 49.23073117185803, 49.23073112414901, 49.23073108811661, 49.230731060942915, 49.23073104048261, 49.23073102510388, 49.230731013566626, 49.230731004929396, 49.23073099847814, 49.230730993671955, 49.23073099010157, 49.230730987457704, 49.230730985506995, 49.230730984073624, 49.230730983025346, 49.23073098226288, 49.23073098171181, 49.23073098131656, 49.23073098103564, 49.2307309808382, 49.230730980701374, 49.23073098060824, 49.23073098054638, 49.2307309805067, 49.23073098048251, 49.23073098046902, 49.230730980462766, 49.23073098046126, 49.23073098046278, 49.230730980466106, 49.230730980470376, 49.23073098047505, 49.23073098047977, 49.23073098048431, 49.23073098048851, 49.230730980492325, 49.230730980495714, 49.23073098049872, 49.23073098050131, 49.230730980503566, 49.23073098050549, 49.23073098050712, 49.2307309805085, 49.23073098050966, 49.23073098051064, 49.23073098051146, 49.23073098051214, 49.23073098051271, 49.23073098051317, 49.23073098051357, 49.23073098051388, 49.23073098051414, 49.230730980514366, 49.23073098051456, 49.23073098051469, 49.23073098051481, 49.230730980514906, 49.230730980514984, 49.23073098051504, 49.230730980515105, 49.23073098051513, 49.230730980515176, 49.23073098051521, 49.23073098051524, 49.230730980515254, 49.23073098051526, 49.23073098051528, 49.2307309805153, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531, 49.23073098051531]}, "proteins": {"AR/DHT (AR)": [0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62], "DKK1": [0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403], "β-catenin (CTNNB1)": [1.1955255024991622, 1.2387461111232017, 1.267177217201728, 1.2860354047949523, 1.2986492442251203, 1.3071604789422495, 1.3129565880472136, 1.3169419960402964, 1.3197099934273202, 1.3216522680271547, 1.3230292640313805, 1.3240154847702679, 1.324728755942166, 1.3252494868910485, 1.325632908025411, 1.3259175136285524, 1.3261302792957483, 1.326290369851617, 1.326411473349009, 1.326503551200492, 1.3265738486725998, 1.3266276975541704, 1.3266690739484293, 1.3267009701093533, 1.3267255930159711, 1.326744626502082, 1.3267593729344167, 1.3267708073333553, 1.3267796802331797, 1.3267865747215952, 1.326791934745798, 1.3267961032026607, 1.3267993462015977, 1.3268018704174247, 1.326803836569223, 1.3268053682541905, 1.326806561639196, 1.3268074916156674, 1.326808216423308, 1.3268087813899645, 1.3268092218069525, 1.32680956515773, 1.3268098328519335, 1.326810041570996, 1.3268102049513026, 1.3268103322685163, 1.326810431356008, 1.326810508538181, 1.3268105686641583, 1.3268106155026607, 1.3268106519904044, 1.326810680415075, 1.3268107025586307, 1.3268107198091441, 1.326810733247897, 1.3268107437171994, 1.3268107518732153, 1.3268107582271045, 1.3268107631770703, 1.3268107670333238, 1.32681077003753, 1.326810772377953, 1.3268107742012585, 1.3268107756351621, 1.3268107767557522, 1.3268107776272424, 1.3268107782331344, 1.326810778710599, 1.3268107790929555, 1.326810779399149, 1.3268107796443513, 1.326810779840711, 1.3268107799979572, 1.3268107801238807, 1.3268107802247213, 1.3268107803054752, 1.3268107803701434, 1.3268107804219305, 1.3268107804634017, 1.326810780496612, 1.3268107805232072, 1.3268107805445049, 1.3268107805615603, 1.3268107805752183, 1.3268107805861558, 1.3268107805949145, 1.3268107806019285, 1.3268107806075453, 1.3268107806120435, 1.3268107806156455, 1.32681078061853, 1.3268107806208402, 1.3268107806226899, 1.3268107806241713, 1.3268107806253577, 1.3268107806263076, 1.3268107806270686, 1.3268107806276777, 1.3268107806281657, 1.326810780628556, 1.3268107806288691, 1.3268107806291196, 1.3268107806293203, 1.3268107806294809, 1.3268107806296097, 1.3268107806297127, 1.3268107806297953, 1.3268107806298615, 1.3268107806299143, 1.3268107806299567, 1.3268107806299907, 1.3268107806300178, 1.3268107806300395, 1.3268107806300569, 1.3268107806300709, 1.3268107806300822, 1.326810780630091, 1.3268107806300982, 1.326810780630104, 1.3268107806301084, 1.326810780630112, 1.326810780630115, 1.3268107806301175, 1.3268107806301195, 1.3268107806301208, 1.3268107806301221, 1.326810780630123, 1.3268107806301237, 1.3268107806301241, 1.3268107806301246, 1.326810780630125, 1.3268107806301255, 1.326810780630126, 1.3268107806301261, 1.3268107806301264, 1.3268107806301266, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268, 1.3268107806301268], "BMP4": [0.12536448527548816, 0.1390561942843091, 0.1474682531549981, 0.15261138207996192, 0.1557304730486036, 0.1575995364810667, 0.15870036144840213, 0.1593325248237168, 0.15968180695261225, 0.15986286489795365, 0.15994599677105925, 0.15997390114283064, 0.15997215499810818, 0.1599558474036359, 0.15993359880532998, 0.1599101961348507, 0.15988809027976203, 0.15986839998262678, 0.15985147760757012, 0.1598372906501503, 0.15982559592228587, 0.15981607214346255, 0.1598083896609743, 0.15980224102833018, 0.15979734109824867, 0.1597934506543185, 0.1597903764705852, 0.15978795206329569, 0.15978604293409254, 0.15978454397863687, 0.15978336850468172, 0.1597824472183621, 0.15978172630741397, 0.15978116260343214, 0.15978072177064037, 0.15978037721370877, 0.1597801080466668, 0.15977989783571536, 0.1597797337083069, 0.15977960559035836, 0.15977950559902704, 0.1597794275703588, 0.15977936668739529, 0.15977931918711852, 0.15977928198634683, 0.15977925298388346, 0.15977923040377842, 0.15977921281068763, 0.15977919910244132, 0.1597791884216944, 0.15977918010002035, 0.15977917361647861, 0.1597791685651259, 0.15977916462964353, 0.15977916156355934, 0.15977915917483107, 0.15977915731382997, 0.15977915586397617, 0.1597791547344406, 0.15977915385445804, 0.15977915316889568, 0.15977915263480028, 0.1597791522187078, 0.1597791518914766, 0.15977915163574447, 0.15977915143685828, 0.15977915129858394, 0.15977915118961838, 0.15977915110235777, 0.15977915103247872, 0.15977915097651899, 0.15977915093170597, 0.15977915089581932, 0.15977915086708103, 0.15977915084406716, 0.15977915082563748, 0.15977915081087884, 0.15977915079906002, 0.1597791507895954, 0.15977915078201604, 0.15977915077594648, 0.15977915077108593, 0.15977915076719357, 0.1597791507640765, 0.15977915076158034, 0.1597791507595814, 0.15977915075798063, 0.15977915075669874, 0.15977915075567217, 0.1597791507548501, 0.1597791507541918, 0.15977915075366458, 0.15977915075324242, 0.15977915075290433, 0.1597791507526336, 0.15977915075241678, 0.15977915075224317, 0.1597791507521041, 0.15977915075199275, 0.1597791507519036, 0.15977915075183216, 0.159779150751775, 0.15977915075172922, 0.15977915075169258, 0.15977915075166318, 0.15977915075163968, 0.15977915075162086, 0.15977915075160576, 0.15977915075159368, 0.15977915075158403, 0.15977915075157628, 0.15977915075157006, 0.1597791507515651, 0.15977915075156113, 0.15977915075155794, 0.15977915075155538, 0.15977915075155333, 0.1597791507515517, 0.1597791507515504, 0.15977915075154933, 0.1597791507515485, 0.15977915075154783, 0.15977915075154728, 0.15977915075154686, 0.1597791507515465, 0.15977915075154625, 0.15977915075154603, 0.15977915075154586, 0.1597791507515457, 0.15977915075154558, 0.1597791507515455, 0.15977915075154542, 0.15977915075154536, 0.15977915075154528, 0.15977915075154525, 0.15977915075154522, 0.1597791507515452, 0.15977915075154517, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514, 0.15977915075154514], "SHH": [0.7736219254794859, 0.7731909281111723, 0.7723507439306105, 0.7715075148619137, 0.7708285339291387, 0.7703549713070222, 0.7700694451610286, 0.7699330786499019, 0.7699040859715568, 0.7699458833481978, 0.7700297142480489, 0.7701345960208024, 0.770246175563465, 0.7703552649537414, 0.7704564857760465, 0.7705471119587533, 0.7706261676357906, 0.7706937824087796, 0.7707507367964843, 0.7707981238753778, 0.7708371597875211, 0.7708690547609989, 0.770894938082432, 0.7709158182050875, 0.7709325848813531, 0.7709459955375009, 0.7709566830161237, 0.7709651753763512, 0.7709719062937505, 0.7709772297008317, 0.7709814318858215, 0.7709847430270339, 0.7709873479632032, 0.7709893950018077, 0.7709910023681776, 0.7709922633759835, 0.7709932518919085, 0.7709940262498622, 0.7709946324775482, 0.7709951068397118, 0.770995477852923, 0.7709957679195308, 0.7709959946238659, 0.770996171755128, 0.7709963106512683, 0.7709964190643506, 0.7709965035576205, 0.7709965694466062, 0.7709966208245775, 0.7709966608818143, 0.7709966921093929, 0.7709967164513891, 0.7709967354245586, 0.7709967502120335, 0.7709967617365473, 0.7709967707176392, 0.7709967777163262, 0.7709967831699797, 0.7709967874195424, 0.7709967907307672, 0.7709967933107837, 0.7709967953210202, 0.7709967968872802, 0.7709967981191492, 0.7709967990819331, 0.770996799830758, 0.7709968003514212, 0.7709968007617415, 0.7709968010903401, 0.7709968013534924, 0.7709968015642322, 0.7709968017329983, 0.7709968018681504, 0.7709968019763833, 0.7709968020630585, 0.7709968021324697, 0.7709968021880554, 0.7709968022325695, 0.7709968022682171, 0.7709968022967641, 0.7709968023196251, 0.7709968023379324, 0.7709968023525933, 0.7709968023643339, 0.7709968023737358, 0.7709968023812649, 0.7709968023872944, 0.7709968023921229, 0.7709968023959896, 0.770996802399086, 0.7709968024015658, 0.7709968024035514, 0.7709968024051416, 0.770996802406415, 0.7709968024074348, 0.7709968024082516, 0.7709968024089056, 0.7709968024094292, 0.7709968024098487, 0.7709968024101845, 0.7709968024104534, 0.7709968024106688, 0.7709968024108412, 0.7709968024109795, 0.77099680241109, 0.7709968024111785, 0.7709968024112495, 0.7709968024113063, 0.7709968024113518, 0.7709968024113882, 0.7709968024114173, 0.7709968024114406, 0.7709968024114594, 0.7709968024114744, 0.7709968024114864, 0.770996802411496, 0.7709968024115037, 0.7709968024115099, 0.7709968024115149, 0.7709968024115189, 0.770996802411522, 0.7709968024115246, 0.7709968024115266, 0.7709968024115282, 0.7709968024115295, 0.7709968024115305, 0.7709968024115315, 0.7709968024115321, 0.7709968024115326, 0.770996802411533, 0.7709968024115332, 0.7709968024115335, 0.7709968024115337, 0.7709968024115339, 0.770996802411534, 0.7709968024115341, 0.7709968024115342, 0.7709968024115343, 0.7709968024115345, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346, 0.7709968024115346], "IGF1": [0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283], "VEGFA (DP)": [1.3730090410250906, 1.2581981934223225, 1.1596620859014624, 1.0805575308372066, 1.0193517550748952, 0.972989008306491, 0.9382966802276228, 0.9125134287051477, 0.8934182244424301, 0.879296714231249, 0.8688558279845761, 0.8611327306063951, 0.8554155125492741, 0.8511791235890157, 0.8480372757602274, 0.8457050429840705, 0.8439724963468476, 0.8426844822218109, 0.841726560951649, 0.8410137121388698, 0.8404830554605479, 0.8400879852069181, 0.83979377280385, 0.8395744735485124, 0.8394110854818093, 0.8392893833904862, 0.8391986557291428, 0.8391310445463935, 0.8390806707669195, 0.8390431110043788, 0.8390151099265756, 0.8389942502727573, 0.8389787077680256, 0.8389671191955458, 0.8389584780567992, 0.8389520373666915, 0.8389472344829783, 0.8389436529353064, 0.8389409833372314, 0.8389389931726057, 0.8389375091215819, 0.838936402674115, 0.8389355778612562, 0.8389349629008358, 0.83893450192315, 0.8389341587834573, 0.8389339038330369, 0.8389337140467701, 0.8389335727326929, 0.8389334675201751, 0.838933389188317, 0.8389333308692128, 0.8389332874497115, 0.8389332551231832, 0.8389332310555732, 0.8389332131368666, 0.8389331997961125, 0.8389331898637127, 0.838933182468886, 0.8389331769633224, 0.8389331728643448, 0.8389331698125921, 0.8389331675405148, 0.8389331658263104, 0.8389331645445607, 0.8389331635935743, 0.8389331629765616, 0.8389331625094444, 0.838933162148394, 0.8389331618693261, 0.8389331616536251, 0.8389331614869026, 0.8389331613580372, 0.8389331612584328, 0.8389331611814451, 0.8389331611219389, 0.8389331610759446, 0.8389331610403941, 0.8389331610129158, 0.838933160991677, 0.8389331609752607, 0.8389331609625721, 0.8389331609527646, 0.8389331609451841, 0.8389331609393249, 0.838933160934796, 0.8389331609312956, 0.8389331609285899, 0.8389331609264986, 0.8389331609248821, 0.8389331609236328, 0.838933160922667, 0.8389331609219207, 0.8389331609213437, 0.8389331609208978, 0.8389331609205531, 0.8389331609202867, 0.8389331609200807, 0.8389331609199216, 0.8389331609197987, 0.8389331609197037, 0.8389331609196301, 0.8389331609195734, 0.8389331609195294, 0.8389331609194954, 0.8389331609194692, 0.8389331609194489, 0.8389331609194333, 0.8389331609194212, 0.8389331609194118, 0.8389331609194046, 0.8389331609193991, 0.8389331609193947, 0.8389331609193914, 0.8389331609193887, 0.8389331609193867, 0.8389331609193852, 0.838933160919384, 0.838933160919383, 0.8389331609193824, 0.8389331609193817, 0.8389331609193813, 0.8389331609193811, 0.8389331609193809, 0.8389331609193805, 0.8389331609193804, 0.8389331609193803, 0.8389331609193802, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.8389331609193801, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938, 0.83893316091938], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.04535765261277513, 0.09209653832970434, 0.12420657553169659, 0.14713413955826662, 0.16400880545513388, 0.17668466632774077, 0.18631737525942296, 0.19367452663477439, 0.1992985021912112, 0.2035910816130817, 0.2068588109267753, 0.209338907809504, 0.2112156113301625, 0.21263193097888425, 0.2136982723438656, 0.21449949022378054, 0.21510052074567695, 0.21555081446558672, 0.21588777299618606, 0.21613970543408204, 0.21632794241233114, 0.2164684989964416, 0.21657340007459738, 0.21665170295051892, 0.2167101338872066, 0.21675371850506508, 0.21678621846442117, 0.21681045680343908, 0.21682854126571055, 0.21684201781143386, 0.2168520594543093, 0.21685955137282206, 0.21686513347515135, 0.21686928994211202, 0.21687239205525458, 0.21687470684925703, 0.2168764318958726, 0.21687771766803207, 0.2168786766382326, 0.21687939168183154, 0.21687992465061925, 0.2168803220069253, 0.21688061830971847, 0.21688083921151052, 0.2168810047737345, 0.21688112801968187, 0.21688121959790793, 0.21688128776953072, 0.21688133852840372, 0.21688137631944066, 0.21688140445542778, 0.21688142540314978, 0.21688144099905057, 0.21688145261042654, 0.2168814612552734, 0.2168814676914982, 0.21688147248336845, 0.21688147605099015, 0.21688147870713975, 0.2168814806846844, 0.21688148215699718, 0.21688148325315698, 0.216881484069265, 0.21688148468499047, 0.2168814851453825, 0.21688148548696753, 0.21688148570859248, 0.2168814858763764, 0.2168814860060622, 0.21688148610630067, 0.21688148618377837, 0.2168814862436635, 0.2168814862899507, 0.2168814863257276, 0.21688148635338078, 0.21688148637475482, 0.21688148639127555, 0.21688148640404498, 0.21688148641391491, 0.2168814864215437, 0.21688148642744023, 0.21688148643199787, 0.2168814864355206, 0.21688148643824345, 0.21688148644034805, 0.21688148644197475, 0.2168814864432321, 0.21688148644420394, 0.21688148644495508, 0.2168814864455357, 0.21688148644598446, 0.21688148644633132, 0.21688148644659944, 0.21688148644680666, 0.21688148644696684, 0.21688148644709065, 0.21688148644718633, 0.2168814864472603, 0.21688148644731747, 0.2168814864473617, 0.21688148644739583, 0.21688148644742222, 0.2168814864474426, 0.2168814864474584, 0.21688148644747057, 0.21688148644748, 0.21688148644748728, 0.21688148644749292, 0.21688148644749725, 0.21688148644750063, 0.21688148644750324, 0.21688148644750524, 0.21688148644750677, 0.21688148644750796, 0.2168814864475089, 0.21688148644750962, 0.21688148644751018, 0.2168814864475106, 0.21688148644751093, 0.21688148644751118, 0.21688148644751137, 0.21688148644751154, 0.21688148644751165, 0.21688148644751173, 0.2168814864475118, 0.21688148644751185, 0.21688148644751187, 0.21688148644751196, 0.21688148644751198, 0.216881486447512, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204, 0.21688148644751204]}}, {"id": "Androgenetic Alopecia|exosome_MSC", "disease": "Androgenetic Alopecia", "interventions": ["exosome_MSC"], "intervention_labels": ["MSC 엑소좀/ADSC"], "tracked_genes": ["CTNNB1", "IGF1", "VEGFA"], "metrics": {"final_hair_density_pct": 59.5, "min_hair_density_pct": 59.5, "anagen_fraction": 0.033, "healthy_ss": 1.6853, "AND_load": 0.62, "INF_load": 0.08}, "drive": {"AND": 0.62, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.25, "uDP": 0.35, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.1955255024991622, 1.176890892158841, 1.1605203783740219, 1.1466148855118412, 1.1350614897696005, 1.125608098162659, 1.1179574618222092, 1.111815650455669, 1.1069149198673063, 1.1030224951576117, 1.0999418845561169, 1.0975104832497002, 1.0955956022335804, 1.0940900512526328, 1.092907896433428, 1.0919806670488121, 1.091253984800123, 1.0906848555433588, 1.0902393666427515, 1.0898908015540791, 1.0896181589606582, 1.0894049553127558, 1.0892382813238508, 1.0891080001045566, 1.0890061793015224, 1.0889266132828372, 1.0888644492152817, 1.0888158738643072, 1.0887779172567997, 1.0887482646374846, 1.0887250987211095, 1.0887070009435287, 1.0886928626952252, 1.0886818175527855, 1.0886731899209583, 1.0886664505632375, 1.088661186577391, 1.0886570762563543, 1.0886538653646554, 1.0886513565957925, 1.0886493967206916, 1.0886478656605874, 1.0886466695777368, 1.0886457351888859, 1.0886450042002327, 1.0886444315623711, 1.0886439851239949, 1.0886436368162475, 1.0886433649915517, 1.0886431528579323, 1.0886429873092673, 1.088642858115467, 1.0886427572929227, 1.08864267861126, 1.0886426172083, 1.0886425692896016, 1.0886425318939885, 1.0886425027105642, 1.0886424799359091, 1.0886424621626394, 1.088642448292436, 1.0886424374681742, 1.0886424290209549, 1.0886424224287725, 1.0886424172842553, 1.0886424132694907, 1.088642410136382, 1.0886424076772052, 1.0886424057465485, 1.0886424042403662, 1.0886424031446602, 1.0886424023240924, 1.0886424016660747, 1.0886424011384073, 1.088642400715268, 1.0886424003759505, 1.0886424001038502, 1.0886423998856511, 1.0886423997106764, 1.0886423995703634, 1.0886423994578454, 1.0886423993676169, 1.088642399295262, 1.0886423992372405, 1.0886423991907126, 1.0886423991534018, 1.088642399123482, 1.0886423990994891, 1.0886423990802492, 1.0886423990648204, 1.088642399052448, 1.0886423990425267, 1.0886423990345708, 1.0886423990281908, 1.0886423990230747, 1.088642399018972, 1.088642399015682, 1.0886423990130436, 1.088642399010928, 1.0886423990092315, 1.0886423990078713, 1.0886423990067802, 1.0886423990059053, 1.0886423990052039, 1.0886423990046412, 1.0886423990041902, 1.0886423990038285, 1.0886423990035383, 1.0886423990033056, 1.0886423990031193, 1.0886423990029697, 1.0886423990028495, 1.0886423990027534, 1.0886423990026763, 1.0886423990026146, 1.088642399002565, 1.0886423990025254, 1.0886423990024934, 1.0886423990024678, 1.0886423990024472, 1.088642399002431, 1.0886423990024179, 1.088642399002407, 1.0886423990023983, 1.0886423990023917, 1.0886423990023861, 1.088642399002382, 1.0886423990023786, 1.0886423990023757, 1.0886423990023735, 1.0886423990023717, 1.0886423990023701, 1.0886423990023688, 1.088642399002368, 1.0886423990023673, 1.0886423990023666, 1.088642399002366, 1.0886423990023655, 1.0886423990023653, 1.088642399002365, 1.0886423990023646, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641], "BMP": [0.12536448527548819, 0.14003178782680142, 0.15056985315868396, 0.15822179864343885, 0.16383403355972284, 0.16798855067921173, 0.17108979804310787, 0.17342200593660095, 0.17518721231853712, 0.176530659090396, 0.17755790402784116, 0.17834644830679358, 0.17895372698548473, 0.1794226651716616, 0.1797855770977253, 0.18006692280860265, 0.180285363553559, 0.18045515819520075, 0.18058726325909516, 0.18069012673616236, 0.18077027169438578, 0.1808327479612716, 0.18088146550267772, 0.1809194692294642, 0.18094912299425633, 0.18097226488846463, 0.1809903263433971, 0.1810044281991433, 0.18101543988280197, 0.1810240374169651, 0.18103075128002505, 0.1810359944507525, 0.18104008921200268, 0.18104328742367293, 0.18104578518404746, 0.18104773596412754, 0.18104925950046916, 0.18105044902509013, 0.18105137818159422, 0.1810521041135221, 0.18105267118934543, 0.18105311417190809, 0.1810534602234751, 0.18105373055412075, 0.18105394203385755, 0.18105410769871813, 0.18105423685188635, 0.18105433761501602, 0.18105441625140334, 0.1810544776192617, 0.18105452551033133, 0.18105456288423002, 0.18105459205061922, 0.18105461481192361, 0.18105463257473858, 0.18105464643676028, 0.18105465725462308, 0.181054665696839, 0.1810546722851109, 0.18105467742657297, 0.18105468143895062, 0.18105468457019536, 0.18105468701380742, 0.18105468892079352, 0.1810546904089987, 0.18105469157038875, 0.18105469247673353, 0.18105469318812348, 0.18105469374662306, 0.18105469418233092, 0.18105469449929618, 0.1810546947366696, 0.1810546949270206, 0.181054695079664, 0.18105469520206954, 0.18105469530022716, 0.18105469537894023, 0.18105469544206063, 0.1810546954926772, 0.18105469553326692, 0.181054695565816, 0.1810546955919173, 0.18105469561284804, 0.1810546956296325, 0.18105469564309204, 0.18105469565388532, 0.18105469566254054, 0.18105469566948115, 0.18105469567504687, 0.18105469567951005, 0.1810546956830891, 0.18105469568595917, 0.1810546956882607, 0.1810546956901063, 0.1810546956915863, 0.1810546956927731, 0.18105469569372482, 0.181054695694488, 0.1810546956951, 0.1810546956955908, 0.1810546956959843, 0.1810546956962999, 0.18105469569655297, 0.18105469569675592, 0.18105469569691865, 0.18105469569704916, 0.1810546956971538, 0.1810546956972377, 0.18105469569730498, 0.18105469569735896, 0.18105469569740226, 0.18105469569743693, 0.18105469569746477, 0.18105469569748708, 0.18105469569750499, 0.1810546956975193, 0.18105469569753083, 0.18105469569754007, 0.18105469569754748, 0.18105469569755342, 0.1810546956975582, 0.18105469569756197, 0.18105469569756502, 0.18105469569756746, 0.18105469569756943, 0.18105469569757104, 0.18105469569757232, 0.18105469569757335, 0.18105469569757415, 0.1810546956975748, 0.18105469569757532, 0.18105469569757573, 0.18105469569757607, 0.18105469569757635, 0.18105469569757657, 0.18105469569757673, 0.1810546956975769, 0.181054695697577, 0.18105469569757707, 0.18105469569757718, 0.1810546956975772, 0.18105469569757726, 0.1810546956975773, 0.18105469569757732, 0.18105469569757737, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743], "SHH": [0.7736219254794859, 0.7709614572976575, 0.7650963700353594, 0.7581052075867247, 0.7511006737548019, 0.7446352898986739, 0.738942157436429, 0.7340778401880371, 0.7300065487024516, 0.7266490578424699, 0.7239104687201898, 0.7216952949104211, 0.7199150899108308, 0.7184917410085422, 0.7173583455710626, 0.7164588015189308, 0.715746768953053, 0.7151843878797769, 0.7147410155118156, 0.714391988973863, 0.7141175652197268, 0.7139020160303071, 0.7137328664027434, 0.7136002226683444, 0.7134962688322017, 0.7134148425962854, 0.7133510954105079, 0.713301197799999, 0.7132621502611352, 0.7132316052673535, 0.7132077161176393, 0.7131890358116375, 0.7131744304180738, 0.7131630124609268, 0.7131540883368523, 0.7131471137816852, 0.7131416637119457, 0.7131374064907339, 0.7131340797827952, 0.7131314798125684, 0.7131294482040752, 0.7131278607795454, 0.7131266204466412, 0.7131256513432321, 0.713124893099774, 0.71312429904571, 0.7131238358639785, 0.713123474463465, 0.7131231924016251, 0.7131229722658572, 0.7131228004635648, 0.7131226663835747, 0.7131225617439249, 0.7131224800807672, 0.7131224163492902, 0.7131223666122405, 0.7131223277967984, 0.7131222975048123, 0.7131222738646833, 0.7131222554157618, 0.7131222410181223, 0.7131222297821435, 0.7131222210135502, 0.7131222141705206, 0.7131222088302106, 0.7131222046626288, 0.7131222014102472, 0.7131221988574439, 0.7131221968532768, 0.7131221952897411, 0.7131221941523087, 0.7131221933004899, 0.7131221926174113, 0.7131221920696466, 0.7131221916303907, 0.7131221912781489, 0.7131221909956841, 0.7131221907691742, 0.7131221905875345, 0.7131221904418765, 0.7131221903250727, 0.7131221902314071, 0.7131221901562961, 0.7131221900960643, 0.7131221900477641, 0.7131221900090318, 0.7131221899779722, 0.7131221899530653, 0.7131221899330924, 0.713122189917076, 0.7131221899042324, 0.713122189893933, 0.7131221898856738, 0.7131221898790507, 0.7131221898737398, 0.7131221898694808, 0.7131221898660655, 0.7131221898633269, 0.7131221898611306, 0.7131221898593695, 0.7131221898579573, 0.7131221898568249, 0.7131221898559166, 0.7131221898551883, 0.7131221898546043, 0.7131221898541361, 0.7131221898537606, 0.7131221898534594, 0.7131221898532178, 0.7131221898530242, 0.7131221898528689, 0.7131221898527443, 0.7131221898526445, 0.7131221898525645, 0.7131221898525002, 0.7131221898524487, 0.7131221898524073, 0.7131221898523743, 0.7131221898523478, 0.7131221898523264, 0.7131221898523095, 0.7131221898522958, 0.7131221898522848, 0.7131221898522759, 0.7131221898522689, 0.7131221898522633, 0.7131221898522587, 0.7131221898522551, 0.7131221898522521, 0.7131221898522497, 0.713122189852248, 0.7131221898522465, 0.7131221898522453, 0.7131221898522444, 0.7131221898522436, 0.713122189852243, 0.7131221898522425, 0.713122189852242, 0.7131221898522417, 0.7131221898522414, 0.7131221898522413, 0.7131221898522411, 0.713122189852241, 0.7131221898522409, 0.7131221898522407, 0.7131221898522405, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404], "DP": [1.3730090410250906, 1.3674581011197842, 1.3438917292648143, 1.3158652357301444, 1.289467771272176, 1.2669243115788056, 1.2486334536455463, 1.234226749110821, 1.2230832384177175, 1.2145617120850656, 1.2080927721044032, 1.203205107760994, 1.199523420837246, 1.196755523618416, 1.1946771645404055, 1.1931178240700042, 1.1919484159853506, 1.1910716816722822, 1.1904145122310268, 1.1899219413787048, 1.189552736186738, 1.189275998956011, 1.189068603609114, 1.1889131501222376, 1.1887966290050695, 1.1887092972821645, 1.188643850622416, 1.1885947786004702, 1.188557983120388, 1.1885304066024664, 1.1885097338155985, 1.1884942364525057, 1.1884826189817455, 1.188473908992416, 1.1884673807672128, 1.1884624871800362, 1.1884588189610115, 1.18845607087755, 1.1884540103768886, 1.1884524648409596, 1.188451306081254, 1.1884504373429208, 1.1884497859804706, 1.188449297604751, 1.1884489307489556, 1.188448654748971, 1.1884484485395836, 1.1884482942322985, 1.1884481786878784, 1.1884480921721532, 1.1884480273943054, 1.1884479788924684, 1.1884479425770913, 1.1884479153862357, 1.1884478950272956, 1.1884478797836973, 1.188447868370171, 1.1884478598243817, 1.1884478534257878, 1.1884478486348902, 1.1884478450477427, 1.1884478423618936, 1.1884478403508847, 1.1884478388451576, 1.1884478377177556, 1.1884478368736222, 1.1884478362415838, 1.1884478357646517, 1.1884478354045624, 1.1884478351352503, 1.188447834949679, 1.1884478348173548, 1.1884478347146301, 1.188447834634884, 1.1884478345729756, 1.1884478345249159, 1.1884478344876064, 1.1884478344586427, 1.188447834436158, 1.1884478344187026, 1.188447834405152, 1.188447834394632, 1.1884478343864657, 1.188447834380126, 1.1884478343752045, 1.1884478343713838, 1.1884478343684177, 1.1884478343661151, 1.1884478343643277, 1.18844783436294, 1.1884478343618627, 1.1884478343610265, 1.1884478343603773, 1.1884478343598734, 1.188447834359482, 1.1884478343591782, 1.1884478343589424, 1.1884478343587592, 1.1884478343586171, 1.1884478343585068, 1.188447834358421, 1.1884478343583549, 1.1884478343583031, 1.188447834358263, 1.1884478343582319, 1.1884478343582077, 1.188447834358189, 1.1884478343581746, 1.1884478343581633, 1.1884478343581546, 1.1884478343581477, 1.1884478343581426, 1.1884478343581384, 1.1884478343581353, 1.1884478343581328, 1.1884478343581308, 1.1884478343581293, 1.188447834358128, 1.188447834358127, 1.1884478343581266, 1.188447834358126, 1.1884478343581255, 1.1884478343581253, 1.188447834358125, 1.1884478343581248, 1.1884478343581244, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242], "HFSC": [0.967293081691081, 0.9393871851452279, 0.899736583915371, 0.8593407953439111, 0.8229782016712167, 0.7921957678818045, 0.7670197997753953, 0.7468508379805963, 0.7309009730185323, 0.7183923267868342, 0.7086360266298593, 0.7010541784046896, 0.6951766557823609, 0.6906279580793186, 0.6871116956092738, 0.684395766161757, 0.6822991288987459, 0.6806812063856705, 0.6794330630837286, 0.6784703330295173, 0.6777278093962098, 0.6771551456426392, 0.6767135351043753, 0.6763729554283299, 0.6761102798022197, 0.675907684181967, 0.6757514274514878, 0.6756308600647641, 0.6755378144835941, 0.6754660155448744, 0.675410595980424, 0.6753678115277405, 0.6753347750053531, 0.6753092587974616, 0.6752895498952418, 0.6752743226267003, 0.6752625558334787, 0.675253464301675, 0.6752464343998031, 0.6752409960409541, 0.6752367887786992, 0.6752335331788646, 0.67523101330099, 0.6752290624169338, 0.6752275493885415, 0.6752263740298141, 0.6752254655305423, 0.6752247624977292, 0.6752242181393001, 0.6752237965497332, 0.6752234699695209, 0.6752232169294297, 0.6752230208252956, 0.6752228688125242, 0.6752227509522587, 0.6752226595521292, 0.6752225886570257, 0.6752225336556391, 0.6752224909763768, 0.6752224578522892, 0.6752224321393008, 0.6752224121756181, 0.675222396672963, 0.6752223846324026, 0.6752223752791993, 0.675222368012369, 0.6752223623656198, 0.6752223579508898, 0.6752223544980024, 0.6752223518148234, 0.6752223498722993, 0.6752223484236082, 0.6752223472649809, 0.6752223463382679, 0.6752223455969927, 0.6752223450040051, 0.675222344529607, 0.675222344150056, 0.6752223438463684, 0.6752223436033649, 0.6752223434089069, 0.6752223432532866, 0.6752223431287396, 0.6752223430290558, 0.6752223429492669, 0.6752223428853987, 0.6752223428342718, 0.6752223427933425, 0.6752223427605748, 0.67522234273434, 0.6752223427133345, 0.6752223426965155, 0.6752223426830477, 0.6752223426722631, 0.6752223426636266, 0.67522234265671, 0.6752223426511708, 0.6752223426467343, 0.6752223426431809, 0.6752223426403348, 0.675222342638055, 0.6752223426362287, 0.675222342634766, 0.6752223426335943, 0.6752223426326555, 0.6752223426319035, 0.6752223426313011, 0.6752223426308183, 0.6752223426304316, 0.6752223426301217, 0.6752223426298734, 0.6752223426296744, 0.675222342629515, 0.6752223426293873, 0.6752223426292849, 0.6752223426292029, 0.6752223426291372, 0.6752223426290845, 0.6752223426290422, 0.6752223426290084, 0.6752223426289812, 0.6752223426289595, 0.6752223426289421, 0.6752223426289282, 0.6752223426289169, 0.675222342628908, 0.6752223426289008, 0.675222342628895, 0.6752223426288905, 0.6752223426288867, 0.6752223426288838, 0.6752223426288814, 0.6752223426288795, 0.6752223426288779, 0.6752223426288767, 0.6752223426288757, 0.6752223426288749, 0.6752223426288744, 0.6752223426288738, 0.6752223426288734, 0.675222342628873, 0.6752223426288728, 0.6752223426288726, 0.6752223426288724, 0.6752223426288723, 0.675222342628872, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288719, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718, 0.6752223426288718], "APO": [0.04535765261277513, 0.09005746449116331, 0.11770251671559191, 0.13533320935749432, 0.14693770118223234, 0.15480784394878808, 0.16028727686113228, 0.16418499451723326, 0.1670037857608534, 0.1690671829050787, 0.17059060539499185, 0.1717219404722109, 0.17256536359953245, 0.17319572334656208, 0.1736675928457309, 0.17402111807845305, 0.1742861548550409, 0.17448489296187195, 0.17463393543800912, 0.17474571815783488, 0.17482955407761297, 0.1748924309887027, 0.1749395775397507, 0.17497493077454562, 0.17500144032101597, 0.1750213156826479, 0.17503621355569154, 0.17504738620882151, 0.17505576533787723, 0.1750620457454388, 0.17506675446407868, 0.17507028486383586, 0.17507293132437873, 0.17507491550353954, 0.17507640293260004, 0.17507751789399176, 0.17507835359378995, 0.17507897975912204, 0.17507944927587263, 0.17507980140808344, 0.17508006541931503, 0.17508026336885305, 0.1750804117854247, 0.17508052306017963, 0.1750806066491998, 0.17508066953800708, 0.17508071652403137, 0.1750807516835262, 0.17508077801080973, 0.17508079772388024, 0.1750808124838851, 0.17508082353530344, 0.175080831809967, 0.1750808380055601, 0.17508084264446422, 0.17508084611780841, 0.17508084871844828, 0.17508085066565748, 0.1750808521236154, 0.17508085321525024, 0.17508085403260343, 0.1750808546445904, 0.17508085510281088, 0.17508085544589994, 0.17508085570278523, 0.17508085589512615, 0.17508085603913992, 0.17508085614781185, 0.1750808562298603, 0.17508085629122472, 0.17508085633350834, 0.17508085636365917, 0.1750808563870656, 0.17508085640523632, 0.17508085641934246, 0.17508085643029317, 0.17508085643879434, 0.17508085644539387, 0.17508085645051719, 0.17508085645449448, 0.17508085645758212, 0.17508085645997906, 0.17508085646183982, 0.1750808564632844, 0.1750808564644058, 0.17508085646527635, 0.17508085646595217, 0.17508085646647684, 0.17508085646688415, 0.17508085646720034, 0.1750808564674458, 0.17508085646763635, 0.17508085646778426, 0.17508085646789912, 0.1750808564679883, 0.1750808564680575, 0.17508085646811125, 0.17508085646815294, 0.17508085646818533, 0.17508085646821045, 0.17508085646823, 0.17508085646824512, 0.17508085646825688, 0.17508085646826604, 0.17508085646827312, 0.17508085646827862, 0.1750808564682829, 0.17508085646828622, 0.17508085646828878, 0.17508085646829077, 0.1750808564682923, 0.1750808564682935, 0.17508085646829444, 0.17508085646829516, 0.17508085646829571, 0.17508085646829616, 0.1750808564682965, 0.17508085646829677, 0.17508085646829696, 0.17508085646829713, 0.17508085646829727, 0.17508085646829735, 0.17508085646829744, 0.1750808564682975, 0.17508085646829755, 0.17508085646829757, 0.1750808564682976, 0.17508085646829766, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769], "Hair": [1.6853182222234062, 1.6194650220643394, 1.5396227668098135, 1.4589287793525025, 1.383832240709884, 1.3170794351352, 1.2594404796718466, 1.2106635988650793, 1.1700000910672343, 1.13649503942346, 1.1091487551076076, 1.0870040634440918, 1.0691902564455635, 1.0549414125028276, 1.0435997024332428, 1.0346102982761403, 1.027511699240843, 1.0219243489675145, 1.0175391440919044, 1.014106099847285, 1.0114243739862308, 1.0093335878770888, 1.0077064392675197, 1.0064420495885806, 1.005460866565008, 1.0047003751978172, 1.004111616623319, 1.0036561388400203, 1.0033040218303582, 1.003032032538908, 1.0028220617764196, 1.00266005056498, 1.002535092495348, 1.0024387482180097, 1.0023644985510851, 1.0023072879658574, 1.0022632182409372, 1.0022292878302297, 1.0022031525024566, 1.0021830178026012, 1.002167509340276, 1.0021555641432738, 1.0021463629762384, 1.0021392750411262, 1.0021338058657494, 1.0021295792364375, 1.0021263302846994, 1.0021238300582862, 1.002121904934917, 1.0021204223708895, 1.002119280412112, 1.0021184006188668, 1.0021177226518203, 1.002117200089805, 1.0021167972136749, 1.002116486534353, 1.0021162468926117, 1.0021160619982563, 1.0021159193070317, 1.0021158091570859, 1.0021157241049221, 1.002115658414686, 1.0021156076653104, 1.0021155684482745, 1.0021155381350215, 1.0021155146979506, 1.002115496572607, 1.0021154824646934, 1.0021154714779954, 1.0021154629791644, 1.0021154568611828, 1.0021154523211835, 1.0021154487018809, 1.0021154458161454, 1.0021154435149706, 1.0021154416796862, 1.0021154402157686, 1.0021154390479148, 1.0021154381161255, 1.0021154373725867, 1.0021154367791902, 1.0021154363055587, 1.0021154359274733, 1.0021154356256234, 1.0021154353846085, 1.0021154351921457, 1.0021154350384371, 1.0021154349156653, 1.0021154348175934, 1.0021154347392436, 1.0021154346766432, 1.0021154346266217, 1.0021154345866472, 1.0021154345546988, 1.0021154345291625, 1.0021154345087497, 1.0021154344924306, 1.0021154344793834, 1.0021154344689513, 1.0021154344606091, 1.002115434453938, 1.0021154344486025, 1.002115434444335, 1.002115434440921, 1.0021154344381904, 1.002115434436006, 1.002115434434258, 1.0021154344328596, 1.0021154344317404, 1.0021154344308452, 1.0021154344301284, 1.0021154344295549, 1.0021154344290961, 1.0021154344287284, 1.0021154344284344, 1.0021154344281988, 1.0021154344280105, 1.0021154344278598, 1.002115434427739, 1.0021154344276422, 1.0021154344275647, 1.0021154344275027, 1.0021154344274532, 1.0021154344274135, 1.0021154344273817, 1.0021154344273564, 1.0021154344273357, 1.0021154344273193, 1.0021154344273064, 1.0021154344272958, 1.0021154344272873, 1.0021154344272807, 1.0021154344272751, 1.002115434427271, 1.0021154344272674, 1.0021154344272645, 1.002115434427262, 1.0021154344272605, 1.002115434427259, 1.0021154344272578, 1.002115434427257, 1.0021154344272563, 1.0021154344272556, 1.0021154344272551, 1.002115434427255, 1.0021154344272545, 1.0021154344272543, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538, 1.0021154344272538], "HairDensity": [100.0, 96.09253615781903, 91.35501809139762, 86.56696166423498, 82.11103532033388, 78.15019251364907, 74.73012888985988, 71.83590510686317, 69.42309622236665, 67.43504131368763, 65.81242286957118, 64.49844599733986, 63.441446389572796, 62.595977340769785, 61.9230059149567, 61.38961085409733, 60.968408558786464, 60.63687768232342, 60.37667727519647, 60.17297424752196, 60.01385142871588, 59.88979259629053, 59.79324414697617, 59.71822035252203, 59.6600009011072, 59.614876404311126, 59.57994184021905, 59.55291562182939, 59.5320224157263, 59.51588366591255, 59.503424845986466, 59.493811752785234, 59.48639724388215, 59.48068056224495, 59.47627488586019, 59.47288024000201, 59.4702653199033, 59.46825202589982, 59.46670126074293, 59.46550654869449, 59.464586338960764, 59.463877559049365, 59.463331598831644, 59.46291102929061, 59.46258651043686, 59.462335719265425, 59.462142939546126, 59.461994586174036, 59.46188035710181, 59.461792387719655, 59.46172462848211, 59.461672425092054, 59.4616321972563, 59.46160119052959, 59.46157728548158, 59.46155885102109, 59.4615446316447, 59.461533660757844, 59.46152519403489, 59.46151865818045, 59.46151361152739, 59.46150971373318, 59.46150670246949, 59.46150437548843, 59.46150257682201, 59.46150118616055, 59.46150011067561, 59.461499273568805, 59.461498621662365, 59.461498117375946, 59.461497754359534, 59.46149748497426, 59.4614972702194, 59.46149709899148, 59.46149696244903, 59.46149685355064, 59.46149676668765, 59.461496697391915, 59.461496642103285, 59.461496597984684, 59.46149656277493, 59.46149653467154, 59.461496512237474, 59.461496494326916, 59.46149648002606, 59.46149646860609, 59.461496459485645, 59.46149645220086, 59.461496446381666, 59.46149644173271, 59.46149643801826, 59.46149643505017, 59.46149643267825, 59.46149643078256, 59.461496429267335, 59.46149642805613, 59.46149642708781, 59.46149642631365, 59.461496425694655, 59.46149642519966, 59.46149642480382, 59.46149642448724, 59.46149642423402, 59.46149642403145, 59.46149642386942, 59.4614964237398, 59.461496423636085, 59.461496423553115, 59.461496423486714, 59.46149642343359, 59.461496423391054, 59.461496423357026, 59.461496423329805, 59.461496423307985, 59.46149642329054, 59.461496423276564, 59.461496423265395, 59.46149642325645, 59.46149642324928, 59.46149642324354, 59.461496423238934, 59.46149642323525, 59.46149642323232, 59.46149642322996, 59.46149642322808, 59.46149642322658, 59.46149642322535, 59.46149642322438, 59.461496423223615, 59.46149642322298, 59.46149642322248, 59.46149642322209, 59.46149642322175, 59.461496423221504, 59.46149642322129, 59.46149642322112, 59.46149642322097, 59.461496423220886, 59.461496423220794, 59.46149642322073, 59.46149642322068, 59.46149642322064, 59.461496423220595, 59.46149642322057, 59.46149642322055, 59.461496423220524, 59.46149642322052, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049, 59.46149642322049]}, "proteins": {"AR/DHT (AR)": [0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62, 0.62], "DKK1": [0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403, 0.403], "β-catenin (CTNNB1)": [1.1955255024991622, 1.176890892158841, 1.1605203783740219, 1.1466148855118412, 1.1350614897696005, 1.125608098162659, 1.1179574618222092, 1.111815650455669, 1.1069149198673063, 1.1030224951576117, 1.0999418845561169, 1.0975104832497002, 1.0955956022335804, 1.0940900512526328, 1.092907896433428, 1.0919806670488121, 1.091253984800123, 1.0906848555433588, 1.0902393666427515, 1.0898908015540791, 1.0896181589606582, 1.0894049553127558, 1.0892382813238508, 1.0891080001045566, 1.0890061793015224, 1.0889266132828372, 1.0888644492152817, 1.0888158738643072, 1.0887779172567997, 1.0887482646374846, 1.0887250987211095, 1.0887070009435287, 1.0886928626952252, 1.0886818175527855, 1.0886731899209583, 1.0886664505632375, 1.088661186577391, 1.0886570762563543, 1.0886538653646554, 1.0886513565957925, 1.0886493967206916, 1.0886478656605874, 1.0886466695777368, 1.0886457351888859, 1.0886450042002327, 1.0886444315623711, 1.0886439851239949, 1.0886436368162475, 1.0886433649915517, 1.0886431528579323, 1.0886429873092673, 1.088642858115467, 1.0886427572929227, 1.08864267861126, 1.0886426172083, 1.0886425692896016, 1.0886425318939885, 1.0886425027105642, 1.0886424799359091, 1.0886424621626394, 1.088642448292436, 1.0886424374681742, 1.0886424290209549, 1.0886424224287725, 1.0886424172842553, 1.0886424132694907, 1.088642410136382, 1.0886424076772052, 1.0886424057465485, 1.0886424042403662, 1.0886424031446602, 1.0886424023240924, 1.0886424016660747, 1.0886424011384073, 1.088642400715268, 1.0886424003759505, 1.0886424001038502, 1.0886423998856511, 1.0886423997106764, 1.0886423995703634, 1.0886423994578454, 1.0886423993676169, 1.088642399295262, 1.0886423992372405, 1.0886423991907126, 1.0886423991534018, 1.088642399123482, 1.0886423990994891, 1.0886423990802492, 1.0886423990648204, 1.088642399052448, 1.0886423990425267, 1.0886423990345708, 1.0886423990281908, 1.0886423990230747, 1.088642399018972, 1.088642399015682, 1.0886423990130436, 1.088642399010928, 1.0886423990092315, 1.0886423990078713, 1.0886423990067802, 1.0886423990059053, 1.0886423990052039, 1.0886423990046412, 1.0886423990041902, 1.0886423990038285, 1.0886423990035383, 1.0886423990033056, 1.0886423990031193, 1.0886423990029697, 1.0886423990028495, 1.0886423990027534, 1.0886423990026763, 1.0886423990026146, 1.088642399002565, 1.0886423990025254, 1.0886423990024934, 1.0886423990024678, 1.0886423990024472, 1.088642399002431, 1.0886423990024179, 1.088642399002407, 1.0886423990023983, 1.0886423990023917, 1.0886423990023861, 1.088642399002382, 1.0886423990023786, 1.0886423990023757, 1.0886423990023735, 1.0886423990023717, 1.0886423990023701, 1.0886423990023688, 1.088642399002368, 1.0886423990023673, 1.0886423990023666, 1.088642399002366, 1.0886423990023655, 1.0886423990023653, 1.088642399002365, 1.0886423990023646, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023644, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641, 1.0886423990023641], "BMP4": [0.12536448527548819, 0.14003178782680142, 0.15056985315868396, 0.15822179864343885, 0.16383403355972284, 0.16798855067921173, 0.17108979804310787, 0.17342200593660095, 0.17518721231853712, 0.176530659090396, 0.17755790402784116, 0.17834644830679358, 0.17895372698548473, 0.1794226651716616, 0.1797855770977253, 0.18006692280860265, 0.180285363553559, 0.18045515819520075, 0.18058726325909516, 0.18069012673616236, 0.18077027169438578, 0.1808327479612716, 0.18088146550267772, 0.1809194692294642, 0.18094912299425633, 0.18097226488846463, 0.1809903263433971, 0.1810044281991433, 0.18101543988280197, 0.1810240374169651, 0.18103075128002505, 0.1810359944507525, 0.18104008921200268, 0.18104328742367293, 0.18104578518404746, 0.18104773596412754, 0.18104925950046916, 0.18105044902509013, 0.18105137818159422, 0.1810521041135221, 0.18105267118934543, 0.18105311417190809, 0.1810534602234751, 0.18105373055412075, 0.18105394203385755, 0.18105410769871813, 0.18105423685188635, 0.18105433761501602, 0.18105441625140334, 0.1810544776192617, 0.18105452551033133, 0.18105456288423002, 0.18105459205061922, 0.18105461481192361, 0.18105463257473858, 0.18105464643676028, 0.18105465725462308, 0.181054665696839, 0.1810546722851109, 0.18105467742657297, 0.18105468143895062, 0.18105468457019536, 0.18105468701380742, 0.18105468892079352, 0.1810546904089987, 0.18105469157038875, 0.18105469247673353, 0.18105469318812348, 0.18105469374662306, 0.18105469418233092, 0.18105469449929618, 0.1810546947366696, 0.1810546949270206, 0.181054695079664, 0.18105469520206954, 0.18105469530022716, 0.18105469537894023, 0.18105469544206063, 0.1810546954926772, 0.18105469553326692, 0.181054695565816, 0.1810546955919173, 0.18105469561284804, 0.1810546956296325, 0.18105469564309204, 0.18105469565388532, 0.18105469566254054, 0.18105469566948115, 0.18105469567504687, 0.18105469567951005, 0.1810546956830891, 0.18105469568595917, 0.1810546956882607, 0.1810546956901063, 0.1810546956915863, 0.1810546956927731, 0.18105469569372482, 0.181054695694488, 0.1810546956951, 0.1810546956955908, 0.1810546956959843, 0.1810546956962999, 0.18105469569655297, 0.18105469569675592, 0.18105469569691865, 0.18105469569704916, 0.1810546956971538, 0.1810546956972377, 0.18105469569730498, 0.18105469569735896, 0.18105469569740226, 0.18105469569743693, 0.18105469569746477, 0.18105469569748708, 0.18105469569750499, 0.1810546956975193, 0.18105469569753083, 0.18105469569754007, 0.18105469569754748, 0.18105469569755342, 0.1810546956975582, 0.18105469569756197, 0.18105469569756502, 0.18105469569756746, 0.18105469569756943, 0.18105469569757104, 0.18105469569757232, 0.18105469569757335, 0.18105469569757415, 0.1810546956975748, 0.18105469569757532, 0.18105469569757573, 0.18105469569757607, 0.18105469569757635, 0.18105469569757657, 0.18105469569757673, 0.1810546956975769, 0.181054695697577, 0.18105469569757707, 0.18105469569757718, 0.1810546956975772, 0.18105469569757726, 0.1810546956975773, 0.18105469569757732, 0.18105469569757737, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.1810546956975774, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743, 0.18105469569757743], "SHH": [0.7736219254794859, 0.7709614572976575, 0.7650963700353594, 0.7581052075867247, 0.7511006737548019, 0.7446352898986739, 0.738942157436429, 0.7340778401880371, 0.7300065487024516, 0.7266490578424699, 0.7239104687201898, 0.7216952949104211, 0.7199150899108308, 0.7184917410085422, 0.7173583455710626, 0.7164588015189308, 0.715746768953053, 0.7151843878797769, 0.7147410155118156, 0.714391988973863, 0.7141175652197268, 0.7139020160303071, 0.7137328664027434, 0.7136002226683444, 0.7134962688322017, 0.7134148425962854, 0.7133510954105079, 0.713301197799999, 0.7132621502611352, 0.7132316052673535, 0.7132077161176393, 0.7131890358116375, 0.7131744304180738, 0.7131630124609268, 0.7131540883368523, 0.7131471137816852, 0.7131416637119457, 0.7131374064907339, 0.7131340797827952, 0.7131314798125684, 0.7131294482040752, 0.7131278607795454, 0.7131266204466412, 0.7131256513432321, 0.713124893099774, 0.71312429904571, 0.7131238358639785, 0.713123474463465, 0.7131231924016251, 0.7131229722658572, 0.7131228004635648, 0.7131226663835747, 0.7131225617439249, 0.7131224800807672, 0.7131224163492902, 0.7131223666122405, 0.7131223277967984, 0.7131222975048123, 0.7131222738646833, 0.7131222554157618, 0.7131222410181223, 0.7131222297821435, 0.7131222210135502, 0.7131222141705206, 0.7131222088302106, 0.7131222046626288, 0.7131222014102472, 0.7131221988574439, 0.7131221968532768, 0.7131221952897411, 0.7131221941523087, 0.7131221933004899, 0.7131221926174113, 0.7131221920696466, 0.7131221916303907, 0.7131221912781489, 0.7131221909956841, 0.7131221907691742, 0.7131221905875345, 0.7131221904418765, 0.7131221903250727, 0.7131221902314071, 0.7131221901562961, 0.7131221900960643, 0.7131221900477641, 0.7131221900090318, 0.7131221899779722, 0.7131221899530653, 0.7131221899330924, 0.713122189917076, 0.7131221899042324, 0.713122189893933, 0.7131221898856738, 0.7131221898790507, 0.7131221898737398, 0.7131221898694808, 0.7131221898660655, 0.7131221898633269, 0.7131221898611306, 0.7131221898593695, 0.7131221898579573, 0.7131221898568249, 0.7131221898559166, 0.7131221898551883, 0.7131221898546043, 0.7131221898541361, 0.7131221898537606, 0.7131221898534594, 0.7131221898532178, 0.7131221898530242, 0.7131221898528689, 0.7131221898527443, 0.7131221898526445, 0.7131221898525645, 0.7131221898525002, 0.7131221898524487, 0.7131221898524073, 0.7131221898523743, 0.7131221898523478, 0.7131221898523264, 0.7131221898523095, 0.7131221898522958, 0.7131221898522848, 0.7131221898522759, 0.7131221898522689, 0.7131221898522633, 0.7131221898522587, 0.7131221898522551, 0.7131221898522521, 0.7131221898522497, 0.713122189852248, 0.7131221898522465, 0.7131221898522453, 0.7131221898522444, 0.7131221898522436, 0.713122189852243, 0.7131221898522425, 0.713122189852242, 0.7131221898522417, 0.7131221898522414, 0.7131221898522413, 0.7131221898522411, 0.713122189852241, 0.7131221898522409, 0.7131221898522407, 0.7131221898522405, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404, 0.7131221898522404], "IGF1": [0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283, 0.7457121551081283], "VEGFA (DP)": [1.3730090410250906, 1.3674581011197842, 1.3438917292648143, 1.3158652357301444, 1.289467771272176, 1.2669243115788056, 1.2486334536455463, 1.234226749110821, 1.2230832384177175, 1.2145617120850656, 1.2080927721044032, 1.203205107760994, 1.199523420837246, 1.196755523618416, 1.1946771645404055, 1.1931178240700042, 1.1919484159853506, 1.1910716816722822, 1.1904145122310268, 1.1899219413787048, 1.189552736186738, 1.189275998956011, 1.189068603609114, 1.1889131501222376, 1.1887966290050695, 1.1887092972821645, 1.188643850622416, 1.1885947786004702, 1.188557983120388, 1.1885304066024664, 1.1885097338155985, 1.1884942364525057, 1.1884826189817455, 1.188473908992416, 1.1884673807672128, 1.1884624871800362, 1.1884588189610115, 1.18845607087755, 1.1884540103768886, 1.1884524648409596, 1.188451306081254, 1.1884504373429208, 1.1884497859804706, 1.188449297604751, 1.1884489307489556, 1.188448654748971, 1.1884484485395836, 1.1884482942322985, 1.1884481786878784, 1.1884480921721532, 1.1884480273943054, 1.1884479788924684, 1.1884479425770913, 1.1884479153862357, 1.1884478950272956, 1.1884478797836973, 1.188447868370171, 1.1884478598243817, 1.1884478534257878, 1.1884478486348902, 1.1884478450477427, 1.1884478423618936, 1.1884478403508847, 1.1884478388451576, 1.1884478377177556, 1.1884478368736222, 1.1884478362415838, 1.1884478357646517, 1.1884478354045624, 1.1884478351352503, 1.188447834949679, 1.1884478348173548, 1.1884478347146301, 1.188447834634884, 1.1884478345729756, 1.1884478345249159, 1.1884478344876064, 1.1884478344586427, 1.188447834436158, 1.1884478344187026, 1.188447834405152, 1.188447834394632, 1.1884478343864657, 1.188447834380126, 1.1884478343752045, 1.1884478343713838, 1.1884478343684177, 1.1884478343661151, 1.1884478343643277, 1.18844783436294, 1.1884478343618627, 1.1884478343610265, 1.1884478343603773, 1.1884478343598734, 1.188447834359482, 1.1884478343591782, 1.1884478343589424, 1.1884478343587592, 1.1884478343586171, 1.1884478343585068, 1.188447834358421, 1.1884478343583549, 1.1884478343583031, 1.188447834358263, 1.1884478343582319, 1.1884478343582077, 1.188447834358189, 1.1884478343581746, 1.1884478343581633, 1.1884478343581546, 1.1884478343581477, 1.1884478343581426, 1.1884478343581384, 1.1884478343581353, 1.1884478343581328, 1.1884478343581308, 1.1884478343581293, 1.188447834358128, 1.188447834358127, 1.1884478343581266, 1.188447834358126, 1.1884478343581255, 1.1884478343581253, 1.188447834358125, 1.1884478343581248, 1.1884478343581244, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242, 1.1884478343581242], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.04535765261277513, 0.09005746449116331, 0.11770251671559191, 0.13533320935749432, 0.14693770118223234, 0.15480784394878808, 0.16028727686113228, 0.16418499451723326, 0.1670037857608534, 0.1690671829050787, 0.17059060539499185, 0.1717219404722109, 0.17256536359953245, 0.17319572334656208, 0.1736675928457309, 0.17402111807845305, 0.1742861548550409, 0.17448489296187195, 0.17463393543800912, 0.17474571815783488, 0.17482955407761297, 0.1748924309887027, 0.1749395775397507, 0.17497493077454562, 0.17500144032101597, 0.1750213156826479, 0.17503621355569154, 0.17504738620882151, 0.17505576533787723, 0.1750620457454388, 0.17506675446407868, 0.17507028486383586, 0.17507293132437873, 0.17507491550353954, 0.17507640293260004, 0.17507751789399176, 0.17507835359378995, 0.17507897975912204, 0.17507944927587263, 0.17507980140808344, 0.17508006541931503, 0.17508026336885305, 0.1750804117854247, 0.17508052306017963, 0.1750806066491998, 0.17508066953800708, 0.17508071652403137, 0.1750807516835262, 0.17508077801080973, 0.17508079772388024, 0.1750808124838851, 0.17508082353530344, 0.175080831809967, 0.1750808380055601, 0.17508084264446422, 0.17508084611780841, 0.17508084871844828, 0.17508085066565748, 0.1750808521236154, 0.17508085321525024, 0.17508085403260343, 0.1750808546445904, 0.17508085510281088, 0.17508085544589994, 0.17508085570278523, 0.17508085589512615, 0.17508085603913992, 0.17508085614781185, 0.1750808562298603, 0.17508085629122472, 0.17508085633350834, 0.17508085636365917, 0.1750808563870656, 0.17508085640523632, 0.17508085641934246, 0.17508085643029317, 0.17508085643879434, 0.17508085644539387, 0.17508085645051719, 0.17508085645449448, 0.17508085645758212, 0.17508085645997906, 0.17508085646183982, 0.1750808564632844, 0.1750808564644058, 0.17508085646527635, 0.17508085646595217, 0.17508085646647684, 0.17508085646688415, 0.17508085646720034, 0.1750808564674458, 0.17508085646763635, 0.17508085646778426, 0.17508085646789912, 0.1750808564679883, 0.1750808564680575, 0.17508085646811125, 0.17508085646815294, 0.17508085646818533, 0.17508085646821045, 0.17508085646823, 0.17508085646824512, 0.17508085646825688, 0.17508085646826604, 0.17508085646827312, 0.17508085646827862, 0.1750808564682829, 0.17508085646828622, 0.17508085646828878, 0.17508085646829077, 0.1750808564682923, 0.1750808564682935, 0.17508085646829444, 0.17508085646829516, 0.17508085646829571, 0.17508085646829616, 0.1750808564682965, 0.17508085646829677, 0.17508085646829696, 0.17508085646829713, 0.17508085646829727, 0.17508085646829735, 0.17508085646829744, 0.1750808564682975, 0.17508085646829755, 0.17508085646829757, 0.1750808564682976, 0.17508085646829766, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769, 0.17508085646829769]}}, {"id": "Androgenetic Alopecia|finasteride+minoxidil", "disease": "Androgenetic Alopecia", "interventions": ["finasteride", "minoxidil"], "intervention_labels": ["피나스테리드 (5AR2 억제)", "미녹시딜 (VEGF/K-ATP→DP, PGE2/Wnt)"], "tracked_genes": ["AR", "PDGFA", "SRD5A2", "VEGFA"], "metrics": {"final_hair_density_pct": 100.0, "min_hair_density_pct": 99.5, "anagen_fraction": 1.0, "healthy_ss": 1.6853, "AND_load": 0.248, "INF_load": 0.08}, "drive": {"AND": 0.248, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.15, "uDP": 0.8, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.1955255024991618, 1.2128716726360016, 1.224692002374604, 1.2328149638389254, 1.238445502783875, 1.2423828643958117, 1.2451606923101146, 1.2471377600609004, 1.2485570373177977, 1.2495843437233525, 1.2503337702719763, 1.2508844784051876, 1.2512918885933149, 1.2515951246722092, 1.2518220648339486, 1.2519927192481226, 1.2521215951816154, 1.2522192603810347, 1.252293521497562, 1.2523501543169824, 1.2523934313971339, 1.2524265858911467, 1.2524520216516457, 1.252471562350486, 1.2524866094736062, 1.2524981826529678, 1.2525070944448775, 1.2525139708985675, 1.2525192757349728, 1.252523368142156, 1.252526528681067, 1.2525289712062961, 1.2525308587264012, 1.252532317686097, 1.252533445672111, 1.2525343178948762, 1.2525349926929719, 1.2525355170151489, 1.252535921615952, 1.2525362340952995, 1.2525364755793265, 1.2525366622073513, 1.2525368064434452, 1.2525369179206118, 1.2525370040816939, 1.2525370706775307, 1.2525371221519968, 1.2525371619392507, 1.2525371926932933, 1.2525372164652833, 1.2525372348405273, 1.2525372490443154, 1.2525372600237052, 1.252537268510714, 1.252537275071156, 1.2525372801423853, 1.252537284062464, 1.2525372870927072, 1.2525372894424542, 1.2525372912751513, 1.2525372926929252, 1.252537293748343, 1.2525372944961828, 1.2525372950913773, 1.252537295565084, 1.2525372959421002, 1.2525372962421621, 1.2525372964809771, 1.2525372966710466, 1.2525372968223205, 1.2525372969427173, 1.2525372970385393, 1.2525372971148028, 1.2525372971755, 1.252537297223808, 1.252537297262256, 1.252537297292856, 1.25253729731721, 1.2525372973365934, 1.25253729735202, 1.252537297364298, 1.2525372973740698, 1.2525372973818474, 1.252537297388037, 1.2525372973929636, 1.2525372973968847, 1.2525372974000053, 1.2525372974024889, 1.2525372974044655, 1.2525372974060385, 1.2525372974072908, 1.2525372974082871, 1.2525372974090805, 1.2525372974097115, 1.252537297410214, 1.252537297410614, 1.2525372974109321, 1.2525372974111855, 1.2525372974113869, 1.2525372974115474, 1.2525372974116749, 1.2525372974117766, 1.2525372974118576, 1.252537297411922, 1.252537297411973, 1.2525372974120137, 1.2525372974120461, 1.252537297412072, 1.2525372974120925, 1.252537297412109, 1.252537297412122, 1.2525372974121325, 1.2525372974121407, 1.2525372974121474, 1.2525372974121525, 1.2525372974121567, 1.2525372974121602, 1.2525372974121627, 1.252537297412165, 1.2525372974121665, 1.2525372974121678, 1.252537297412169, 1.2525372974121698, 1.2525372974121705, 1.252537297412171, 1.2525372974121713, 1.2525372974121716, 1.2525372974121718, 1.252537297412172, 1.2525372974121722, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727], "BMP": [0.12536448527548816, 0.12923269136348875, 0.1315555180352699, 0.1329261048327126, 0.13371429786815253, 0.13415012497058548, 0.13437599055007737, 0.1344794510959478, 0.1345138226899264, 0.13451114024531152, 0.1344902952053614, 0.1344621291604715, 0.13443261788738836, 0.13440483244597512, 0.1343801587308725, 0.13435902846617115, 0.13434137109738878, 0.13432686965972487, 0.13431511273595753, 0.13430567152161665, 0.1342981448521098, 0.1342921790289145, 0.1342874708741716, 0.13428376834295128, 0.1342808635315862, 0.13427859182704865, 0.13427681885205753, 0.1342754374823449, 0.13427436225734213, 0.13427352642959156, 0.13427287720190673, 0.13427237305125606, 0.13427198178498306, 0.1342716782923231, 0.1342714429823274, 0.13427126059304986, 0.134271119207187, 0.13427100917532206, 0.1342709241430331, 0.13427085839649502, 0.13427080754258494, 0.1342707682117606, 0.13427073779590995, 0.1342707142759466, 0.13427069608948383, 0.13427068202774622, 0.13427067115567004, 0.13427066275001348, 0.13427065625142767, 0.13427065122735216, 0.1342706473432986, 0.13427064434062988, 0.13427064201936914, 0.13427064022490123, 0.13427063883768697, 0.13427063776530845, 0.1342706369363172, 0.1342706362954773, 0.13427063579853415, 0.13427063541093134, 0.13427063511107507, 0.13427063488785115, 0.1342706347296773, 0.134270634603788, 0.1342706345035938, 0.13427063442385018, 0.134270634360383, 0.13427063430987013, 0.13427063426966745, 0.1342706342376706, 0.1342706342122046, 0.13427063419193652, 0.13427063417580537, 0.1342706341629668, 0.1342706341527487, 0.13427063414461626, 0.13427063413814372, 0.13427063413299234, 0.1342706341288924, 0.1342706341256293, 0.13427063412303225, 0.13427063412096527, 0.1342706341193202, 0.1342706341180109, 0.13427063411696888, 0.13427063411613954, 0.13427063411547946, 0.13427063411495413, 0.13427063411453602, 0.13427063411420323, 0.1342706341139384, 0.1342706341137276, 0.13427063411355986, 0.13427063411342632, 0.13427063411332002, 0.13427063411323548, 0.13427063411316817, 0.1342706341131146, 0.13427063411307194, 0.134270634113038, 0.134270634113011, 0.1342706341129895, 0.1342706341129724, 0.1342706341129588, 0.13427063411294796, 0.13427063411293935, 0.13427063411293247, 0.134270634112927, 0.13427063411292264, 0.1342706341129192, 0.13427063411291645, 0.13427063411291426, 0.1342706341129125, 0.1342706341129111, 0.13427063411291, 0.13427063411290913, 0.1342706341129084, 0.13427063411290785, 0.13427063411290738, 0.13427063411290702, 0.13427063411290677, 0.13427063411290655, 0.13427063411290635, 0.1342706341129062, 0.13427063411290613, 0.13427063411290602, 0.13427063411290596, 0.1342706341129059, 0.13427063411290585, 0.13427063411290582, 0.1342706341129058, 0.13427063411290577, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057], "SHH": [0.7736219254794859, 0.7736811624097194, 0.7738552798295752, 0.7741205526028948, 0.774443717417213, 0.7747931199286646, 0.7751434754475539, 0.7754769685169044, 0.7757825538670904, 0.776054576431526, 0.7762912979630204, 0.7764936007216972, 0.7766639596726431, 0.7768056855397621, 0.7769224022264603, 0.777017708560662, 0.7770949724687889, 0.7771572214980258, 0.7772071084272252, 0.7772469101258976, 0.7772785391648028, 0.7773035923790604, 0.7773233791224651, 0.7773389671253441, 0.7773512279028034, 0.7773608432089467, 0.7773683709896171, 0.777374256939125, 0.7773788530757815, 0.7773824366697764, 0.7773852287544758, 0.7773874030448444, 0.777389094778801, 0.7773904101381555, 0.7773914322626293, 0.7773922261136064, 0.7773928426217817, 0.7773933231885104, 0.7773936951602796, 0.7773939831676459, 0.777394206208444, 0.7773943788978656, 0.7773945125742393, 0.7773946160329354, 0.7773946960923745, 0.777394758036436, 0.7773948059585326, 0.777394843028943, 0.7773948717024017, 0.7773948938791982, 0.7773949110301374, 0.7773949242934235, 0.7773949345497498, 0.777394942480474, 0.7773949486126795, 0.7773949533540687, 0.7773949570199762, 0.7773949598542776, 0.7773949620524344, 0.7773949637671181, 0.7773949650937655, 0.777394966081475, 0.7773949667814308, 0.7773949673385466, 0.7773949677819695, 0.7773949681348995, 0.7773949684158031, 0.7773949686393785, 0.777394968817325, 0.7773949689589543, 0.7773949690716782, 0.7773949691613957, 0.7773949692328023, 0.7773949692896349, 0.7773949693348681, 0.777394969370869, 0.7773949693995221, 0.777394969422327, 0.7773949694404774, 0.7773949694549233, 0.7773949694664206, 0.7773949694755712, 0.7773949694828541, 0.7773949694886506, 0.7773949694932639, 0.7773949694969355, 0.7773949694998579, 0.7773949695021837, 0.7773949695040349, 0.777394969505508, 0.7773949695066805, 0.7773949695076138, 0.7773949695083565, 0.7773949695089477, 0.7773949695094182, 0.7773949695097926, 0.7773949695100907, 0.7773949695103278, 0.7773949695105167, 0.777394969510667, 0.7773949695107866, 0.7773949695108818, 0.7773949695109574, 0.7773949695110177, 0.7773949695110657, 0.7773949695111039, 0.7773949695111343, 0.7773949695111584, 0.7773949695111777, 0.7773949695111929, 0.7773949695112051, 0.7773949695112148, 0.7773949695112226, 0.7773949695112289, 0.7773949695112337, 0.7773949695112375, 0.7773949695112407, 0.7773949695112432, 0.7773949695112452, 0.7773949695112469, 0.777394969511248, 0.777394969511249, 0.7773949695112498, 0.7773949695112504, 0.7773949695112509, 0.7773949695112511, 0.7773949695112514, 0.7773949695112516, 0.7773949695112518, 0.777394969511252, 0.7773949695112521, 0.7773949695112522, 0.7773949695112523, 0.7773949695112525, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526], "DP": [1.3730090410250906, 1.6188962422195001, 1.7829736433619303, 1.893603748268425, 1.969175899555202, 2.0214857291257844, 2.0581351727288886, 2.08408392853765, 2.1026182417467596, 2.1159514269314545, 2.1255977250920184, 2.132607810184564, 2.1377199547466774, 2.141457965999684, 2.1441969306609128, 2.146206892602232, 2.1476836635994196, 2.1487693833438275, 2.149568285132689, 2.1501566171407065, 2.1505898809367805, 2.1509092787773727, 2.1511447095637783, 2.1513182625791853, 2.151446441032357, 2.151540785799785, 2.15161026493906, 2.1516615574048976, 2.1516993715400146, 2.1517272285315405, 2.151747775672865, 2.151762940821212, 2.151774125643571, 2.1517823744385014, 2.1517884587530305, 2.151792946402681, 2.1517962580458696, 2.151798715715083, 2.1518005204913346, 2.151801848048047, 2.1518028258938533, 2.1518035461498934, 2.1518040766305564, 2.151804467336582, 2.1518047550980883, 2.1518049670394515, 2.1518051231379722, 2.151805238107282, 2.151805322784219, 2.151805385150295, 2.1518054310840284, 2.1518054649150495, 2.1518054898322068, 2.151805508184144, 2.1518055217006777, 2.15180553165585, 2.151805538988015, 2.151805544388288, 2.151805548383011, 2.1518055513636885, 2.151805553559892, 2.1518055551045703, 2.1518055561268445, 2.1518055569104835, 2.1518055575111923, 2.151805557971675, 2.1518055583246642, 2.1518055585952536, 2.151805558802678, 2.151805558961681, 2.151805559083568, 2.1518055591770016, 2.1518055592486247, 2.1518055593035283, 2.1518055593456156, 2.151805559377878, 2.15180555940261, 2.1518055594215677, 2.1518055594361005, 2.1518055594472405, 2.1518055594557803, 2.151805559462326, 2.1518055594673444, 2.1518055594711916, 2.1518055594741403, 2.1518055594764007, 2.1518055594781336, 2.151805559479462, 2.15180555948048, 2.1518055594812604, 2.1518055594818586, 2.1518055594823173, 2.151805559482669, 2.151805559482938, 2.151805559483145, 2.1518055594833037, 2.151805559483425, 2.1518055594835177, 2.1518055594835888, 2.151805559483644, 2.151805559483686, 2.151805559483718, 2.1518055594837424, 2.1518055594837615, 2.1518055594837757, 2.1518055594837873, 2.1518055594837953, 2.151805559483802, 2.1518055594838073, 2.151805559483811, 2.151805559483814, 2.151805559483816, 2.1518055594838175, 2.151805559483819, 2.1518055594838197, 2.1518055594838206, 2.1518055594838215, 2.151805559483822, 2.1518055594838223, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232], "HFSC": [0.9672930816910809, 0.9493277965046525, 0.9316892548597835, 0.9172768306148756, 0.9065316587286706, 0.8989919065649922, 0.8939607891365887, 0.8907717939374096, 0.8888755263616924, 0.887852167691677, 0.8873959358815623, 0.8872919320661898, 0.8873937297176091, 0.8876045138929941, 0.8878624328734276, 0.8881296797404606, 0.8883844735447242, 0.8886155419340194, 0.8888180992164649, 0.8889914120483005, 0.8891370694035363, 0.8892577417988661, 0.8893566275240224, 0.889436929078539, 0.8895016536180531, 0.8895535002672399, 0.889594791441128, 0.8896274986773025, 0.8896533170107049, 0.8896736197474396, 0.8896895353461433, 0.8897019823082822, 0.8897116939787886, 0.8897192550599758, 0.8897251304205409, 0.8897296881352055, 0.889733219643284, 0.8897359638110546, 0.8897380792603007, 0.8897397090405921, 0.8897409639036099, 0.8897419292485487, 0.8897426712853986, 0.8897432412697641, 0.8897436788199911, 0.8897440145199511, 0.8897442719511722, 0.8897444692767441, 0.8897446204731051, 0.8897447362859785, 0.889744824970917, 0.8897448928660874, 0.8897449448346745, 0.8897449846061476, 0.8897450150392152, 0.8897450383242289, 0.8897450561388419, 0.8897450697676191, 0.8897450802291472, 0.8897450883107252, 0.8897450944978987, 0.8897450990487183, 0.8897451022276087, 0.889745104737551, 0.88974510671944, 0.8897451082844783, 0.889745109520434, 0.8897451104965811, 0.8897451112675985, 0.8897451118766461, 0.8897451123577937, 0.8897451127379365, 0.8897451130383078, 0.8897451132756713, 0.8897451134632635, 0.8897451136115364, 0.8897451137287441, 0.8897451138214054, 0.889745113894669, 0.8897451139526025, 0.8897451139984186, 0.889745114034656, 0.8897451140633207, 0.8897451140859978, 0.8897451141039401, 0.8897451141181378, 0.889745114129374, 0.8897451141382671, 0.8897451141453067, 0.8897451141508796, 0.8897451141552922, 0.8897451141587863, 0.8897451141615536, 0.889745114163745, 0.8897451141654811, 0.8897451141668565, 0.889745114167946, 0.8897451141688095, 0.8897451141694938, 0.8897451141700361, 0.8897451141704659, 0.8897451141708066, 0.8897451141710767, 0.889745114171291, 0.8897451141714608, 0.8897451141715955, 0.8897451141717023, 0.889745114171787, 0.8897451141718542, 0.8897451141719075, 0.8897451141719498, 0.8897451141719833, 0.8897451141720099, 0.8897451141720311, 0.8897451141720479, 0.8897451141720613, 0.8897451141720719, 0.8897451141720802, 0.8897451141720868, 0.8897451141720922, 0.8897451141720963, 0.8897451141720997, 0.8897451141721022, 0.8897451141721044, 0.8897451141721061, 0.8897451141721074, 0.8897451141721086, 0.8897451141721094, 0.8897451141721099, 0.8897451141721103, 0.8897451141721107, 0.889745114172111, 0.8897451141721113, 0.8897451141721116, 0.8897451141721118, 0.889745114172112, 0.8897451141721121, 0.8897451141721122, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124, 0.8897451141721124], "APO": [0.045357652612775114, 0.060282831181756695, 0.06652956940148241, 0.0686958945574285, 0.06900666811590024, 0.06854604820989746, 0.06783263896257909, 0.06710264137773077, 0.06645251459006397, 0.06591156630824585, 0.06547870810713692, 0.06514072702795133, 0.06488110203425809, 0.06468387779557629, 0.06453523531274996, 0.0644238365184669, 0.06434069556114247, 0.06427884718303004, 0.06423293732297161, 0.06419890648664385, 0.06417371771973797, 0.06415508054540393, 0.06414130310760909, 0.06413112367049724, 0.06412359374449966, 0.06411804346788584, 0.06411395172911757, 0.06411092998541225, 0.06410870108298686, 0.06410705811456802, 0.06410584605480613, 0.06410495138455011, 0.06410429135404816, 0.0641038044879983, 0.06410344535546719, 0.06410318044698096, 0.06410298493965966, 0.06410283984160162, 0.064102733285994, 0.06410265490371335, 0.0641025971681774, 0.06410255464109406, 0.06410252331883699, 0.06410250024937345, 0.06410248325821079, 0.06410247074385692, 0.06410246152677829, 0.0641024547382154, 0.0641024497383056, 0.06410244605577543, 0.06410244334352173, 0.06410244134589564, 0.06410243987460658, 0.06410243879097477, 0.06410243799285985, 0.06410243740503348, 0.06410243697208856, 0.06410243665321666, 0.06410243641733872, 0.06410243624133749, 0.06410243611165738, 0.06410243602044811, 0.06410243596008548, 0.06410243591381364, 0.06410243587834329, 0.06410243585115298, 0.06410243583030988, 0.06410243581433228, 0.06410243580208443, 0.06410243579269566, 0.06410243578549857, 0.06410243577998154, 0.06410243577575238, 0.06410243577251046, 0.06410243577002532, 0.06410243576812029, 0.06410243576665996, 0.06410243576554052, 0.0641024357646824, 0.06410243576402459, 0.06410243576352034, 0.0641024357631338, 0.06410243576283751, 0.06410243576261038, 0.06410243576243627, 0.0641024357623028, 0.06410243576220048, 0.06410243576212206, 0.06410243576206193, 0.06410243576201584, 0.0641024357619805, 0.06410243576195343, 0.06410243576193267, 0.06410243576191677, 0.06410243576190458, 0.06410243576189521, 0.06410243576188804, 0.06410243576188254, 0.06410243576187834, 0.06410243576187512, 0.06410243576187265, 0.06410243576187075, 0.06410243576186928, 0.06410243576186817, 0.06410243576186732, 0.06410243576186665, 0.06410243576186615, 0.06410243576186578, 0.06410243576186547, 0.06410243576186524, 0.06410243576186507, 0.06410243576186493, 0.06410243576186483, 0.06410243576186475, 0.0641024357618647, 0.06410243576186465, 0.06410243576186461, 0.06410243576186457, 0.06410243576186456, 0.06410243576186454, 0.06410243576186453, 0.06410243576186452, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449], "Hair": [1.685318222223406, 1.677394536758112, 1.6813289229594344, 1.6908880408103981, 1.7025158948303196, 1.714323007314148, 1.7253703865294983, 1.735243875237185, 1.7438142139529471, 1.7511033285419404, 1.757209193032546, 1.7622632757461745, 1.7664063519088393, 1.769775225772708, 1.772495715723394, 1.774679537620844, 1.7764234158440517, 1.7778094393334303, 1.7789065219657227, 1.7797717916216886, 1.780451907234261, 1.7809850039558421, 1.7814017267764886, 1.7817266876076598, 1.7819797151801278, 1.7821760826671618, 1.7823281971869236, 1.7824458729158075, 1.7825367504638399, 1.7826068014184295, 1.782660744852092, 1.7827022499895309, 1.7827341441327307, 1.7827586265012587, 1.782777401588146, 1.7827917871080885, 1.7828028048763664, 1.7828112753648078, 1.7828177339239537, 1.7828226591116125, 1.7828264150598778, 1.7828292778774173, 1.7828314588926095, 1.7828331197893603, 1.7828343841338947, 1.782835346289928, 1.7828360782719397, 1.7828366350046727, 1.7828370583553947, 1.7828373802220612, 1.7828376248961793, 1.7828378108691634, 1.7828379522121514, 1.7828380596292437, 1.7828381412609262, 1.782838203296565, 1.782838250441092, 1.7828382862704177, 1.7828383135984915, 1.7828383345847143, 1.7828383505486123, 1.7828383622041135, 1.7828383702751407, 1.7828383766174476, 1.7828383816018507, 1.782838385519532, 1.7828383885991559, 1.7828383910203034, 1.7828383929240184, 1.7828383944210877, 1.7828383955985396, 1.7828383965247452, 1.7828383972534243, 1.7828383978267897, 1.7828383982780158, 1.7828383986331777, 1.7828383989127723, 1.782838399132914, 1.7828383993062737, 1.782838399442816, 1.7828383995503785, 1.782838399635126, 1.7828383997019095, 1.782838399754546, 1.7828383997960395, 1.782838399828755, 1.7828383998545534, 1.7828383998749013, 1.7828383998909532, 1.7828383999036177, 1.782838399913612, 1.7828383999215, 1.782838399927727, 1.7828383999326434, 1.7828383999365258, 1.782838399939592, 1.7828383999420143, 1.7828383999439283, 1.7828383999454407, 1.7828383999466357, 1.7828383999475808, 1.782838399948328, 1.7828383999489186, 1.7828383999493858, 1.7828383999497552, 1.7828383999500474, 1.7828383999502788, 1.7828383999504618, 1.7828383999506066, 1.7828383999507214, 1.782838399950812, 1.782838399950884, 1.7828383999509407, 1.7828383999509858, 1.7828383999510216, 1.7828383999510498, 1.7828383999510722, 1.78283839995109, 1.7828383999511044, 1.7828383999511155, 1.7828383999511244, 1.7828383999511312, 1.782838399951137, 1.7828383999511415, 1.7828383999511448, 1.7828383999511477, 1.78283839995115, 1.7828383999511517, 1.782838399951153, 1.7828383999511541, 1.782838399951155, 1.7828383999511557, 1.7828383999511561, 1.7828383999511566, 1.7828383999511568, 1.782838399951157, 1.7828383999511572, 1.7828383999511574, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158, 1.782838399951158], "HairDensity": [99.99999999999999, 99.52984039685748, 99.76329103837085, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0]}, "proteins": {"AR/DHT (AR)": [0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248, 0.248], "DKK1": [0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612, 0.1612], "β-catenin (CTNNB1)": [1.1955255024991618, 1.2128716726360016, 1.224692002374604, 1.2328149638389254, 1.238445502783875, 1.2423828643958117, 1.2451606923101146, 1.2471377600609004, 1.2485570373177977, 1.2495843437233525, 1.2503337702719763, 1.2508844784051876, 1.2512918885933149, 1.2515951246722092, 1.2518220648339486, 1.2519927192481226, 1.2521215951816154, 1.2522192603810347, 1.252293521497562, 1.2523501543169824, 1.2523934313971339, 1.2524265858911467, 1.2524520216516457, 1.252471562350486, 1.2524866094736062, 1.2524981826529678, 1.2525070944448775, 1.2525139708985675, 1.2525192757349728, 1.252523368142156, 1.252526528681067, 1.2525289712062961, 1.2525308587264012, 1.252532317686097, 1.252533445672111, 1.2525343178948762, 1.2525349926929719, 1.2525355170151489, 1.252535921615952, 1.2525362340952995, 1.2525364755793265, 1.2525366622073513, 1.2525368064434452, 1.2525369179206118, 1.2525370040816939, 1.2525370706775307, 1.2525371221519968, 1.2525371619392507, 1.2525371926932933, 1.2525372164652833, 1.2525372348405273, 1.2525372490443154, 1.2525372600237052, 1.252537268510714, 1.252537275071156, 1.2525372801423853, 1.252537284062464, 1.2525372870927072, 1.2525372894424542, 1.2525372912751513, 1.2525372926929252, 1.252537293748343, 1.2525372944961828, 1.2525372950913773, 1.252537295565084, 1.2525372959421002, 1.2525372962421621, 1.2525372964809771, 1.2525372966710466, 1.2525372968223205, 1.2525372969427173, 1.2525372970385393, 1.2525372971148028, 1.2525372971755, 1.252537297223808, 1.252537297262256, 1.252537297292856, 1.25253729731721, 1.2525372973365934, 1.25253729735202, 1.252537297364298, 1.2525372973740698, 1.2525372973818474, 1.252537297388037, 1.2525372973929636, 1.2525372973968847, 1.2525372974000053, 1.2525372974024889, 1.2525372974044655, 1.2525372974060385, 1.2525372974072908, 1.2525372974082871, 1.2525372974090805, 1.2525372974097115, 1.252537297410214, 1.252537297410614, 1.2525372974109321, 1.2525372974111855, 1.2525372974113869, 1.2525372974115474, 1.2525372974116749, 1.2525372974117766, 1.2525372974118576, 1.252537297411922, 1.252537297411973, 1.2525372974120137, 1.2525372974120461, 1.252537297412072, 1.2525372974120925, 1.252537297412109, 1.252537297412122, 1.2525372974121325, 1.2525372974121407, 1.2525372974121474, 1.2525372974121525, 1.2525372974121567, 1.2525372974121602, 1.2525372974121627, 1.252537297412165, 1.2525372974121665, 1.2525372974121678, 1.252537297412169, 1.2525372974121698, 1.2525372974121705, 1.252537297412171, 1.2525372974121713, 1.2525372974121716, 1.2525372974121718, 1.252537297412172, 1.2525372974121722, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727, 1.2525372974121727], "BMP4": [0.12536448527548816, 0.12923269136348875, 0.1315555180352699, 0.1329261048327126, 0.13371429786815253, 0.13415012497058548, 0.13437599055007737, 0.1344794510959478, 0.1345138226899264, 0.13451114024531152, 0.1344902952053614, 0.1344621291604715, 0.13443261788738836, 0.13440483244597512, 0.1343801587308725, 0.13435902846617115, 0.13434137109738878, 0.13432686965972487, 0.13431511273595753, 0.13430567152161665, 0.1342981448521098, 0.1342921790289145, 0.1342874708741716, 0.13428376834295128, 0.1342808635315862, 0.13427859182704865, 0.13427681885205753, 0.1342754374823449, 0.13427436225734213, 0.13427352642959156, 0.13427287720190673, 0.13427237305125606, 0.13427198178498306, 0.1342716782923231, 0.1342714429823274, 0.13427126059304986, 0.134271119207187, 0.13427100917532206, 0.1342709241430331, 0.13427085839649502, 0.13427080754258494, 0.1342707682117606, 0.13427073779590995, 0.1342707142759466, 0.13427069608948383, 0.13427068202774622, 0.13427067115567004, 0.13427066275001348, 0.13427065625142767, 0.13427065122735216, 0.1342706473432986, 0.13427064434062988, 0.13427064201936914, 0.13427064022490123, 0.13427063883768697, 0.13427063776530845, 0.1342706369363172, 0.1342706362954773, 0.13427063579853415, 0.13427063541093134, 0.13427063511107507, 0.13427063488785115, 0.1342706347296773, 0.134270634603788, 0.1342706345035938, 0.13427063442385018, 0.134270634360383, 0.13427063430987013, 0.13427063426966745, 0.1342706342376706, 0.1342706342122046, 0.13427063419193652, 0.13427063417580537, 0.1342706341629668, 0.1342706341527487, 0.13427063414461626, 0.13427063413814372, 0.13427063413299234, 0.1342706341288924, 0.1342706341256293, 0.13427063412303225, 0.13427063412096527, 0.1342706341193202, 0.1342706341180109, 0.13427063411696888, 0.13427063411613954, 0.13427063411547946, 0.13427063411495413, 0.13427063411453602, 0.13427063411420323, 0.1342706341139384, 0.1342706341137276, 0.13427063411355986, 0.13427063411342632, 0.13427063411332002, 0.13427063411323548, 0.13427063411316817, 0.1342706341131146, 0.13427063411307194, 0.134270634113038, 0.134270634113011, 0.1342706341129895, 0.1342706341129724, 0.1342706341129588, 0.13427063411294796, 0.13427063411293935, 0.13427063411293247, 0.134270634112927, 0.13427063411292264, 0.1342706341129192, 0.13427063411291645, 0.13427063411291426, 0.1342706341129125, 0.1342706341129111, 0.13427063411291, 0.13427063411290913, 0.1342706341129084, 0.13427063411290785, 0.13427063411290738, 0.13427063411290702, 0.13427063411290677, 0.13427063411290655, 0.13427063411290635, 0.1342706341129062, 0.13427063411290613, 0.13427063411290602, 0.13427063411290596, 0.1342706341129059, 0.13427063411290585, 0.13427063411290582, 0.1342706341129058, 0.13427063411290577, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057, 0.1342706341129057], "SHH": [0.7736219254794859, 0.7736811624097194, 0.7738552798295752, 0.7741205526028948, 0.774443717417213, 0.7747931199286646, 0.7751434754475539, 0.7754769685169044, 0.7757825538670904, 0.776054576431526, 0.7762912979630204, 0.7764936007216972, 0.7766639596726431, 0.7768056855397621, 0.7769224022264603, 0.777017708560662, 0.7770949724687889, 0.7771572214980258, 0.7772071084272252, 0.7772469101258976, 0.7772785391648028, 0.7773035923790604, 0.7773233791224651, 0.7773389671253441, 0.7773512279028034, 0.7773608432089467, 0.7773683709896171, 0.777374256939125, 0.7773788530757815, 0.7773824366697764, 0.7773852287544758, 0.7773874030448444, 0.777389094778801, 0.7773904101381555, 0.7773914322626293, 0.7773922261136064, 0.7773928426217817, 0.7773933231885104, 0.7773936951602796, 0.7773939831676459, 0.777394206208444, 0.7773943788978656, 0.7773945125742393, 0.7773946160329354, 0.7773946960923745, 0.777394758036436, 0.7773948059585326, 0.777394843028943, 0.7773948717024017, 0.7773948938791982, 0.7773949110301374, 0.7773949242934235, 0.7773949345497498, 0.777394942480474, 0.7773949486126795, 0.7773949533540687, 0.7773949570199762, 0.7773949598542776, 0.7773949620524344, 0.7773949637671181, 0.7773949650937655, 0.777394966081475, 0.7773949667814308, 0.7773949673385466, 0.7773949677819695, 0.7773949681348995, 0.7773949684158031, 0.7773949686393785, 0.777394968817325, 0.7773949689589543, 0.7773949690716782, 0.7773949691613957, 0.7773949692328023, 0.7773949692896349, 0.7773949693348681, 0.777394969370869, 0.7773949693995221, 0.777394969422327, 0.7773949694404774, 0.7773949694549233, 0.7773949694664206, 0.7773949694755712, 0.7773949694828541, 0.7773949694886506, 0.7773949694932639, 0.7773949694969355, 0.7773949694998579, 0.7773949695021837, 0.7773949695040349, 0.777394969505508, 0.7773949695066805, 0.7773949695076138, 0.7773949695083565, 0.7773949695089477, 0.7773949695094182, 0.7773949695097926, 0.7773949695100907, 0.7773949695103278, 0.7773949695105167, 0.777394969510667, 0.7773949695107866, 0.7773949695108818, 0.7773949695109574, 0.7773949695110177, 0.7773949695110657, 0.7773949695111039, 0.7773949695111343, 0.7773949695111584, 0.7773949695111777, 0.7773949695111929, 0.7773949695112051, 0.7773949695112148, 0.7773949695112226, 0.7773949695112289, 0.7773949695112337, 0.7773949695112375, 0.7773949695112407, 0.7773949695112432, 0.7773949695112452, 0.7773949695112469, 0.777394969511248, 0.777394969511249, 0.7773949695112498, 0.7773949695112504, 0.7773949695112509, 0.7773949695112511, 0.7773949695112514, 0.7773949695112516, 0.7773949695112518, 0.777394969511252, 0.7773949695112521, 0.7773949695112522, 0.7773949695112523, 0.7773949695112525, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526, 0.7773949695112526], "IGF1": [0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912, 0.8799718409010912], "VEGFA (DP)": [1.3730090410250906, 1.6188962422195001, 1.7829736433619303, 1.893603748268425, 1.969175899555202, 2.0214857291257844, 2.0581351727288886, 2.08408392853765, 2.1026182417467596, 2.1159514269314545, 2.1255977250920184, 2.132607810184564, 2.1377199547466774, 2.141457965999684, 2.1441969306609128, 2.146206892602232, 2.1476836635994196, 2.1487693833438275, 2.149568285132689, 2.1501566171407065, 2.1505898809367805, 2.1509092787773727, 2.1511447095637783, 2.1513182625791853, 2.151446441032357, 2.151540785799785, 2.15161026493906, 2.1516615574048976, 2.1516993715400146, 2.1517272285315405, 2.151747775672865, 2.151762940821212, 2.151774125643571, 2.1517823744385014, 2.1517884587530305, 2.151792946402681, 2.1517962580458696, 2.151798715715083, 2.1518005204913346, 2.151801848048047, 2.1518028258938533, 2.1518035461498934, 2.1518040766305564, 2.151804467336582, 2.1518047550980883, 2.1518049670394515, 2.1518051231379722, 2.151805238107282, 2.151805322784219, 2.151805385150295, 2.1518054310840284, 2.1518054649150495, 2.1518054898322068, 2.151805508184144, 2.1518055217006777, 2.15180553165585, 2.151805538988015, 2.151805544388288, 2.151805548383011, 2.1518055513636885, 2.151805553559892, 2.1518055551045703, 2.1518055561268445, 2.1518055569104835, 2.1518055575111923, 2.151805557971675, 2.1518055583246642, 2.1518055585952536, 2.151805558802678, 2.151805558961681, 2.151805559083568, 2.1518055591770016, 2.1518055592486247, 2.1518055593035283, 2.1518055593456156, 2.151805559377878, 2.15180555940261, 2.1518055594215677, 2.1518055594361005, 2.1518055594472405, 2.1518055594557803, 2.151805559462326, 2.1518055594673444, 2.1518055594711916, 2.1518055594741403, 2.1518055594764007, 2.1518055594781336, 2.151805559479462, 2.15180555948048, 2.1518055594812604, 2.1518055594818586, 2.1518055594823173, 2.151805559482669, 2.151805559482938, 2.151805559483145, 2.1518055594833037, 2.151805559483425, 2.1518055594835177, 2.1518055594835888, 2.151805559483644, 2.151805559483686, 2.151805559483718, 2.1518055594837424, 2.1518055594837615, 2.1518055594837757, 2.1518055594837873, 2.1518055594837953, 2.151805559483802, 2.1518055594838073, 2.151805559483811, 2.151805559483814, 2.151805559483816, 2.1518055594838175, 2.151805559483819, 2.1518055594838197, 2.1518055594838206, 2.1518055594838215, 2.151805559483822, 2.1518055594838223, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232, 2.1518055594838232], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.045357652612775114, 0.060282831181756695, 0.06652956940148241, 0.0686958945574285, 0.06900666811590024, 0.06854604820989746, 0.06783263896257909, 0.06710264137773077, 0.06645251459006397, 0.06591156630824585, 0.06547870810713692, 0.06514072702795133, 0.06488110203425809, 0.06468387779557629, 0.06453523531274996, 0.0644238365184669, 0.06434069556114247, 0.06427884718303004, 0.06423293732297161, 0.06419890648664385, 0.06417371771973797, 0.06415508054540393, 0.06414130310760909, 0.06413112367049724, 0.06412359374449966, 0.06411804346788584, 0.06411395172911757, 0.06411092998541225, 0.06410870108298686, 0.06410705811456802, 0.06410584605480613, 0.06410495138455011, 0.06410429135404816, 0.0641038044879983, 0.06410344535546719, 0.06410318044698096, 0.06410298493965966, 0.06410283984160162, 0.064102733285994, 0.06410265490371335, 0.0641025971681774, 0.06410255464109406, 0.06410252331883699, 0.06410250024937345, 0.06410248325821079, 0.06410247074385692, 0.06410246152677829, 0.0641024547382154, 0.0641024497383056, 0.06410244605577543, 0.06410244334352173, 0.06410244134589564, 0.06410243987460658, 0.06410243879097477, 0.06410243799285985, 0.06410243740503348, 0.06410243697208856, 0.06410243665321666, 0.06410243641733872, 0.06410243624133749, 0.06410243611165738, 0.06410243602044811, 0.06410243596008548, 0.06410243591381364, 0.06410243587834329, 0.06410243585115298, 0.06410243583030988, 0.06410243581433228, 0.06410243580208443, 0.06410243579269566, 0.06410243578549857, 0.06410243577998154, 0.06410243577575238, 0.06410243577251046, 0.06410243577002532, 0.06410243576812029, 0.06410243576665996, 0.06410243576554052, 0.0641024357646824, 0.06410243576402459, 0.06410243576352034, 0.0641024357631338, 0.06410243576283751, 0.06410243576261038, 0.06410243576243627, 0.0641024357623028, 0.06410243576220048, 0.06410243576212206, 0.06410243576206193, 0.06410243576201584, 0.0641024357619805, 0.06410243576195343, 0.06410243576193267, 0.06410243576191677, 0.06410243576190458, 0.06410243576189521, 0.06410243576188804, 0.06410243576188254, 0.06410243576187834, 0.06410243576187512, 0.06410243576187265, 0.06410243576187075, 0.06410243576186928, 0.06410243576186817, 0.06410243576186732, 0.06410243576186665, 0.06410243576186615, 0.06410243576186578, 0.06410243576186547, 0.06410243576186524, 0.06410243576186507, 0.06410243576186493, 0.06410243576186483, 0.06410243576186475, 0.0641024357618647, 0.06410243576186465, 0.06410243576186461, 0.06410243576186457, 0.06410243576186456, 0.06410243576186454, 0.06410243576186453, 0.06410243576186452, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449, 0.06410243576186449]}}, {"id": "Androgenetic Alopecia|dutasteride+minoxidil+wnt_agonist", "disease": "Androgenetic Alopecia", "interventions": ["dutasteride", "minoxidil", "wnt_agonist"], "intervention_labels": ["두타스테리드 (이중 5AR)", "미녹시딜 (VEGF/K-ATP→DP, PGE2/Wnt)", "Wnt 작용제/발프로산"], "tracked_genes": ["CTNNB1", "LRP6", "PDGFA", "SRD5A1", "SRD5A2", "VEGFA"], "metrics": {"final_hair_density_pct": 100.0, "min_hair_density_pct": 100.0, "anagen_fraction": 1.0, "healthy_ss": 1.6853, "AND_load": 0.155, "INF_load": 0.08}, "drive": {"AND": 0.155, "INF": 0.08, "chemo_amp": 0.0, "uWnt": 0.65, "uDP": 0.8, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.3907896226435392, 1.533520088241295, 1.638751425861368, 1.7168811304204887, 1.7752259279086164, 1.819005898128268, 1.8519882717341736, 1.8769184075923782, 1.8958137637907557, 1.9101675251323171, 1.9210915302230904, 1.9294180926073763, 1.935772779126272, 1.9406276400601443, 1.9443397670664906, 1.9471801058351008, 1.9493546492485743, 1.9510202500490363, 1.9522964645260215, 1.9532745909721985, 1.9540246960827083, 1.9545998907607347, 1.9550410412630304, 1.9553794914621214, 1.955639154971373, 1.955838402441558, 1.9559912913804458, 1.9561086159275491, 1.95619864960715, 1.956267726249611, 1.956320752459837, 1.9563614609231779, 1.9563927012495008, 1.9564166900221327, 1.9564351073153146, 1.9564492462704974, 1.9564601013029184, 1.9564684352339154, 1.9564748336219788, 1.956479746041431, 1.9564835176233664, 1.956486413326681, 1.9564886365685623, 1.956490343520052, 1.9564916613170507, 1.956492670442681, 1.9564934436312456, 1.9564940365795815, 1.9564944913155022, 1.9564948400441393, 1.9564951074773422, 1.9564953125671025, 1.956495469846943, 1.95649559046225, 1.9564956829601867, 1.9564957538953998, 1.9564958082945223, 1.9564958500123857, 1.9564958820051934, 1.956495906540007, 1.9564959253553986, 1.9564959397846509, 1.9564959508502382, 1.95649595933628, 1.9564959658441052, 1.9564959708958685, 1.9564959747784436, 1.9564959777478612, 1.9564959797355934, 1.9564959813074245, 1.9564959825506072, 1.9564959835338573, 1.956495984311523, 1.95649598492659, 1.9564959854130548, 1.9564959857978064, 1.9564959861021116, 1.956495986342791, 1.9564959865331473, 1.956495986683703, 1.9564959868027794, 1.9564959868969585, 1.9564959869714462, 1.9564959870303595, 1.956495987076955, 1.9564959871138077, 1.9564959871429555, 1.9564959871660086, 1.9564959871842416, 1.9564959871986622, 1.956495987210068, 1.9564959872190888, 1.9564959872262235, 1.9564959872318666, 1.9564959872363292, 1.9564959872398593, 1.956495987242651, 1.9564959872448593, 1.9564959872466057, 1.9564959872479868, 1.9564959872490792, 1.9564959872499434, 1.956495987250627, 1.9564959872511671, 1.9564959872515946, 1.9564959872519327, 1.9564959872522, 1.9564959872524115, 1.956495987252579, 1.9564959872527112, 1.956495987252816, 1.9564959872528986, 1.9564959872529644, 1.9564959872530159, 1.956495987253057, 1.9564959872530894, 1.9564959872531151, 1.9564959872531351, 1.956495987253151, 1.9564959872531635, 1.9564959872531738, 1.9564959872531815, 1.9564959872531877, 1.9564959872531926, 1.9564959872531968, 1.9564959872532, 1.9564959872532024, 1.9564959872532042, 1.9564959872532057, 1.9564959872532068, 1.9564959872532077, 1.9564959872532086, 1.9564959872532093, 1.95649598725321, 1.9564959872532104, 1.9564959872532106, 1.9564959872532108, 1.956495987253211, 1.9564959872532113, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115], "BMP": [0.12536448527548816, 0.12467902821497036, 0.12121880940267558, 0.11693608639814547, 0.1127169549428616, 0.10893309682832265, 0.10570464123767379, 0.10303183049126853, 0.10086221911757201, 0.0991248430752441, 0.09774705943551228, 0.09666222601896961, 0.09581264258643712, 0.09515001484611775, 0.09463483751833522, 0.09423529190783206, 0.09392603115801297, 0.0936870249625541, 0.0935025424688369, 0.09336029001631083, 0.09325069615999505, 0.09316630199975696, 0.09310135258220956, 0.09305139011767545, 0.09301297056111109, 0.09298343308178353, 0.0929607291241814, 0.09294328494892536, 0.09292988300826466, 0.09291958838013892, 0.09291168399643703, 0.0929056122692985, 0.09290094836748179, 0.09289736754518073, 0.09289461685491798, 0.09289250432945804, 0.09289088209404679, 0.09288963635411245, 0.09288867975569703, 0.09288794520692721, 0.09288738117419178, 0.09288694808073535, 0.09288661553341597, 0.0928863601922923, 0.09288616413441828, 0.09288601276609769, 0.09288589684727287, 0.09288580802701754, 0.09288573990973666, 0.09288568766875509, 0.09288564760518737, 0.09288561688062236, 0.09288559331811684, 0.09288557524818515, 0.09288556139049316, 0.09288555076314856, 0.09288554261313799, 0.09288553636297699, 0.09288553156979502, 0.09288552789395707, 0.09288552507499927, 0.09288552291317394, 0.09288552125529631, 0.0928855199838905, 0.09288551900886538, 0.09288551826113106, 0.09288551768069424, 0.09288551723459403, 0.09288551689341337, 0.0928855166650263, 0.09288551648442543, 0.09288551634158568, 0.09288551622861173, 0.09288551613925905, 0.09288551606858876, 0.09288551601269465, 0.09288551596848722, 0.09288551593352296, 0.09288551590586923, 0.0928855158839975, 0.09288551586669887, 0.09288551585301713, 0.09288551584219606, 0.09288551583363752, 0.09288551582686845, 0.09288551582151469, 0.09288551581728036, 0.09288551581393135, 0.09288551581128257, 0.09288551580918762, 0.0928855158075307, 0.0928855158062202, 0.09288551580518371, 0.09288551580436395, 0.09288551580371558, 0.09288551580320278, 0.0928855158027972, 0.09288551580247642, 0.0928855158022227, 0.09288551580202205, 0.09288551580186336, 0.09288551580173783, 0.09288551580163855, 0.09288551580156003, 0.09288551580149791, 0.0928855158014488, 0.09288551580140995, 0.09288551580137924, 0.09288551580135494, 0.09288551580133571, 0.09288551580132051, 0.0928855158013085, 0.09288551580129897, 0.09288551580129145, 0.0928855158012855, 0.0928855158012808, 0.09288551580127707, 0.09288551580127413, 0.09288551580127181, 0.09288551580126997, 0.09288551580126851, 0.09288551580126736, 0.09288551580126646, 0.09288551580126574, 0.09288551580126518, 0.09288551580126472, 0.09288551580126436, 0.09288551580126408, 0.09288551580126385, 0.09288551580126368, 0.09288551580126354, 0.09288551580126343, 0.09288551580126335, 0.09288551580126328, 0.09288551580126322, 0.09288551580126318, 0.09288551580126314, 0.09288551580126311, 0.09288551580126309, 0.09288551580126307, 0.09288551580126306, 0.09288551580126304, 0.09288551580126303, 0.09288551580126302, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263], "SHH": [0.7736219254794859, 0.7799861571803937, 0.793372165142992, 0.8088023438365511, 0.8239319574685423, 0.8377011003651217, 0.8497093369424297, 0.859897356248179, 0.8683760417000576, 0.8753323436928159, 0.8809774251468266, 0.8855189277481272, 0.8891470668965639, 0.8920289079904831, 0.8943070355270919, 0.8961006952397453, 0.8975081095511271, 0.8986092524774539, 0.8994686354422909, 0.9001379011566627, 0.900658115836162, 0.9010618720972452, 0.9013748106193373, 0.9016170648808809, 0.9018043936458741, 0.9019491342952006, 0.9020608819846098, 0.9021470819100859, 0.902213538311604, 0.9022647430283957, 0.9023041670258224, 0.9023345228259871, 0.902357889659405, 0.902375864143278, 0.902389694387643, 0.9024003316009838, 0.9024085107258721, 0.9024147988042364, 0.9024196322674439, 0.9024233470733067, 0.9024262017715518, 0.9024283952682486, 0.9024300805493434, 0.902431375256242, 0.9024323698340634, 0.9024331380107302, 0.9024337265135154, 0.902434177589754, 0.9024345236203881, 0.9024347890644859, 0.9024349926766911, 0.9024351488551773, 0.9024352686472954, 0.9024353605283272, 0.9024354310000975, 0.9024354850502889, 0.902435526504908, 0.9024355582987529, 0.9024355826829409, 0.902435601384132, 0.9024356157266863, 0.9024356267263764, 0.9024356351622789, 0.9024356416319189, 0.9024356465935733, 0.9024356503987161, 0.9024356533525668, 0.9024356556228292, 0.9024356573591803, 0.9024356585215311, 0.9024356594406892, 0.9024356601676714, 0.9024356607426569, 0.9024356611974245, 0.9024356615571091, 0.9024356618415906, 0.9024356620665923, 0.9024356622445503, 0.9024356623853004, 0.9024356624966221, 0.9024356625846682, 0.9024356626543054, 0.9024356627093826, 0.9024356627529441, 0.9024356627873974, 0.9024356628146472, 0.9024356628361995, 0.9024356628532454, 0.9024356628667274, 0.9024356628773905, 0.9024356628858243, 0.9024356628924944, 0.90243566289777, 0.9024356629019425, 0.9024356629052427, 0.9024356629078529, 0.9024356629099173, 0.9024356629115501, 0.9024356629128414, 0.9024356629138627, 0.9024356629146704, 0.9024356629153094, 0.9024356629158147, 0.9024356629162144, 0.9024356629165304, 0.9024356629167805, 0.9024356629169782, 0.9024356629171346, 0.9024356629172583, 0.9024356629173562, 0.9024356629174336, 0.9024356629174948, 0.9024356629175432, 0.9024356629175814, 0.9024356629176116, 0.9024356629176356, 0.9024356629176545, 0.9024356629176695, 0.9024356629176814, 0.9024356629176907, 0.9024356629176981, 0.9024356629177039, 0.9024356629177085, 0.9024356629177122, 0.902435662917715, 0.9024356629177173, 0.9024356629177192, 0.9024356629177207, 0.9024356629177218, 0.9024356629177227, 0.9024356629177234, 0.9024356629177239, 0.9024356629177244, 0.9024356629177248, 0.902435662917725, 0.9024356629177253, 0.9024356629177255, 0.9024356629177256, 0.9024356629177257, 0.9024356629177258, 0.9024356629177259, 0.902435662917726, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261], "DP": [1.3730090410250906, 1.6527042147278348, 1.844106216249832, 1.9763552588250393, 2.0686935263079484, 2.133796024397669, 2.180083287698376, 2.2132223402883517, 2.237080610390649, 2.2543327832719076, 2.266850638169657, 2.2759571302030923, 2.2825953706818547, 2.2874416873004484, 2.290983976355605, 2.2935753222682225, 2.2954722550780735, 2.2968615624602102, 2.2978794684948785, 2.298625398259982, 2.2991721060646166, 2.299573156150847, 2.299867162203288, 2.300082715440151, 2.300240850636082, 2.3003568117944533, 2.300441858397685, 2.300504238803332, 2.3005499884301717, 2.300583537723851, 2.3006081358399917, 2.3006261855586168, 2.3006394292435015, 2.3006491406319163, 2.300656269269505, 2.300661499626529, 2.3006653364460163, 2.300668151358428, 2.3006702165279616, 2.300671731609199, 2.300672843139646, 2.3006736586097514, 2.300674256873999, 2.3006746957873183, 2.3006750177942425, 2.3006752557854195, 2.3006754295732526, 2.300675556630116, 2.300675649712961, 2.3006757179114135, 2.300675767871972, 2.3006758044713926, 2.3006758312830664, 2.3006758509245464, 2.30067586531334, 2.3006758758541626, 2.300675883576071, 2.300675889232923, 2.300675893376972, 2.3006758964127854, 2.3006758986367366, 2.3006759002659405, 2.3006759014594493, 2.3006759023337797, 2.300675902974289, 2.300675903443509, 2.300675903793168, 2.300675904049979, 2.300675904237158, 2.3006759043534992, 2.300675904442296, 2.300675904510086, 2.3006759045618392, 2.3006759046013494, 2.3006759046315124, 2.30067590465454, 2.30067590467212, 2.3006759046855407, 2.3006759046957868, 2.300675904703609, 2.3006759047095806, 2.3006759047141396, 2.3006759047176204, 2.300675904720277, 2.300675904722306, 2.3006759047238545, 2.3006759047250367, 2.300675904725939, 2.3006759047266283, 2.300675904727154, 2.3006759047275556, 2.300675904727862, 2.300675904728096, 2.300675904728275, 2.3006759047284113, 2.3006759047285157, 2.300675904728595, 2.3006759047286556, 2.300675904728702, 2.3006759047287377, 2.3006759047287644, 2.3006759047287852, 2.300675904728801, 2.300675904728813, 2.300675904728822, 2.3006759047288297, 2.300675904728835, 2.300675904728839, 2.300675904728842, 2.3006759047288443, 2.300675904728846, 2.3006759047288474, 2.3006759047288483, 2.300675904728849, 2.3006759047288496, 2.30067590472885, 2.3006759047288505, 2.300675904728851, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514], "HFSC": [0.967293081691081, 0.9559258790783919, 0.9528634154411915, 0.9561174367184752, 0.9635558387802214, 0.9733676963192435, 0.9841875615360101, 0.9950698696566809, 1.0054113194488707, 1.0148659901291004, 1.0232703129560259, 1.0305830578931559, 1.0368401002326744, 1.0421219523378733, 1.0465313498622812, 1.0501784572543467, 1.0531714895047615, 1.0556113098855304, 1.0575886682637123, 1.0591831645177754, 1.0604631961657498, 1.0614867172479934, 1.0623023766084563, 1.0629503694726428, 1.063463694168109, 1.0638693531143, 1.0641892052700017, 1.0644408699127004, 1.0646385114644354, 1.064793449994325, 1.0649147005520143, 1.0650094830757564, 1.065083485435259, 1.0651411770628905, 1.0651861217889214, 1.0652210970073324, 1.0652482876756741, 1.06526940828672, 1.0652858006815622, 1.065298513854474, 1.0653083667665908, 1.065315998015685, 1.0653219050151486, 1.0653264748103182, 1.06533000828332, 1.0653327534707349, 1.0653348692362317, 1.0653364999110817, 1.0653377571301457, 1.0653387260831202, 1.0653394725948413, 1.0653400475465455, 1.065340490233626, 1.0653408309880394, 1.0653410932125542, 1.0653412949561296, 1.0653414501332563, 1.0653415694671335, 1.0653416612187865, 1.065341731750395, 1.065341785960307, 1.0653418276188, 1.0653418596271265, 1.0653418842172795, 1.0653419031059927, 1.0653419176134122, 1.0653419288889314, 1.0653419375660411, 1.0653419442108019, 1.0653419486667053, 1.0653419521929024, 1.0653419549837597, 1.065341957192524, 1.0653419589405302, 1.0653419603238397, 1.0653419614184996, 1.0653419622847111, 1.0653419629701264, 1.065341963512464, 1.065341963941578, 1.0653419642810966, 1.0653419645497189, 1.0653419647622437, 1.0653419649303824, 1.0653419650634015, 1.0653419651686344, 1.065341965251884, 1.0653419653177412, 1.0653419653698384, 1.0653419654110503, 1.0653419654436505, 1.065341965469438, 1.0653419654898366, 1.065341965505972, 1.0653419655187348, 1.06534196552883, 1.0653419655368153, 1.0653419655431313, 1.065341965548127, 1.0653419655520786, 1.0653419655552039, 1.0653419655576761, 1.0653419655596315, 1.0653419655611776, 1.065341965562401, 1.0653419655633682, 1.0653419655641334, 1.0653419655647387, 1.0653419655652172, 1.0653419655655958, 1.065341965565895, 1.0653419655661318, 1.065341965566319, 1.065341965566467, 1.0653419655665843, 1.0653419655666772, 1.0653419655667504, 1.0653419655668084, 1.0653419655668541, 1.0653419655668903, 1.065341965566919, 1.0653419655669416, 1.0653419655669596, 1.0653419655669736, 1.065341965566985, 1.0653419655669938, 1.065341965567001, 1.0653419655670062, 1.0653419655670107, 1.0653419655670144, 1.065341965567017, 1.065341965567019, 1.0653419655670209, 1.0653419655670222, 1.065341965567023, 1.065341965567024, 1.0653419655670247, 1.065341965567025, 1.0653419655670255, 1.065341965567026, 1.0653419655670262, 1.0653419655670264, 1.0653419655670266, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269, 1.0653419655670269], "APO": [0.04535765261277512, 0.053639187159148054, 0.05613605444013784, 0.05618360376852727, 0.05529776571246504, 0.05416302715043861, 0.053071841198891995, 0.0521320668224482, 0.05136720148609189, 0.05076503787357285, 0.050300870423303654, 0.04994807266704919, 0.04968253117358144, 0.04948402378612426, 0.049336358152599714, 0.0492269050613096, 0.04914599071540728, 0.049086290188441614, 0.049042305331385476, 0.04900993572694336, 0.04898613668228028, 0.048968641615276115, 0.04895578873359964, 0.04894635019675073, 0.04893942207407559, 0.04893433542006039, 0.048930601034124284, 0.04892786274639889, 0.048925853688084546, 0.048924379179903214, 0.04892329841594996, 0.04892250525936485, 0.04892192310288421, 0.04892149621522286, 0.04892118284238605, 0.04892095288539835, 0.04892078418840646, 0.04892066042258927, 0.04892056961783893, 0.04892050299778584, 0.048920454122082874, 0.04892041826435544, 0.04892039195714417, 0.04892037265684528, 0.04892035849723544, 0.048920348031999586, 0.04892034038995304, 0.048920334802813666, 0.04892033070962707, 0.04892032771069307, 0.04892032551374317, 0.048920323904330265, 0.048920322725320306, 0.04892032186161025, 0.0489203212288804, 0.048920320765360285, 0.04892032042579847, 0.048920320177045035, 0.04892031999481527, 0.048920319861318874, 0.048920319763523186, 0.04892031969188082, 0.04892031963939765, 0.04892031960094995, 0.04892031957278426, 0.04892031955215088, 0.04892031953677502, 0.04892031952548206, 0.04892031951725106, 0.048920319512135095, 0.04892031950823036, 0.04892031950524937, 0.04892031950297359, 0.04892031950123618, 0.048920319499909784, 0.04892031949889718, 0.04892031949812413, 0.04892031949753395, 0.04892031949708339, 0.04892031949673942, 0.04892031949647682, 0.04892031949627634, 0.04892031949612329, 0.04892031949600645, 0.04892031949591725, 0.04892031949584915, 0.04892031949579716, 0.04892031949575747, 0.04892031949572717, 0.048920319495704044, 0.048920319495686385, 0.0489203194956729, 0.04892031949566261, 0.04892031949565475, 0.048920319495648755, 0.048920319495644175, 0.04892031949564068, 0.048920319495638014, 0.04892031949563597, 0.048920319495634405, 0.04892031949563322, 0.04892031949563232, 0.04892031949563162, 0.04892031949563109, 0.04892031949563069, 0.04892031949563038, 0.048920319495630145, 0.048920319495629964, 0.048920319495629826, 0.04892031949562972, 0.048920319495629645, 0.04892031949562958, 0.048920319495629534, 0.0489203194956295, 0.04892031949562947, 0.04892031949562945, 0.04892031949562944, 0.04892031949562942, 0.04892031949562941, 0.0489203194956294, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395], "Hair": [1.6853182222234062, 1.6921722743997643, 1.7168721234607989, 1.7499659372740435, 1.7856609758146533, 1.8205600832566866, 1.852805412241235, 1.881516728694633, 1.9064210037389258, 1.9276067277889108, 1.9453615195083713, 1.960066913240169, 1.9721323070998156, 1.9819561499722849, 1.9899046385051506, 1.9963021398554657, 2.001428575864931, 2.005521020624745, 2.008777418728867, 2.0113612148758193, 2.0134061270487957, 2.015021013404243, 2.016293760786033, 2.0172950243952594, 2.0180813902751575, 2.018698067416258, 2.0191809963825693, 2.019558660188909, 2.019853647379034, 2.020083781180107, 2.0202630893681985, 2.0204027098396904, 2.020511334341639, 2.0205957429367905, 2.020661310170948, 2.020712196699575, 2.0207516594729893, 2.02078224303395, 2.0208059302329695, 2.0208242652227173, 2.0208384494575786, 2.020849416874748, 2.0208578928557177, 2.0208644403636997, 2.020869495991685, 2.0208734187929736, 2.0208764382276536, 2.0208787625555935, 2.0208805525528013, 2.020881930648136, 2.0208829912899886, 2.0208838073813298, 2.0208844351476376, 2.020884917932377, 2.0208852891359905, 2.0208855744876715, 2.0208857938006286, 2.0208859623276054, 2.020886091807149, 2.020886191270815, 2.0208862676656514, 2.02088632633404, 2.020886371383442, 2.0208864059712046, 2.0208864325238656, 2.0208864529059767, 2.020886468739658, 2.0208864809180986, 2.020886490239097, 2.0208864964847244, 2.0208865014254225, 2.020886505334417, 2.0208865084270373, 2.0208865108736993, 2.0208865128092652, 2.020886514340456, 2.02088651555172, 2.020886516509878, 2.0208865172678014, 2.0208865178673214, 2.0208865183415337, 2.020886518716622, 2.0208865190133003, 2.0208865192479566, 2.020886519433553, 2.0208865195803445, 2.0208865196964436, 2.0208865197882653, 2.0208865198608867, 2.0208865199183212, 2.020886519963744, 2.020886519999668, 2.020886520028079, 2.020886520050547, 2.020886520068316, 2.0208865200823687, 2.020886520093482, 2.0208865201022705, 2.020886520109221, 2.0208865201147175, 2.0208865201190642, 2.0208865201225015, 2.0208865201252197, 2.0208865201273696, 2.020886520129069, 2.020886520130414, 2.0208865201314774, 2.020886520132318, 2.0208865201329833, 2.0208865201335087, 2.0208865201339243, 2.0208865201342534, 2.020886520134513, 2.020886520134719, 2.0208865201348813, 2.02088652013501, 2.0208865201351114, 2.0208865201351918, 2.0208865201352557, 2.0208865201353063, 2.0208865201353454, 2.0208865201353774, 2.020886520135402, 2.020886520135422, 2.0208865201354373, 2.0208865201354493, 2.020886520135459, 2.020886520135467, 2.0208865201354733, 2.020886520135478, 2.020886520135482, 2.020886520135485, 2.020886520135487, 2.020886520135489, 2.02088652013549, 2.0208865201354915, 2.0208865201354924, 2.0208865201354933, 2.0208865201354937, 2.020886520135494, 2.0208865201354946, 2.020886520135495, 2.020886520135495, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955, 2.0208865201354955], "HairDensity": [100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0]}, "proteins": {"AR/DHT (AR)": [0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155, 0.155], "DKK1": [0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075, 0.10075], "β-catenin (CTNNB1)": [1.195525502499162, 1.3907896226435392, 1.533520088241295, 1.638751425861368, 1.7168811304204887, 1.7752259279086164, 1.819005898128268, 1.8519882717341736, 1.8769184075923782, 1.8958137637907557, 1.9101675251323171, 1.9210915302230904, 1.9294180926073763, 1.935772779126272, 1.9406276400601443, 1.9443397670664906, 1.9471801058351008, 1.9493546492485743, 1.9510202500490363, 1.9522964645260215, 1.9532745909721985, 1.9540246960827083, 1.9545998907607347, 1.9550410412630304, 1.9553794914621214, 1.955639154971373, 1.955838402441558, 1.9559912913804458, 1.9561086159275491, 1.95619864960715, 1.956267726249611, 1.956320752459837, 1.9563614609231779, 1.9563927012495008, 1.9564166900221327, 1.9564351073153146, 1.9564492462704974, 1.9564601013029184, 1.9564684352339154, 1.9564748336219788, 1.956479746041431, 1.9564835176233664, 1.956486413326681, 1.9564886365685623, 1.956490343520052, 1.9564916613170507, 1.956492670442681, 1.9564934436312456, 1.9564940365795815, 1.9564944913155022, 1.9564948400441393, 1.9564951074773422, 1.9564953125671025, 1.956495469846943, 1.95649559046225, 1.9564956829601867, 1.9564957538953998, 1.9564958082945223, 1.9564958500123857, 1.9564958820051934, 1.956495906540007, 1.9564959253553986, 1.9564959397846509, 1.9564959508502382, 1.95649595933628, 1.9564959658441052, 1.9564959708958685, 1.9564959747784436, 1.9564959777478612, 1.9564959797355934, 1.9564959813074245, 1.9564959825506072, 1.9564959835338573, 1.956495984311523, 1.95649598492659, 1.9564959854130548, 1.9564959857978064, 1.9564959861021116, 1.956495986342791, 1.9564959865331473, 1.956495986683703, 1.9564959868027794, 1.9564959868969585, 1.9564959869714462, 1.9564959870303595, 1.956495987076955, 1.9564959871138077, 1.9564959871429555, 1.9564959871660086, 1.9564959871842416, 1.9564959871986622, 1.956495987210068, 1.9564959872190888, 1.9564959872262235, 1.9564959872318666, 1.9564959872363292, 1.9564959872398593, 1.956495987242651, 1.9564959872448593, 1.9564959872466057, 1.9564959872479868, 1.9564959872490792, 1.9564959872499434, 1.956495987250627, 1.9564959872511671, 1.9564959872515946, 1.9564959872519327, 1.9564959872522, 1.9564959872524115, 1.956495987252579, 1.9564959872527112, 1.956495987252816, 1.9564959872528986, 1.9564959872529644, 1.9564959872530159, 1.956495987253057, 1.9564959872530894, 1.9564959872531151, 1.9564959872531351, 1.956495987253151, 1.9564959872531635, 1.9564959872531738, 1.9564959872531815, 1.9564959872531877, 1.9564959872531926, 1.9564959872531968, 1.9564959872532, 1.9564959872532024, 1.9564959872532042, 1.9564959872532057, 1.9564959872532068, 1.9564959872532077, 1.9564959872532086, 1.9564959872532093, 1.95649598725321, 1.9564959872532104, 1.9564959872532106, 1.9564959872532108, 1.956495987253211, 1.9564959872532113, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115, 1.9564959872532115], "BMP4": [0.12536448527548816, 0.12467902821497036, 0.12121880940267558, 0.11693608639814547, 0.1127169549428616, 0.10893309682832265, 0.10570464123767379, 0.10303183049126853, 0.10086221911757201, 0.0991248430752441, 0.09774705943551228, 0.09666222601896961, 0.09581264258643712, 0.09515001484611775, 0.09463483751833522, 0.09423529190783206, 0.09392603115801297, 0.0936870249625541, 0.0935025424688369, 0.09336029001631083, 0.09325069615999505, 0.09316630199975696, 0.09310135258220956, 0.09305139011767545, 0.09301297056111109, 0.09298343308178353, 0.0929607291241814, 0.09294328494892536, 0.09292988300826466, 0.09291958838013892, 0.09291168399643703, 0.0929056122692985, 0.09290094836748179, 0.09289736754518073, 0.09289461685491798, 0.09289250432945804, 0.09289088209404679, 0.09288963635411245, 0.09288867975569703, 0.09288794520692721, 0.09288738117419178, 0.09288694808073535, 0.09288661553341597, 0.0928863601922923, 0.09288616413441828, 0.09288601276609769, 0.09288589684727287, 0.09288580802701754, 0.09288573990973666, 0.09288568766875509, 0.09288564760518737, 0.09288561688062236, 0.09288559331811684, 0.09288557524818515, 0.09288556139049316, 0.09288555076314856, 0.09288554261313799, 0.09288553636297699, 0.09288553156979502, 0.09288552789395707, 0.09288552507499927, 0.09288552291317394, 0.09288552125529631, 0.0928855199838905, 0.09288551900886538, 0.09288551826113106, 0.09288551768069424, 0.09288551723459403, 0.09288551689341337, 0.0928855166650263, 0.09288551648442543, 0.09288551634158568, 0.09288551622861173, 0.09288551613925905, 0.09288551606858876, 0.09288551601269465, 0.09288551596848722, 0.09288551593352296, 0.09288551590586923, 0.0928855158839975, 0.09288551586669887, 0.09288551585301713, 0.09288551584219606, 0.09288551583363752, 0.09288551582686845, 0.09288551582151469, 0.09288551581728036, 0.09288551581393135, 0.09288551581128257, 0.09288551580918762, 0.0928855158075307, 0.0928855158062202, 0.09288551580518371, 0.09288551580436395, 0.09288551580371558, 0.09288551580320278, 0.0928855158027972, 0.09288551580247642, 0.0928855158022227, 0.09288551580202205, 0.09288551580186336, 0.09288551580173783, 0.09288551580163855, 0.09288551580156003, 0.09288551580149791, 0.0928855158014488, 0.09288551580140995, 0.09288551580137924, 0.09288551580135494, 0.09288551580133571, 0.09288551580132051, 0.0928855158013085, 0.09288551580129897, 0.09288551580129145, 0.0928855158012855, 0.0928855158012808, 0.09288551580127707, 0.09288551580127413, 0.09288551580127181, 0.09288551580126997, 0.09288551580126851, 0.09288551580126736, 0.09288551580126646, 0.09288551580126574, 0.09288551580126518, 0.09288551580126472, 0.09288551580126436, 0.09288551580126408, 0.09288551580126385, 0.09288551580126368, 0.09288551580126354, 0.09288551580126343, 0.09288551580126335, 0.09288551580126328, 0.09288551580126322, 0.09288551580126318, 0.09288551580126314, 0.09288551580126311, 0.09288551580126309, 0.09288551580126307, 0.09288551580126306, 0.09288551580126304, 0.09288551580126303, 0.09288551580126302, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263, 0.092885515801263], "SHH": [0.7736219254794859, 0.7799861571803937, 0.793372165142992, 0.8088023438365511, 0.8239319574685423, 0.8377011003651217, 0.8497093369424297, 0.859897356248179, 0.8683760417000576, 0.8753323436928159, 0.8809774251468266, 0.8855189277481272, 0.8891470668965639, 0.8920289079904831, 0.8943070355270919, 0.8961006952397453, 0.8975081095511271, 0.8986092524774539, 0.8994686354422909, 0.9001379011566627, 0.900658115836162, 0.9010618720972452, 0.9013748106193373, 0.9016170648808809, 0.9018043936458741, 0.9019491342952006, 0.9020608819846098, 0.9021470819100859, 0.902213538311604, 0.9022647430283957, 0.9023041670258224, 0.9023345228259871, 0.902357889659405, 0.902375864143278, 0.902389694387643, 0.9024003316009838, 0.9024085107258721, 0.9024147988042364, 0.9024196322674439, 0.9024233470733067, 0.9024262017715518, 0.9024283952682486, 0.9024300805493434, 0.902431375256242, 0.9024323698340634, 0.9024331380107302, 0.9024337265135154, 0.902434177589754, 0.9024345236203881, 0.9024347890644859, 0.9024349926766911, 0.9024351488551773, 0.9024352686472954, 0.9024353605283272, 0.9024354310000975, 0.9024354850502889, 0.902435526504908, 0.9024355582987529, 0.9024355826829409, 0.902435601384132, 0.9024356157266863, 0.9024356267263764, 0.9024356351622789, 0.9024356416319189, 0.9024356465935733, 0.9024356503987161, 0.9024356533525668, 0.9024356556228292, 0.9024356573591803, 0.9024356585215311, 0.9024356594406892, 0.9024356601676714, 0.9024356607426569, 0.9024356611974245, 0.9024356615571091, 0.9024356618415906, 0.9024356620665923, 0.9024356622445503, 0.9024356623853004, 0.9024356624966221, 0.9024356625846682, 0.9024356626543054, 0.9024356627093826, 0.9024356627529441, 0.9024356627873974, 0.9024356628146472, 0.9024356628361995, 0.9024356628532454, 0.9024356628667274, 0.9024356628773905, 0.9024356628858243, 0.9024356628924944, 0.90243566289777, 0.9024356629019425, 0.9024356629052427, 0.9024356629078529, 0.9024356629099173, 0.9024356629115501, 0.9024356629128414, 0.9024356629138627, 0.9024356629146704, 0.9024356629153094, 0.9024356629158147, 0.9024356629162144, 0.9024356629165304, 0.9024356629167805, 0.9024356629169782, 0.9024356629171346, 0.9024356629172583, 0.9024356629173562, 0.9024356629174336, 0.9024356629174948, 0.9024356629175432, 0.9024356629175814, 0.9024356629176116, 0.9024356629176356, 0.9024356629176545, 0.9024356629176695, 0.9024356629176814, 0.9024356629176907, 0.9024356629176981, 0.9024356629177039, 0.9024356629177085, 0.9024356629177122, 0.902435662917715, 0.9024356629177173, 0.9024356629177192, 0.9024356629177207, 0.9024356629177218, 0.9024356629177227, 0.9024356629177234, 0.9024356629177239, 0.9024356629177244, 0.9024356629177248, 0.902435662917725, 0.9024356629177253, 0.9024356629177255, 0.9024356629177256, 0.9024356629177257, 0.9024356629177258, 0.9024356629177259, 0.902435662917726, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261, 0.9024356629177261], "IGF1": [0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739, 0.9214466712739], "VEGFA (DP)": [1.3730090410250906, 1.6527042147278348, 1.844106216249832, 1.9763552588250393, 2.0686935263079484, 2.133796024397669, 2.180083287698376, 2.2132223402883517, 2.237080610390649, 2.2543327832719076, 2.266850638169657, 2.2759571302030923, 2.2825953706818547, 2.2874416873004484, 2.290983976355605, 2.2935753222682225, 2.2954722550780735, 2.2968615624602102, 2.2978794684948785, 2.298625398259982, 2.2991721060646166, 2.299573156150847, 2.299867162203288, 2.300082715440151, 2.300240850636082, 2.3003568117944533, 2.300441858397685, 2.300504238803332, 2.3005499884301717, 2.300583537723851, 2.3006081358399917, 2.3006261855586168, 2.3006394292435015, 2.3006491406319163, 2.300656269269505, 2.300661499626529, 2.3006653364460163, 2.300668151358428, 2.3006702165279616, 2.300671731609199, 2.300672843139646, 2.3006736586097514, 2.300674256873999, 2.3006746957873183, 2.3006750177942425, 2.3006752557854195, 2.3006754295732526, 2.300675556630116, 2.300675649712961, 2.3006757179114135, 2.300675767871972, 2.3006758044713926, 2.3006758312830664, 2.3006758509245464, 2.30067586531334, 2.3006758758541626, 2.300675883576071, 2.300675889232923, 2.300675893376972, 2.3006758964127854, 2.3006758986367366, 2.3006759002659405, 2.3006759014594493, 2.3006759023337797, 2.300675902974289, 2.300675903443509, 2.300675903793168, 2.300675904049979, 2.300675904237158, 2.3006759043534992, 2.300675904442296, 2.300675904510086, 2.3006759045618392, 2.3006759046013494, 2.3006759046315124, 2.30067590465454, 2.30067590467212, 2.3006759046855407, 2.3006759046957868, 2.300675904703609, 2.3006759047095806, 2.3006759047141396, 2.3006759047176204, 2.300675904720277, 2.300675904722306, 2.3006759047238545, 2.3006759047250367, 2.300675904725939, 2.3006759047266283, 2.300675904727154, 2.3006759047275556, 2.300675904727862, 2.300675904728096, 2.300675904728275, 2.3006759047284113, 2.3006759047285157, 2.300675904728595, 2.3006759047286556, 2.300675904728702, 2.3006759047287377, 2.3006759047287644, 2.3006759047287852, 2.300675904728801, 2.300675904728813, 2.300675904728822, 2.3006759047288297, 2.300675904728835, 2.300675904728839, 2.300675904728842, 2.3006759047288443, 2.300675904728846, 2.3006759047288474, 2.3006759047288483, 2.300675904728849, 2.3006759047288496, 2.30067590472885, 2.3006759047288505, 2.300675904728851, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514, 2.3006759047288514], "JAK-STAT (STAT1)": [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], "p53/apoptosis (TP53)": [0.04535765261277512, 0.053639187159148054, 0.05613605444013784, 0.05618360376852727, 0.05529776571246504, 0.05416302715043861, 0.053071841198891995, 0.0521320668224482, 0.05136720148609189, 0.05076503787357285, 0.050300870423303654, 0.04994807266704919, 0.04968253117358144, 0.04948402378612426, 0.049336358152599714, 0.0492269050613096, 0.04914599071540728, 0.049086290188441614, 0.049042305331385476, 0.04900993572694336, 0.04898613668228028, 0.048968641615276115, 0.04895578873359964, 0.04894635019675073, 0.04893942207407559, 0.04893433542006039, 0.048930601034124284, 0.04892786274639889, 0.048925853688084546, 0.048924379179903214, 0.04892329841594996, 0.04892250525936485, 0.04892192310288421, 0.04892149621522286, 0.04892118284238605, 0.04892095288539835, 0.04892078418840646, 0.04892066042258927, 0.04892056961783893, 0.04892050299778584, 0.048920454122082874, 0.04892041826435544, 0.04892039195714417, 0.04892037265684528, 0.04892035849723544, 0.048920348031999586, 0.04892034038995304, 0.048920334802813666, 0.04892033070962707, 0.04892032771069307, 0.04892032551374317, 0.048920323904330265, 0.048920322725320306, 0.04892032186161025, 0.0489203212288804, 0.048920320765360285, 0.04892032042579847, 0.048920320177045035, 0.04892031999481527, 0.048920319861318874, 0.048920319763523186, 0.04892031969188082, 0.04892031963939765, 0.04892031960094995, 0.04892031957278426, 0.04892031955215088, 0.04892031953677502, 0.04892031952548206, 0.04892031951725106, 0.048920319512135095, 0.04892031950823036, 0.04892031950524937, 0.04892031950297359, 0.04892031950123618, 0.048920319499909784, 0.04892031949889718, 0.04892031949812413, 0.04892031949753395, 0.04892031949708339, 0.04892031949673942, 0.04892031949647682, 0.04892031949627634, 0.04892031949612329, 0.04892031949600645, 0.04892031949591725, 0.04892031949584915, 0.04892031949579716, 0.04892031949575747, 0.04892031949572717, 0.048920319495704044, 0.048920319495686385, 0.0489203194956729, 0.04892031949566261, 0.04892031949565475, 0.048920319495648755, 0.048920319495644175, 0.04892031949564068, 0.048920319495638014, 0.04892031949563597, 0.048920319495634405, 0.04892031949563322, 0.04892031949563232, 0.04892031949563162, 0.04892031949563109, 0.04892031949563069, 0.04892031949563038, 0.048920319495630145, 0.048920319495629964, 0.048920319495629826, 0.04892031949562972, 0.048920319495629645, 0.04892031949562958, 0.048920319495629534, 0.0489203194956295, 0.04892031949562947, 0.04892031949562945, 0.04892031949562944, 0.04892031949562942, 0.04892031949562941, 0.0489203194956294, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395, 0.048920319495629395]}}, {"id": "Alopecia Areata|", "disease": "Alopecia Areata", "interventions": [], "intervention_labels": [], "tracked_genes": [], "metrics": {"final_hair_density_pct": 11.0, "min_hair_density_pct": 11.0, "anagen_fraction": 0.012, "healthy_ss": 1.6853, "AND_load": 0.12, "INF_load": 0.82}, "drive": {"AND": 0.12, "INF": 0.82, "chemo_amp": 0.0, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.1955255024991622, 1.1914976309672467, 1.188441624390077, 1.1861171432130484, 1.1843452208152614, 1.182991966338024, 1.1819567895172407, 1.1811638351577536, 1.1805557117249157, 1.1800888713022668, 1.1797301871030321, 1.1794544047894184, 1.17924223548934, 1.1790789229940735, 1.1789531632184749, 1.178856286204745, 1.1787816360301917, 1.1787240985637935, 1.1786797414519037, 1.1786455393440354, 1.1786191634032754, 1.1785988199763264, 1.178583127997852, 1.1785710231357378, 1.1785616852757748, 1.1785544809706439, 1.1785489243720662, 1.1785446357814686, 1.1785413261885689, 1.1785387722853131, 1.1785368013093387, 1.1785352800432114, 1.1785341059621548, 1.1785331974234459, 1.1785324951832123, 1.178531954452058, 1.178531538037781, 1.1785312171759956, 1.1785309695971244, 1.178530778766162, 1.1785306311736101, 1.1785305174195226, 1.178530429761427, 1.1785303621801562, 1.1785303100762203, 1.1785302699055298, 1.1785302389350147, 1.1785302148139243, 1.1785301961525807, 1.1785301817941345, 1.1785301719562726, 1.1785301642854427, 1.1785301581930359, 1.1785301533542596, 1.1785301495111544, 1.1785301464588416, 1.1785301440346, 1.178530142109192, 1.178530140579973, 1.1785301393654193, 1.178530138400783, 1.1785301376346384, 1.1785301370261423, 1.1785301365428555, 1.178530136159014, 1.178530135854155, 1.1785301356120261, 1.1785301354197197, 1.1785301352669841, 1.1785301351456765, 1.1785301350493302, 1.178530134972809, 1.1785301349120334, 1.1785301348637636, 1.178530134825426, 1.1785301347949773, 1.1785301347707937, 1.1785301347515864, 1.1785301347363315, 1.1785301347242154, 1.1785301347145924, 1.1785301347069497, 1.1785301347008796, 1.1785301346960584, 1.1785301346922292, 1.178530134689188, 1.1785301346867727, 1.1785301346848545, 1.1785301346833306, 1.1785301346821204, 1.1785301346811594, 1.178530134680396, 1.1785301346797896, 1.178530134679308, 1.1785301346789256, 1.1785301346786219, 1.1785301346783807, 1.1785301346781891, 1.178530134678037, 1.1785301346779162, 1.17853013467782, 1.178530134677744, 1.1785301346776833, 1.1785301346776351, 1.178530134677597, 1.1785301346775665, 1.1785301346775425, 1.1785301346775234, 1.1785301346775081, 1.1785301346774961, 1.1785301346774866, 1.178530134677479, 1.178530134677473, 1.1785301346774681, 1.1785301346774644, 1.1785301346774615, 1.178530134677459, 1.178530134677457, 1.1785301346774557, 1.1785301346774544, 1.1785301346774533, 1.1785301346774526, 1.1785301346774522, 1.1785301346774517, 1.1785301346774515, 1.1785301346774508, 1.1785301346774504, 1.1785301346774502, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745], "BMP": [0.12536448527548816, 0.1259649254531289, 0.12644979935892453, 0.12683798354912892, 0.12714665377444773, 0.12739077180445008, 0.12758299860283875, 0.12773383154011209, 0.1278518446502454, 0.12794396220534424, 0.12801572753708132, 0.128071548151543, 0.12811490945259282, 0.1281485556587456, 0.12817463980302837, 0.12819484629237962, 0.12821048978411792, 0.12822259438478323, 0.12823195661652398, 0.12823919516426724, 0.1282447900809728, 0.1282491135574881, 0.1282524537776764, 0.12825503384879172, 0.12825702635115277, 0.12825856501278984, 0.12825975268040588, 0.12826066990276047, 0.12826137812176006, 0.12826192487731014, 0.12826234699282724, 0.12826267289707974, 0.12826292448917465, 0.12826311922014394, 0.12826326976215127, 0.12826338569964266, 0.12826347499358257, 0.12826354380434904, 0.12826359690373076, 0.12826363783511824, 0.128263669494176, 0.12826369389606918, 0.12826371270079734, 0.1282637271990659, 0.12826373837728533, 0.12826374699558882, 0.1282637536402005, 0.12826375881537044, 0.12826376281920907, 0.12826376589988997, 0.12826376801068812, 0.12826376965654188, 0.12826377096373534, 0.12826377200195282, 0.1282637728265401, 0.1282637734814549, 0.12826377400161, 0.12826377441473433, 0.12826377474285128, 0.1282637750034525, 0.1282637752104305, 0.12826377537481914, 0.12826377550538193, 0.12826377560907912, 0.12826377569143874, 0.12826377575685144, 0.1282637758088043, 0.12826377585006693, 0.12826377588283902, 0.12826377590886767, 0.12826377592954047, 0.12826377594595942, 0.1282637759589999, 0.1282637759693571, 0.12826377597758307, 0.12826377598411645, 0.12826377598930544, 0.1282637759934267, 0.12826377599669994, 0.12826377599929967, 0.12826377600136443, 0.12826377600300434, 0.1282637760043068, 0.12826377600534128, 0.1282637760061629, 0.12826377600681543, 0.12826377600733369, 0.1282637760077453, 0.12826377600807223, 0.1282637760083319, 0.12826377600853814, 0.12826377600870192, 0.12826377600883201, 0.12826377600893532, 0.1282637760090174, 0.12826377600908256, 0.12826377600913433, 0.1282637760091754, 0.12826377600920805, 0.128263776009234, 0.1282637760092546, 0.12826377600927097, 0.128263776009284, 0.12826377600929428, 0.12826377600930247, 0.128263776009309, 0.12826377600931416, 0.12826377600931826, 0.1282637760093215, 0.12826377600932412, 0.12826377600932617, 0.12826377600932784, 0.12826377600932912, 0.12826377600933014, 0.12826377600933095, 0.12826377600933156, 0.12826377600933211, 0.12826377600933253, 0.12826377600933284, 0.12826377600933309, 0.1282637760093333, 0.12826377600933347, 0.1282637760093336, 0.1282637760093337, 0.12826377600933378, 0.12826377600933384, 0.1282637760093339, 0.12826377600933397, 0.128263776009334, 0.12826377600933403, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406], "SHH": [0.7736219254794859, 0.7733986032157185, 0.7728953311779955, 0.7722831346116389, 0.7716594098108002, 0.7710758645946886, 0.7705565123788858, 0.7701091273581199, 0.769732431506105, 0.7694205183670968, 0.7691655048618835, 0.7689590615631073, 0.7687932440896209, 0.7686608981038553, 0.7685558118671645, 0.7684727258944685, 0.7684072671241551, 0.7683558490279296, 0.7683155610638118, 0.7682840609120751, 0.7682594761102023, 0.7682403178552545, 0.7682254081256287, 0.768213818136556, 0.7682048179994143, 0.768197834427204, 0.768192421252126, 0.7681882256396816, 0.7681849757676147, 0.7681824598366954, 0.7681805127678513, 0.7681790063293584, 0.7681778412392332, 0.7681769380470074, 0.7681762388199075, 0.7681756996244766, 0.7681752838989587, 0.7681749632527166, 0.7681747156205114, 0.7681745245995267, 0.7681743767621182, 0.7681742627501887, 0.7681741748482045, 0.7681741070495921, 0.7681740547584724, 0.7681740144302639, 0.7681739833294522, 0.7681739591014828, 0.7681739403534935, 0.7681739259254534, 0.7681739160374067, 0.7681739083265365, 0.7681739022017857, 0.7681738973369332, 0.7681738934728407, 0.7681738904036611, 0.7681738879658823, 0.7681738860296214, 0.7681738844917106, 0.7681738832702023, 0.7681738823000053, 0.768173881529418, 0.7681738809173747, 0.7681738804312572, 0.7681738800451577, 0.7681738797384986, 0.7681738794949354, 0.7681738793014863, 0.7681738791478404, 0.7681738790258081, 0.768173878928885, 0.7681738788519046, 0.7681738787907637, 0.7681738787422032, 0.7681738787036346, 0.7681738786730019, 0.7681738786486724, 0.7681738786293488, 0.7681738786140015, 0.7681738786018122, 0.7681738785921308, 0.7681738785844416, 0.7681738785783346, 0.7681738785734842, 0.7681738785696318, 0.7681738785665722, 0.7681738785641421, 0.768173878562212, 0.7681738785606791, 0.7681738785594616, 0.7681738785584946, 0.7681738785577266, 0.7681738785571165, 0.7681738785566321, 0.7681738785562473, 0.7681738785559418, 0.768173878555699, 0.7681738785555062, 0.768173878555353, 0.7681738785552314, 0.7681738785551349, 0.7681738785550581, 0.7681738785549972, 0.7681738785549488, 0.7681738785549104, 0.76817387855488, 0.7681738785548556, 0.7681738785548363, 0.7681738785548211, 0.768173878554809, 0.7681738785547993, 0.7681738785547917, 0.7681738785547856, 0.7681738785547808, 0.768173878554777, 0.768173878554774, 0.7681738785547715, 0.7681738785547696, 0.7681738785547682, 0.7681738785547669, 0.7681738785547659, 0.7681738785547653, 0.7681738785547647, 0.7681738785547642, 0.7681738785547638, 0.7681738785547635, 0.7681738785547632, 0.7681738785547628, 0.7681738785547627, 0.7681738785547626, 0.7681738785547625, 0.7681738785547624, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623], "DP": [1.3730090410250906, 0.9841296283956069, 0.7488678163447384, 0.6143807199294161, 0.5386023829314546, 0.49523735453916246, 0.469600442601156, 0.4538747316464386, 0.44390886921301137, 0.43743339176178475, 0.4331511739862476, 0.4302856072680204, 0.42835299301760227, 0.4270428907037563, 0.4261517826402879, 0.42554431912818935, 0.4251295946019857, 0.42484618385798156, 0.4246523645526583, 0.42451976536087904, 0.42442901629279073, 0.4243669046679195, 0.42432435834213245, 0.42429525205179536, 0.42427531345172764, 0.42426166473301963, 0.4242523218292175, 0.42424591365053665, 0.4242415320989488, 0.424238532580437, 0.4242364691216733, 0.42423505432722464, 0.42423409459777367, 0.42423343650122264, 0.4242329791336924, 0.4242326643349096, 0.42423245133160525, 0.42423231014746754, 0.42423221237936154, 0.4242321443918023, 0.4242320979823877, 0.42423206655080276, 0.424232044993179, 0.42423203004386334, 0.4242320197615858, 0.42423201283734796, 0.424232008224532, 0.42423200497147406, 0.42423200267253497, 0.4242320011096969, 0.4242320002261444, 0.4242319996089211, 0.4242319991621368, 0.4242319988384692, 0.42423199860387634, 0.4242319984337924, 0.4242319983104551, 0.4242319982210059, 0.424231998156129, 0.42423199810907203, 0.4242319980749395, 0.4242319980501812, 0.4242319980322223, 0.4242319980191954, 0.4242319980097461, 0.42423199800289174, 0.4242319979979197, 0.4242319979943132, 0.4242319979916971, 0.4242319979897994, 0.42423199798842287, 0.42423199798742434, 0.4242319979867, 0.42423199798617467, 0.4242319979857936, 0.4242319979855171, 0.4242319979853166, 0.4242319979851711, 0.42423199798506556, 0.42423199798498906, 0.4242319979849336, 0.42423199798489336, 0.4242319979848641, 0.42423199798484296, 0.4242319979848276, 0.42423199798481637, 0.42423199798480826, 0.4242319979848024, 0.4242319979847981, 0.4242319979847951, 0.4242319979847929, 0.4242319979847912, 0.42423199798479005, 0.42423199798478917, 0.42423199798478856, 0.4242319979847881, 0.4242319979847878, 0.4242319979847875, 0.4242319979847874, 0.4242319979847873, 0.42423199798478717, 0.4242319979847871, 0.4242319979847871, 0.42423199798478706, 0.424231997984787, 0.424231997984787, 0.424231997984787, 0.424231997984787, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695], "HFSC": [0.967293081691081, 0.64154119615218, 0.4546839942175964, 0.35518289656931695, 0.3032374741119966, 0.2754472736038774, 0.259789727483868, 0.25044427102216815, 0.24459028900685426, 0.24079566698751403, 0.2382808364749894, 0.2365908476282875, 0.23544516725378636, 0.23466404582041425, 0.23412940014907016, 0.2337624327966909, 0.23351000174060837, 0.2333360571476044, 0.23321599149975503, 0.23313300429976624, 0.2330755553780989, 0.23303574350799497, 0.23300806586836917, 0.23298885005812106, 0.23297544618676336, 0.23296609736055315, 0.23295955623197406, 0.23295496437804789, 0.23295175175324123, 0.23294949047975155, 0.23294787784605625, 0.23294673255354742, 0.23294593592115762, 0.23294537251912037, 0.2329449577050598, 0.23294465191246225, 0.232944434617118, 0.23294428869623293, 0.23294418104094042, 0.23294409994432283, 0.2329440413838755, 0.23294399907047214, 0.2329439677288684, 0.2329439441014246, 0.23294392648284226, 0.23294391371536258, 0.23294390457182979, 0.23294389758845035, 0.23294389217814215, 0.23294388812385197, 0.2329438854602793, 0.23294388342945213, 0.23294388184362114, 0.23294388060293805, 0.2329438796308384, 0.23294387886824117, 0.2329438782693618, 0.23294387779861256, 0.23294387742826825, 0.2329438771366902, 0.23294387690696466, 0.23294387672585376, 0.23294387658298438, 0.23294387647021972, 0.23294387638117106, 0.23294387631081753, 0.2329438762552102, 0.23294387621124066, 0.23294387617646056, 0.2329438761489401, 0.2329438761271571, 0.23294387610991055, 0.23294387609625203, 0.23294387608543246, 0.23294387607685993, 0.23294387607006634, 0.23294387606468156, 0.2329438760604127, 0.2329438760570279, 0.23294387605434377, 0.23294387605221498, 0.2329438760505264, 0.23294387604918684, 0.23294387604812408, 0.23294387604728087, 0.23294387604661174, 0.23294387604608074, 0.23294387604565928, 0.23294387604532485, 0.23294387604505934, 0.23294387604484865, 0.23294387604468136, 0.23294387604454855, 0.23294387604444314, 0.23294387604435943, 0.23294387604429295, 0.2329438760442402, 0.23294387604419828, 0.23294387604416503, 0.23294387604413863, 0.2329438760441177, 0.23294387604410102, 0.23294387604408778, 0.23294387604407726, 0.23294387604406894, 0.2329438760440623, 0.23294387604405703, 0.23294387604405284, 0.23294387604404956, 0.23294387604404693, 0.23294387604404487, 0.2329438760440432, 0.2329438760440419, 0.23294387604404085, 0.23294387604404, 0.23294387604403932, 0.23294387604403877, 0.23294387604403838, 0.23294387604403805, 0.23294387604403777, 0.2329438760440376, 0.23294387604403746, 0.2329438760440373, 0.23294387604403724, 0.23294387604403713, 0.23294387604403707, 0.232943876044037, 0.2329438760440369, 0.23294387604403685, 0.23294387604403682, 0.23294387604403682, 0.2329438760440368, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677, 0.23294387604403677], "APO": [0.04535765261277512, 0.23166803935964186, 0.3860518915174419, 0.5128450265694329, 0.6128905670596455, 0.6885200183704943, 0.7437965772298444, 0.783268351354089, 0.81103145949778, 0.8303728602585816, 0.8437660255763761, 0.8530047642489583, 0.8593620776175711, 0.8637296548163604, 0.8667270887180584, 0.8687827901743843, 0.8701919712162218, 0.8711576630499731, 0.8718192937456516, 0.872272539706206, 0.8725830004533033, 0.8727956690453507, 0.8729413034097545, 0.8730410479703783, 0.8731093352719843, 0.8731561056934595, 0.8731881062360982, 0.873210054920364, 0.8732250953616274, 0.8732353923555932, 0.8732424430967636, 0.8732472741597701, 0.8732505866746944, 0.8732528682938412, 0.8732544276237525, 0.8732554828512519, 0.8732562038452201, 0.8732567013000614, 0.8732570413527961, 0.8732572729687722, 0.8732574323405797, 0.87325754091138, 0.8732576148685298, 0.8732576653636483, 0.8732576998947728, 0.8732577235837177, 0.8732577398615246, 0.8732577512340106, 0.8732577590396188, 0.8732577643263869, 0.8732577673241153, 0.8732577694261279, 0.8732577709514199, 0.8732577720580755, 0.8732577728609284, 0.8732577734433498, 0.8732577738658478, 0.8732577741723289, 0.8732577743946482, 0.873257774555916, 0.8732577746728973, 0.8732577747577535, 0.8732577748193064, 0.8732577748639557, 0.8732577748963434, 0.8732577749198368, 0.8732577749368785, 0.8732577749492402, 0.873257774958207, 0.8732577749647115, 0.8732577749694296, 0.873257774972852, 0.8732577749753345, 0.8732577749771354, 0.8732577749784416, 0.8732577749793891, 0.8732577749800765, 0.8732577749805751, 0.8732577749809367, 0.873257774981199, 0.8732577749813893, 0.8732577749815273, 0.8732577749816275, 0.8732577749817002, 0.8732577749817528, 0.873257774981791, 0.8732577749818188, 0.8732577749818389, 0.8732577749818535, 0.873257774981864, 0.8732577749818716, 0.8732577749818772, 0.8732577749818812, 0.8732577749818843, 0.8732577749818864, 0.8732577749818878, 0.873257774981889, 0.8732577749818898, 0.8732577749818905, 0.8732577749818908, 0.873257774981891, 0.8732577749818912, 0.8732577749818915, 0.8732577749818916, 0.8732577749818917, 0.8732577749818918, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919], "Hair": [1.6853182222234062, 1.5513325711593984, 1.2714680004458032, 0.9714449016846529, 0.7172164269275595, 0.5290279339724135, 0.4012005747537399, 0.3189515836767138, 0.2676886748089443, 0.23624341536175716, 0.21704350584690452, 0.20528255911353627, 0.1980177174064191, 0.19347859941621987, 0.1906059891830878, 0.188764282399567, 0.18756898340757702, 0.1867846027508846, 0.18626490675728619, 0.18591777032242357, 0.18568433176924706, 0.18552643676800545, 0.18541922303873665, 0.18534610259398565, 0.18529611480162334, 0.1852618313466416, 0.1852382938832225, 0.18522205935323613, 0.18521085034308127, 0.18520310842846507, 0.18519775553311435, 0.18519404337626577, 0.18519145596226022, 0.1851896428527023, 0.18518838532547563, 0.18518752039583083, 0.1851869155280512, 0.18518648374354887, 0.18518618112486532, 0.18518596990971367, 0.185185819556476, 0.18518571312829246, 0.18518563783957354, 0.18518558445787633, 0.18518554634530673, 0.1851855188031478, 0.18518549874485107, 0.18518548403990875, 0.18518547341351474, 0.18518546572949032, 0.1851854608831684, 0.18518545726073926, 0.18518545447996163, 0.18518545234172556, 0.1851854506947271, 0.18518544942391144, 0.18518544844167933, 0.18518544768123052, 0.1851854470915363, 0.1851854466335439, 0.18518544627730965, 0.18518544599983144, 0.1851854457834063, 0.18518544561438505, 0.18518544548222526, 0.18518544537877027, 0.18518544529769876, 0.18518544523410405, 0.18518544518417168, 0.18518544514493204, 0.1851854451140701, 0.18518544508977863, 0.18518544507064524, 0.1851854450555647, 0.18518544504367124, 0.18518544503428605, 0.1851854450268762, 0.1851854450210231, 0.18518544501639767, 0.18518544501274087, 0.18518544500984876, 0.1851854450075607, 0.18518544500574985, 0.18518544500431627, 0.18518544500318107, 0.18518544500228193, 0.18518544500156958, 0.18518544500100506, 0.18518544500055772, 0.18518544500020306, 0.18518544499992187, 0.18518544499969894, 0.1851854449995221, 0.18518544499938183, 0.1851854449992706, 0.18518544499918235, 0.1851854449991123, 0.18518544499905673, 0.18518544499901263, 0.18518544499897763, 0.18518544499894984, 0.18518544499892783, 0.18518544499891035, 0.18518544499889644, 0.1851854449988854, 0.18518544499887665, 0.1851854449988697, 0.1851854449988642, 0.1851854449988598, 0.1851854449988563, 0.18518544499885356, 0.18518544499885137, 0.18518544499884965, 0.1851854449988483, 0.18518544499884718, 0.1851854449988463, 0.18518544499884557, 0.185185444998845, 0.1851854449988446, 0.18518544499884423, 0.18518544499884398, 0.18518544499884376, 0.1851854449988436, 0.18518544499884346, 0.18518544499884337, 0.1851854449988433, 0.1851854449988432, 0.18518544499884315, 0.18518544499884307, 0.18518544499884304, 0.18518544499884296, 0.18518544499884296, 0.18518544499884296, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293, 0.18518544499884293], "HairDensity": [100.0, 92.0498307502281, 75.44379356252264, 57.64163045736522, 42.556736019939926, 31.390388295599017, 23.80562729716671, 18.925303214008295, 15.88356853198846, 14.017733401712468, 12.878488049607832, 12.180640807568741, 11.749574341229062, 11.48024134937362, 11.309792220226823, 11.200512752454198, 11.129588521277665, 11.083046530195555, 11.052209861681236, 11.031612182840226, 11.01776087867118, 11.008392024815597, 11.002030393649742, 10.997691720763708, 10.994725646362852, 10.992691404133126, 10.991294785790743, 10.99033149412438, 10.989666396577396, 10.989207022524823, 10.9888894032598, 10.988669138813618, 10.988515612080718, 10.988408029457213, 10.988333412853054, 10.988282091409223, 10.988246200989737, 10.988220580635277, 10.988202624460616, 10.988190091803647, 10.988181170447685, 10.98817485542764, 10.988170388098094, 10.988167220643039, 10.98816495919656, 10.988163324955703, 10.98816213477711, 10.98816126224502, 10.98816063171757, 10.988160175778487, 10.98815988821725, 10.988159673276888, 10.988159508276734, 10.988159381402411, 10.988159283676154, 10.988159208271068, 10.988159149989366, 10.988159104867396, 10.988159069877312, 10.988159042701888, 10.98815902156438, 10.988159005099941, 10.988158992258143, 10.988158982229102, 10.988158974387273, 10.98815896824867, 10.988158963438213, 10.988158959664759, 10.988158956701975, 10.98815895437365, 10.988158952542426, 10.98815895110107, 10.988158949965772, 10.988158949070954, 10.988158948365243, 10.988158947808364, 10.988158947368694, 10.988158947021395, 10.988158946746939, 10.988158946529959, 10.988158946358354, 10.98815894622259, 10.98815894611514, 10.988158946030078, 10.98815894596272, 10.988158945909367, 10.9881589458671, 10.988158945833604, 10.98815894580706, 10.988158945786015, 10.988158945769332, 10.988158945756105, 10.98815894574561, 10.988158945737288, 10.988158945730687, 10.988158945725452, 10.988158945721294, 10.988158945717997, 10.988158945715382, 10.988158945713305, 10.988158945711657, 10.98815894571035, 10.988158945709312, 10.988158945708486, 10.98815894570783, 10.988158945707312, 10.9881589457069, 10.988158945706575, 10.988158945706312, 10.988158945706106, 10.988158945705942, 10.988158945705813, 10.98815894570571, 10.98815894570563, 10.988158945705564, 10.98815894570551, 10.988158945705468, 10.988158945705436, 10.98815894570541, 10.98815894570539, 10.988158945705374, 10.988158945705361, 10.98815894570535, 10.988158945705342, 10.988158945705338, 10.988158945705333, 10.988158945705328, 10.988158945705324, 10.988158945705319, 10.988158945705317, 10.988158945705313, 10.988158945705313, 10.988158945705313, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312, 10.988158945705312]}, "proteins": {"AR/DHT (AR)": [0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12], "DKK1": [0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078], "β-catenin (CTNNB1)": [1.1955255024991622, 1.1914976309672467, 1.188441624390077, 1.1861171432130484, 1.1843452208152614, 1.182991966338024, 1.1819567895172407, 1.1811638351577536, 1.1805557117249157, 1.1800888713022668, 1.1797301871030321, 1.1794544047894184, 1.17924223548934, 1.1790789229940735, 1.1789531632184749, 1.178856286204745, 1.1787816360301917, 1.1787240985637935, 1.1786797414519037, 1.1786455393440354, 1.1786191634032754, 1.1785988199763264, 1.178583127997852, 1.1785710231357378, 1.1785616852757748, 1.1785544809706439, 1.1785489243720662, 1.1785446357814686, 1.1785413261885689, 1.1785387722853131, 1.1785368013093387, 1.1785352800432114, 1.1785341059621548, 1.1785331974234459, 1.1785324951832123, 1.178531954452058, 1.178531538037781, 1.1785312171759956, 1.1785309695971244, 1.178530778766162, 1.1785306311736101, 1.1785305174195226, 1.178530429761427, 1.1785303621801562, 1.1785303100762203, 1.1785302699055298, 1.1785302389350147, 1.1785302148139243, 1.1785301961525807, 1.1785301817941345, 1.1785301719562726, 1.1785301642854427, 1.1785301581930359, 1.1785301533542596, 1.1785301495111544, 1.1785301464588416, 1.1785301440346, 1.178530142109192, 1.178530140579973, 1.1785301393654193, 1.178530138400783, 1.1785301376346384, 1.1785301370261423, 1.1785301365428555, 1.178530136159014, 1.178530135854155, 1.1785301356120261, 1.1785301354197197, 1.1785301352669841, 1.1785301351456765, 1.1785301350493302, 1.178530134972809, 1.1785301349120334, 1.1785301348637636, 1.178530134825426, 1.1785301347949773, 1.1785301347707937, 1.1785301347515864, 1.1785301347363315, 1.1785301347242154, 1.1785301347145924, 1.1785301347069497, 1.1785301347008796, 1.1785301346960584, 1.1785301346922292, 1.178530134689188, 1.1785301346867727, 1.1785301346848545, 1.1785301346833306, 1.1785301346821204, 1.1785301346811594, 1.178530134680396, 1.1785301346797896, 1.178530134679308, 1.1785301346789256, 1.1785301346786219, 1.1785301346783807, 1.1785301346781891, 1.178530134678037, 1.1785301346779162, 1.17853013467782, 1.178530134677744, 1.1785301346776833, 1.1785301346776351, 1.178530134677597, 1.1785301346775665, 1.1785301346775425, 1.1785301346775234, 1.1785301346775081, 1.1785301346774961, 1.1785301346774866, 1.178530134677479, 1.178530134677473, 1.1785301346774681, 1.1785301346774644, 1.1785301346774615, 1.178530134677459, 1.178530134677457, 1.1785301346774557, 1.1785301346774544, 1.1785301346774533, 1.1785301346774526, 1.1785301346774522, 1.1785301346774517, 1.1785301346774515, 1.1785301346774508, 1.1785301346774504, 1.1785301346774502, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745], "BMP4": [0.12536448527548816, 0.1259649254531289, 0.12644979935892453, 0.12683798354912892, 0.12714665377444773, 0.12739077180445008, 0.12758299860283875, 0.12773383154011209, 0.1278518446502454, 0.12794396220534424, 0.12801572753708132, 0.128071548151543, 0.12811490945259282, 0.1281485556587456, 0.12817463980302837, 0.12819484629237962, 0.12821048978411792, 0.12822259438478323, 0.12823195661652398, 0.12823919516426724, 0.1282447900809728, 0.1282491135574881, 0.1282524537776764, 0.12825503384879172, 0.12825702635115277, 0.12825856501278984, 0.12825975268040588, 0.12826066990276047, 0.12826137812176006, 0.12826192487731014, 0.12826234699282724, 0.12826267289707974, 0.12826292448917465, 0.12826311922014394, 0.12826326976215127, 0.12826338569964266, 0.12826347499358257, 0.12826354380434904, 0.12826359690373076, 0.12826363783511824, 0.128263669494176, 0.12826369389606918, 0.12826371270079734, 0.1282637271990659, 0.12826373837728533, 0.12826374699558882, 0.1282637536402005, 0.12826375881537044, 0.12826376281920907, 0.12826376589988997, 0.12826376801068812, 0.12826376965654188, 0.12826377096373534, 0.12826377200195282, 0.1282637728265401, 0.1282637734814549, 0.12826377400161, 0.12826377441473433, 0.12826377474285128, 0.1282637750034525, 0.1282637752104305, 0.12826377537481914, 0.12826377550538193, 0.12826377560907912, 0.12826377569143874, 0.12826377575685144, 0.1282637758088043, 0.12826377585006693, 0.12826377588283902, 0.12826377590886767, 0.12826377592954047, 0.12826377594595942, 0.1282637759589999, 0.1282637759693571, 0.12826377597758307, 0.12826377598411645, 0.12826377598930544, 0.1282637759934267, 0.12826377599669994, 0.12826377599929967, 0.12826377600136443, 0.12826377600300434, 0.1282637760043068, 0.12826377600534128, 0.1282637760061629, 0.12826377600681543, 0.12826377600733369, 0.1282637760077453, 0.12826377600807223, 0.1282637760083319, 0.12826377600853814, 0.12826377600870192, 0.12826377600883201, 0.12826377600893532, 0.1282637760090174, 0.12826377600908256, 0.12826377600913433, 0.1282637760091754, 0.12826377600920805, 0.128263776009234, 0.1282637760092546, 0.12826377600927097, 0.128263776009284, 0.12826377600929428, 0.12826377600930247, 0.128263776009309, 0.12826377600931416, 0.12826377600931826, 0.1282637760093215, 0.12826377600932412, 0.12826377600932617, 0.12826377600932784, 0.12826377600932912, 0.12826377600933014, 0.12826377600933095, 0.12826377600933156, 0.12826377600933211, 0.12826377600933253, 0.12826377600933284, 0.12826377600933309, 0.1282637760093333, 0.12826377600933347, 0.1282637760093336, 0.1282637760093337, 0.12826377600933378, 0.12826377600933384, 0.1282637760093339, 0.12826377600933397, 0.128263776009334, 0.12826377600933403, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406], "SHH": [0.7736219254794859, 0.7733986032157185, 0.7728953311779955, 0.7722831346116389, 0.7716594098108002, 0.7710758645946886, 0.7705565123788858, 0.7701091273581199, 0.769732431506105, 0.7694205183670968, 0.7691655048618835, 0.7689590615631073, 0.7687932440896209, 0.7686608981038553, 0.7685558118671645, 0.7684727258944685, 0.7684072671241551, 0.7683558490279296, 0.7683155610638118, 0.7682840609120751, 0.7682594761102023, 0.7682403178552545, 0.7682254081256287, 0.768213818136556, 0.7682048179994143, 0.768197834427204, 0.768192421252126, 0.7681882256396816, 0.7681849757676147, 0.7681824598366954, 0.7681805127678513, 0.7681790063293584, 0.7681778412392332, 0.7681769380470074, 0.7681762388199075, 0.7681756996244766, 0.7681752838989587, 0.7681749632527166, 0.7681747156205114, 0.7681745245995267, 0.7681743767621182, 0.7681742627501887, 0.7681741748482045, 0.7681741070495921, 0.7681740547584724, 0.7681740144302639, 0.7681739833294522, 0.7681739591014828, 0.7681739403534935, 0.7681739259254534, 0.7681739160374067, 0.7681739083265365, 0.7681739022017857, 0.7681738973369332, 0.7681738934728407, 0.7681738904036611, 0.7681738879658823, 0.7681738860296214, 0.7681738844917106, 0.7681738832702023, 0.7681738823000053, 0.768173881529418, 0.7681738809173747, 0.7681738804312572, 0.7681738800451577, 0.7681738797384986, 0.7681738794949354, 0.7681738793014863, 0.7681738791478404, 0.7681738790258081, 0.768173878928885, 0.7681738788519046, 0.7681738787907637, 0.7681738787422032, 0.7681738787036346, 0.7681738786730019, 0.7681738786486724, 0.7681738786293488, 0.7681738786140015, 0.7681738786018122, 0.7681738785921308, 0.7681738785844416, 0.7681738785783346, 0.7681738785734842, 0.7681738785696318, 0.7681738785665722, 0.7681738785641421, 0.768173878562212, 0.7681738785606791, 0.7681738785594616, 0.7681738785584946, 0.7681738785577266, 0.7681738785571165, 0.7681738785566321, 0.7681738785562473, 0.7681738785559418, 0.768173878555699, 0.7681738785555062, 0.768173878555353, 0.7681738785552314, 0.7681738785551349, 0.7681738785550581, 0.7681738785549972, 0.7681738785549488, 0.7681738785549104, 0.76817387855488, 0.7681738785548556, 0.7681738785548363, 0.7681738785548211, 0.768173878554809, 0.7681738785547993, 0.7681738785547917, 0.7681738785547856, 0.7681738785547808, 0.768173878554777, 0.768173878554774, 0.7681738785547715, 0.7681738785547696, 0.7681738785547682, 0.7681738785547669, 0.7681738785547659, 0.7681738785547653, 0.7681738785547647, 0.7681738785547642, 0.7681738785547638, 0.7681738785547635, 0.7681738785547632, 0.7681738785547628, 0.7681738785547627, 0.7681738785547626, 0.7681738785547625, 0.7681738785547624, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623], "IGF1": [0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624], "VEGFA (DP)": [1.3730090410250906, 0.9841296283956069, 0.7488678163447384, 0.6143807199294161, 0.5386023829314546, 0.49523735453916246, 0.469600442601156, 0.4538747316464386, 0.44390886921301137, 0.43743339176178475, 0.4331511739862476, 0.4302856072680204, 0.42835299301760227, 0.4270428907037563, 0.4261517826402879, 0.42554431912818935, 0.4251295946019857, 0.42484618385798156, 0.4246523645526583, 0.42451976536087904, 0.42442901629279073, 0.4243669046679195, 0.42432435834213245, 0.42429525205179536, 0.42427531345172764, 0.42426166473301963, 0.4242523218292175, 0.42424591365053665, 0.4242415320989488, 0.424238532580437, 0.4242364691216733, 0.42423505432722464, 0.42423409459777367, 0.42423343650122264, 0.4242329791336924, 0.4242326643349096, 0.42423245133160525, 0.42423231014746754, 0.42423221237936154, 0.4242321443918023, 0.4242320979823877, 0.42423206655080276, 0.424232044993179, 0.42423203004386334, 0.4242320197615858, 0.42423201283734796, 0.424232008224532, 0.42423200497147406, 0.42423200267253497, 0.4242320011096969, 0.4242320002261444, 0.4242319996089211, 0.4242319991621368, 0.4242319988384692, 0.42423199860387634, 0.4242319984337924, 0.4242319983104551, 0.4242319982210059, 0.424231998156129, 0.42423199810907203, 0.4242319980749395, 0.4242319980501812, 0.4242319980322223, 0.4242319980191954, 0.4242319980097461, 0.42423199800289174, 0.4242319979979197, 0.4242319979943132, 0.4242319979916971, 0.4242319979897994, 0.42423199798842287, 0.42423199798742434, 0.4242319979867, 0.42423199798617467, 0.4242319979857936, 0.4242319979855171, 0.4242319979853166, 0.4242319979851711, 0.42423199798506556, 0.42423199798498906, 0.4242319979849336, 0.42423199798489336, 0.4242319979848641, 0.42423199798484296, 0.4242319979848276, 0.42423199798481637, 0.42423199798480826, 0.4242319979848024, 0.4242319979847981, 0.4242319979847951, 0.4242319979847929, 0.4242319979847912, 0.42423199798479005, 0.42423199798478917, 0.42423199798478856, 0.4242319979847881, 0.4242319979847878, 0.4242319979847875, 0.4242319979847874, 0.4242319979847873, 0.42423199798478717, 0.4242319979847871, 0.4242319979847871, 0.42423199798478706, 0.424231997984787, 0.424231997984787, 0.424231997984787, 0.424231997984787, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695, 0.42423199798478695], "JAK-STAT (STAT1)": [0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82, 0.82], "p53/apoptosis (TP53)": [0.04535765261277512, 0.23166803935964186, 0.3860518915174419, 0.5128450265694329, 0.6128905670596455, 0.6885200183704943, 0.7437965772298444, 0.783268351354089, 0.81103145949778, 0.8303728602585816, 0.8437660255763761, 0.8530047642489583, 0.8593620776175711, 0.8637296548163604, 0.8667270887180584, 0.8687827901743843, 0.8701919712162218, 0.8711576630499731, 0.8718192937456516, 0.872272539706206, 0.8725830004533033, 0.8727956690453507, 0.8729413034097545, 0.8730410479703783, 0.8731093352719843, 0.8731561056934595, 0.8731881062360982, 0.873210054920364, 0.8732250953616274, 0.8732353923555932, 0.8732424430967636, 0.8732472741597701, 0.8732505866746944, 0.8732528682938412, 0.8732544276237525, 0.8732554828512519, 0.8732562038452201, 0.8732567013000614, 0.8732570413527961, 0.8732572729687722, 0.8732574323405797, 0.87325754091138, 0.8732576148685298, 0.8732576653636483, 0.8732576998947728, 0.8732577235837177, 0.8732577398615246, 0.8732577512340106, 0.8732577590396188, 0.8732577643263869, 0.8732577673241153, 0.8732577694261279, 0.8732577709514199, 0.8732577720580755, 0.8732577728609284, 0.8732577734433498, 0.8732577738658478, 0.8732577741723289, 0.8732577743946482, 0.873257774555916, 0.8732577746728973, 0.8732577747577535, 0.8732577748193064, 0.8732577748639557, 0.8732577748963434, 0.8732577749198368, 0.8732577749368785, 0.8732577749492402, 0.873257774958207, 0.8732577749647115, 0.8732577749694296, 0.873257774972852, 0.8732577749753345, 0.8732577749771354, 0.8732577749784416, 0.8732577749793891, 0.8732577749800765, 0.8732577749805751, 0.8732577749809367, 0.873257774981199, 0.8732577749813893, 0.8732577749815273, 0.8732577749816275, 0.8732577749817002, 0.8732577749817528, 0.873257774981791, 0.8732577749818188, 0.8732577749818389, 0.8732577749818535, 0.873257774981864, 0.8732577749818716, 0.8732577749818772, 0.8732577749818812, 0.8732577749818843, 0.8732577749818864, 0.8732577749818878, 0.873257774981889, 0.8732577749818898, 0.8732577749818905, 0.8732577749818908, 0.873257774981891, 0.8732577749818912, 0.8732577749818915, 0.8732577749818916, 0.8732577749818917, 0.8732577749818918, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919, 0.8732577749818919]}}, {"id": "Alopecia Areata|JAK_inhibitor", "disease": "Alopecia Areata", "interventions": ["JAK_inhibitor"], "intervention_labels": ["JAK 억제제 (토파/바리/리틀레시티닙)"], "tracked_genes": ["JAK1", "JAK2", "JAK3", "STAT1"], "metrics": {"final_hair_density_pct": 74.5, "min_hair_density_pct": 74.5, "anagen_fraction": 1.0, "healthy_ss": 1.6853, "AND_load": 0.12, "INF_load": 0.148}, "drive": {"AND": 0.12, "INF": 0.14759999999999998, "chemo_amp": 0.0, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.191497636042554, 1.1884416243407243, 1.1861171470283232, 1.1843452239899548, 1.1829919691205275, 1.1819567919975602, 1.1811638373425462, 1.1805557144720809, 1.1800888740138558, 1.179730189754117, 1.1794544071951374, 1.1792422378600995, 1.179078925081428, 1.1789531649672138, 1.1788562876095496, 1.1787816343011492, 1.1787240938473595, 1.1786797363367345, 1.1786455340829096, 1.1786191565282487, 1.1785988140511587, 1.178583123008321, 1.178571018621391, 1.1785616806218076, 1.1785544762281035, 1.1785489176525645, 1.1785446287587618, 1.178541319400085, 1.1785387657847843, 1.178536795282123, 1.1785352747068996, 1.1785341013058925, 1.1785331958007037, 1.1785324970327684, 1.1785319580344296, 1.1785315420913085, 1.1785312209748273, 1.1785309730282363, 1.1785307807651817, 1.178530632732563, 1.1785305186671249, 1.1785304307244187, 1.1785303629218356, 1.1785303106480032, 1.1785302703463638, 1.1785302392748804, 1.1785302153195714, 1.1785301968506314, 1.1785301826115326, 1.1785301716335301, 1.17853016316975, 1.1785301566443729, 1.1785301516134572, 1.178530147734736, 1.1785301447443293, 1.1785301424387924, 1.178530140661275, 1.178530139286468, 1.1785301382167863, 1.1785301373914636, 1.1785301367789456, 1.1785301363465241, 1.1785301360030815, 1.1785301357303084, 1.1785301355136635, 1.1785301353415971, 1.1785301352049367, 1.1785301350963966, 1.1785301350101907, 1.178530134941723, 1.1785301348873438, 1.1785301348441544, 1.1785301348098518, 1.1785301347826076, 1.1785301347609696, 1.1785301347437838, 1.1785301347301345, 1.1785301347192936, 1.1785301347106834, 1.178530134703845, 1.1785301346984136, 1.1785301346941, 1.1785301346906738, 1.1785301346879529, 1.1785301346857915, 1.178530134684075, 1.1785301346827115, 1.1785301346816288, 1.1785301346807688, 1.1785301346800858, 1.1785301346795434, 1.1785301346791126, 1.1785301346787707, 1.1785301346784987, 1.1785301346782828, 1.1785301346781114, 1.1785301346779753, 1.1785301346778674, 1.1785301346777812, 1.178530134677713, 1.1785301346776589, 1.1785301346776158, 1.1785301346775816, 1.1785301346775543, 1.1785301346775328, 1.1785301346775154, 1.178530134677502, 1.1785301346774912, 1.1785301346774826, 1.178530134677476, 1.1785301346774706, 1.1785301346774661, 1.1785301346774628, 1.1785301346774602, 1.1785301346774582, 1.1785301346774564, 1.1785301346774548, 1.1785301346774537, 1.178530134677453, 1.1785301346774524, 1.178530134677452, 1.1785301346774517, 1.178530134677451, 1.1785301346774506, 1.1785301346774504, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745], "BMP": [0.12536448527548816, 0.12596492488632985, 0.12644979874846024, 0.12683798334074234, 0.12714665358736024, 0.1273907716336349, 0.12758299842761642, 0.1277338313618572, 0.12785184444355963, 0.12794396191448812, 0.12801572720809923, 0.12807154781351934, 0.1281149090892785, 0.12814855530721686, 0.12817463948641053, 0.12819484604048867, 0.12821049007070084, 0.12822259525456278, 0.12823195767405957, 0.12823919627813335, 0.1282447915360523, 0.12824911488979993, 0.12825245492876816, 0.12825503488036852, 0.12825702740581196, 0.12825856607504799, 0.1282597541467074, 0.12826067143179518, 0.1282613795977023, 0.12826192628586044, 0.128262348297057, 0.12826267405135916, 0.12826292549526733, 0.1282631195750084, 0.12826326937129423, 0.12826338493500217, 0.12826347412623815, 0.1282635429907719, 0.12826359616850852, 0.12826363740665825, 0.12826366916003268, 0.1282636936286431, 0.12826371249434385, 0.12826372704003428, 0.128263738254669, 0.1282637469010452, 0.12826375356730543, 0.12826375870690707, 0.12826376266946696, 0.12826376572453957, 0.1282637680799505, 0.12826376989593166, 0.12826377129602057, 0.12826377237546321, 0.12826377320769294, 0.12826377384932588, 0.1282637743440122, 0.12826377472540543, 0.12826377502039166, 0.12826377524990898, 0.12826377542699546, 0.1282637755584214, 0.1282637756512048, 0.12826377572489636, 0.12826377578342457, 0.12826377582990953, 0.12826377586682938, 0.1282637758961523, 0.1282637759194415, 0.12826377593793853, 0.12826377595262947, 0.12826377596429747, 0.12826377597356461, 0.12826377598092484, 0.12826377598677055, 0.12826377599141342, 0.12826377599510094, 0.12826377599802966, 0.12826377600035577, 0.12826377600220323, 0.12826377600367053, 0.1282637760048359, 0.12826377600576147, 0.1282637760064966, 0.12826377600708047, 0.12826377600754418, 0.12826377600791247, 0.128263776008205, 0.12826377600843733, 0.12826377600862185, 0.12826377600876843, 0.1282637760088848, 0.12826377600897726, 0.12826377600905067, 0.128263776009109, 0.12826377600915534, 0.12826377600919212, 0.12826377600922134, 0.12826377600924455, 0.12826377600926298, 0.1282637760092776, 0.12826377600928923, 0.12826377600929847, 0.1282637760093058, 0.12826377600931163, 0.12826377600931627, 0.12826377600931993, 0.12826377600932287, 0.12826377600932518, 0.12826377600932704, 0.12826377600932848, 0.12826377600932964, 0.12826377600933053, 0.12826377600933125, 0.12826377600933186, 0.12826377600933234, 0.12826377600933267, 0.12826377600933297, 0.1282637760093332, 0.12826377600933342, 0.12826377600933353, 0.12826377600933364, 0.12826377600933375, 0.1282637760093338, 0.1282637760093339, 0.12826377600933395, 0.12826377600933397, 0.128263776009334, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406], "SHH": [0.7736219254794859, 0.7733986012780009, 0.7728953370451566, 0.7722831314923049, 0.7716594072539091, 0.7710758623056019, 0.770556510424008, 0.7701091257846068, 0.7697324292399157, 0.7694205167805026, 0.7691655037357689, 0.7689590609573524, 0.7687932438371107, 0.7686608982581344, 0.7685558122770919, 0.768472726215664, 0.7684072666071319, 0.7683558468125963, 0.768315557244733, 0.7682840565404456, 0.7682594703375232, 0.7682403117249342, 0.7682254024099057, 0.7682138129759439, 0.7682048127499806, 0.7681978292028505, 0.7681924143754122, 0.7681882184413545, 0.768184968792482, 0.7681824531954515, 0.7681805066118201, 0.7681790008637782, 0.7681778364711866, 0.7681769362829887, 0.7681762405219531, 0.7681757031035099, 0.7681752878909056, 0.7681749670138474, 0.7681747190292928, 0.7681745265902268, 0.7681743783145245, 0.7681742639930456, 0.7681741758087776, 0.7681741077903269, 0.7681740553300861, 0.7681740148713322, 0.7681739836697451, 0.7681739596081175, 0.7681739410531799, 0.768173926745079, 0.7681739157120686, 0.7681739072046659, 0.7681739006448445, 0.7681738955868285, 0.7681738916868485, 0.7681738886798074, 0.7681738863612823, 0.7681738845736411, 0.7681738831909325, 0.7681738821150574, 0.7681738812849218, 0.7681738806688057, 0.7681738802338252, 0.7681738798883433, 0.7681738796139461, 0.768173879396008, 0.7681738792229121, 0.7681738790854323, 0.7681738789762402, 0.7681738788895155, 0.7681738788206354, 0.7681738787659282, 0.7681738787224778, 0.7681738786879678, 0.7681738786605588, 0.7681738786387895, 0.7681738786214996, 0.7681738786077673, 0.7681738785968607, 0.7681738785881982, 0.768173878581318, 0.7681738785758538, 0.7681738785715138, 0.768173878568067, 0.7681738785653291, 0.7681738785631549, 0.7681738785614279, 0.7681738785600564, 0.768173878558967, 0.7681738785581018, 0.7681738785574146, 0.7681738785568688, 0.7681738785564354, 0.7681738785560911, 0.7681738785558175, 0.7681738785556005, 0.7681738785554281, 0.7681738785552911, 0.7681738785551822, 0.7681738785550958, 0.7681738785550272, 0.7681738785549727, 0.7681738785549294, 0.768173878554895, 0.7681738785548677, 0.768173878554846, 0.7681738785548288, 0.7681738785548151, 0.7681738785548042, 0.7681738785547956, 0.7681738785547887, 0.7681738785547833, 0.7681738785547788, 0.7681738785547754, 0.7681738785547727, 0.7681738785547705, 0.7681738785547688, 0.7681738785547676, 0.7681738785547665, 0.7681738785547656, 0.7681738785547649, 0.7681738785547645, 0.768173878554764, 0.7681738785547636, 0.7681738785547633, 0.7681738785547629, 0.7681738785547628, 0.7681738785547627, 0.7681738785547626, 0.7681738785547624, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623], "DP": [1.3730090410250908, 1.3119330583895472, 1.2611500637276851, 1.2210842781078577, 1.190437131600704, 1.1674384852345934, 1.1503887491529543, 1.1378485001789074, 1.1286722890283898, 1.121980120489278, 1.117110019860896, 1.1135707747656223, 1.1110009145307576, 1.1091358855211741, 1.1077827843780241, 1.1068012454458076, 1.1060892311562296, 1.1055727800557473, 1.1051982197743178, 1.1049265301302296, 1.1047294257028988, 1.1045864828417944, 1.1044827878585521, 1.104407557075995, 1.10435298212389, 1.1043133883474596, 1.1042846623312477, 1.1042638213926048, 1.1042487007983888, 1.1042377303040574, 1.104229770774718, 1.104223995795957, 1.1042198058008381, 1.104216765733227, 1.1042145600656725, 1.1042129610909566, 1.1042118007496773, 1.1042109579476693, 1.1042103459891304, 1.1042098989699487, 1.1042095762972302, 1.1042093428781723, 1.1042091737229165, 1.1042090511393161, 1.1042089623160418, 1.1042088979558464, 1.1042088513209238, 1.10420881752956, 1.1042087930445639, 1.1042087753029002, 1.1042087624474084, 1.1042087531324036, 1.1042087463828125, 1.104208741492103, 1.104208737948327, 1.1042087353805294, 1.1042087335199204, 1.1042087321717349, 1.1042087311901525, 1.104208730468449, 1.1042087299454153, 1.1042087295846315, 1.104208729351471, 1.1042087291749416, 1.104208729041288, 1.104208728940097, 1.1042087288634834, 1.1042087288054783, 1.1042087287615616, 1.1042087287283113, 1.104208728703137, 1.1042087286840772, 1.1042087286696467, 1.104208728658721, 1.104208728650449, 1.1042087286441862, 1.1042087286394446, 1.1042087286358548, 1.1042087286331368, 1.1042087286310789, 1.1042087286295208, 1.104208728628341, 1.1042087286274478, 1.1042087286267717, 1.1042087286262596, 1.1042087286258722, 1.1042087286255786, 1.1042087286253564, 1.1042087286251883, 1.1042087286250608, 1.1042087286249644, 1.1042087286248916, 1.1042087286248363, 1.1042087286247944, 1.1042087286247626, 1.1042087286247386, 1.1042087286247206, 1.1042087286247069, 1.1042087286246967, 1.1042087286246887, 1.104208728624683, 1.104208728624678, 1.1042087286246747, 1.1042087286246722, 1.1042087286246702, 1.1042087286246687, 1.1042087286246678, 1.104208728624667, 1.1042087286246662, 1.1042087286246658, 1.1042087286246651, 1.104208728624665, 1.104208728624665, 1.1042087286246647, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642], "HFSC": [0.9672930816910809, 0.9172635352677168, 0.8737149064307035, 0.8380911202759059, 0.8099836786329107, 0.7882967080663863, 0.7718036501416422, 0.7593805328360861, 0.7500838923955148, 0.743158222350081, 0.7380150345237081, 0.7342040800872324, 0.7313847656185056, 0.7293014319722575, 0.7277632189248032, 0.726628155612167, 0.7257908761546308, 0.7251734622877799, 0.7247182994149167, 0.7243827578831143, 0.7241353749405932, 0.7239530346261076, 0.7238185987761276, 0.7237194619565025, 0.7236463456009661, 0.723592404891165, 0.7235525987927778, 0.7235232139061494, 0.7235015137245074, 0.7234854818834043, 0.723473632321714, 0.723464869714606, 0.7234583864821331, 0.7234535869808889, 0.7234500319270861, 0.7234473988019994, 0.7234454456876966, 0.7234439949487868, 0.723442916741519, 0.723442110552035, 0.7234415132688611, 0.7234410697004113, 0.7234407396066812, 0.7234404937556661, 0.7234403105063171, 0.7234401738014662, 0.7234400717297886, 0.723439995450058, 0.7234399383944222, 0.723439895679874, 0.723439863673067, 0.7234398396682384, 0.723439821648679, 0.7234398081099559, 0.7234397979288002, 0.7234397902657915, 0.7234397844930692, 0.7234397801405908, 0.7234397768438576, 0.723439774326732, 0.7234397724231979, 0.7234397710417663, 0.7234397700911499, 0.7234397693460554, 0.7234397687617892, 0.723439768303437, 0.72343976794371, 0.7234397676612692, 0.7234397674394194, 0.723439767265093, 0.7234397671280568, 0.7234397670202934, 0.7234397669355186, 0.7234397668688045, 0.7234397668162852, 0.7234397667749266, 0.7234397667423462, 0.7234397667166726, 0.7234397666964357, 0.7234397666804794, 0.7234397666678947, 0.7234397666579659, 0.7234397666501309, 0.7234397666439464, 0.7234397666390634, 0.7234397666352073, 0.7234397666321611, 0.7234397666297545, 0.7234397666278526, 0.7234397666263491, 0.7234397666251606, 0.7234397666242207, 0.7234397666234774, 0.7234397666228893, 0.7234397666224243, 0.7234397666220561, 0.7234397666217648, 0.7234397666215343, 0.7234397666213517, 0.723439766621207, 0.7234397666210926, 0.7234397666210018, 0.72343976662093, 0.7234397666208732, 0.7234397666208281, 0.7234397666207925, 0.723439766620764, 0.7234397666207416, 0.7234397666207238, 0.7234397666207099, 0.7234397666206986, 0.7234397666206898, 0.7234397666206828, 0.7234397666206772, 0.7234397666206728, 0.7234397666206692, 0.7234397666206664, 0.7234397666206642, 0.7234397666206624, 0.7234397666206611, 0.7234397666206601, 0.7234397666206592, 0.7234397666206586, 0.723439766620658, 0.7234397666206576, 0.7234397666206572, 0.7234397666206568, 0.7234397666206565, 0.7234397666206563, 0.7234397666206562, 0.7234397666206561, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559, 0.7234397666206559], "APO": [0.04535765261277512, 0.06794398976608827, 0.08282176602227784, 0.09284738774549839, 0.09973920887658015, 0.10455388485004954, 0.10795940554900076, 0.11039010131326056, 0.1121360446900393, 0.11339555097034773, 0.11430667419534053, 0.11496694501530955, 0.11544593299380365, 0.11579361887033682, 0.11604607021243027, 0.1162293930140912, 0.11636253013291922, 0.1164592074299537, 0.1165293930038596, 0.11658034902746231, 0.11661734481110696, 0.11664419188777889, 0.11666367825080212, 0.1166778217360901, 0.11668808538653275, 0.116695533825583, 0.11670093906284602, 0.11670486125171863, 0.11670770733824026, 0.11670977253304192, 0.11671127102137205, 0.11671235832098599, 0.11671314726431577, 0.11671371970020408, 0.11671413503255525, 0.11671443613869545, 0.11671465464893553, 0.1167148133609134, 0.11671492860384465, 0.116715012787481, 0.11671507355435481, 0.11671511751274238, 0.11671514936882871, 0.1167151724544312, 0.11671518918216366, 0.11671520130288718, 0.11671521008548713, 0.11671521644931077, 0.11671522106049989, 0.11671522440173941, 0.11671522682278093, 0.11671522857705248, 0.11671522984818665, 0.11671523076924242, 0.11671523143663358, 0.11671523192022097, 0.11671523227062527, 0.116715232524526, 0.11671523270938519, 0.11671523284530207, 0.11671523294380381, 0.11671523301174946, 0.11671523305566008, 0.11671523308890552, 0.11671523311407618, 0.1167152331331333, 0.11671523314756174, 0.11671523315848577, 0.11671523316675653, 0.11671523317301843, 0.11671523317775943, 0.11671523318134892, 0.1167152331840666, 0.11671523318612419, 0.11671523318768202, 0.1167152331888615, 0.11671523318975449, 0.11671523319043059, 0.11671523319094247, 0.11671523319133001, 0.11671523319162343, 0.11671523319184558, 0.11671523319201378, 0.11671523319214112, 0.11671523319223753, 0.11671523319231054, 0.11671523319236583, 0.11671523319240767, 0.11671523319243937, 0.11671523319246334, 0.1167152331924815, 0.11671523319249524, 0.11671523319250565, 0.11671523319251353, 0.1167152331925195, 0.11671523319252403, 0.11671523319252744, 0.11671523319253004, 0.116715233192532, 0.11671523319253348, 0.11671523319253459, 0.11671523319253545, 0.11671523319253609, 0.11671523319253657, 0.11671523319253695, 0.11671523319253722, 0.11671523319253743, 0.1167152331925376, 0.11671523319253771, 0.1167152331925378, 0.11671523319253786, 0.11671523319253793, 0.11671523319253796, 0.11671523319253799, 0.11671523319253801, 0.11671523319253803, 0.11671523319253804, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807], "Hair": [1.6853182222234062, 1.665285157168462, 1.6233031062946346, 1.573126422445063, 1.5225361417344379, 1.4755978775964487, 1.434149985203892, 1.398736869129493, 1.3691870013738539, 1.3449666859787204, 1.3253912517985023, 1.3097481244592515, 1.297363599965912, 1.2876354165997446, 1.2800445292042986, 1.274155164585472, 1.2696084979172733, 1.266113568117028, 1.2634373772992238, 1.2613951206668026, 1.2598411700847292, 1.2586620519645706, 1.2577695249289285, 1.257095387156409, 1.2565871748895392, 1.256204729077247, 1.2559173846791583, 1.2557017979129712, 1.255540260852246, 1.2554193656899424, 1.2553289825947294, 1.255261476154065, 1.2552111000324282, 1.2551735365481875, 1.2551455473354185, 1.2551247183218497, 1.2551092159439747, 1.2550976761189498, 1.2550890892526059, 1.255082667867817, 1.2550779140156905, 1.2550743907803945, 1.2550717772697355, 1.2550698388727919, 1.2550684014146976, 1.2550673355001483, 1.2550665451023852, 1.255065958986705, 1.2550655243227764, 1.2550652019381445, 1.2550649627922885, 1.2550647853586123, 1.2550646536814958, 1.2550645559349143, 1.2550644833535116, 1.2550644294401168, 1.2550643893783482, 1.255064359597315, 1.2550643373581232, 1.2550643206090426, 1.2550643081353925, 1.2550642992462278, 1.2550642932641802, 1.2550642886335392, 1.2550642850476927, 1.2550642822698619, 1.2550642801171434, 1.255064278448207, 1.2550642771538114, 1.2550642761494921, 1.2550642753699184, 1.2550642747645415, 1.255064274294236, 1.2550642739287063, 1.2550642736444868, 1.2550642734233928, 1.2550642732513277, 1.2550642731173596, 1.2550642730130068, 1.2550642729316859, 1.255064272868285, 1.2550642728188335, 1.2550642727802441, 1.2550642727501182, 1.2550642727265884, 1.2550642727082029, 1.2550642726938306, 1.2550642726825902, 1.2550642726737962, 1.2550642726669128, 1.2550642726615224, 1.2550642726572996, 1.2550642726539902, 1.2550642726513952, 1.2550642726493602, 1.2550642726477632, 1.2550642726465095, 1.2550642726455254, 1.2550642726447523, 1.2550642726441446, 1.2550642726436667, 1.2550642726432912, 1.2550642726429957, 1.255064272642763, 1.25506427264258, 1.2550642726424357, 1.255064272642322, 1.2550642726422327, 1.2550642726421621, 1.2550642726421064, 1.2550642726420624, 1.255064272642028, 1.2550642726420007, 1.2550642726419792, 1.2550642726419623, 1.2550642726419488, 1.2550642726419383, 1.2550642726419299, 1.2550642726419232, 1.255064272641918, 1.2550642726419141, 1.2550642726419108, 1.2550642726419083, 1.2550642726419061, 1.2550642726419046, 1.2550642726419032, 1.2550642726419021, 1.2550642726419012, 1.2550642726419006, 1.2550642726419001, 1.2550642726418995, 1.2550642726418992, 1.255064272641899, 1.2550642726418986, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983, 1.2550642726418983], "HairDensity": [100.0, 98.81131855154838, 96.32027262798142, 93.34299016654963, 90.34116653208596, 87.55603886189057, 85.09668775264572, 82.99541598050057, 81.24204576436092, 79.80490973415887, 78.64338225987615, 77.71518204623263, 76.98033420978066, 76.40310296419825, 75.95269025902786, 75.60323906689295, 75.333458166868, 75.12608309940836, 74.96728870779053, 74.84610941918551, 74.75390424620498, 74.68394012283586, 74.6309811609097, 74.59098053885329, 74.56082526846171, 74.53813247328219, 74.52108261324392, 74.50829056226243, 74.49870560325617, 74.49153217092099, 74.4861692018377, 74.48216364135813, 74.47917452506113, 74.4769456590971, 74.47528489186631, 74.4740489820367, 74.47312913332976, 74.4724444065599, 74.47193489647267, 74.471553877345, 74.4712718028938, 74.47106274829214, 74.47090767308887, 74.47079265641617, 74.47070736343854, 74.47064411635942, 74.47059721733747, 74.47056243959209, 74.47053664838405, 74.47051751937758, 74.47050332942504, 74.47049280122485, 74.47048498803474, 74.47047918814602, 74.47047488145773, 74.47047168245388, 74.47046930534977, 74.47046753826314, 74.47046621867901, 74.47046522485597, 74.47046448471978, 74.47046395727253, 74.4704636023219, 74.4704633275583, 74.4704631147886, 74.4704629499633, 74.47046282222965, 74.47046272320168, 74.47046264639745, 74.4704625868052, 74.47046254054843, 74.47046250462779, 74.47046247672176, 74.4704624550327, 74.47046243816825, 74.47046242504943, 74.47046241483979, 74.47046240689066, 74.47046240069878, 74.47046239587353, 74.47046239211157, 74.47046238917731, 74.47046238688758, 74.47046238510002, 74.47046238370386, 74.47046238261294, 74.47046238176014, 74.47046238109318, 74.47046238057139, 74.47046238016296, 74.47046237984311, 74.47046237959255, 74.47046237939618, 74.4704623792422, 74.47046237912146, 74.4704623790267, 74.4704623789523, 74.47046237889391, 74.47046237884804, 74.47046237881197, 74.47046237878362, 74.47046237876134, 74.47046237874382, 74.47046237873, 74.47046237871915, 74.47046237871058, 74.47046237870383, 74.47046237869854, 74.47046237869435, 74.47046237869104, 74.47046237868842, 74.47046237868639, 74.47046237868477, 74.4704623786835, 74.4704623786825, 74.47046237868169, 74.47046237868106, 74.47046237868057, 74.47046237868017, 74.47046237867987, 74.47046237867963, 74.47046237867943, 74.47046237867929, 74.47046237867916, 74.47046237867906, 74.47046237867899, 74.47046237867892, 74.47046237867886, 74.47046237867882, 74.4704623786788, 74.47046237867876, 74.47046237867875, 74.47046237867873, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787, 74.4704623786787]}, "proteins": {"AR/DHT (AR)": [0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12], "DKK1": [0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078], "β-catenin (CTNNB1)": [1.195525502499162, 1.191497636042554, 1.1884416243407243, 1.1861171470283232, 1.1843452239899548, 1.1829919691205275, 1.1819567919975602, 1.1811638373425462, 1.1805557144720809, 1.1800888740138558, 1.179730189754117, 1.1794544071951374, 1.1792422378600995, 1.179078925081428, 1.1789531649672138, 1.1788562876095496, 1.1787816343011492, 1.1787240938473595, 1.1786797363367345, 1.1786455340829096, 1.1786191565282487, 1.1785988140511587, 1.178583123008321, 1.178571018621391, 1.1785616806218076, 1.1785544762281035, 1.1785489176525645, 1.1785446287587618, 1.178541319400085, 1.1785387657847843, 1.178536795282123, 1.1785352747068996, 1.1785341013058925, 1.1785331958007037, 1.1785324970327684, 1.1785319580344296, 1.1785315420913085, 1.1785312209748273, 1.1785309730282363, 1.1785307807651817, 1.178530632732563, 1.1785305186671249, 1.1785304307244187, 1.1785303629218356, 1.1785303106480032, 1.1785302703463638, 1.1785302392748804, 1.1785302153195714, 1.1785301968506314, 1.1785301826115326, 1.1785301716335301, 1.17853016316975, 1.1785301566443729, 1.1785301516134572, 1.178530147734736, 1.1785301447443293, 1.1785301424387924, 1.178530140661275, 1.178530139286468, 1.1785301382167863, 1.1785301373914636, 1.1785301367789456, 1.1785301363465241, 1.1785301360030815, 1.1785301357303084, 1.1785301355136635, 1.1785301353415971, 1.1785301352049367, 1.1785301350963966, 1.1785301350101907, 1.178530134941723, 1.1785301348873438, 1.1785301348441544, 1.1785301348098518, 1.1785301347826076, 1.1785301347609696, 1.1785301347437838, 1.1785301347301345, 1.1785301347192936, 1.1785301347106834, 1.178530134703845, 1.1785301346984136, 1.1785301346941, 1.1785301346906738, 1.1785301346879529, 1.1785301346857915, 1.178530134684075, 1.1785301346827115, 1.1785301346816288, 1.1785301346807688, 1.1785301346800858, 1.1785301346795434, 1.1785301346791126, 1.1785301346787707, 1.1785301346784987, 1.1785301346782828, 1.1785301346781114, 1.1785301346779753, 1.1785301346778674, 1.1785301346777812, 1.178530134677713, 1.1785301346776589, 1.1785301346776158, 1.1785301346775816, 1.1785301346775543, 1.1785301346775328, 1.1785301346775154, 1.178530134677502, 1.1785301346774912, 1.1785301346774826, 1.178530134677476, 1.1785301346774706, 1.1785301346774661, 1.1785301346774628, 1.1785301346774602, 1.1785301346774582, 1.1785301346774564, 1.1785301346774548, 1.1785301346774537, 1.178530134677453, 1.1785301346774524, 1.178530134677452, 1.1785301346774517, 1.178530134677451, 1.1785301346774506, 1.1785301346774504, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745], "BMP4": [0.12536448527548816, 0.12596492488632985, 0.12644979874846024, 0.12683798334074234, 0.12714665358736024, 0.1273907716336349, 0.12758299842761642, 0.1277338313618572, 0.12785184444355963, 0.12794396191448812, 0.12801572720809923, 0.12807154781351934, 0.1281149090892785, 0.12814855530721686, 0.12817463948641053, 0.12819484604048867, 0.12821049007070084, 0.12822259525456278, 0.12823195767405957, 0.12823919627813335, 0.1282447915360523, 0.12824911488979993, 0.12825245492876816, 0.12825503488036852, 0.12825702740581196, 0.12825856607504799, 0.1282597541467074, 0.12826067143179518, 0.1282613795977023, 0.12826192628586044, 0.128262348297057, 0.12826267405135916, 0.12826292549526733, 0.1282631195750084, 0.12826326937129423, 0.12826338493500217, 0.12826347412623815, 0.1282635429907719, 0.12826359616850852, 0.12826363740665825, 0.12826366916003268, 0.1282636936286431, 0.12826371249434385, 0.12826372704003428, 0.128263738254669, 0.1282637469010452, 0.12826375356730543, 0.12826375870690707, 0.12826376266946696, 0.12826376572453957, 0.1282637680799505, 0.12826376989593166, 0.12826377129602057, 0.12826377237546321, 0.12826377320769294, 0.12826377384932588, 0.1282637743440122, 0.12826377472540543, 0.12826377502039166, 0.12826377524990898, 0.12826377542699546, 0.1282637755584214, 0.1282637756512048, 0.12826377572489636, 0.12826377578342457, 0.12826377582990953, 0.12826377586682938, 0.1282637758961523, 0.1282637759194415, 0.12826377593793853, 0.12826377595262947, 0.12826377596429747, 0.12826377597356461, 0.12826377598092484, 0.12826377598677055, 0.12826377599141342, 0.12826377599510094, 0.12826377599802966, 0.12826377600035577, 0.12826377600220323, 0.12826377600367053, 0.1282637760048359, 0.12826377600576147, 0.1282637760064966, 0.12826377600708047, 0.12826377600754418, 0.12826377600791247, 0.128263776008205, 0.12826377600843733, 0.12826377600862185, 0.12826377600876843, 0.1282637760088848, 0.12826377600897726, 0.12826377600905067, 0.128263776009109, 0.12826377600915534, 0.12826377600919212, 0.12826377600922134, 0.12826377600924455, 0.12826377600926298, 0.1282637760092776, 0.12826377600928923, 0.12826377600929847, 0.1282637760093058, 0.12826377600931163, 0.12826377600931627, 0.12826377600931993, 0.12826377600932287, 0.12826377600932518, 0.12826377600932704, 0.12826377600932848, 0.12826377600932964, 0.12826377600933053, 0.12826377600933125, 0.12826377600933186, 0.12826377600933234, 0.12826377600933267, 0.12826377600933297, 0.1282637760093332, 0.12826377600933342, 0.12826377600933353, 0.12826377600933364, 0.12826377600933375, 0.1282637760093338, 0.1282637760093339, 0.12826377600933395, 0.12826377600933397, 0.128263776009334, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406], "SHH": [0.7736219254794859, 0.7733986012780009, 0.7728953370451566, 0.7722831314923049, 0.7716594072539091, 0.7710758623056019, 0.770556510424008, 0.7701091257846068, 0.7697324292399157, 0.7694205167805026, 0.7691655037357689, 0.7689590609573524, 0.7687932438371107, 0.7686608982581344, 0.7685558122770919, 0.768472726215664, 0.7684072666071319, 0.7683558468125963, 0.768315557244733, 0.7682840565404456, 0.7682594703375232, 0.7682403117249342, 0.7682254024099057, 0.7682138129759439, 0.7682048127499806, 0.7681978292028505, 0.7681924143754122, 0.7681882184413545, 0.768184968792482, 0.7681824531954515, 0.7681805066118201, 0.7681790008637782, 0.7681778364711866, 0.7681769362829887, 0.7681762405219531, 0.7681757031035099, 0.7681752878909056, 0.7681749670138474, 0.7681747190292928, 0.7681745265902268, 0.7681743783145245, 0.7681742639930456, 0.7681741758087776, 0.7681741077903269, 0.7681740553300861, 0.7681740148713322, 0.7681739836697451, 0.7681739596081175, 0.7681739410531799, 0.768173926745079, 0.7681739157120686, 0.7681739072046659, 0.7681739006448445, 0.7681738955868285, 0.7681738916868485, 0.7681738886798074, 0.7681738863612823, 0.7681738845736411, 0.7681738831909325, 0.7681738821150574, 0.7681738812849218, 0.7681738806688057, 0.7681738802338252, 0.7681738798883433, 0.7681738796139461, 0.768173879396008, 0.7681738792229121, 0.7681738790854323, 0.7681738789762402, 0.7681738788895155, 0.7681738788206354, 0.7681738787659282, 0.7681738787224778, 0.7681738786879678, 0.7681738786605588, 0.7681738786387895, 0.7681738786214996, 0.7681738786077673, 0.7681738785968607, 0.7681738785881982, 0.768173878581318, 0.7681738785758538, 0.7681738785715138, 0.768173878568067, 0.7681738785653291, 0.7681738785631549, 0.7681738785614279, 0.7681738785600564, 0.768173878558967, 0.7681738785581018, 0.7681738785574146, 0.7681738785568688, 0.7681738785564354, 0.7681738785560911, 0.7681738785558175, 0.7681738785556005, 0.7681738785554281, 0.7681738785552911, 0.7681738785551822, 0.7681738785550958, 0.7681738785550272, 0.7681738785549727, 0.7681738785549294, 0.768173878554895, 0.7681738785548677, 0.768173878554846, 0.7681738785548288, 0.7681738785548151, 0.7681738785548042, 0.7681738785547956, 0.7681738785547887, 0.7681738785547833, 0.7681738785547788, 0.7681738785547754, 0.7681738785547727, 0.7681738785547705, 0.7681738785547688, 0.7681738785547676, 0.7681738785547665, 0.7681738785547656, 0.7681738785547649, 0.7681738785547645, 0.768173878554764, 0.7681738785547636, 0.7681738785547633, 0.7681738785547629, 0.7681738785547628, 0.7681738785547627, 0.7681738785547626, 0.7681738785547624, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623], "IGF1": [0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624], "VEGFA (DP)": [1.3730090410250908, 1.3119330583895472, 1.2611500637276851, 1.2210842781078577, 1.190437131600704, 1.1674384852345934, 1.1503887491529543, 1.1378485001789074, 1.1286722890283898, 1.121980120489278, 1.117110019860896, 1.1135707747656223, 1.1110009145307576, 1.1091358855211741, 1.1077827843780241, 1.1068012454458076, 1.1060892311562296, 1.1055727800557473, 1.1051982197743178, 1.1049265301302296, 1.1047294257028988, 1.1045864828417944, 1.1044827878585521, 1.104407557075995, 1.10435298212389, 1.1043133883474596, 1.1042846623312477, 1.1042638213926048, 1.1042487007983888, 1.1042377303040574, 1.104229770774718, 1.104223995795957, 1.1042198058008381, 1.104216765733227, 1.1042145600656725, 1.1042129610909566, 1.1042118007496773, 1.1042109579476693, 1.1042103459891304, 1.1042098989699487, 1.1042095762972302, 1.1042093428781723, 1.1042091737229165, 1.1042090511393161, 1.1042089623160418, 1.1042088979558464, 1.1042088513209238, 1.10420881752956, 1.1042087930445639, 1.1042087753029002, 1.1042087624474084, 1.1042087531324036, 1.1042087463828125, 1.104208741492103, 1.104208737948327, 1.1042087353805294, 1.1042087335199204, 1.1042087321717349, 1.1042087311901525, 1.104208730468449, 1.1042087299454153, 1.1042087295846315, 1.104208729351471, 1.1042087291749416, 1.104208729041288, 1.104208728940097, 1.1042087288634834, 1.1042087288054783, 1.1042087287615616, 1.1042087287283113, 1.104208728703137, 1.1042087286840772, 1.1042087286696467, 1.104208728658721, 1.104208728650449, 1.1042087286441862, 1.1042087286394446, 1.1042087286358548, 1.1042087286331368, 1.1042087286310789, 1.1042087286295208, 1.104208728628341, 1.1042087286274478, 1.1042087286267717, 1.1042087286262596, 1.1042087286258722, 1.1042087286255786, 1.1042087286253564, 1.1042087286251883, 1.1042087286250608, 1.1042087286249644, 1.1042087286248916, 1.1042087286248363, 1.1042087286247944, 1.1042087286247626, 1.1042087286247386, 1.1042087286247206, 1.1042087286247069, 1.1042087286246967, 1.1042087286246887, 1.104208728624683, 1.104208728624678, 1.1042087286246747, 1.1042087286246722, 1.1042087286246702, 1.1042087286246687, 1.1042087286246678, 1.104208728624667, 1.1042087286246662, 1.1042087286246658, 1.1042087286246651, 1.104208728624665, 1.104208728624665, 1.1042087286246647, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642, 1.1042087286246642], "JAK-STAT (STAT1)": [0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998, 0.14759999999999998], "p53/apoptosis (TP53)": [0.04535765261277512, 0.06794398976608827, 0.08282176602227784, 0.09284738774549839, 0.09973920887658015, 0.10455388485004954, 0.10795940554900076, 0.11039010131326056, 0.1121360446900393, 0.11339555097034773, 0.11430667419534053, 0.11496694501530955, 0.11544593299380365, 0.11579361887033682, 0.11604607021243027, 0.1162293930140912, 0.11636253013291922, 0.1164592074299537, 0.1165293930038596, 0.11658034902746231, 0.11661734481110696, 0.11664419188777889, 0.11666367825080212, 0.1166778217360901, 0.11668808538653275, 0.116695533825583, 0.11670093906284602, 0.11670486125171863, 0.11670770733824026, 0.11670977253304192, 0.11671127102137205, 0.11671235832098599, 0.11671314726431577, 0.11671371970020408, 0.11671413503255525, 0.11671443613869545, 0.11671465464893553, 0.1167148133609134, 0.11671492860384465, 0.116715012787481, 0.11671507355435481, 0.11671511751274238, 0.11671514936882871, 0.1167151724544312, 0.11671518918216366, 0.11671520130288718, 0.11671521008548713, 0.11671521644931077, 0.11671522106049989, 0.11671522440173941, 0.11671522682278093, 0.11671522857705248, 0.11671522984818665, 0.11671523076924242, 0.11671523143663358, 0.11671523192022097, 0.11671523227062527, 0.116715232524526, 0.11671523270938519, 0.11671523284530207, 0.11671523294380381, 0.11671523301174946, 0.11671523305566008, 0.11671523308890552, 0.11671523311407618, 0.1167152331331333, 0.11671523314756174, 0.11671523315848577, 0.11671523316675653, 0.11671523317301843, 0.11671523317775943, 0.11671523318134892, 0.1167152331840666, 0.11671523318612419, 0.11671523318768202, 0.1167152331888615, 0.11671523318975449, 0.11671523319043059, 0.11671523319094247, 0.11671523319133001, 0.11671523319162343, 0.11671523319184558, 0.11671523319201378, 0.11671523319214112, 0.11671523319223753, 0.11671523319231054, 0.11671523319236583, 0.11671523319240767, 0.11671523319243937, 0.11671523319246334, 0.1167152331924815, 0.11671523319249524, 0.11671523319250565, 0.11671523319251353, 0.1167152331925195, 0.11671523319252403, 0.11671523319252744, 0.11671523319253004, 0.116715233192532, 0.11671523319253348, 0.11671523319253459, 0.11671523319253545, 0.11671523319253609, 0.11671523319253657, 0.11671523319253695, 0.11671523319253722, 0.11671523319253743, 0.1167152331925376, 0.11671523319253771, 0.1167152331925378, 0.11671523319253786, 0.11671523319253793, 0.11671523319253796, 0.11671523319253799, 0.11671523319253801, 0.11671523319253803, 0.11671523319253804, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807, 0.11671523319253807]}}, {"id": "Alopecia Areata|corticosteroid", "disease": "Alopecia Areata", "interventions": ["corticosteroid"], "intervention_labels": ["국소 스테로이드"], "tracked_genes": ["IFNG", "IL15"], "metrics": {"final_hair_density_pct": 29.5, "min_hair_density_pct": 29.5, "anagen_fraction": 0.017, "healthy_ss": 1.6853, "AND_load": 0.12, "INF_load": 0.451}, "drive": {"AND": 0.12, "INF": 0.451, "chemo_amp": 0.0, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.1914976314148327, 1.1884416249609409, 1.1861171437902045, 1.1843452214574492, 1.1829919670044151, 1.1819567901234926, 1.1811638359219512, 1.1805557125032693, 1.1800888721525975, 1.1797301879609767, 1.179454405605751, 1.1792422362347734, 1.1790789236488746, 1.1789531636852193, 1.1788562865434689, 1.17878163627587, 1.1787240992726948, 1.1786797423205346, 1.1786455401142815, 1.1786191641893293, 1.1785988210842573, 1.1785831294503348, 1.1785710245566197, 1.1785616857506402, 1.1785544806664874, 1.1785489214623714, 1.1785446319740724, 1.1785413220655803, 1.1785387679758237, 1.1785367970717635, 1.1785352762898782, 1.1785341028121779, 1.1785331968527615, 1.178532496172255, 1.178531956174206, 1.1785315386946358, 1.1785312170889242, 1.1785309691855232, 1.1785307780579082, 1.1785306307045333, 1.1785305171001985, 1.1785304295149484, 1.1785303619893919, 1.178530309929148, 1.178530269792147, 1.1785302388475933, 1.178530214990144, 1.178530196596651, 1.17853018241572, 1.1785301714825633, 1.1785301630533582, 1.1785301565546373, 1.1785301515442734, 1.1785301476813967, 1.1785301446942709, 1.1785301423697458, 1.1785301405760946, 1.1785301392419827, 1.1785301383027458, 1.1785301375567745, 1.1785301369643004, 1.1785301364937388, 1.1785301361200042, 1.1785301358231721, 1.1785301355874187, 1.1785301354001758, 1.1785301352514617, 1.1785301351333481, 1.1785301350395387, 1.1785301349650323, 1.178530134905857, 1.178530134858858, 1.17853013482153, 1.1785301347918828, 1.1785301347683361, 1.1785301347496344, 1.1785301347347812, 1.1785301347229842, 1.1785301347136146, 1.1785301347061727, 1.1785301347002626, 1.1785301346955686, 1.1785301346918402, 1.178530134688879, 1.1785301346865271, 1.178530134684659, 1.1785301346831756, 1.1785301346819974, 1.1785301346810615, 1.1785301346803183, 1.178530134679728, 1.1785301346792592, 1.1785301346788868, 1.178530134678591, 1.1785301346783563, 1.1785301346781698, 1.1785301346780215, 1.1785301346779036, 1.1785301346778103, 1.1785301346777362, 1.1785301346776773, 1.1785301346776305, 1.1785301346775932, 1.1785301346775634, 1.17853013467754, 1.1785301346775214, 1.1785301346775066, 1.1785301346774948, 1.1785301346774857, 1.1785301346774781, 1.1785301346774721, 1.1785301346774675, 1.178530134677464, 1.1785301346774608, 1.1785301346774584, 1.1785301346774568, 1.178530134677455, 1.1785301346774542, 1.1785301346774533, 1.1785301346774526, 1.1785301346774522, 1.1785301346774517, 1.1785301346774513, 1.1785301346774508, 1.1785301346774506, 1.1785301346774504, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745], "BMP": [0.12536448527548816, 0.12596492540183546, 0.12644979934460532, 0.12683798354046988, 0.12714665377272294, 0.127390771795998, 0.12758299858464833, 0.1277338315085557, 0.1278518446016362, 0.12794396214168072, 0.12801572745182238, 0.1280715480554537, 0.12811490935330055, 0.12814855556274923, 0.12817463972784293, 0.12819484623497812, 0.12821048974086627, 0.12822259426871846, 0.12823195645183375, 0.12823919498912478, 0.12824478989889299, 0.12824911330734276, 0.12825245345907696, 0.12825503353638787, 0.12825702622927676, 0.12825856505910832, 0.12825975328277425, 0.12826067070306482, 0.12826137899689316, 0.12826192579600695, 0.1282623478992129, 0.12826267370213762, 0.12826292516582008, 0.12826311934485582, 0.12826326955206427, 0.12826338533113557, 0.12826347485269896, 0.12826354382319402, 0.12826359699231923, 0.12826363798734058, 0.12826366959508853, 0.12826369396478046, 0.1282637127538045, 0.12826372724007323, 0.12826373840889116, 0.12826374701994878, 0.12826375365897882, 0.12826375877758603, 0.12826376272395937, 0.12826376576655238, 0.1282637681123416, 0.12826376992090466, 0.1282637713152743, 0.12826377239030745, 0.12826377321913754, 0.12826377386006646, 0.12826377435882685, 0.12826377474368167, 0.1282637750299363, 0.1282637752314649, 0.12826377539152536, 0.12826377551865062, 0.12826377561961758, 0.1282637756998088, 0.1282637757634992, 0.12826377581408419, 0.1282637758542604, 0.12826377588616963, 0.12826377591151294, 0.1282637759316414, 0.12826377594762808, 0.12826377596032523, 0.1282637759704097, 0.1282637759784191, 0.12826377598478042, 0.1282637759898328, 0.12826377599384553, 0.1282637759970326, 0.12826377599956384, 0.12826377600157424, 0.128263776003171, 0.12826377600443917, 0.1282637760054464, 0.1282637760062464, 0.12826377600688174, 0.12826377600738637, 0.12826377600778713, 0.12826377600810546, 0.12826377600835825, 0.12826377600855907, 0.12826377600871855, 0.1282637760088452, 0.12826377600894578, 0.12826377600902567, 0.12826377600908914, 0.12826377600913952, 0.1282637760091796, 0.12826377600921138, 0.12826377600923664, 0.1282637760092567, 0.12826377600927263, 0.12826377600928526, 0.12826377600929534, 0.1282637760093033, 0.12826377600930963, 0.12826377600931466, 0.12826377600931868, 0.12826377600932184, 0.12826377600932434, 0.12826377600932637, 0.12826377600932798, 0.12826377600932923, 0.12826377600933023, 0.12826377600933103, 0.12826377600933164, 0.12826377600933214, 0.12826377600933256, 0.1282637760093329, 0.12826377600933317, 0.12826377600933334, 0.12826377600933347, 0.1282637760093336, 0.12826377600933372, 0.12826377600933378, 0.12826377600933384, 0.12826377600933392, 0.12826377600933395, 0.12826377600933397, 0.128263776009334, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406], "SHH": [0.7736219254794859, 0.7733986030432327, 0.7728953305410786, 0.772283133884742, 0.7716594089089314, 0.7710758636774423, 0.770556511617847, 0.7701091264503757, 0.769732430717068, 0.7694205176089286, 0.7691655042899253, 0.7689590611741293, 0.7687932438636347, 0.7686608980094044, 0.7685558118810469, 0.7684727259441279, 0.7684072671845636, 0.7683558491193301, 0.7683155614445343, 0.7682840616099883, 0.768259476909188, 0.768240318942168, 0.7682254094781221, 0.7682138195093418, 0.7682048186872137, 0.768197834390582, 0.768192418790385, 0.7681882221884524, 0.7681849718799356, 0.7681824556948605, 0.768180508630395, 0.7681790026096215, 0.7681778380878023, 0.7681769374190955, 0.7681762397492486, 0.7681757013181595, 0.7681752845562785, 0.7681749631613385, 0.768174715199422, 0.7681745238806655, 0.7681743762817191, 0.7681742624220764, 0.7681741745957787, 0.7681741068547626, 0.7681740546085557, 0.7681740143148796, 0.7681739832406189, 0.7681739592771947, 0.7681739407979945, 0.7681739265483024, 0.7681739155603351, 0.7681739070876675, 0.768173900554631, 0.7681738955172689, 0.7681738916332148, 0.7681738886294757, 0.7681738862918734, 0.7681738844880174, 0.7681738831462289, 0.7681738822015247, 0.7681738814511896, 0.7681738808552344, 0.7681738803818973, 0.7681738800059501, 0.7681738797073554, 0.7681738794701981, 0.7681738792818374, 0.7681738791322335, 0.7681738790134119, 0.7681738789190389, 0.7681738788440842, 0.7681738787845521, 0.7681738787372696, 0.7681738786997161, 0.7681738786698896, 0.7681738786462006, 0.7681738786273856, 0.7681738786124421, 0.7681738786005736, 0.7681738785911472, 0.7681738785836603, 0.768173878577714, 0.7681738785729915, 0.7681738785692404, 0.7681738785662612, 0.7681738785638952, 0.7681738785620159, 0.7681738785605232, 0.7681738785593378, 0.7681738785583964, 0.7681738785576485, 0.7681738785570545, 0.7681738785565828, 0.7681738785562082, 0.7681738785559107, 0.7681738785556744, 0.7681738785554867, 0.7681738785553377, 0.7681738785552192, 0.7681738785551252, 0.7681738785550505, 0.7681738785549912, 0.768173878554944, 0.7681738785549066, 0.7681738785548768, 0.7681738785548533, 0.7681738785548345, 0.7681738785548197, 0.768173878554808, 0.7681738785547985, 0.7681738785547909, 0.768173878554785, 0.7681738785547803, 0.7681738785547766, 0.7681738785547736, 0.7681738785547713, 0.7681738785547693, 0.7681738785547678, 0.7681738785547666, 0.7681738785547656, 0.7681738785547649, 0.7681738785547644, 0.768173878554764, 0.7681738785547636, 0.7681738785547634, 0.7681738785547632, 0.7681738785547629, 0.7681738785547628, 0.7681738785547627, 0.7681738785547626, 0.7681738785547625, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623], "DP": [1.3730090410250906, 1.1515962667108437, 0.9919016586465594, 0.8827627415442605, 0.8100555228632444, 0.7620498408560228, 0.7303232620435323, 0.7092210926428835, 0.6950621695721375, 0.6854750010409554, 0.6789289381565196, 0.674427635573891, 0.6713146955314888, 0.6691523567917494, 0.6676453051367065, 0.6665923449451423, 0.665855313742988, 0.6653387670446478, 0.6649763397066654, 0.6647218938342281, 0.664543221472402, 0.664417655313759, 0.6643294316458642, 0.6642674514996071, 0.6642238086801996, 0.6641931294714266, 0.6641716495844551, 0.6641564633348152, 0.6641457457541078, 0.664138293832017, 0.6641330323399816, 0.6641293344363364, 0.6641267297088692, 0.6641249000525802, 0.6641236068142407, 0.6641227005505256, 0.6641220619950386, 0.6641216150208324, 0.664121301290319, 0.6641210809084683, 0.6641209261368058, 0.6641208174434431, 0.6641207411015793, 0.6641206874825075, 0.6641206498262857, 0.6641206233816501, 0.6641206048096829, 0.66412059176601, 0.664120582605099, 0.664120576171416, 0.6641205716531323, 0.6641205684799398, 0.6641205662513546, 0.664120564686188, 0.6641205635869701, 0.664120562810843, 0.6641205622556982, 0.6641205618659203, 0.6641205616062628, 0.6641205614467619, 0.6641205613287985, 0.664120561241555, 0.6641205611770317, 0.6641205611293115, 0.6641205610940186, 0.6641205610679167, 0.6641205610486124, 0.6641205610343353, 0.6641205610237761, 0.664120561015967, 0.6641205610101915, 0.6641205610059199, 0.6641205610027607, 0.6641205610004244, 0.6641205609986963, 0.6641205609974183, 0.6641205609964731, 0.6641205609957741, 0.6641205609952572, 0.6641205609948748, 0.6641205609945922, 0.664120560994383, 0.6641205609942283, 0.6641205609941139, 0.6641205609940293, 0.6641205609939667, 0.6641205609939204, 0.6641205609938863, 0.664120560993861, 0.6641205609938422, 0.6641205609938284, 0.6641205609938182, 0.6641205609938106, 0.664120560993805, 0.6641205609938008, 0.6641205609937978, 0.6641205609937956, 0.6641205609937939, 0.6641205609937927, 0.6641205609937917, 0.664120560993791, 0.6641205609937905, 0.66412056099379, 0.6641205609937898, 0.6641205609937896, 0.6641205609937895, 0.6641205609937894, 0.6641205609937892, 0.6641205609937892, 0.6641205609937894, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891], "HFSC": [0.9672930816910811, 0.7798495458198955, 0.6453701609277194, 0.5550144186051553, 0.4962691629280821, 0.4585591376358269, 0.43434361957092527, 0.4186622690780693, 0.4083790623953552, 0.40154211048835614, 0.3969363576882771, 0.39379802197254116, 0.3916393449101066, 0.3901434063769088, 0.38910074922816196, 0.3883708155534731, 0.3878580886589594, 0.38749701924885877, 0.38724217653134824, 0.387062029637627, 0.3869345522480173, 0.3868441793424735, 0.38678007749036886, 0.386734576603533, 0.38670215874715336, 0.3866790877583183, 0.3866627283263404, 0.3866509807419444, 0.386642556876931, 0.3866366064834511, 0.3866323262339799, 0.3866292579263874, 0.38662705035372175, 0.3866254642368976, 0.38662431605180153, 0.38662348981234085, 0.3866228912900054, 0.38662245933780975, 0.3866221463507195, 0.3866219189942772, 0.3866217535352593, 0.3866216328716404, 0.38662154468311455, 0.38662148009246744, 0.3866214326862893, 0.386621397817953, 0.3866213721150035, 0.3866213531266853, 0.3866213390688321, 0.3866213286393649, 0.3866213208856847, 0.3866213151094324, 0.38662131079766754, 0.3866213075728525, 0.38662130515646714, 0.38662130333593503, 0.38662130195097305, 0.386621300907394, 0.3866213001508575, 0.3866212996333962, 0.38662129922808136, 0.38662129891036057, 0.38662129866111783, 0.3866212984654552, 0.3866212983117502, 0.38662129819092744, 0.38662129809589424, 0.3866212980211022, 0.38662129796220757, 0.38662129791580707, 0.38662129787923194, 0.38662129785038823, 0.38662129782763155, 0.3866212978096698, 0.38662129779548715, 0.3866212977842843, 0.386621297775432, 0.38662129776843485, 0.3866212977629023, 0.38662129775852666, 0.3866212977550649, 0.38662129775232557, 0.3866212977501573, 0.3866212977484408, 0.38662129774708154, 0.38662129774600495, 0.38662129774515214, 0.38662129774447646, 0.386621297743941, 0.38662129774351667, 0.3866212977431803, 0.3866212977429136, 0.3866212977427021, 0.3866212977425344, 0.38662129774240145, 0.38662129774229603, 0.38662129774221243, 0.3866212977421461, 0.3866212977420934, 0.3866212977420516, 0.3866212977420185, 0.3866212977419922, 0.38662129774197124, 0.38662129774195464, 0.38662129774194154, 0.38662129774193116, 0.3866212977419229, 0.3866212977419163, 0.3866212977419111, 0.386621297741907, 0.3866212977419037, 0.38662129774190107, 0.38662129774189896, 0.38662129774189735, 0.3866212977418961, 0.3866212977418951, 0.38662129774189424, 0.38662129774189363, 0.3866212977418931, 0.38662129774189263, 0.38662129774189236, 0.38662129774189213, 0.3866212977418919, 0.3866212977418917, 0.3866212977418915, 0.38662129774189147, 0.38662129774189136, 0.3866212977418912, 0.3866212977418911, 0.3866212977418911, 0.38662129774189113, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891, 0.386621297741891], "APO": [0.04535765261277512, 0.13776405637967748, 0.20602568467424348, 0.2577179081183136, 0.2970399979500561, 0.32672418928580166, 0.34885616517562795, 0.36514814525441247, 0.3770082561485374, 0.3855649271606729, 0.3916957293679139, 0.3960657442569959, 0.39916881904859197, 0.4013661558489318, 0.4029190146599866, 0.40401484418404315, 0.4047873613958989, 0.4053315380786772, 0.40571468319219284, 0.4059843609419171, 0.40617412833530026, 0.4063076209548277, 0.40640152543663877, 0.40646759078502226, 0.40651403095165917, 0.4065466880022642, 0.4065696943563871, 0.40658583692872, 0.4065971701411438, 0.4066051761959412, 0.40661079660719535, 0.40661474854540613, 0.40661752495722325, 0.40661948062363445, 0.4066208601064554, 0.40662182710071654, 0.4066225084592712, 0.40662298524669915, 0.4066233198191373, 0.40662355485054974, 0.40662371993718127, 0.40662383587774203, 0.40662391729954706, 0.40662397448075427, 0.40662401463973136, 0.40662404284423126, 0.40662406265247386, 0.4066240765636699, 0.4066240863334403, 0.4066240931948232, 0.40662409801365695, 0.40662410139795374, 0.4066241037747436, 0.4066241054439644, 0.4066241066162681, 0.40662410744401234, 0.4066241080360767, 0.40662410845177605, 0.40662410872870125, 0.4066241088988088, 0.4066241090246168, 0.4066241091176618, 0.40662410918647596, 0.4066241092373695, 0.40662410927500936, 0.406624109302847, 0.40662410932343507, 0.40662410933866155, 0.4066241093499229, 0.40662410935825144, 0.40662410936441107, 0.40662410936896665, 0.40662410937233584, 0.40662410937482757, 0.4066241093766705, 0.4066241093780334, 0.4066241093790414, 0.4066241093797869, 0.40662410938033827, 0.40662410938074606, 0.4066241093810476, 0.40662410938127064, 0.40662410938143556, 0.4066241093815576, 0.40662410938164784, 0.40662410938171456, 0.40662410938176385, 0.4066241093818004, 0.4066241093818274, 0.4066241093818474, 0.40662410938186216, 0.40662410938187304, 0.40662410938188115, 0.4066241093818871, 0.4066241093818915, 0.4066241093818947, 0.4066241093818971, 0.4066241093818989, 0.40662410938190025, 0.4066241093819012, 0.40662410938190197, 0.4066241093819025, 0.4066241093819029, 0.4066241093819033, 0.40662410938190346, 0.4066241093819036, 0.4066241093819037, 0.40662410938190374, 0.4066241093819038, 0.4066241093819039, 0.40662410938190385, 0.40662410938190396, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904], "Hair": [1.6853182222234062, 1.613179934651114, 1.4583236990658888, 1.2795904530522382, 1.109332611060924, 0.962503916530455, 0.8434755830213188, 0.7509130612554464, 0.6809806393597372, 0.629208225010802, 0.5914267011366379, 0.5641337324159607, 0.5445585895435022, 0.530589734739049, 0.5206569557910753, 0.5136116818706864, 0.5086231606897738, 0.5050952734183385, 0.5026022595192196, 0.500841430809151, 0.49959816068947976, 0.4987205078007392, 0.4981009799501905, 0.49766360190193093, 0.49735484148181297, 0.4971368370192815, 0.496982797680386, 0.4968740433251221, 0.49679722212318933, 0.49674285768164234, 0.4967044277474467, 0.4966772436818393, 0.496658008360933, 0.49664437155048635, 0.4966346750263623, 0.49662782043263975, 0.49662294696640225, 0.4966195018778077, 0.4966170582664689, 0.49661532188657115, 0.49661408704223287, 0.49661320806728976, 0.4966125817289569, 0.496612134892014, 0.4966118157168039, 0.49661158743035777, 0.4966114239245765, 0.496611306645042, 0.49661122239238725, 0.49661116176737186, 0.49661111806964164, 0.49661108651705316, 0.49661106369208086, 0.4966110471491037, 0.49661103513555044, 0.496611026354772, 0.4966110198582923, 0.49661101511146133, 0.49661101178939754, 0.49661100961128707, 0.4966110079414814, 0.4966110066597342, 0.4966110056746177, 0.4966110049165314, 0.49661100433242605, 0.49661100388181756, 0.4966110035337716, 0.4966110032646215, 0.4966110030562376, 0.4966110028947144, 0.4966110027693725, 0.49661100267200015, 0.49661100259627494, 0.49661100253732315, 0.49661100249138296, 0.49661100245554757, 0.496611002427568, 0.4966110024057024, 0.4966110023885996, 0.49661100237521105, 0.4966110023647217, 0.4966110023564974, 0.4966110023500443, 0.4966110023449774, 0.49661100234099625, 0.4966110023378662, 0.49661100233540384, 0.49661100233346567, 0.4966110023319392, 0.4966110023307364, 0.49661100232978816, 0.49661100232904026, 0.4966110023284501, 0.4966110023279842, 0.49661100232761635, 0.49661100232732575, 0.4966110023270961, 0.4966110023269145, 0.496611002326771, 0.4966110023266574, 0.4966110023265675, 0.49661100232649646, 0.4966110023264402, 0.49661100232639555, 0.49661100232636024, 0.49661100232633226, 0.49661100232631017, 0.4966110023262926, 0.49661100232627875, 0.4966110023262677, 0.496611002326259, 0.49661100232625205, 0.49661100232624655, 0.49661100232624217, 0.4966110023262387, 0.496611002326236, 0.49661100232623384, 0.4966110023262322, 0.4966110023262308, 0.49661100232622973, 0.49661100232622885, 0.4966110023262282, 0.4966110023262276, 0.4966110023262272, 0.49661100232622685, 0.49661100232622657, 0.4966110023262264, 0.4966110023262262, 0.49661100232622607, 0.49661100232622596, 0.49661100232622585, 0.4966110023262258, 0.4966110023262257, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256, 0.4966110023262256], "HairDensity": [100.0, 95.71960436782545, 86.53105863543988, 75.9257472077944, 65.82333214183159, 57.11110838525457, 50.04844615686517, 44.556158673985145, 40.40665023257941, 37.3346835460368, 35.0928799877557, 33.473425076464814, 32.31191488721205, 31.483059266934923, 30.893688143013318, 30.475649945390664, 30.179651177019704, 29.970320545871537, 29.822395135332158, 29.717914646908703, 29.64414400209653, 29.59206761217993, 29.555307323091537, 29.529355070128737, 29.511034469541475, 29.49809896219, 29.48895888781922, 29.48250584210774, 29.477947581185873, 29.474721814038155, 29.47244153642121, 29.470828543382336, 29.469687196860786, 29.468878043416247, 29.468302690702664, 29.467895966700503, 29.467606794829386, 29.467402377138463, 29.46725738307701, 29.467154353282705, 29.467081082589846, 29.467028927754544, 29.466991763358852, 29.46696524985315, 29.466946311280843, 29.46693276568197, 29.466923063907014, 29.466916105011478, 29.466911105798054, 29.466907508553657, 29.466904915706227, 29.46690304350262, 29.466901689160633, 29.466900707566957, 29.466899994731055, 29.466899473715007, 29.46689908824005, 29.466898806582208, 29.46689860946431, 29.466898480224003, 29.466898381144457, 29.466898305090734, 29.466898246637886, 29.466898201656097, 29.466898166997634, 29.466898140260344, 29.466898119608697, 29.46689810363841, 29.46689809127375, 29.46689808168961, 29.466898074252327, 29.466898068474645, 29.466898063981418, 29.466898060483455, 29.46689805775755, 29.466898055631223, 29.46689805397103, 29.466898052673606, 29.4668980516588, 29.466898050864376, 29.466898050241983, 29.466898049753983, 29.466898049371082, 29.466898049070434, 29.46689804883421, 29.466898048648485, 29.466898048502376, 29.466898048387375, 29.466898048296798, 29.46689804822543, 29.466898048169167, 29.466898048124786, 29.466898048089774, 29.466898048062127, 29.4668980480403, 29.466898048023054, 29.466898048009426, 29.466898047998654, 29.46689804799014, 29.4668980479834, 29.466898047978063, 29.46689804797385, 29.46689804797051, 29.466898047967863, 29.466898047965767, 29.466898047964104, 29.466898047962793, 29.466898047961756, 29.46689804796093, 29.466898047960278, 29.46689804795976, 29.466898047959344, 29.46689804795902, 29.466898047958757, 29.466898047958555, 29.466898047958395, 29.466898047958267, 29.466898047958168, 29.466898047958086, 29.466898047958022, 29.46689804795797, 29.46689804795793, 29.466898047957898, 29.46689804795787, 29.46689804795785, 29.466898047957837, 29.466898047957823, 29.46689804795781, 29.466898047957805, 29.466898047957798, 29.466898047957795, 29.466898047957788, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778, 29.46689804795778]}, "proteins": {"AR/DHT (AR)": [0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12], "DKK1": [0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078], "β-catenin (CTNNB1)": [1.195525502499162, 1.1914976314148327, 1.1884416249609409, 1.1861171437902045, 1.1843452214574492, 1.1829919670044151, 1.1819567901234926, 1.1811638359219512, 1.1805557125032693, 1.1800888721525975, 1.1797301879609767, 1.179454405605751, 1.1792422362347734, 1.1790789236488746, 1.1789531636852193, 1.1788562865434689, 1.17878163627587, 1.1787240992726948, 1.1786797423205346, 1.1786455401142815, 1.1786191641893293, 1.1785988210842573, 1.1785831294503348, 1.1785710245566197, 1.1785616857506402, 1.1785544806664874, 1.1785489214623714, 1.1785446319740724, 1.1785413220655803, 1.1785387679758237, 1.1785367970717635, 1.1785352762898782, 1.1785341028121779, 1.1785331968527615, 1.178532496172255, 1.178531956174206, 1.1785315386946358, 1.1785312170889242, 1.1785309691855232, 1.1785307780579082, 1.1785306307045333, 1.1785305171001985, 1.1785304295149484, 1.1785303619893919, 1.178530309929148, 1.178530269792147, 1.1785302388475933, 1.178530214990144, 1.178530196596651, 1.17853018241572, 1.1785301714825633, 1.1785301630533582, 1.1785301565546373, 1.1785301515442734, 1.1785301476813967, 1.1785301446942709, 1.1785301423697458, 1.1785301405760946, 1.1785301392419827, 1.1785301383027458, 1.1785301375567745, 1.1785301369643004, 1.1785301364937388, 1.1785301361200042, 1.1785301358231721, 1.1785301355874187, 1.1785301354001758, 1.1785301352514617, 1.1785301351333481, 1.1785301350395387, 1.1785301349650323, 1.178530134905857, 1.178530134858858, 1.17853013482153, 1.1785301347918828, 1.1785301347683361, 1.1785301347496344, 1.1785301347347812, 1.1785301347229842, 1.1785301347136146, 1.1785301347061727, 1.1785301347002626, 1.1785301346955686, 1.1785301346918402, 1.178530134688879, 1.1785301346865271, 1.178530134684659, 1.1785301346831756, 1.1785301346819974, 1.1785301346810615, 1.1785301346803183, 1.178530134679728, 1.1785301346792592, 1.1785301346788868, 1.178530134678591, 1.1785301346783563, 1.1785301346781698, 1.1785301346780215, 1.1785301346779036, 1.1785301346778103, 1.1785301346777362, 1.1785301346776773, 1.1785301346776305, 1.1785301346775932, 1.1785301346775634, 1.17853013467754, 1.1785301346775214, 1.1785301346775066, 1.1785301346774948, 1.1785301346774857, 1.1785301346774781, 1.1785301346774721, 1.1785301346774675, 1.178530134677464, 1.1785301346774608, 1.1785301346774584, 1.1785301346774568, 1.178530134677455, 1.1785301346774542, 1.1785301346774533, 1.1785301346774526, 1.1785301346774522, 1.1785301346774517, 1.1785301346774513, 1.1785301346774508, 1.1785301346774506, 1.1785301346774504, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745], "BMP4": [0.12536448527548816, 0.12596492540183546, 0.12644979934460532, 0.12683798354046988, 0.12714665377272294, 0.127390771795998, 0.12758299858464833, 0.1277338315085557, 0.1278518446016362, 0.12794396214168072, 0.12801572745182238, 0.1280715480554537, 0.12811490935330055, 0.12814855556274923, 0.12817463972784293, 0.12819484623497812, 0.12821048974086627, 0.12822259426871846, 0.12823195645183375, 0.12823919498912478, 0.12824478989889299, 0.12824911330734276, 0.12825245345907696, 0.12825503353638787, 0.12825702622927676, 0.12825856505910832, 0.12825975328277425, 0.12826067070306482, 0.12826137899689316, 0.12826192579600695, 0.1282623478992129, 0.12826267370213762, 0.12826292516582008, 0.12826311934485582, 0.12826326955206427, 0.12826338533113557, 0.12826347485269896, 0.12826354382319402, 0.12826359699231923, 0.12826363798734058, 0.12826366959508853, 0.12826369396478046, 0.1282637127538045, 0.12826372724007323, 0.12826373840889116, 0.12826374701994878, 0.12826375365897882, 0.12826375877758603, 0.12826376272395937, 0.12826376576655238, 0.1282637681123416, 0.12826376992090466, 0.1282637713152743, 0.12826377239030745, 0.12826377321913754, 0.12826377386006646, 0.12826377435882685, 0.12826377474368167, 0.1282637750299363, 0.1282637752314649, 0.12826377539152536, 0.12826377551865062, 0.12826377561961758, 0.1282637756998088, 0.1282637757634992, 0.12826377581408419, 0.1282637758542604, 0.12826377588616963, 0.12826377591151294, 0.1282637759316414, 0.12826377594762808, 0.12826377596032523, 0.1282637759704097, 0.1282637759784191, 0.12826377598478042, 0.1282637759898328, 0.12826377599384553, 0.1282637759970326, 0.12826377599956384, 0.12826377600157424, 0.128263776003171, 0.12826377600443917, 0.1282637760054464, 0.1282637760062464, 0.12826377600688174, 0.12826377600738637, 0.12826377600778713, 0.12826377600810546, 0.12826377600835825, 0.12826377600855907, 0.12826377600871855, 0.1282637760088452, 0.12826377600894578, 0.12826377600902567, 0.12826377600908914, 0.12826377600913952, 0.1282637760091796, 0.12826377600921138, 0.12826377600923664, 0.1282637760092567, 0.12826377600927263, 0.12826377600928526, 0.12826377600929534, 0.1282637760093033, 0.12826377600930963, 0.12826377600931466, 0.12826377600931868, 0.12826377600932184, 0.12826377600932434, 0.12826377600932637, 0.12826377600932798, 0.12826377600932923, 0.12826377600933023, 0.12826377600933103, 0.12826377600933164, 0.12826377600933214, 0.12826377600933256, 0.1282637760093329, 0.12826377600933317, 0.12826377600933334, 0.12826377600933347, 0.1282637760093336, 0.12826377600933372, 0.12826377600933378, 0.12826377600933384, 0.12826377600933392, 0.12826377600933395, 0.12826377600933397, 0.128263776009334, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406], "SHH": [0.7736219254794859, 0.7733986030432327, 0.7728953305410786, 0.772283133884742, 0.7716594089089314, 0.7710758636774423, 0.770556511617847, 0.7701091264503757, 0.769732430717068, 0.7694205176089286, 0.7691655042899253, 0.7689590611741293, 0.7687932438636347, 0.7686608980094044, 0.7685558118810469, 0.7684727259441279, 0.7684072671845636, 0.7683558491193301, 0.7683155614445343, 0.7682840616099883, 0.768259476909188, 0.768240318942168, 0.7682254094781221, 0.7682138195093418, 0.7682048186872137, 0.768197834390582, 0.768192418790385, 0.7681882221884524, 0.7681849718799356, 0.7681824556948605, 0.768180508630395, 0.7681790026096215, 0.7681778380878023, 0.7681769374190955, 0.7681762397492486, 0.7681757013181595, 0.7681752845562785, 0.7681749631613385, 0.768174715199422, 0.7681745238806655, 0.7681743762817191, 0.7681742624220764, 0.7681741745957787, 0.7681741068547626, 0.7681740546085557, 0.7681740143148796, 0.7681739832406189, 0.7681739592771947, 0.7681739407979945, 0.7681739265483024, 0.7681739155603351, 0.7681739070876675, 0.768173900554631, 0.7681738955172689, 0.7681738916332148, 0.7681738886294757, 0.7681738862918734, 0.7681738844880174, 0.7681738831462289, 0.7681738822015247, 0.7681738814511896, 0.7681738808552344, 0.7681738803818973, 0.7681738800059501, 0.7681738797073554, 0.7681738794701981, 0.7681738792818374, 0.7681738791322335, 0.7681738790134119, 0.7681738789190389, 0.7681738788440842, 0.7681738787845521, 0.7681738787372696, 0.7681738786997161, 0.7681738786698896, 0.7681738786462006, 0.7681738786273856, 0.7681738786124421, 0.7681738786005736, 0.7681738785911472, 0.7681738785836603, 0.768173878577714, 0.7681738785729915, 0.7681738785692404, 0.7681738785662612, 0.7681738785638952, 0.7681738785620159, 0.7681738785605232, 0.7681738785593378, 0.7681738785583964, 0.7681738785576485, 0.7681738785570545, 0.7681738785565828, 0.7681738785562082, 0.7681738785559107, 0.7681738785556744, 0.7681738785554867, 0.7681738785553377, 0.7681738785552192, 0.7681738785551252, 0.7681738785550505, 0.7681738785549912, 0.768173878554944, 0.7681738785549066, 0.7681738785548768, 0.7681738785548533, 0.7681738785548345, 0.7681738785548197, 0.768173878554808, 0.7681738785547985, 0.7681738785547909, 0.768173878554785, 0.7681738785547803, 0.7681738785547766, 0.7681738785547736, 0.7681738785547713, 0.7681738785547693, 0.7681738785547678, 0.7681738785547666, 0.7681738785547656, 0.7681738785547649, 0.7681738785547644, 0.768173878554764, 0.7681738785547636, 0.7681738785547634, 0.7681738785547632, 0.7681738785547629, 0.7681738785547628, 0.7681738785547627, 0.7681738785547626, 0.7681738785547625, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623], "IGF1": [0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624], "VEGFA (DP)": [1.3730090410250906, 1.1515962667108437, 0.9919016586465594, 0.8827627415442605, 0.8100555228632444, 0.7620498408560228, 0.7303232620435323, 0.7092210926428835, 0.6950621695721375, 0.6854750010409554, 0.6789289381565196, 0.674427635573891, 0.6713146955314888, 0.6691523567917494, 0.6676453051367065, 0.6665923449451423, 0.665855313742988, 0.6653387670446478, 0.6649763397066654, 0.6647218938342281, 0.664543221472402, 0.664417655313759, 0.6643294316458642, 0.6642674514996071, 0.6642238086801996, 0.6641931294714266, 0.6641716495844551, 0.6641564633348152, 0.6641457457541078, 0.664138293832017, 0.6641330323399816, 0.6641293344363364, 0.6641267297088692, 0.6641249000525802, 0.6641236068142407, 0.6641227005505256, 0.6641220619950386, 0.6641216150208324, 0.664121301290319, 0.6641210809084683, 0.6641209261368058, 0.6641208174434431, 0.6641207411015793, 0.6641206874825075, 0.6641206498262857, 0.6641206233816501, 0.6641206048096829, 0.66412059176601, 0.664120582605099, 0.664120576171416, 0.6641205716531323, 0.6641205684799398, 0.6641205662513546, 0.664120564686188, 0.6641205635869701, 0.664120562810843, 0.6641205622556982, 0.6641205618659203, 0.6641205616062628, 0.6641205614467619, 0.6641205613287985, 0.664120561241555, 0.6641205611770317, 0.6641205611293115, 0.6641205610940186, 0.6641205610679167, 0.6641205610486124, 0.6641205610343353, 0.6641205610237761, 0.664120561015967, 0.6641205610101915, 0.6641205610059199, 0.6641205610027607, 0.6641205610004244, 0.6641205609986963, 0.6641205609974183, 0.6641205609964731, 0.6641205609957741, 0.6641205609952572, 0.6641205609948748, 0.6641205609945922, 0.664120560994383, 0.6641205609942283, 0.6641205609941139, 0.6641205609940293, 0.6641205609939667, 0.6641205609939204, 0.6641205609938863, 0.664120560993861, 0.6641205609938422, 0.6641205609938284, 0.6641205609938182, 0.6641205609938106, 0.664120560993805, 0.6641205609938008, 0.6641205609937978, 0.6641205609937956, 0.6641205609937939, 0.6641205609937927, 0.6641205609937917, 0.664120560993791, 0.6641205609937905, 0.66412056099379, 0.6641205609937898, 0.6641205609937896, 0.6641205609937895, 0.6641205609937894, 0.6641205609937892, 0.6641205609937892, 0.6641205609937894, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891, 0.6641205609937891], "JAK-STAT (STAT1)": [0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451, 0.451], "p53/apoptosis (TP53)": [0.04535765261277512, 0.13776405637967748, 0.20602568467424348, 0.2577179081183136, 0.2970399979500561, 0.32672418928580166, 0.34885616517562795, 0.36514814525441247, 0.3770082561485374, 0.3855649271606729, 0.3916957293679139, 0.3960657442569959, 0.39916881904859197, 0.4013661558489318, 0.4029190146599866, 0.40401484418404315, 0.4047873613958989, 0.4053315380786772, 0.40571468319219284, 0.4059843609419171, 0.40617412833530026, 0.4063076209548277, 0.40640152543663877, 0.40646759078502226, 0.40651403095165917, 0.4065466880022642, 0.4065696943563871, 0.40658583692872, 0.4065971701411438, 0.4066051761959412, 0.40661079660719535, 0.40661474854540613, 0.40661752495722325, 0.40661948062363445, 0.4066208601064554, 0.40662182710071654, 0.4066225084592712, 0.40662298524669915, 0.4066233198191373, 0.40662355485054974, 0.40662371993718127, 0.40662383587774203, 0.40662391729954706, 0.40662397448075427, 0.40662401463973136, 0.40662404284423126, 0.40662406265247386, 0.4066240765636699, 0.4066240863334403, 0.4066240931948232, 0.40662409801365695, 0.40662410139795374, 0.4066241037747436, 0.4066241054439644, 0.4066241066162681, 0.40662410744401234, 0.4066241080360767, 0.40662410845177605, 0.40662410872870125, 0.4066241088988088, 0.4066241090246168, 0.4066241091176618, 0.40662410918647596, 0.4066241092373695, 0.40662410927500936, 0.406624109302847, 0.40662410932343507, 0.40662410933866155, 0.4066241093499229, 0.40662410935825144, 0.40662410936441107, 0.40662410936896665, 0.40662410937233584, 0.40662410937482757, 0.4066241093766705, 0.4066241093780334, 0.4066241093790414, 0.4066241093797869, 0.40662410938033827, 0.40662410938074606, 0.4066241093810476, 0.40662410938127064, 0.40662410938143556, 0.4066241093815576, 0.40662410938164784, 0.40662410938171456, 0.40662410938176385, 0.4066241093818004, 0.4066241093818274, 0.4066241093818474, 0.40662410938186216, 0.40662410938187304, 0.40662410938188115, 0.4066241093818871, 0.4066241093818915, 0.4066241093818947, 0.4066241093818971, 0.4066241093818989, 0.40662410938190025, 0.4066241093819012, 0.40662410938190197, 0.4066241093819025, 0.4066241093819029, 0.4066241093819033, 0.40662410938190346, 0.4066241093819036, 0.4066241093819037, 0.40662410938190374, 0.4066241093819038, 0.4066241093819039, 0.40662410938190385, 0.40662410938190396, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904, 0.406624109381904]}}, {"id": "Alopecia Areata|JAK_inhibitor+corticosteroid", "disease": "Alopecia Areata", "interventions": ["JAK_inhibitor", "corticosteroid"], "intervention_labels": ["JAK 억제제 (토파/바리/리틀레시티닙)", "국소 스테로이드"], "tracked_genes": ["IFNG", "IL15", "JAK1", "JAK2", "JAK3", "STAT1"], "metrics": {"final_hair_density_pct": 90.0, "min_hair_density_pct": 90.0, "anagen_fraction": 1.0, "healthy_ss": 1.6853, "AND_load": 0.12, "INF_load": 0.081}, "drive": {"AND": 0.12, "INF": 0.08118, "chemo_amp": 0.0, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.1955255024991618, 1.1914976454237611, 1.1884416329698526, 1.1861171529745935, 1.1843452287826735, 1.1829919734550627, 1.1819567955190107, 1.1811638402658922, 1.1805557175885701, 1.1800888763543014, 1.1797301917849579, 1.1794544087600827, 1.179242238945786, 1.1790789258343726, 1.1789531608110067, 1.1788562795717852, 1.1787816289821005, 1.178724090575149, 1.1786797317359898, 1.1786455302858312, 1.178619155017401, 1.178598812729225, 1.1785831217247285, 1.1785710175813984, 1.1785616798316823, 1.1785544756036992, 1.1785489171732662, 1.1785446283901593, 1.178541319114242, 1.1785387655648756, 1.1785367951123993, 1.178535274575677, 1.1785341014652608, 1.1785331964876702, 1.1785324979344267, 1.1785319587086556, 1.1785315425313383, 1.1785312213163117, 1.17853097339102, 1.178530782033589, 1.178530633874452, 1.1785305194313265, 1.1785304313028016, 1.1785303633699065, 1.178530310993781, 1.1785302706129213, 1.1785302394803856, 1.1785302154780142, 1.1785301969727888, 1.1785301827057142, 1.178530171706143, 1.1785301632257335, 1.178530156687535, 1.1785301516467346, 1.1785301477603922, 1.1785301447641097, 1.1785301424540429, 1.1785301406730326, 1.1785301392876901, 1.1785301382147562, 1.178530137388808, 1.1785301368145327, 1.1785301363747884, 1.1785301360255298, 1.1785301357481377, 1.1785301355278242, 1.178530135352844, 1.1785301352138693, 1.1785301351034911, 1.1785301350158253, 1.1785301349461983, 1.1785301348908983, 1.1785301348469772, 1.1785301348120938, 1.1785301347843884, 1.1785301347623838, 1.1785301347449069, 1.1785301347310262, 1.1785301347200017, 1.1785301347112458, 1.1785301347042916, 1.1785301346987687, 1.1785301346943817, 1.1785301346908974, 1.1785301346881303, 1.1785301346859325, 1.178530134684187, 1.1785301346828008, 1.1785301346816999, 1.1785301346808252, 1.1785301346801305, 1.178530134679579, 1.1785301346791406, 1.1785301346787926, 1.1785301346785162, 1.1785301346782966, 1.1785301346781225, 1.178530134677984, 1.1785301346778738, 1.1785301346777866, 1.1785301346777173, 1.1785301346776622, 1.1785301346776185, 1.1785301346775838, 1.178530134677556, 1.178530134677534, 1.1785301346775165, 1.1785301346775028, 1.178530134677492, 1.1785301346774832, 1.1785301346774764, 1.178530134677471, 1.1785301346774668, 1.1785301346774633, 1.1785301346774606, 1.1785301346774584, 1.1785301346774566, 1.1785301346774553, 1.178530134677454, 1.1785301346774528, 1.1785301346774522, 1.1785301346774517, 1.1785301346774513, 1.1785301346774508, 1.1785301346774504, 1.1785301346774502, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745], "BMP": [0.12536448527548813, 0.12596492345565102, 0.12644979766631265, 0.12683798235215366, 0.12714665280089046, 0.12739077101404073, 0.1275829979087388, 0.127733830927197, 0.12785184402932864, 0.12794396152354348, 0.12801572685124918, 0.1280715475092087, 0.12811490886149474, 0.1281485551758265, 0.12817464013710952, 0.12819484743888854, 0.128210491214271, 0.12822259603914116, 0.12823195866987536, 0.12823919719149565, 0.12824479197361885, 0.12824911520300744, 0.12825245520905187, 0.1282550351101822, 0.12825702757532684, 0.12825856620765533, 0.1282597542504845, 0.12826067151100717, 0.12826137965876538, 0.12826192633326639, 0.1282623483335434, 0.12826267407945824, 0.12826292546142176, 0.1282631194283399, 0.12826326917807748, 0.12826338478995214, 0.12826347403134838, 0.12826354291722597, 0.12826359609051713, 0.12826363713457256, 0.12826366891498694, 0.12826369346455732, 0.12826371237016282, 0.12826372694384824, 0.12826373818044873, 0.12826374684383246, 0.12826375352319877, 0.12826375867290266, 0.12826376264325093, 0.128263765704328, 0.12826376806436804, 0.1282637698839181, 0.12826377128675848, 0.12826377236832237, 0.12826377320218751, 0.12826377384508136, 0.1282637743407398, 0.1282637747228825, 0.1282637750201293, 0.1282637752503445, 0.12826377542756517, 0.12826377555078564, 0.12826377564514024, 0.1282637757200797, 0.128263775779599, 0.12826377582687115, 0.1282637758644162, 0.1282637758942357, 0.1282637759179193, 0.12826377593672952, 0.12826377595166924, 0.12826377596353486, 0.1282637759729589, 0.12826377598044375, 0.12826377598638847, 0.12826377599110994, 0.12826377599485989, 0.12826377599783823, 0.12826377600020372, 0.12826377600208247, 0.12826377600357464, 0.12826377600475974, 0.128263776005701, 0.12826377600644856, 0.12826377600704233, 0.12826377600751393, 0.12826377600788846, 0.12826377600818595, 0.12826377600842218, 0.12826377600860986, 0.12826377600875888, 0.12826377600887726, 0.12826377600897126, 0.12826377600904595, 0.1282637760091052, 0.1282637760091523, 0.12826377600918973, 0.12826377600921945, 0.12826377600924305, 0.12826377600926178, 0.12826377600927666, 0.12826377600928848, 0.12826377600929786, 0.1282637760093053, 0.12826377600931121, 0.12826377600931593, 0.12826377600931968, 0.12826377600932262, 0.12826377600932498, 0.12826377600932687, 0.12826377600932837, 0.12826377600932956, 0.12826377600933048, 0.12826377600933123, 0.1282637760093318, 0.12826377600933225, 0.12826377600933264, 0.12826377600933292, 0.12826377600933317, 0.12826377600933334, 0.1282637760093335, 0.1282637760093336, 0.12826377600933372, 0.12826377600933378, 0.12826377600933384, 0.1282637760093339, 0.12826377600933392, 0.12826377600933395, 0.128263776009334, 0.12826377600933403, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406], "SHH": [0.7736219254794859, 0.7733986015556289, 0.7728953353151595, 0.7722831324225563, 0.7716594079694963, 0.7710758620643617, 0.770556510341737, 0.7701091257399463, 0.769732428538093, 0.7694205169524877, 0.7691655040532042, 0.7689590615236914, 0.768793244455042, 0.7686608984148919, 0.7685558118644356, 0.7684727238314919, 0.768407262490199, 0.7683558431899822, 0.7683155533261253, 0.7682840520894758, 0.768259467470282, 0.7682403100633042, 0.7682254011758642, 0.7682138119356088, 0.7682048119918297, 0.7681978286239823, 0.7681924139091946, 0.7681882180823363, 0.7681849685170076, 0.7681824529794502, 0.7681805064446328, 0.7681790007349982, 0.7681778366216553, 0.7681769369461601, 0.7681762414108194, 0.7681757037848451, 0.7681752883432742, 0.768174967363125, 0.7681747193966649, 0.7681745278578048, 0.7681743794600915, 0.7681742647635645, 0.7681741763920881, 0.7681741082418654, 0.7681740556784301, 0.7681740151398312, 0.7681739838767185, 0.7681739597676707, 0.768173941176179, 0.7681739268399002, 0.7681739157851677, 0.76817390726102, 0.7681739006882896, 0.768173895620322, 0.76817389171267, 0.7681738886997146, 0.7681738863766299, 0.7681738845854735, 0.768173883192171, 0.7681738821130237, 0.7681738812822569, 0.768173880704601, 0.7681738802622555, 0.7681738799109241, 0.7681738796318808, 0.7681738794102524, 0.7681738792342256, 0.768173879094418, 0.768173878983377, 0.768173878895184, 0.7681738788251375, 0.7681738787695039, 0.7681738787253177, 0.7681738786902232, 0.7681738786623501, 0.7681738786402122, 0.7681738786226295, 0.7681738786086647, 0.7681738785975734, 0.7681738785887642, 0.7681738785817677, 0.7681738785762108, 0.7681738785717975, 0.7681738785682921, 0.7681738785655081, 0.7681738785632968, 0.7681738785615406, 0.7681738785601459, 0.7681738785590381, 0.7681738785581582, 0.7681738785574593, 0.7681738785569043, 0.7681738785564635, 0.7681738785561134, 0.7681738785558354, 0.7681738785556145, 0.7681738785554392, 0.7681738785553, 0.7681738785551894, 0.7681738785551014, 0.7681738785550316, 0.7681738785549762, 0.7681738785549321, 0.7681738785548972, 0.7681738785548694, 0.7681738785548473, 0.7681738785548298, 0.7681738785548159, 0.7681738785548048, 0.7681738785547959, 0.7681738785547889, 0.7681738785547834, 0.768173878554779, 0.7681738785547756, 0.7681738785547729, 0.7681738785547707, 0.7681738785547689, 0.7681738785547676, 0.7681738785547665, 0.7681738785547656, 0.7681738785547649, 0.7681738785547644, 0.7681738785547638, 0.7681738785547636, 0.7681738785547633, 0.768173878554763, 0.7681738785547629, 0.7681738785547627, 0.7681738785547626, 0.7681738785547625, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623], "DP": [1.3730090410250906, 1.3500751999205998, 1.330446265007128, 1.3144907316219276, 1.30192394453541, 1.292227364706326, 1.284849225354417, 1.2792897728737536, 1.2751298802464006, 1.27203299366807, 1.2697360229307093, 1.268037062692133, 1.2667830151116117, 1.265858799472445, 1.265178426808907, 1.2646780256733137, 1.264310260020848, 1.2640401009020024, 1.2638417084577636, 1.263696086011031, 1.2635892128994477, 1.263510789193521, 1.263453248353315, 1.2634110370454916, 1.263380073503375, 1.2633573599142247, 1.2633407000287487, 1.2633284806633258, 1.2633195180805639, 1.2633129447238383, 1.2633081237356811, 1.2633045878595555, 1.2633019955899398, 1.2633000954629796, 1.2632987009150498, 1.2632976775704399, 1.2632969270051984, 1.2632963764708116, 1.2632959726356483, 1.2632956764211973, 1.2632954581947713, 1.2632952980709147, 1.263295181131085, 1.2632950955182625, 1.2632950328040216, 1.2632949868687504, 1.2632949532247562, 1.2632949285830803, 1.2632949105348712, 1.2632948973158917, 1.263294887633968, 1.2632948805426767, 1.2632948753488318, 1.2632948715447259, 1.2632948687585002, 1.2632948667177972, 1.2632948652231337, 1.2632948641284036, 1.2632948633163141, 1.2632948627175673, 1.2632948622805285, 1.2632948619985644, 1.2632948617934199, 1.2632948616368296, 1.2632948615173019, 1.2632948614260644, 1.2632948613564217, 1.263294861303262, 1.2632948612626844, 1.263294861231711, 1.2632948612080686, 1.2632948611900219, 1.2632948611762467, 1.2632948611657318, 1.2632948611577055, 1.263294861151579, 1.2632948611469026, 1.263294861143333, 1.2632948611406083, 1.2632948611385284, 1.2632948611369408, 1.2632948611357289, 1.2632948611348036, 1.2632948611340977, 1.2632948611335588, 1.2632948611331476, 1.2632948611328336, 1.263294861132594, 1.263294861132411, 1.2632948611322712, 1.2632948611321646, 1.2632948611320831, 1.263294861132021, 1.2632948611319736, 1.2632948611319375, 1.2632948611319097, 1.2632948611318886, 1.2632948611318724, 1.2632948611318602, 1.2632948611318509, 1.2632948611318437, 1.2632948611318382, 1.263294861131834, 1.2632948611318309, 1.2632948611318287, 1.2632948611318267, 1.2632948611318253, 1.2632948611318242, 1.2632948611318233, 1.2632948611318229, 1.2632948611318224, 1.2632948611318222, 1.2632948611318218, 1.2632948611318213, 1.263294861131821, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209], "HFSC": [0.967293081691081, 0.9506149860597262, 0.9349991369463605, 0.9213926950667982, 0.9100164609642092, 0.9007476694949516, 0.8933246718698972, 0.8874503514012573, 0.8828411968570783, 0.8792475148842934, 0.8764588955331617, 0.8743029751519922, 0.8726410587161005, 0.871362953268205, 0.8703818860232844, 0.8696300361551372, 0.8690546420479641, 0.8686147940485331, 0.8682788797376524, 0.8680225814375228, 0.8678271718143252, 0.8676782805200656, 0.8675648968062878, 0.8674785989533924, 0.8674129454938186, 0.8673630152406471, 0.8673250559167841, 0.8672962053718387, 0.8672742827798379, 0.8672576279759626, 0.867244977117984, 0.8672353687035452, 0.8672280736618422, 0.8672225360712903, 0.8672183294907313, 0.8672151340176463, 0.8672127070906943, 0.8672108637344538, 0.8672094634997249, 0.8672083997767224, 0.8672075887708632, 0.8672069720987717, 0.867206504778836, 0.8672061501002983, 0.8672058807849944, 0.8672056762554795, 0.8672055208961571, 0.8672054028595366, 0.8672053131582209, 0.867205244973451, 0.8672051931309178, 0.8672051537034698, 0.8672051237099333, 0.867205100886772, 0.8672050835149564, 0.8672050702886759, 0.8672050602157684, 0.8672050525421939, 0.867205046637674, 0.8672050421145653, 0.8672050386724719, 0.8672050363162821, 0.8672050345306367, 0.867205033123556, 0.8672050320145872, 0.8672050311404175, 0.8672050304512136, 0.8672050299077447, 0.8672050294791217, 0.8672050291410179, 0.8672050288742724, 0.8672050286637898, 0.8672050284976759, 0.8672050283665569, 0.8672050282630439, 0.8672050281813118, 0.8672050281167679, 0.8672050280657896, 0.8672050280255197, 0.867205027993704, 0.8672050279685644, 0.8672050279486968, 0.8672050279329938, 0.8672050279205804, 0.8672050279107661, 0.867205027903006, 0.8672050278968692, 0.8672050278920155, 0.8672050278881762, 0.867205027885139, 0.8672050278827359, 0.8672050278808343, 0.8672050278793296, 0.8672050278781387, 0.867205027877196, 0.8672050278764497, 0.8672050278758588, 0.867205027875391, 0.8672050278750205, 0.8672050278747272, 0.8672050278744948, 0.8672050278743108, 0.867205027874165, 0.8672050278740494, 0.8672050278739579, 0.8672050278738855, 0.8672050278738281, 0.8672050278737825, 0.8672050278737464, 0.8672050278737179, 0.8672050278736952, 0.8672050278736774, 0.8672050278736632, 0.8672050278736518, 0.8672050278736428, 0.8672050278736357, 0.8672050278736302, 0.8672050278736256, 0.8672050278736221, 0.8672050278736193, 0.8672050278736171, 0.8672050278736152, 0.8672050278736138, 0.8672050278736126, 0.8672050278736118, 0.8672050278736111, 0.8672050278736105, 0.86720502787361, 0.8672050278736095, 0.8672050278736093, 0.8672050278736091, 0.867205027873609, 0.8672050278736089, 0.8672050278736086, 0.8672050278736085, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084, 0.8672050278736084], "APO": [0.04535765261277512, 0.05352363628653556, 0.058757545585344406, 0.06217014970704934, 0.06443332700591976, 0.06595849960509137, 0.06700151944638594, 0.06772410643546703, 0.06823029931854903, 0.06858824395590843, 0.06884329357980135, 0.06902616358896103, 0.06915793256247632, 0.06925325389610743, 0.06932243094705795, 0.0693727475301809, 0.06940940909800591, 0.06943616872168536, 0.06945572026452859, 0.06947001492118149, 0.06948047672634834, 0.0694881359678457, 0.06949374543046277, 0.06949785537912707, 0.069500866919864, 0.06950307408834255, 0.06950469214950093, 0.06950587836671586, 0.06950674800916869, 0.06950738568359634, 0.06950785327599099, 0.06950819612789237, 0.06950844745635996, 0.06950863167484415, 0.06950876685943531, 0.06950886604912133, 0.06950893879745014, 0.06950899215635406, 0.06950903129484416, 0.06950906000232528, 0.0695090811514768, 0.06950909666943718, 0.06950910800215897, 0.0695091162988962, 0.06950912237650904, 0.06950912682806155, 0.06950913008846364, 0.06950913247645411, 0.06950913422547722, 0.06950913550650532, 0.06950913644476228, 0.06950913713196523, 0.06950913763529, 0.06950913800393783, 0.06950913827394485, 0.06950913847170485, 0.06950913861654935, 0.06950913872263714, 0.06950913880133484, 0.06950913885935803, 0.06950913890171043, 0.06950913892903492, 0.069509138948915, 0.06950913896408978, 0.06950913897567293, 0.06950913898451452, 0.06950913899126346, 0.06950913899641502, 0.06950913900034728, 0.06950913900334883, 0.06950913900563997, 0.06950913900738884, 0.06950913900872377, 0.06950913900974275, 0.06950913901052054, 0.06950913901111423, 0.06950913901156743, 0.06950913901191336, 0.06950913901217741, 0.06950913901237897, 0.06950913901253282, 0.06950913901265025, 0.06950913901273989, 0.06950913901280832, 0.06950913901286054, 0.0695091390129004, 0.06950913901293083, 0.06950913901295405, 0.06950913901297179, 0.06950913901298532, 0.06950913901299566, 0.06950913901300354, 0.06950913901300955, 0.06950913901301416, 0.06950913901301767, 0.06950913901302035, 0.06950913901302239, 0.06950913901302394, 0.06950913901302513, 0.06950913901302605, 0.06950913901302674, 0.06950913901302727, 0.06950913901302769, 0.06950913901302799, 0.06950913901302823, 0.0695091390130284, 0.06950913901302853, 0.06950913901302865, 0.06950913901302873, 0.0695091390130288, 0.06950913901302883, 0.06950913901302885, 0.06950913901302888, 0.0695091390130289, 0.06950913901302891, 0.06950913901302892, 0.06950913901302895, 0.06950913901302896, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898], "Hair": [1.6853182222234064, 1.6768630011205568, 1.6608128869151721, 1.6418832471362956, 1.6227814817858128, 1.6049538143812956, 1.5890775515254578, 1.5753747579888215, 1.5638099771683118, 1.5542130831663996, 1.5463535070997565, 1.539984674827809, 1.5348686238459504, 1.5307887869609391, 1.5275553583655654, 1.5250062603785297, 1.5230058920017107, 1.5214424646341904, 1.520224791559588, 1.5192793901860784, 1.5185474305604965, 1.5179821121254875, 1.5175464487474497, 1.5172113718214453, 1.5169541171714995, 1.5167569242876653, 1.5166059876594207, 1.5164906060908798, 1.5164025075630205, 1.5163353116290905, 1.5162841075537021, 1.516245123038095, 1.5162154723699008, 1.5161929394895812, 1.516175814591407, 1.5161628065202752, 1.5161529321618101, 1.516145439785557, 1.5161397569147368, 1.516135447989889, 1.516132170173828, 1.5161296843824474, 1.5161278064170045, 1.5161263859947227, 1.5161253114709363, 1.5161244987159535, 1.516123884001637, 1.5161234190839838, 1.516123067458639, 1.516122801510215, 1.5161226003514434, 1.5161224481862303, 1.5161223330699967, 1.5161222459712473, 1.5161221800614122, 1.5161221301775851, 1.5161220924161676, 1.5161220638255828, 1.5161220419529609, 1.5161220252985845, 1.5161220127069845, 1.5161220041667438, 1.5161219977355758, 1.516121992693184, 1.5161219887389679, 1.5161219856375316, 1.5161219832045127, 1.5161219812954974, 1.5161219797973444, 1.516121978621401, 1.5161219776981891, 1.5161219769732495, 1.5161219764038878, 1.5161219759566265, 1.5161219756052104, 1.5161219753290451, 1.5161219751119726, 1.5161219749413137, 1.5161219748071177, 1.5161219747015724, 1.5161219746185444, 1.5161219745532164, 1.5161219745018046, 1.5161219744613368, 1.5161219744294767, 1.5161219744043886, 1.5161219743846297, 1.5161219743690644, 1.5161219743568002, 1.5161219743471357, 1.516121974339518, 1.5161219743335126, 1.5161219743287773, 1.516121974325043, 1.516121974322097, 1.516121974319773, 1.5161219743179393, 1.516121974316492, 1.5161219743153498, 1.5161219743144483, 1.5161219743137362, 1.516121974313174, 1.51612197431273, 1.5161219743123793, 1.516121974312102, 1.516121974311883, 1.5161219743117098, 1.516121974311573, 1.516121974311465, 1.5161219743113794, 1.5161219743113117, 1.516121974311258, 1.516121974311216, 1.5161219743111822, 1.5161219743111558, 1.516121974311135, 1.5161219743111185, 1.5161219743111054, 1.516121974311095, 1.5161219743110868, 1.5161219743110803, 1.5161219743110752, 1.516121974311071, 1.5161219743110679, 1.5161219743110654, 1.5161219743110632, 1.5161219743110614, 1.51612197431106, 1.5161219743110592, 1.5161219743110583, 1.5161219743110579, 1.5161219743110574, 1.516121974311057, 1.5161219743110566, 1.516121974311056, 1.5161219743110559, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557, 1.5161219743110557], "HairDensity": [100.0, 99.49830121152463, 98.54595203534294, 97.42274340155133, 96.28932152913592, 95.23149950066478, 94.28946596382373, 93.47639734829791, 92.79018980197158, 92.22074873883211, 91.75439312936898, 91.37649225652699, 91.07292638306784, 90.83084528341482, 90.63898664492528, 90.4877334303441, 90.36903962222871, 90.2762721349433, 90.2040203157589, 90.14792400343977, 90.10449246535218, 90.0709487447922, 90.04509823345893, 90.02521611733475, 90.00995166184181, 89.99825102980483, 89.98929505779586, 89.98244877992268, 89.9772213678709, 89.97323423161117, 89.97019598787102, 89.96788280362529, 89.96612345231684, 89.96478644189219, 89.96377031936122, 89.96299847277699, 89.96241256808938, 89.96196800063889, 89.96163080195765, 89.96137512770035, 89.9611806352883, 89.96103313843294, 89.96092170752226, 89.96083742538117, 89.96077366746458, 89.96072544185519, 89.96068896718184, 89.96066138083957, 89.96064051680688, 89.96062473649783, 89.96061280054597, 89.96060377167468, 89.96059694114071, 89.9605917730515, 89.96058786222717, 89.96058490232164, 89.96058266171111, 89.96058096526089, 89.96057966742754, 89.96057867922389, 89.96057793208901, 89.9605774253455, 89.96057704374587, 89.96057674455064, 89.96057650992337, 89.96057632589664, 89.9605761815311, 89.9605760682578, 89.96057597936344, 89.96057590958769, 89.96057585480801, 89.960575811793, 89.96057577800939, 89.96057575147069, 89.96057573061908, 89.96057571423253, 89.96057570135233, 89.96057569122613, 89.96057568326347, 89.96057567700083, 89.96057567207428, 89.96057566819799, 89.96057566514742, 89.96057566274622, 89.96057566085577, 89.96057565936714, 89.96057565819473, 89.96057565727114, 89.96057565654344, 89.96057565596999, 89.96057565551797, 89.96057565516165, 89.96057565488067, 89.9605756546591, 89.9605756544843, 89.96057565434639, 89.96057565423759, 89.96057565415171, 89.96057565408394, 89.96057565403045, 89.9605756539882, 89.96057565395482, 89.9605756539285, 89.96057565390767, 89.96057565389123, 89.96057565387822, 89.96057565386796, 89.96057565385985, 89.96057565385343, 89.96057565384834, 89.96057565384433, 89.96057565384115, 89.96057565383865, 89.96057565383666, 89.9605756538351, 89.96057565383384, 89.96057565383286, 89.96057565383208, 89.96057565383148, 89.96057565383099, 89.9605756538306, 89.9605756538303, 89.96057565383005, 89.96057565382986, 89.96057565382972, 89.9605756538296, 89.9605756538295, 89.96057565382941, 89.96057565382935, 89.96057565382931, 89.96057565382927, 89.96057565382925, 89.96057565382922, 89.96057565382918, 89.96057565382917, 89.96057565382915, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914, 89.96057565382914]}, "proteins": {"AR/DHT (AR)": [0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12], "DKK1": [0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078], "β-catenin (CTNNB1)": [1.1955255024991618, 1.1914976454237611, 1.1884416329698526, 1.1861171529745935, 1.1843452287826735, 1.1829919734550627, 1.1819567955190107, 1.1811638402658922, 1.1805557175885701, 1.1800888763543014, 1.1797301917849579, 1.1794544087600827, 1.179242238945786, 1.1790789258343726, 1.1789531608110067, 1.1788562795717852, 1.1787816289821005, 1.178724090575149, 1.1786797317359898, 1.1786455302858312, 1.178619155017401, 1.178598812729225, 1.1785831217247285, 1.1785710175813984, 1.1785616798316823, 1.1785544756036992, 1.1785489171732662, 1.1785446283901593, 1.178541319114242, 1.1785387655648756, 1.1785367951123993, 1.178535274575677, 1.1785341014652608, 1.1785331964876702, 1.1785324979344267, 1.1785319587086556, 1.1785315425313383, 1.1785312213163117, 1.17853097339102, 1.178530782033589, 1.178530633874452, 1.1785305194313265, 1.1785304313028016, 1.1785303633699065, 1.178530310993781, 1.1785302706129213, 1.1785302394803856, 1.1785302154780142, 1.1785301969727888, 1.1785301827057142, 1.178530171706143, 1.1785301632257335, 1.178530156687535, 1.1785301516467346, 1.1785301477603922, 1.1785301447641097, 1.1785301424540429, 1.1785301406730326, 1.1785301392876901, 1.1785301382147562, 1.178530137388808, 1.1785301368145327, 1.1785301363747884, 1.1785301360255298, 1.1785301357481377, 1.1785301355278242, 1.178530135352844, 1.1785301352138693, 1.1785301351034911, 1.1785301350158253, 1.1785301349461983, 1.1785301348908983, 1.1785301348469772, 1.1785301348120938, 1.1785301347843884, 1.1785301347623838, 1.1785301347449069, 1.1785301347310262, 1.1785301347200017, 1.1785301347112458, 1.1785301347042916, 1.1785301346987687, 1.1785301346943817, 1.1785301346908974, 1.1785301346881303, 1.1785301346859325, 1.178530134684187, 1.1785301346828008, 1.1785301346816999, 1.1785301346808252, 1.1785301346801305, 1.178530134679579, 1.1785301346791406, 1.1785301346787926, 1.1785301346785162, 1.1785301346782966, 1.1785301346781225, 1.178530134677984, 1.1785301346778738, 1.1785301346777866, 1.1785301346777173, 1.1785301346776622, 1.1785301346776185, 1.1785301346775838, 1.178530134677556, 1.178530134677534, 1.1785301346775165, 1.1785301346775028, 1.178530134677492, 1.1785301346774832, 1.1785301346774764, 1.178530134677471, 1.1785301346774668, 1.1785301346774633, 1.1785301346774606, 1.1785301346774584, 1.1785301346774566, 1.1785301346774553, 1.178530134677454, 1.1785301346774528, 1.1785301346774522, 1.1785301346774517, 1.1785301346774513, 1.1785301346774508, 1.1785301346774504, 1.1785301346774502, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745, 1.17853013467745], "BMP4": [0.12536448527548813, 0.12596492345565102, 0.12644979766631265, 0.12683798235215366, 0.12714665280089046, 0.12739077101404073, 0.1275829979087388, 0.127733830927197, 0.12785184402932864, 0.12794396152354348, 0.12801572685124918, 0.1280715475092087, 0.12811490886149474, 0.1281485551758265, 0.12817464013710952, 0.12819484743888854, 0.128210491214271, 0.12822259603914116, 0.12823195866987536, 0.12823919719149565, 0.12824479197361885, 0.12824911520300744, 0.12825245520905187, 0.1282550351101822, 0.12825702757532684, 0.12825856620765533, 0.1282597542504845, 0.12826067151100717, 0.12826137965876538, 0.12826192633326639, 0.1282623483335434, 0.12826267407945824, 0.12826292546142176, 0.1282631194283399, 0.12826326917807748, 0.12826338478995214, 0.12826347403134838, 0.12826354291722597, 0.12826359609051713, 0.12826363713457256, 0.12826366891498694, 0.12826369346455732, 0.12826371237016282, 0.12826372694384824, 0.12826373818044873, 0.12826374684383246, 0.12826375352319877, 0.12826375867290266, 0.12826376264325093, 0.128263765704328, 0.12826376806436804, 0.1282637698839181, 0.12826377128675848, 0.12826377236832237, 0.12826377320218751, 0.12826377384508136, 0.1282637743407398, 0.1282637747228825, 0.1282637750201293, 0.1282637752503445, 0.12826377542756517, 0.12826377555078564, 0.12826377564514024, 0.1282637757200797, 0.128263775779599, 0.12826377582687115, 0.1282637758644162, 0.1282637758942357, 0.1282637759179193, 0.12826377593672952, 0.12826377595166924, 0.12826377596353486, 0.1282637759729589, 0.12826377598044375, 0.12826377598638847, 0.12826377599110994, 0.12826377599485989, 0.12826377599783823, 0.12826377600020372, 0.12826377600208247, 0.12826377600357464, 0.12826377600475974, 0.128263776005701, 0.12826377600644856, 0.12826377600704233, 0.12826377600751393, 0.12826377600788846, 0.12826377600818595, 0.12826377600842218, 0.12826377600860986, 0.12826377600875888, 0.12826377600887726, 0.12826377600897126, 0.12826377600904595, 0.1282637760091052, 0.1282637760091523, 0.12826377600918973, 0.12826377600921945, 0.12826377600924305, 0.12826377600926178, 0.12826377600927666, 0.12826377600928848, 0.12826377600929786, 0.1282637760093053, 0.12826377600931121, 0.12826377600931593, 0.12826377600931968, 0.12826377600932262, 0.12826377600932498, 0.12826377600932687, 0.12826377600932837, 0.12826377600932956, 0.12826377600933048, 0.12826377600933123, 0.1282637760093318, 0.12826377600933225, 0.12826377600933264, 0.12826377600933292, 0.12826377600933317, 0.12826377600933334, 0.1282637760093335, 0.1282637760093336, 0.12826377600933372, 0.12826377600933378, 0.12826377600933384, 0.1282637760093339, 0.12826377600933392, 0.12826377600933395, 0.128263776009334, 0.12826377600933403, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406, 0.12826377600933406], "SHH": [0.7736219254794859, 0.7733986015556289, 0.7728953353151595, 0.7722831324225563, 0.7716594079694963, 0.7710758620643617, 0.770556510341737, 0.7701091257399463, 0.769732428538093, 0.7694205169524877, 0.7691655040532042, 0.7689590615236914, 0.768793244455042, 0.7686608984148919, 0.7685558118644356, 0.7684727238314919, 0.768407262490199, 0.7683558431899822, 0.7683155533261253, 0.7682840520894758, 0.768259467470282, 0.7682403100633042, 0.7682254011758642, 0.7682138119356088, 0.7682048119918297, 0.7681978286239823, 0.7681924139091946, 0.7681882180823363, 0.7681849685170076, 0.7681824529794502, 0.7681805064446328, 0.7681790007349982, 0.7681778366216553, 0.7681769369461601, 0.7681762414108194, 0.7681757037848451, 0.7681752883432742, 0.768174967363125, 0.7681747193966649, 0.7681745278578048, 0.7681743794600915, 0.7681742647635645, 0.7681741763920881, 0.7681741082418654, 0.7681740556784301, 0.7681740151398312, 0.7681739838767185, 0.7681739597676707, 0.768173941176179, 0.7681739268399002, 0.7681739157851677, 0.76817390726102, 0.7681739006882896, 0.768173895620322, 0.76817389171267, 0.7681738886997146, 0.7681738863766299, 0.7681738845854735, 0.768173883192171, 0.7681738821130237, 0.7681738812822569, 0.768173880704601, 0.7681738802622555, 0.7681738799109241, 0.7681738796318808, 0.7681738794102524, 0.7681738792342256, 0.768173879094418, 0.768173878983377, 0.768173878895184, 0.7681738788251375, 0.7681738787695039, 0.7681738787253177, 0.7681738786902232, 0.7681738786623501, 0.7681738786402122, 0.7681738786226295, 0.7681738786086647, 0.7681738785975734, 0.7681738785887642, 0.7681738785817677, 0.7681738785762108, 0.7681738785717975, 0.7681738785682921, 0.7681738785655081, 0.7681738785632968, 0.7681738785615406, 0.7681738785601459, 0.7681738785590381, 0.7681738785581582, 0.7681738785574593, 0.7681738785569043, 0.7681738785564635, 0.7681738785561134, 0.7681738785558354, 0.7681738785556145, 0.7681738785554392, 0.7681738785553, 0.7681738785551894, 0.7681738785551014, 0.7681738785550316, 0.7681738785549762, 0.7681738785549321, 0.7681738785548972, 0.7681738785548694, 0.7681738785548473, 0.7681738785548298, 0.7681738785548159, 0.7681738785548048, 0.7681738785547959, 0.7681738785547889, 0.7681738785547834, 0.768173878554779, 0.7681738785547756, 0.7681738785547729, 0.7681738785547707, 0.7681738785547689, 0.7681738785547676, 0.7681738785547665, 0.7681738785547656, 0.7681738785547649, 0.7681738785547644, 0.7681738785547638, 0.7681738785547636, 0.7681738785547633, 0.768173878554763, 0.7681738785547629, 0.7681738785547627, 0.7681738785547626, 0.7681738785547625, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547624, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623, 0.7681738785547623], "IGF1": [0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624, 0.9380863039399624], "VEGFA (DP)": [1.3730090410250906, 1.3500751999205998, 1.330446265007128, 1.3144907316219276, 1.30192394453541, 1.292227364706326, 1.284849225354417, 1.2792897728737536, 1.2751298802464006, 1.27203299366807, 1.2697360229307093, 1.268037062692133, 1.2667830151116117, 1.265858799472445, 1.265178426808907, 1.2646780256733137, 1.264310260020848, 1.2640401009020024, 1.2638417084577636, 1.263696086011031, 1.2635892128994477, 1.263510789193521, 1.263453248353315, 1.2634110370454916, 1.263380073503375, 1.2633573599142247, 1.2633407000287487, 1.2633284806633258, 1.2633195180805639, 1.2633129447238383, 1.2633081237356811, 1.2633045878595555, 1.2633019955899398, 1.2633000954629796, 1.2632987009150498, 1.2632976775704399, 1.2632969270051984, 1.2632963764708116, 1.2632959726356483, 1.2632956764211973, 1.2632954581947713, 1.2632952980709147, 1.263295181131085, 1.2632950955182625, 1.2632950328040216, 1.2632949868687504, 1.2632949532247562, 1.2632949285830803, 1.2632949105348712, 1.2632948973158917, 1.263294887633968, 1.2632948805426767, 1.2632948753488318, 1.2632948715447259, 1.2632948687585002, 1.2632948667177972, 1.2632948652231337, 1.2632948641284036, 1.2632948633163141, 1.2632948627175673, 1.2632948622805285, 1.2632948619985644, 1.2632948617934199, 1.2632948616368296, 1.2632948615173019, 1.2632948614260644, 1.2632948613564217, 1.263294861303262, 1.2632948612626844, 1.263294861231711, 1.2632948612080686, 1.2632948611900219, 1.2632948611762467, 1.2632948611657318, 1.2632948611577055, 1.263294861151579, 1.2632948611469026, 1.263294861143333, 1.2632948611406083, 1.2632948611385284, 1.2632948611369408, 1.2632948611357289, 1.2632948611348036, 1.2632948611340977, 1.2632948611335588, 1.2632948611331476, 1.2632948611328336, 1.263294861132594, 1.263294861132411, 1.2632948611322712, 1.2632948611321646, 1.2632948611320831, 1.263294861132021, 1.2632948611319736, 1.2632948611319375, 1.2632948611319097, 1.2632948611318886, 1.2632948611318724, 1.2632948611318602, 1.2632948611318509, 1.2632948611318437, 1.2632948611318382, 1.263294861131834, 1.2632948611318309, 1.2632948611318287, 1.2632948611318267, 1.2632948611318253, 1.2632948611318242, 1.2632948611318233, 1.2632948611318229, 1.2632948611318224, 1.2632948611318222, 1.2632948611318218, 1.2632948611318213, 1.263294861131821, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209, 1.2632948611318209], "JAK-STAT (STAT1)": [0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118, 0.08118], "p53/apoptosis (TP53)": [0.04535765261277512, 0.05352363628653556, 0.058757545585344406, 0.06217014970704934, 0.06443332700591976, 0.06595849960509137, 0.06700151944638594, 0.06772410643546703, 0.06823029931854903, 0.06858824395590843, 0.06884329357980135, 0.06902616358896103, 0.06915793256247632, 0.06925325389610743, 0.06932243094705795, 0.0693727475301809, 0.06940940909800591, 0.06943616872168536, 0.06945572026452859, 0.06947001492118149, 0.06948047672634834, 0.0694881359678457, 0.06949374543046277, 0.06949785537912707, 0.069500866919864, 0.06950307408834255, 0.06950469214950093, 0.06950587836671586, 0.06950674800916869, 0.06950738568359634, 0.06950785327599099, 0.06950819612789237, 0.06950844745635996, 0.06950863167484415, 0.06950876685943531, 0.06950886604912133, 0.06950893879745014, 0.06950899215635406, 0.06950903129484416, 0.06950906000232528, 0.0695090811514768, 0.06950909666943718, 0.06950910800215897, 0.0695091162988962, 0.06950912237650904, 0.06950912682806155, 0.06950913008846364, 0.06950913247645411, 0.06950913422547722, 0.06950913550650532, 0.06950913644476228, 0.06950913713196523, 0.06950913763529, 0.06950913800393783, 0.06950913827394485, 0.06950913847170485, 0.06950913861654935, 0.06950913872263714, 0.06950913880133484, 0.06950913885935803, 0.06950913890171043, 0.06950913892903492, 0.069509138948915, 0.06950913896408978, 0.06950913897567293, 0.06950913898451452, 0.06950913899126346, 0.06950913899641502, 0.06950913900034728, 0.06950913900334883, 0.06950913900563997, 0.06950913900738884, 0.06950913900872377, 0.06950913900974275, 0.06950913901052054, 0.06950913901111423, 0.06950913901156743, 0.06950913901191336, 0.06950913901217741, 0.06950913901237897, 0.06950913901253282, 0.06950913901265025, 0.06950913901273989, 0.06950913901280832, 0.06950913901286054, 0.0695091390129004, 0.06950913901293083, 0.06950913901295405, 0.06950913901297179, 0.06950913901298532, 0.06950913901299566, 0.06950913901300354, 0.06950913901300955, 0.06950913901301416, 0.06950913901301767, 0.06950913901302035, 0.06950913901302239, 0.06950913901302394, 0.06950913901302513, 0.06950913901302605, 0.06950913901302674, 0.06950913901302727, 0.06950913901302769, 0.06950913901302799, 0.06950913901302823, 0.0695091390130284, 0.06950913901302853, 0.06950913901302865, 0.06950913901302873, 0.0695091390130288, 0.06950913901302883, 0.06950913901302885, 0.06950913901302888, 0.0695091390130289, 0.06950913901302891, 0.06950913901302892, 0.06950913901302895, 0.06950913901302896, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898, 0.06950913901302898]}}, {"id": "Chemotherapy-induced Alopecia|", "disease": "Chemotherapy-induced Alopecia", "interventions": [], "intervention_labels": [], "tracked_genes": [], "metrics": {"final_hair_density_pct": 97.5, "min_hair_density_pct": 22.8, "anagen_fraction": 0.801, "healthy_ss": 1.6853, "AND_load": 0.1, "INF_load": 0.06}, "drive": {"AND": 0.1, "INF": 0.06, "chemo_amp": 1.7, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "DP": [1.3730090410250906, 1.3670986627006176, 1.361967646979508, 1.3577418355055162, 1.3543632869883155, 1.351576774686394, 1.3480079933400186, 1.3365603355659645, 1.2938349237788256, 1.18043719807315, 0.98815974121334, 0.787302585958684, 0.6633605796589929, 0.6356704318087554, 0.6765877754041043, 0.7533132714498418, 0.8424971308165174, 0.9305998696158394, 1.0107625500969422, 1.0800785627372151, 1.1379145993713122, 1.1849021023658666, 1.222298551952561, 1.251585517219599, 1.2742306690788083, 1.2915540935592236, 1.3045580548922666, 1.3129492933400249, 1.3105416766533937, 1.2747018975335884, 1.1666505897672808, 0.97859417553507, 0.7809576746231781, 0.659180448581453, 0.6327427168144019, 0.6743514717135125, 0.7514990465985323, 0.8409893613768525, 0.9293461989978523, 1.0097313888238355, 1.0792426726053201, 1.1372471780142268, 1.184376558517449, 1.2218897282886094, 1.2512707540004833, 1.2739904004470703, 1.2913719847305536, 1.3044208301153688, 1.3128464250606415, 1.3104648825897702, 1.2746450461208787, 1.1666095717002545, 0.9785656123735731, 0.7809387198997213, 0.6591679444046317, 0.6327339058050999, 0.6743446949230878, 0.7514937742339795, 0.8409850254657241, 0.9293425354729616, 1.0097283488384792, 1.07924019436668, 1.1372451930635201, 1.184374992198134, 1.2218885079748534, 1.2512698134010638, 1.2739896818244814, 1.2913714394215765, 1.3044204182483388, 1.3128461260087876, 1.3104646615910045, 1.2746448758153412, 1.1666094503599087, 0.9785655531022116, 0.7809386456822363, 0.6591678576507065, 0.632733656980364, 0.6743444502763306, 0.7514935602801607, 0.8409848393883098, 0.9293423760456819, 1.0097282153128158, 1.079240084787546, 1.1372451048419674, 1.1843749223348992, 1.2218884536628116, 1.251269785107263, 1.2739901343232392, 1.2913825580763079, 1.3045895538587957, 1.3145540753033211, 1.32203371587674, 1.3276251771156022, 1.3317914502376362, 1.3348876815385826, 1.33718388496851, 1.3388839322055401, 1.3401409204837957, 1.3410693263545976, 1.3417544577102793, 1.3422597168270751, 1.3426321244726551, 1.342906493395656, 1.3431085631217448, 1.3432573442892317, 1.3433668660188742, 1.3434474737830935, 1.3435067926803417, 1.34355044039091, 1.343582554206239, 1.343606180315203, 1.3436235610679839, 1.343636346811593, 1.343645752018617, 1.343652670208552, 1.3436577590010403, 1.3436615020965228, 1.343664255318021, 1.3436662804191446, 1.3436677699468018, 1.343668865984135, 1.3436696720414976, 1.3436702648219814, 1.3436707007556261, 1.3436710213424954, 1.3436712571025178, 1.3436714304804742, 1.3436715579824845, 1.3436716517472642, 1.3436717207016806, 1.3436717714105777, 1.3436718087017487, 1.343671836125553, 1.3436718562929224, 1.343671871123931, 1.3436718820305973, 1.3436718900513167, 1.3436718959497214, 1.3436719002873836, 1.3436719034772826, 1.3436719058242705, 1.343671907509748, 1.3436719087479256, 1.3436719096688912, 1.3436719103539119, 1.3436719108634356, 1.343671911242423, 1.343671911524316, 1.3436719117339906, 1.3436719118899474, 1.3436719120059497, 1.3436719120922327, 1.3436719121564111, 1.3436719122041472, 1.3436719122396539, 1.343671912266064, 1.343671912285708, 1.3436719123003193, 1.3436719123111869, 1.3436719123192706, 1.3436719123252832, 1.3436719123297554, 1.343671912333082, 1.3436719123355565, 1.3436719123373968, 1.343671912338766, 1.343671912339784, 1.3436719123405414, 1.3436719123411047, 1.3436719123415237, 1.3436719123418355, 1.3436719123420673, 1.3436719123422398, 1.343671912342368, 1.3436719123424634, 1.3436719123425345, 1.3436719123425873, 1.3436719123426264, 1.3436719123426557, 1.3436719123426775, 1.343671912342694, 1.3436719123427057, 1.3436719123427143, 1.3436719123427208, 1.3436719123427259, 1.3436719123427299, 1.3436719123427325, 1.3436719123427345, 1.3436719123427363, 1.3436719123427372, 1.343671912342738, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388], "HFSC": [0.967293081691081, 0.9620992913616762, 0.9574180062880617, 0.953425850677737, 0.9501258827249875, 0.9473358761698558, 0.9439004517602224, 0.9337363770547592, 0.8967857417792302, 0.8001334540939606, 0.6407706158239789, 0.48198983108866833, 0.389085921763893, 0.3685581588304418, 0.3964680413346123, 0.4500149081082172, 0.5138835065697845, 0.5789577328050606, 0.6401882034234316, 0.6950055596295578, 0.7423816245764121, 0.7822518952160608, 0.8151190741767508, 0.8417752321572125, 0.8631154624442716, 0.8800156660440538, 0.8931705497485251, 0.9022488034757311, 0.9019701624784983, 0.8731167736046016, 0.7834810732564697, 0.6301370957068062, 0.47581129335928374, 0.385532359307999, 0.3662945076379486, 0.3948118348628196, 0.4486784375859788, 0.5127551659034898, 0.5779946701292773, 0.6393710129773094, 0.6943206396213499, 0.7418156202554935, 0.7817904496934462, 0.8147473941125111, 0.8414789551012554, 0.8628813571206296, 0.8798320389557903, 0.8930274029565147, 0.9021378751294458, 0.9018848710285114, 0.8730525934391056, 0.7834355257121022, 0.6301075631185467, 0.4757938424548789, 0.3855221441301407, 0.3662878965344523, 0.3948069428482497, 0.44867461778047746, 0.5127519572619975, 0.5779918813527746, 0.6393686226520354, 0.6943186231181928, 0.7418139475066411, 0.781789082344568, 0.8147462906449016, 0.8414780742495752, 0.8628806603349224, 0.8798314917130349, 0.8930269754240082, 0.9021375521275227, 0.9018846247127225, 0.8730524014688528, 0.7834353918430426, 0.6301075001023203, 0.4757937690084131, 0.3855221299933964, 0.3662877544600479, 0.3948067899260556, 0.44867447689059897, 0.5127518286441025, 0.5779917660522551, 0.6393685218525034, 0.6943185369362014, 0.7418138753212699, 0.7817890229388279, 0.8147462426748149, 0.8414780469288249, 0.8628810280037758, 0.879840693605738, 0.8931679806682458, 0.9035706078812615, 0.911646097403561, 0.9178870560050467, 0.9226924804026054, 0.9263812410235555, 0.9292055487228014, 0.9313632792703481, 0.9330086839118782, 0.9342613874936541, 0.935213772038836, 0.9359369363382847, 0.9364854420614296, 0.9369010592226523, 0.9372156994280137, 0.937453699528821, 0.9376335913639623, 0.9377694668345947, 0.9378720289357328, 0.9379493980181848, 0.9380077289225378, 0.938051682566429, 0.9380847856631706, 0.938109704702181, 0.9381284543523749, 0.9381425556339971, 0.9381531566378648, 0.9381611230277364, 0.9381671072607873, 0.9381716008627148, 0.9381749739390659, 0.9381775059516855, 0.9381794051109047, 0.938180829107994, 0.9381818964988418, 0.9381826963499486, 0.9381832955481895, 0.9381837443057551, 0.9381840803038904, 0.9381843318105784, 0.9381845200252049, 0.9381846608411277, 0.9381847661701292, 0.9381848449372676, 0.9381849038278733, 0.9381849478482395, 0.9381849807463273, 0.9381850053273316, 0.9381850236903055, 0.9381850374055394, 0.9381850476474861, 0.9381850552977463, 0.9381850608800184, 0.9381850650404382, 0.9381850681772878, 0.9381850705420592, 0.9381850723245411, 0.9381850736679334, 0.938185074680267, 0.9381850754430288, 0.938185076017674, 0.938185076450544, 0.9381850767765786, 0.9381850770221167, 0.9381850772070113, 0.9381850773462245, 0.9381850774510314, 0.9381850775299267, 0.9381850775893106, 0.9381850776340038, 0.9381850776676371, 0.9381850776929449, 0.9381850777119862, 0.9381850777263112, 0.9381850777370873, 0.9381850777451928, 0.9381850777512891, 0.9381850777558738, 0.9381850777593213, 0.9381850777619134, 0.9381850777638625, 0.9381850777653278, 0.9381850777664292, 0.9381850777672571, 0.9381850777678795, 0.9381850777683473, 0.9381850777686987, 0.938185077768963, 0.9381850777691615, 0.9381850777693106, 0.9381850777694227, 0.9381850777695069, 0.9381850777695699, 0.9381850777696175, 0.9381850777696531, 0.9381850777696799, 0.9381850777697001, 0.9381850777697152, 0.9381850777697265, 0.9381850777697349, 0.9381850777697415, 0.9381850777697461, 0.9381850777697497, 0.9381850777697526, 0.9381850777697547, 0.9381850777697562, 0.9381850777697573, 0.9381850777697583, 0.9381850777697588, 0.9381850777697592, 0.9381850777697597, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598], "APO": [0.04535765261277512, 0.04748250442687829, 0.048826766299178, 0.049691477285301905, 0.05030438844257949, 0.05134457323129131, 0.057153622314829164, 0.08702090907066617, 0.18927074113350964, 0.41642214355159823, 0.7375117153797824, 0.9870607418726282, 0.9959106045034511, 0.7976548655801778, 0.5588441538984192, 0.37610264265181226, 0.2568655041839725, 0.18214557233641981, 0.13538629315491724, 0.1059144007886272, 0.0871733774121113, 0.07514069657859238, 0.06733515695424469, 0.06221676223358554, 0.05882545253879201, 0.05660332593917455, 0.055747710501932196, 0.06036034334825414, 0.08975782005178994, 0.19246974019607754, 0.4209532909248876, 0.7434978641884151, 0.9934857212934983, 1.0013433321587473, 0.8014903370202426, 0.5613224009528767, 0.3776623439944025, 0.25784540900472924, 0.1827639525539119, 0.13577918723200935, 0.10616583073651611, 0.08733568846906567, 0.07524647272680314, 0.06740479144913733, 0.06226308598575438, 0.058856597974584375, 0.05662449237057411, 0.05576229269081189, 0.060370807223418234, 0.08976665251695799, 0.19247976629732774, 0.4209670131410782, 0.7435160040215942, 0.9935050209586596, 1.001359632233521, 0.8015021349993273, 0.5613298615170563, 0.3776666316259187, 0.2578482575054903, 0.1827658202153231, 0.13578038008567955, 0.10616659391781412, 0.08733618022363855, 0.07524679283755639, 0.0674050019501111, 0.062263225888940364, 0.05885669211826698, 0.056624557179273435, 0.05576233777573763, 0.060370831639119084, 0.08976667816173377, 0.19247980075403262, 0.4209670506802943, 0.7435160451673473, 0.9935050538938001, 1.0013601067831848, 0.8015027382672592, 0.561330236924414, 0.37766685811196726, 0.2578483928935493, 0.18276590565651735, 0.13578043481406082, 0.10616662892658536, 0.08733620275809967, 0.07524680745213207, 0.06740500964024475, 0.062263141152043074, 0.0588538828199082, 0.0565679452724212, 0.055018230979473184, 0.05395646248612657, 0.05322175560491959, 0.052708717474584145, 0.052347525514646887, 0.05209139397723636, 0.05190862097033558, 0.051777493694861, 0.051682990649079524, 0.05161462340617746, 0.051565007961778146, 0.051528907696552745, 0.05150258543929015, 0.051483359696370024, 0.05146929767460373, 0.051459000935185316, 0.05145145445696269, 0.05144591964536675, 0.051441857903713716, 0.051438875802942416, 0.051436685560441335, 0.05143507643703912, 0.051433893973681644, 0.05143302488035236, 0.051432386015575975, 0.05143191634246245, 0.05143157101569901, 0.051431317095101896, 0.05143113037512883, 0.051430993064697596, 0.05143089208547113, 0.05143081779193771, 0.05143076316011543, 0.051430722986827535, 0.05143069344514306, 0.05143067172123183, 0.051430655746093006, 0.051430643998353516, 0.0514306353592958, 0.05143062900627407, 0.05143062433434974, 0.051430620898671835, 0.05143061837210953, 0.051430616514098366, 0.05143061514773188, 0.051430614142915894, 0.05143061340398089, 0.05143061286057265, 0.051430612460953366, 0.05143061216707555, 0.05143061195095935, 0.0514306117919507, 0.05143061167775953, 0.051430611593873035, 0.051430611531477675, 0.05143061148506757, 0.05143061145054741, 0.051430611424871056, 0.05143061140577281, 0.051430611391567405, 0.051430611381001315, 0.05143061137314219, 0.05143061136729652, 0.05143061136294847, 0.05143061135971436, 0.051430611357308795, 0.051430611355519525, 0.05143061135418865, 0.05143061135319874, 0.051430611352462435, 0.05143061135191476, 0.051430611351507394, 0.0514306113512044, 0.051430611350979025, 0.0514306113508114, 0.05143061135068672, 0.05143061135059397, 0.05143061135052499, 0.05143061135047368, 0.05143061135043551, 0.05143061135040712, 0.05143061135038601, 0.0514306113503703, 0.05143061135035862, 0.05143061135034994, 0.05143061135034347, 0.05143061135033867, 0.05143061135033509, 0.051430611350332424, 0.051430611350330446, 0.051430611350328975, 0.051430611350327886, 0.05143061135032705, 0.051430611350326456, 0.051430611350326005, 0.05143061135032568, 0.051430611350325436, 0.051430611350325256, 0.051430611350325096, 0.051430611350324985, 0.05143061135032491, 0.05143061135032485, 0.05143061135032481, 0.051430611350324784, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477], "Hair": [1.6853182222234062, 1.683560755346226, 1.6795857865969983, 1.674733669076796, 1.669762750838982, 1.6648861811890552, 1.658469606831486, 1.6401347738213456, 1.574108175144409, 1.3970174320832571, 1.088089769621359, 0.7489383823508562, 0.5107103259093857, 0.40292480508633843, 0.3901809854392397, 0.4384728386379109, 0.5262464918411738, 0.6383332365991573, 0.7624874951702529, 0.8887148699652166, 1.0094767151142423, 1.11979105473822, 1.21698662518659, 1.3002120471667968, 1.3698743880194937, 1.4271235398411122, 1.4733022393802127, 1.5083162660987532, 1.5237293300947798, 1.486183974670639, 1.3343799919119395, 1.047483343577478, 0.7250019285100248, 0.4969833376595878, 0.3944350673625252, 0.38421476599250126, 0.43379440014742116, 0.5223279269473525, 0.6349553999417353, 0.7595611329005868, 0.8861996114389241, 1.0073443567394695, 1.1180111042443601, 1.2155230313020802, 1.299024830581164, 1.3689226442315758, 1.4263681464167606, 1.4727077225743939, 1.5078520524616783, 1.5233708099736567, 1.4859142374073033, 1.334189021395304, 1.047360377331699, 0.7249300086667696, 0.4969422737577673, 0.39440970160105165, 0.3841970201030547, 0.4337806430199864, 0.522316485073086, 0.6349455315037017, 0.7595525614304802, 0.8861922247059654, 1.0073380801226814, 1.1180058547297589, 1.2155187075621996, 1.2990213182913668, 1.3689198250783283, 1.4263659061060052, 1.4727059566008889, 1.5078506875918807, 1.5233697601729574, 1.4859134388250124, 1.334188455649528, 1.047360056618756, 0.7249297696341181, 0.4969420616990619, 0.39440939481183784, 0.38419670655868576, 0.4337803317040099, 0.522316178150232, 0.6349452340780353, 0.7595522811416789, 0.8861919685509065, 1.007337852826975, 1.1180056583152245, 1.2155185419540264, 1.2990211976813941, 1.3689203264645213, 1.4263803872370793, 1.4729335656169182, 1.5102117000212185, 1.5397816134974205, 1.5630571315867443, 1.581262607133586, 1.5954280806393975, 1.6064019728272116, 1.6148720618897556, 1.6213891006326626, 1.6263898884203132, 1.630218193049666, 1.6331428878278742, 1.6353731926139192, 1.6370712152576552, 1.6383621084013933, 1.6393421972043587, 1.6400854238839209, 1.6406484156503818, 1.641074451624895, 1.64139654955021, 1.6416398577582585, 1.6418235027695136, 1.6419620119500198, 1.6420664060878472, 1.6421450365426296, 1.642204224699114, 1.6422487528363392, 1.6422822339251515, 1.6423073957392385, 1.6423262962548666, 1.6423404870173441, 1.642351140826653, 1.6423591322378635, 1.6423651240856827, 1.6423696149969154, 1.6423729797420428, 1.642375499860589, 1.6423773867545004, 1.6423787990900804, 1.6423798559027643, 1.6423806464599058, 1.6423812376794023, 1.6423816797068658, 1.6423820101062978, 1.6423822570074478, 1.642382441468515, 1.6423825792490556, 1.6423826821397696, 1.6423827589595372, 1.6423828163026806, 1.6423828590988336, 1.6423828910465244, 1.6423829143432056, 1.6423829316956515, 1.6423829447714586, 1.6423829546232254, 1.642382962044856, 1.6423829676350354, 1.6423829718451612, 1.6423829750155234, 1.6423829774026122, 1.6423829791997264, 1.6423829805525196, 1.6423829815707296, 1.642382982337022, 1.642382982913661, 1.6423829833475385, 1.6423829836739645, 1.6423829839195254, 1.6423829841042352, 1.6423829842431596, 1.6423829843476379, 1.6423829844262035, 1.6423829844852782, 1.6423829845296931, 1.6423829845630837, 1.6423829845881839, 1.6423829846070508, 1.642382984621231, 1.6423829846318876, 1.6423829846398958, 1.6423829846459135, 1.642382984650435, 1.6423829846538318, 1.642382984656384, 1.6423829846583011, 1.642382984659741, 1.6423829846608229, 1.642382984661635, 1.6423829846622449, 1.642382984662703, 1.642382984663047, 1.6423829846633053, 1.6423829846634994, 1.6423829846636446, 1.642382984663754, 1.642382984663836, 1.6423829846638975, 1.642382984663944, 1.642382984663979, 1.642382984664005, 1.6423829846640245, 1.6423829846640392, 1.6423829846640499, 1.6423829846640579, 1.6423829846640638, 1.642382984664069, 1.6423829846640725, 1.6423829846640752, 1.6423829846640772, 1.6423829846640783, 1.6423829846640792, 1.64238298466408, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805], "HairDensity": [100.0, 99.89571898920894, 99.65986034264525, 99.37195521848413, 99.07700093790582, 98.78764492278523, 98.40691122674153, 97.31899603254448, 93.40124342023194, 82.89339150680993, 64.56286743199537, 44.43898917575323, 30.303495160434206, 23.907936185177412, 23.151769220443235, 26.017213417383132, 31.225348714672265, 37.87612500605477, 45.2429389960739, 52.73276335864649, 59.89828519046451, 66.44389409502155, 72.21108803897249, 77.14934960184868, 81.28283252122237, 84.67976676584776, 87.41982492994795, 89.49741634602763, 90.41196552687566, 88.18417525385482, 79.17673791905715, 62.15344554902838, 43.01869634765738, 29.488990928011667, 23.404189319341427, 22.7977577721562, 25.73961370779727, 30.99283684586617, 37.675697774397264, 45.06930043742796, 52.58351804146394, 59.771759627122556, 66.33827899691198, 72.124244268745, 77.07890494813417, 81.2263598755601, 84.63494476046085, 87.38454869558582, 89.46987177723621, 90.39069238591061, 88.16817013032511, 79.1654064972451, 62.146149226935776, 43.01442891363176, 29.486554361357427, 23.402684217151283, 22.796704802502603, 25.738797415226923, 30.992157931100067, 37.67511222100423, 45.0687918408915, 52.58307974246134, 59.771387197945366, 66.33796751184452, 72.12398771542328, 77.07869654299438, 81.22619259835334, 84.63481182943775, 87.38444390982599, 89.46979079135595, 90.39063009496252, 88.16812274566621, 79.16537292816784, 62.14613019712058, 43.01441473039632, 29.486541778647375, 23.402666013514143, 22.796686198041748, 25.738778942989907, 30.992139719533252, 37.6750945729623, 45.06877520968218, 52.58306454325115, 59.771373711132995, 66.33795585739661, 72.12397788890085, 77.07868938648404, 81.22622234859197, 84.63567108146997, 87.39794931272428, 89.60988376597666, 91.36444341449163, 92.74551897532055, 93.82575861830166, 94.66628080093867, 95.31742739409286, 95.82000838745383, 96.20670323576023, 96.50342985520265, 96.73058604320744, 96.90412565962183, 97.03646296878014, 97.13721679801814, 97.21381320139857, 97.27196772616674, 97.31606780588827, 97.34947347130131, 97.37475273125918, 97.39386472572217, 97.40830165548653, 97.41919841129405, 97.42741698857398, 97.43361131653238, 97.43827693123622, 97.44178891821315, 97.44443103865295, 97.44641767170368, 97.44791067247677, 97.44903215300067, 97.44987417572912, 97.45050632989253, 97.45098050806882, 97.45133604020158, 97.45160251279847, 97.45180216323142, 97.45195169692262, 97.45206365761268, 97.45214745992145, 97.45221016693249, 97.45225707541134, 97.45229215599663, 97.45231838412718, 97.45233798869964, 97.45235263882012, 97.4523635839974, 97.45237175934011, 97.45237786446096, 97.45238242263677, 97.4523858251481, 97.45238836449957, 97.45239026014694, 97.45239164247825, 97.45239267210253, 97.4523934479683, 97.45239403253248, 97.45239447290218, 97.45239480460093, 97.45239505441285, 97.45239524252939, 97.45239538416962, 97.45239549080314, 97.45239557107244, 97.45239563148893, 97.45239567695764, 97.45239571117305, 97.45239573691762, 97.45239575628642, 97.45239577085702, 97.45239578181695, 97.45239579006017, 97.45239579625948, 97.45239580092125, 97.45239580442652, 97.4523958070619, 97.45239580904318, 97.45239581053251, 97.452395811652, 97.4523958124934, 97.45239581312572, 97.4523958136009, 97.45239581395796, 97.45239581422625, 97.45239581442782, 97.45239581457923, 97.45239581469299, 97.45239581477844, 97.45239581484263, 97.4523958148908, 97.452395814927, 97.45239581495419, 97.45239581497461, 97.45239581498993, 97.45239581500144, 97.45239581501005, 97.45239581501654, 97.45239581502142, 97.45239581502506, 97.45239581502781, 97.4523958150299, 97.45239581503144, 97.4523958150326, 97.45239581503348, 97.45239581503411, 97.45239581503458, 97.45239581503493, 97.45239581503523, 97.45239581503544, 97.4523958150356, 97.45239581503571, 97.45239581503579, 97.45239581503584, 97.45239581503589, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593]}, "proteins": {"AR/DHT (AR)": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], "DKK1": [0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065], "β-catenin (CTNNB1)": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP4": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "IGF1": [0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991], "VEGFA (DP)": [1.3730090410250906, 1.3670986627006176, 1.361967646979508, 1.3577418355055162, 1.3543632869883155, 1.351576774686394, 1.3480079933400186, 1.3365603355659645, 1.2938349237788256, 1.18043719807315, 0.98815974121334, 0.787302585958684, 0.6633605796589929, 0.6356704318087554, 0.6765877754041043, 0.7533132714498418, 0.8424971308165174, 0.9305998696158394, 1.0107625500969422, 1.0800785627372151, 1.1379145993713122, 1.1849021023658666, 1.222298551952561, 1.251585517219599, 1.2742306690788083, 1.2915540935592236, 1.3045580548922666, 1.3129492933400249, 1.3105416766533937, 1.2747018975335884, 1.1666505897672808, 0.97859417553507, 0.7809576746231781, 0.659180448581453, 0.6327427168144019, 0.6743514717135125, 0.7514990465985323, 0.8409893613768525, 0.9293461989978523, 1.0097313888238355, 1.0792426726053201, 1.1372471780142268, 1.184376558517449, 1.2218897282886094, 1.2512707540004833, 1.2739904004470703, 1.2913719847305536, 1.3044208301153688, 1.3128464250606415, 1.3104648825897702, 1.2746450461208787, 1.1666095717002545, 0.9785656123735731, 0.7809387198997213, 0.6591679444046317, 0.6327339058050999, 0.6743446949230878, 0.7514937742339795, 0.8409850254657241, 0.9293425354729616, 1.0097283488384792, 1.07924019436668, 1.1372451930635201, 1.184374992198134, 1.2218885079748534, 1.2512698134010638, 1.2739896818244814, 1.2913714394215765, 1.3044204182483388, 1.3128461260087876, 1.3104646615910045, 1.2746448758153412, 1.1666094503599087, 0.9785655531022116, 0.7809386456822363, 0.6591678576507065, 0.632733656980364, 0.6743444502763306, 0.7514935602801607, 0.8409848393883098, 0.9293423760456819, 1.0097282153128158, 1.079240084787546, 1.1372451048419674, 1.1843749223348992, 1.2218884536628116, 1.251269785107263, 1.2739901343232392, 1.2913825580763079, 1.3045895538587957, 1.3145540753033211, 1.32203371587674, 1.3276251771156022, 1.3317914502376362, 1.3348876815385826, 1.33718388496851, 1.3388839322055401, 1.3401409204837957, 1.3410693263545976, 1.3417544577102793, 1.3422597168270751, 1.3426321244726551, 1.342906493395656, 1.3431085631217448, 1.3432573442892317, 1.3433668660188742, 1.3434474737830935, 1.3435067926803417, 1.34355044039091, 1.343582554206239, 1.343606180315203, 1.3436235610679839, 1.343636346811593, 1.343645752018617, 1.343652670208552, 1.3436577590010403, 1.3436615020965228, 1.343664255318021, 1.3436662804191446, 1.3436677699468018, 1.343668865984135, 1.3436696720414976, 1.3436702648219814, 1.3436707007556261, 1.3436710213424954, 1.3436712571025178, 1.3436714304804742, 1.3436715579824845, 1.3436716517472642, 1.3436717207016806, 1.3436717714105777, 1.3436718087017487, 1.343671836125553, 1.3436718562929224, 1.343671871123931, 1.3436718820305973, 1.3436718900513167, 1.3436718959497214, 1.3436719002873836, 1.3436719034772826, 1.3436719058242705, 1.343671907509748, 1.3436719087479256, 1.3436719096688912, 1.3436719103539119, 1.3436719108634356, 1.343671911242423, 1.343671911524316, 1.3436719117339906, 1.3436719118899474, 1.3436719120059497, 1.3436719120922327, 1.3436719121564111, 1.3436719122041472, 1.3436719122396539, 1.343671912266064, 1.343671912285708, 1.3436719123003193, 1.3436719123111869, 1.3436719123192706, 1.3436719123252832, 1.3436719123297554, 1.343671912333082, 1.3436719123355565, 1.3436719123373968, 1.343671912338766, 1.343671912339784, 1.3436719123405414, 1.3436719123411047, 1.3436719123415237, 1.3436719123418355, 1.3436719123420673, 1.3436719123422398, 1.343671912342368, 1.3436719123424634, 1.3436719123425345, 1.3436719123425873, 1.3436719123426264, 1.3436719123426557, 1.3436719123426775, 1.343671912342694, 1.3436719123427057, 1.3436719123427143, 1.3436719123427208, 1.3436719123427259, 1.3436719123427299, 1.3436719123427325, 1.3436719123427345, 1.3436719123427363, 1.3436719123427372, 1.343671912342738, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388], "JAK-STAT (STAT1)": [0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06], "p53/apoptosis (TP53)": [0.04535765261277512, 0.04748250442687829, 0.048826766299178, 0.049691477285301905, 0.05030438844257949, 0.05134457323129131, 0.057153622314829164, 0.08702090907066617, 0.18927074113350964, 0.41642214355159823, 0.7375117153797824, 0.9870607418726282, 0.9959106045034511, 0.7976548655801778, 0.5588441538984192, 0.37610264265181226, 0.2568655041839725, 0.18214557233641981, 0.13538629315491724, 0.1059144007886272, 0.0871733774121113, 0.07514069657859238, 0.06733515695424469, 0.06221676223358554, 0.05882545253879201, 0.05660332593917455, 0.055747710501932196, 0.06036034334825414, 0.08975782005178994, 0.19246974019607754, 0.4209532909248876, 0.7434978641884151, 0.9934857212934983, 1.0013433321587473, 0.8014903370202426, 0.5613224009528767, 0.3776623439944025, 0.25784540900472924, 0.1827639525539119, 0.13577918723200935, 0.10616583073651611, 0.08733568846906567, 0.07524647272680314, 0.06740479144913733, 0.06226308598575438, 0.058856597974584375, 0.05662449237057411, 0.05576229269081189, 0.060370807223418234, 0.08976665251695799, 0.19247976629732774, 0.4209670131410782, 0.7435160040215942, 0.9935050209586596, 1.001359632233521, 0.8015021349993273, 0.5613298615170563, 0.3776666316259187, 0.2578482575054903, 0.1827658202153231, 0.13578038008567955, 0.10616659391781412, 0.08733618022363855, 0.07524679283755639, 0.0674050019501111, 0.062263225888940364, 0.05885669211826698, 0.056624557179273435, 0.05576233777573763, 0.060370831639119084, 0.08976667816173377, 0.19247980075403262, 0.4209670506802943, 0.7435160451673473, 0.9935050538938001, 1.0013601067831848, 0.8015027382672592, 0.561330236924414, 0.37766685811196726, 0.2578483928935493, 0.18276590565651735, 0.13578043481406082, 0.10616662892658536, 0.08733620275809967, 0.07524680745213207, 0.06740500964024475, 0.062263141152043074, 0.0588538828199082, 0.0565679452724212, 0.055018230979473184, 0.05395646248612657, 0.05322175560491959, 0.052708717474584145, 0.052347525514646887, 0.05209139397723636, 0.05190862097033558, 0.051777493694861, 0.051682990649079524, 0.05161462340617746, 0.051565007961778146, 0.051528907696552745, 0.05150258543929015, 0.051483359696370024, 0.05146929767460373, 0.051459000935185316, 0.05145145445696269, 0.05144591964536675, 0.051441857903713716, 0.051438875802942416, 0.051436685560441335, 0.05143507643703912, 0.051433893973681644, 0.05143302488035236, 0.051432386015575975, 0.05143191634246245, 0.05143157101569901, 0.051431317095101896, 0.05143113037512883, 0.051430993064697596, 0.05143089208547113, 0.05143081779193771, 0.05143076316011543, 0.051430722986827535, 0.05143069344514306, 0.05143067172123183, 0.051430655746093006, 0.051430643998353516, 0.0514306353592958, 0.05143062900627407, 0.05143062433434974, 0.051430620898671835, 0.05143061837210953, 0.051430616514098366, 0.05143061514773188, 0.051430614142915894, 0.05143061340398089, 0.05143061286057265, 0.051430612460953366, 0.05143061216707555, 0.05143061195095935, 0.0514306117919507, 0.05143061167775953, 0.051430611593873035, 0.051430611531477675, 0.05143061148506757, 0.05143061145054741, 0.051430611424871056, 0.05143061140577281, 0.051430611391567405, 0.051430611381001315, 0.05143061137314219, 0.05143061136729652, 0.05143061136294847, 0.05143061135971436, 0.051430611357308795, 0.051430611355519525, 0.05143061135418865, 0.05143061135319874, 0.051430611352462435, 0.05143061135191476, 0.051430611351507394, 0.0514306113512044, 0.051430611350979025, 0.0514306113508114, 0.05143061135068672, 0.05143061135059397, 0.05143061135052499, 0.05143061135047368, 0.05143061135043551, 0.05143061135040712, 0.05143061135038601, 0.0514306113503703, 0.05143061135035862, 0.05143061135034994, 0.05143061135034347, 0.05143061135033867, 0.05143061135033509, 0.051430611350332424, 0.051430611350330446, 0.051430611350328975, 0.051430611350327886, 0.05143061135032705, 0.051430611350326456, 0.051430611350326005, 0.05143061135032568, 0.051430611350325436, 0.051430611350325256, 0.051430611350325096, 0.051430611350324985, 0.05143061135032491, 0.05143061135032485, 0.05143061135032481, 0.051430611350324784, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477]}}, {"id": "Chemotherapy-induced Alopecia|CDK46_inhibitor", "disease": "Chemotherapy-induced Alopecia", "interventions": ["CDK46_inhibitor"], "intervention_labels": ["CDK4/6 억제제 (모기질 보호)"], "tracked_genes": ["CDK4", "CDK6"], "metrics": {"final_hair_density_pct": 97.5, "min_hair_density_pct": 66.3, "anagen_fraction": 0.95, "healthy_ss": 1.6853, "AND_load": 0.1, "INF_load": 0.06}, "drive": {"AND": 0.1, "INF": 0.06, "chemo_amp": 1.7, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.7}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "DP": [1.3730090410250908, 1.3670986628818784, 1.3619676570658157, 1.3577421826698903, 1.3543712140753237, 1.3516965357537454, 1.3492128953971807, 1.3446975456861645, 1.33091969992785, 1.2948021228485747, 1.2295038937711533, 1.151757095056057, 1.0933356407830601, 1.0725114150231598, 1.0848856493374694, 1.116019361307646, 1.1534560082709346, 1.18996798217294, 1.2222866996006008, 1.2493752426413145, 1.2713082305849213, 1.2886517589615503, 1.302135465560644, 1.312487655095713, 1.3203605593168088, 1.3263016936137506, 1.3307170611785446, 1.3335896341583788, 1.3331008885728073, 1.322346830288836, 1.2885038785697431, 1.2249110057778447, 1.1484209109302463, 1.0908988531952313, 1.0707055236537097, 1.0835262948089226, 1.1149857503865952, 1.1526671039176288, 1.1893662110638157, 1.2218290262121245, 1.2490285272854986, 1.2710466585920457, 1.2884551987193784, 1.301988283382128, 1.3123777884589285, 1.3202787638743345, 1.3262409325750366, 1.3306720004883104, 1.3335562561000247, 1.3330762196973216, 1.3223287238907593, 1.2884904353023254, 1.2249009184920931, 1.1484138730673092, 1.0908937260094118, 1.0707017339326443, 1.083523450913732, 1.114983592689381, 1.152665477802981, 1.1893649851556816, 1.2218280969015047, 1.249027824832386, 1.2710461295542084, 1.288454801696002, 1.3019879864692034, 1.3123775666650574, 1.320278599066774, 1.326240810327527, 1.3306719187714113, 1.3335562170433093, 1.3330761951391608, 1.3223286371552887, 1.2884905455863855, 1.22490130018568, 1.1484138694043906, 1.0908937138651331, 1.0707017166471318, 1.0835234298998342, 1.114983572320495, 1.1526654416794526, 1.189364943199969, 1.2218280619696251, 1.249027796820833, 1.2710461075101194, 1.2884547846051335, 1.3019879733755653, 1.3123775612237638, 1.3202787390113802, 1.3262441803002305, 1.3307229957821534, 1.3340710407994563, 1.3365652794299705, 1.3384184725377493, 1.3397924711530924, 1.3408094867976144, 1.3415612760660602, 1.3421164272734727, 1.3425260342711793, 1.3428280564762116, 1.3430506357916543, 1.343214601072547, 1.3433353483139319, 1.3434242459376111, 1.3434896815258421, 1.343537839397281, 1.3435732770242492, 1.3435993516261677, 1.3436185354715637, 1.3436326486839336, 1.3436430309967589, 1.3436506683620304, 1.343656286277184, 1.34366041869335, 1.3436634583483524, 1.3436656941729983, 1.3436673387181848, 1.3436685484878061, 1.3436694385431065, 1.343670093100579, 1.3436705744679918, 1.3436709284685335, 1.343671188801913, 1.3436713802516398, 1.343671521043916, 1.3436716245825109, 1.3436717007246715, 1.3436717567194743, 1.3436717978979187, 1.3436718281804307, 1.3436718504500949, 1.3436718668271301, 1.343671878870743, 1.3436718877275704, 1.3436718942408463, 1.3436718990306835, 1.3436719025531099, 1.3436719051437072, 1.3436719070290675, 1.3436719083903919, 1.3436719094029546, 1.3436719101561063, 1.3436719107163055, 1.3436719111329865, 1.3436719114429168, 1.343671911673445, 1.3436719118449136, 1.3436719119724534, 1.3436719120673182, 1.343671912137879, 1.3436719121903633, 1.343671912229401, 1.3436719122584373, 1.3436719122800354, 1.3436719122961, 1.343671912308049, 1.3436719123169365, 1.3436719123235472, 1.3436719123284644, 1.343671912332122, 1.3436719123348424, 1.3436719123368657, 1.3436719123383705, 1.34367191233949, 1.3436719123403225, 1.343671912340942, 1.3436719123414025, 1.3436719123417455, 1.3436719123420002, 1.3436719123421896, 1.3436719123423309, 1.3436719123424354, 1.3436719123425134, 1.3436719123425713, 1.3436719123426146, 1.3436719123426468, 1.3436719123426704, 1.3436719123426886, 1.3436719123427017, 1.3436719123427117, 1.3436719123427188, 1.3436719123427243, 1.3436719123427285, 1.3436719123427316, 1.3436719123427339, 1.3436719123427359, 1.3436719123427368, 1.3436719123427376, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388], "HFSC": [0.967293081691081, 0.9620992915162546, 0.9574180148981487, 0.9534261471253379, 0.9501326556804229, 0.9474383093909429, 0.9449326097278888, 0.9407168217687722, 0.9285549880522678, 0.8971331082918113, 0.8405876649762277, 0.7733570554046629, 0.7221513805755274, 0.7018434854362876, 0.7089352382749635, 0.7321454809201742, 0.7616668871643002, 0.7915968575888312, 0.8190320420483044, 0.8428198169300614, 0.862737173337627, 0.8790220671795294, 0.8921121216816941, 0.9025021026290043, 0.91067012683183, 0.9170413513169834, 0.9219459514886766, 0.9253709445235759, 0.9257735901887599, 0.9172389275134841, 0.8887196764229327, 0.8345034361604194, 0.7690597256085812, 0.7191216164574954, 0.69966207700416, 0.7073198936958643, 0.7309229159241787, 0.7607298342019719, 0.7908745193541358, 0.8184743472382522, 0.8423895287212203, 0.86240577589768, 0.8787674021038838, 0.8919168769394118, 0.9023527486428498, 0.9105561124525251, 0.9169544766499871, 0.9218798604385186, 0.9253207401955531, 0.9257355801394495, 0.9172104489700166, 0.8886985540747213, 0.8344880710496787, 0.7690492507325108, 0.7191143347308709, 0.6996569065755165, 0.7073161120708494, 0.7309200827348724, 0.7607276952738743, 0.790872892698473, 0.8184731010290812, 0.8423885732185872, 0.8624050439010047, 0.8787668421480002, 0.8919164493635908, 0.9023524223846205, 0.9105558643144565, 0.9169542881864734, 0.9218797250014563, 0.9253206561017333, 0.92573552071104, 0.9172103438439791, 0.888698623329791, 0.8344883858283767, 0.7690492378225553, 0.7191143237348564, 0.6996568916318592, 0.7073160942422281, 0.730920065275382, 0.7607276649933326, 0.790872857227166, 0.8184730704342591, 0.8423885478311142, 0.8624050232254108, 0.8787668255606645, 0.8919164362289703, 0.9023524158416224, 0.9105559798043348, 0.9169571213115966, 0.921922859876871, 0.9257572262959869, 0.928706898531851, 0.9309690425762287, 0.9326995028480588, 0.9340204200095604, 0.9350268916540434, 0.9357925763239183, 0.9363742893368773, 0.9368157060239504, 0.9371503070021078, 0.9374036979465789, 0.93759542313534, 0.937740375000579, 0.9378498846166035, 0.9379325621911814, 0.9379949428822643, 0.9380419817600226, 0.9380774323310884, 0.9381041354800367, 0.9381242396745192, 0.9381393685106163, 0.9381507480995007, 0.9381593040517948, 0.9381657343740416, 0.9381705652654139, 0.9381741931956676, 0.938176917030351, 0.9381789616269028, 0.9381804953036157, 0.9381816453633275, 0.9381825074922133, 0.9381831535836479, 0.938183637633653, 0.9381840001813678, 0.9381842716519861, 0.9381844748722561, 0.9381846269625059, 0.9381847407591184, 0.9381848258835437, 0.9381848895453686, 0.9381849371453743, 0.9381849727282306, 0.9381849993222044, 0.9381850191939904, 0.9381850340398145, 0.9381850451286988, 0.9381850534104694, 0.9381850595323293, 0.9381850640222145, 0.9381850674081346, 0.9381850699611601, 0.9381850718859002, 0.9381850733367715, 0.9381850744302922, 0.9381850752543693, 0.9381850758753136, 0.9381850763431377, 0.9381850766955566, 0.9381850769610068, 0.9381850771609267, 0.9381850773114763, 0.9381850774248345, 0.9381850775101795, 0.9381850775744273, 0.9381850776227878, 0.9381850776591856, 0.9381850776865774, 0.9381850777071896, 0.9381850777226983, 0.9381850777343664, 0.9381850777431437, 0.9381850777497462, 0.9381850777547122, 0.938185077758447, 0.9381850777612556, 0.9381850777633673, 0.9381850777649553, 0.9381850777661491, 0.9381850777670463, 0.9381850777677209, 0.9381850777682279, 0.9381850777686089, 0.9381850777688953, 0.9381850777691105, 0.9381850777692722, 0.9381850777693937, 0.938185077769485, 0.9381850777695536, 0.9381850777696052, 0.9381850777696439, 0.9381850777696731, 0.938185077769695, 0.9381850777697114, 0.9381850777697236, 0.9381850777697328, 0.9381850777697398, 0.9381850777697448, 0.9381850777697487, 0.9381850777697518, 0.9381850777697541, 0.9381850777697559, 0.9381850777697571, 0.9381850777697581, 0.9381850777697587, 0.9381850777697591, 0.9381850777697597, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598], "APO": [0.04535765261277512, 0.04748250318983745, 0.04882670605321664, 0.04968959598562963, 0.05026611797234296, 0.050837357667381934, 0.05275299594893328, 0.061807386738661395, 0.09215591894129319, 0.15710603554966687, 0.24133551553177227, 0.2959138154725996, 0.2871372644621395, 0.23371727141106366, 0.1750209764712931, 0.1309634941454874, 0.10224962077082296, 0.08418380360191906, 0.07279686413683219, 0.06554505023274669, 0.06087134602974714, 0.057821692558048414, 0.05580666032331313, 0.054458637251992806, 0.05354668855999942, 0.05293745053486097, 0.0527081340350052, 0.054087986455945834, 0.06281795545434646, 0.09304105495563544, 0.15801959664850374, 0.2423013095445212, 0.29682118417232867, 0.2878642073439054, 0.23423199405599954, 0.1753638761071754, 0.1311884458675205, 0.1023977131990125, 0.08428205918666701, 0.07286263831723379, 0.06558948752201095, 0.060901644598414566, 0.05784253724576273, 0.05582112470740093, 0.05446875575607379, 0.05355381908521213, 0.052942509410131136, 0.05271176712226794, 0.05409062532547831, 0.06281998715392573, 0.09304285604154224, 0.15802170040597222, 0.24230351209873546, 0.2968228670309213, 0.287865697051928, 0.2342330501112886, 0.17536458094322155, 0.1311889081163097, 0.10239799106501729, 0.0842822479931313, 0.07286276772007964, 0.0655895751853337, 0.06090170446278842, 0.05784257849418638, 0.055821153403593345, 0.05446877548304053, 0.053553833040978716, 0.052942519352530075, 0.052711756244115074, 0.054090617077192406, 0.06281998241024597, 0.09304286568477353, 0.15802149660151898, 0.24230333492388453, 0.2968230932298761, 0.28786573844912305, 0.23423307854567427, 0.1753645986632335, 0.1311889199106483, 0.10239802523004773, 0.0842822662239992, 0.07286277691892723, 0.06558958116193955, 0.060901708444161824, 0.05784258116221075, 0.055821154635412026, 0.054468750632454675, 0.05355301108841072, 0.05292586014458587, 0.05249181481596454, 0.05218854587869262, 0.05197485507830668, 0.05182317124953731, 0.05171481943097531, 0.05163700578277084, 0.05158087261695594, 0.051540228736228905, 0.05151071012889454, 0.05148921805327401, 0.0514735383078003, 0.05146208029960699, 0.05145369632022469, 0.05144755517631896, 0.05144305308020448, 0.05143975035263307, 0.05143732617848803, 0.05143554609522181, 0.051434238527545674, 0.05143327778946563, 0.051432571734352464, 0.05143205276189303, 0.05143167125345813, 0.05143139076286156, 0.05143118452476875, 0.05143103287271602, 0.05143092135329695, 0.05143083933252938, 0.051430778997129126, 0.05143073463108362, 0.05143070200699481, 0.05143067801683657, 0.051430660375422314, 0.0514306474024924, 0.051430637862540006, 0.0514306308470651, 0.05143062568801086, 0.05143062189412018, 0.05143061910414161, 0.05143061705242213, 0.051430615543607366, 0.05143061443403782, 0.051430613618068846, 0.05143061301801093, 0.051430612576732176, 0.05143061225221842, 0.05143061201357284, 0.05143061183805932, 0.051430611710325876, 0.051430611618096075, 0.05143061154949492, 0.05143061149846891, 0.05143061146051542, 0.05143061143228535, 0.051430611411287616, 0.05143061139566936, 0.05143061138405238, 0.0514306113754116, 0.05143061136898452, 0.051430611364204, 0.05143061136064822, 0.05143061135800341, 0.05143061135603618, 0.05143061135457294, 0.05143061135348457, 0.051430611352675036, 0.0514306113520729, 0.05143061135162502, 0.05143061135129189, 0.051430611351044105, 0.05143061135085979, 0.05143061135072271, 0.05143061135062075, 0.051430611350544914, 0.0514306113504885, 0.05143061135044654, 0.05143061135041533, 0.05143061135039211, 0.05143061135037484, 0.051430611350362, 0.05143061135035244, 0.051430611350345344, 0.05143061135034006, 0.05143061135033613, 0.05143061135033321, 0.05143061135033103, 0.05143061135032941, 0.051430611350328205, 0.0514306113503273, 0.05143061135032665, 0.051430611350326144, 0.05143061135032578, 0.05143061135032552, 0.05143061135032531, 0.051430611350325145, 0.05143061135032502, 0.05143061135032493, 0.05143061135032487, 0.051430611350324826, 0.0514306113503248, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477], "Hair": [1.6853182222234062, 1.6835607556019467, 1.6795858009728915, 1.6747341670953382, 1.6697741966557982, 1.665060435344781, 1.6602395666142182, 1.6522332648810265, 1.6300748380291252, 1.572649857329816, 1.4656643493549648, 1.3292915430150092, 1.210168337925898, 1.1411474803367716, 1.124776569023942, 1.146930993735187, 1.1917262139085025, 1.2470579544234965, 1.3048736045004496, 1.3602330852533537, 1.4104161993016733, 1.4542176769909223, 1.4914061060763795, 1.52232559006956, 1.5476184420482524, 1.5680404303044755, 1.5843001456192694, 1.5965753714714181, 1.6024085713474632, 1.591508114786094, 1.5433675110082994, 1.4439931595832511, 1.313539594955583, 1.1986710771746278, 1.1325531872170604, 1.1181774524485077, 1.1417739962730238, 1.187667837623072, 1.2438641822168233, 1.3023693445132005, 1.358279477076343, 1.4089003802787583, 1.4530475420403082, 1.4905069333630456, 1.5216373478116363, 1.5470933960673934, 1.5676409939490938, 1.5839969647119052, 1.5963457351454804, 1.6022352489636094, 1.5913785169925616, 1.5432721048951, 1.4439243963295842, 1.3134915999642078, 1.1986372389058826, 1.132528682246792, 1.1181591542448517, 1.1417600377689396, 1.187657099380113, 1.243855905214885, 1.3023629677489656, 1.3582745785929404, 1.4088966314875686, 1.4530446837323874, 1.4905047613106264, 1.5216357009414736, 1.5470921514747198, 1.56764005529843, 1.5839962708133113, 1.5963452477529847, 1.6022348957181318, 1.5913781471763497, 1.5432720444263877, 1.4439248778961022, 1.3134916757176736, 1.198637272522462, 1.1325286871744829, 1.118159140408017, 1.1417600143881212, 1.1876570525968138, 1.2438558411546872, 1.3023629028675323, 1.3582745186660918, 1.4088965784343999, 1.4530446382077828, 1.4905047232870714, 1.5216356763980528, 1.547092328753368, 1.56764473052908, 1.5840683716292836, 1.5970835830178154, 1.6073270294752544, 1.6153429072593726, 1.6215853923730827, 1.6264268547111849, 1.6301684613375973, 1.6330511981967495, 1.6352662465010637, 1.6369642162635254, 1.6382630684325856, 1.6392547422846222, 1.6400105984390536, 1.6405858272071066, 1.6410229803148182, 1.6413547758413924, 1.6416063102194707, 1.6417967924329588, 1.6419408969257303, 1.6420498146233513, 1.642132066476022, 1.6421941310449857, 1.6422409275624068, 1.6422761877986998, 1.6423027382403568, 1.6423227180083164, 1.6423377444826421, 1.6423490406812133, 1.6423575293296102, 1.6423639028343375, 1.6423686860161977, 1.6423722741170295, 1.6423749646063328, 1.642376981234379, 1.6423784922070723, 1.642379623907562, 1.6423804712476076, 1.6423811054707387, 1.642381580030461, 1.6423819350155004, 1.6423822004792068, 1.6423823989430464, 1.6423825472780493, 1.6423826581180474, 1.6423827409207121, 1.642382802763792, 1.6423828489423904, 1.6423828834194532, 1.6423829088953423, 1.6423829275723378, 1.6423829416517537, 1.6423829522636426, 1.6423829602607591, 1.6423829662864784, 1.6423829708261146, 1.6423829742456875, 1.6423829768211957, 1.6423829787607245, 1.6423829802211292, 1.6423829813206299, 1.6423829821483142, 1.642382982771306, 1.6423829832401724, 1.6423829835930042, 1.6423829838584876, 1.6423829840582265, 1.6423829842084852, 1.6423829843215096, 1.6423829844065188, 1.6423829844704505, 1.6423829845185258, 1.6423829845546738, 1.6423829845818518, 1.6423829846022837, 1.6423829846176425, 1.6423829846291866, 1.6423829846378635, 1.6423829846443845, 1.6423829846492848, 1.6423829846529667, 1.6423829846557332, 1.6423829846578115, 1.642382984659373, 1.6423829846605458, 1.6423829846614266, 1.6423829846620883, 1.6423829846625853, 1.6423829846629587, 1.6423829846632387, 1.6423829846634492, 1.6423829846636075, 1.6423829846637257, 1.6423829846638147, 1.6423829846638816, 1.6423829846639317, 1.6423829846639695, 1.6423829846639981, 1.6423829846640192, 1.6423829846640352, 1.642382984664047, 1.6423829846640556, 1.6423829846640625, 1.6423829846640678, 1.6423829846640716, 1.6423829846640745, 1.6423829846640765, 1.642382984664078, 1.642382984664079, 1.6423829846640798, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805], "HairDensity": [100.0, 99.8957190043824, 99.65986119565288, 99.37198476889992, 99.07768008660696, 98.7979844630233, 98.51193351626483, 98.03687179631089, 96.72207993328409, 93.31471271075742, 86.96662327790793, 78.87480984222088, 71.8065183161283, 67.71109843168246, 66.73971444633447, 68.05426883844312, 70.7122369054007, 73.99539968055873, 77.42594765153352, 80.7107564207563, 83.68842042430062, 86.28742381200878, 88.49403551269964, 90.32867324375017, 91.82944927792396, 93.04120786374645, 94.00599392612833, 94.73435642113266, 95.08047502349069, 94.43368580483569, 91.57721613976058, 85.68074210211886, 77.94015264503916, 71.12431713894634, 67.20114766948322, 66.34814942980435, 67.74827336564987, 70.47142919134915, 73.80589409256007, 77.27735494338933, 80.5948371746905, 83.59847782456328, 86.21799271376369, 88.44068222300771, 90.2878357182996, 91.79829516269898, 93.01750691812593, 93.98800439137067, 94.72073072582421, 95.07019077084522, 94.42599599339098, 91.57155512500732, 85.67666196741432, 77.93730481542796, 71.12230931227604, 67.19969364317853, 66.34706368804859, 67.74744512419967, 70.47079202723276, 73.80540296857949, 77.27697657186573, 80.59454651840151, 83.59825538638275, 86.2178231132762, 88.44055334215953, 90.28773799965269, 91.79822131357913, 93.01745122237355, 93.98796321822101, 94.72070180591525, 95.07016981068037, 94.42597404998546, 91.57155153703732, 85.67669054163322, 77.93730931033373, 71.12231130694856, 67.19969393556788, 66.34706286702651, 67.74744373687602, 70.47078925130008, 73.80539916750519, 77.27697272206261, 80.59454296258352, 83.59825223842124, 86.2178204120294, 88.44055108599483, 90.28773654334489, 91.79823183258058, 93.01772863174278, 93.99224139043926, 94.76451164877429, 95.3723165322891, 95.84794645656198, 96.21835039757406, 96.50562328611583, 96.72763516358052, 96.89868516595627, 97.03011721689509, 97.13086790837113, 97.20793656827956, 97.26677850323047, 97.31162796515787, 97.34575972499216, 97.37169863088822, 97.39138604197765, 97.40631107956175, 97.41761352743042, 97.42616410801938, 97.43262684580887, 97.43750733968747, 97.44119000140354, 97.44396671839408, 97.44605891889533, 97.4476343152393, 97.44881983425263, 97.44971144475845, 97.45038171571511, 97.45088539794467, 97.45126357606222, 97.45154739082177, 97.45176029428323, 97.45191993708943, 97.45203959568089, 97.45212925071893, 97.45219640127095, 97.45224667901877, 97.45228431126665, 97.4523124697305, 97.45233353311396, 97.45234928466182, 97.45236106070725, 97.45236986230928, 97.45237643910865, 97.45238135228549, 97.45238502180493, 97.4523877618571, 97.45238980758724, 97.45239131922396, 97.4523924274417, 97.45239326285757, 97.45239389252436, 97.45239436704105, 97.45239472458299, 97.45239499394673, 97.4523951968504, 97.4523953496707, 97.45239546475453, 97.45239555140908, 97.45239561664903, 97.45239566576048, 97.45239570272629, 97.45239573054695, 97.45239575148256, 97.45239576723529, 97.45239577908698, 97.45239578800272, 97.45239579470915, 97.45239579975325, 97.4523958035467, 97.4523958063993, 97.45239580854417, 97.4523958101568, 97.45239581136916, 97.45239581228049, 97.45239581296546, 97.45239581348031, 97.45239581386724, 97.452395814158, 97.45239581437647, 97.45239581454062, 97.45239581466394, 97.4523958147566, 97.45239581482618, 97.45239581487844, 97.45239581491772, 97.4523958149472, 97.45239581496936, 97.45239581498598, 97.45239581499847, 97.45239581500786, 97.45239581501485, 97.45239581502015, 97.45239581502412, 97.45239581502709, 97.45239581502933, 97.45239581503104, 97.45239581503228, 97.45239581503324, 97.45239581503394, 97.45239581503444, 97.45239581503486, 97.45239581503516, 97.4523958150354, 97.45239581503557, 97.45239581503569, 97.45239581503577, 97.45239581503583, 97.45239581503589, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593]}, "proteins": {"AR/DHT (AR)": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], "DKK1": [0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065], "β-catenin (CTNNB1)": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP4": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "IGF1": [0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991], "VEGFA (DP)": [1.3730090410250908, 1.3670986628818784, 1.3619676570658157, 1.3577421826698903, 1.3543712140753237, 1.3516965357537454, 1.3492128953971807, 1.3446975456861645, 1.33091969992785, 1.2948021228485747, 1.2295038937711533, 1.151757095056057, 1.0933356407830601, 1.0725114150231598, 1.0848856493374694, 1.116019361307646, 1.1534560082709346, 1.18996798217294, 1.2222866996006008, 1.2493752426413145, 1.2713082305849213, 1.2886517589615503, 1.302135465560644, 1.312487655095713, 1.3203605593168088, 1.3263016936137506, 1.3307170611785446, 1.3335896341583788, 1.3331008885728073, 1.322346830288836, 1.2885038785697431, 1.2249110057778447, 1.1484209109302463, 1.0908988531952313, 1.0707055236537097, 1.0835262948089226, 1.1149857503865952, 1.1526671039176288, 1.1893662110638157, 1.2218290262121245, 1.2490285272854986, 1.2710466585920457, 1.2884551987193784, 1.301988283382128, 1.3123777884589285, 1.3202787638743345, 1.3262409325750366, 1.3306720004883104, 1.3335562561000247, 1.3330762196973216, 1.3223287238907593, 1.2884904353023254, 1.2249009184920931, 1.1484138730673092, 1.0908937260094118, 1.0707017339326443, 1.083523450913732, 1.114983592689381, 1.152665477802981, 1.1893649851556816, 1.2218280969015047, 1.249027824832386, 1.2710461295542084, 1.288454801696002, 1.3019879864692034, 1.3123775666650574, 1.320278599066774, 1.326240810327527, 1.3306719187714113, 1.3335562170433093, 1.3330761951391608, 1.3223286371552887, 1.2884905455863855, 1.22490130018568, 1.1484138694043906, 1.0908937138651331, 1.0707017166471318, 1.0835234298998342, 1.114983572320495, 1.1526654416794526, 1.189364943199969, 1.2218280619696251, 1.249027796820833, 1.2710461075101194, 1.2884547846051335, 1.3019879733755653, 1.3123775612237638, 1.3202787390113802, 1.3262441803002305, 1.3307229957821534, 1.3340710407994563, 1.3365652794299705, 1.3384184725377493, 1.3397924711530924, 1.3408094867976144, 1.3415612760660602, 1.3421164272734727, 1.3425260342711793, 1.3428280564762116, 1.3430506357916543, 1.343214601072547, 1.3433353483139319, 1.3434242459376111, 1.3434896815258421, 1.343537839397281, 1.3435732770242492, 1.3435993516261677, 1.3436185354715637, 1.3436326486839336, 1.3436430309967589, 1.3436506683620304, 1.343656286277184, 1.34366041869335, 1.3436634583483524, 1.3436656941729983, 1.3436673387181848, 1.3436685484878061, 1.3436694385431065, 1.343670093100579, 1.3436705744679918, 1.3436709284685335, 1.343671188801913, 1.3436713802516398, 1.343671521043916, 1.3436716245825109, 1.3436717007246715, 1.3436717567194743, 1.3436717978979187, 1.3436718281804307, 1.3436718504500949, 1.3436718668271301, 1.343671878870743, 1.3436718877275704, 1.3436718942408463, 1.3436718990306835, 1.3436719025531099, 1.3436719051437072, 1.3436719070290675, 1.3436719083903919, 1.3436719094029546, 1.3436719101561063, 1.3436719107163055, 1.3436719111329865, 1.3436719114429168, 1.343671911673445, 1.3436719118449136, 1.3436719119724534, 1.3436719120673182, 1.343671912137879, 1.3436719121903633, 1.343671912229401, 1.3436719122584373, 1.3436719122800354, 1.3436719122961, 1.343671912308049, 1.3436719123169365, 1.3436719123235472, 1.3436719123284644, 1.343671912332122, 1.3436719123348424, 1.3436719123368657, 1.3436719123383705, 1.34367191233949, 1.3436719123403225, 1.343671912340942, 1.3436719123414025, 1.3436719123417455, 1.3436719123420002, 1.3436719123421896, 1.3436719123423309, 1.3436719123424354, 1.3436719123425134, 1.3436719123425713, 1.3436719123426146, 1.3436719123426468, 1.3436719123426704, 1.3436719123426886, 1.3436719123427017, 1.3436719123427117, 1.3436719123427188, 1.3436719123427243, 1.3436719123427285, 1.3436719123427316, 1.3436719123427339, 1.3436719123427359, 1.3436719123427368, 1.3436719123427376, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388], "JAK-STAT (STAT1)": [0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06], "p53/apoptosis (TP53)": [0.04535765261277512, 0.04748250318983745, 0.04882670605321664, 0.04968959598562963, 0.05026611797234296, 0.050837357667381934, 0.05275299594893328, 0.061807386738661395, 0.09215591894129319, 0.15710603554966687, 0.24133551553177227, 0.2959138154725996, 0.2871372644621395, 0.23371727141106366, 0.1750209764712931, 0.1309634941454874, 0.10224962077082296, 0.08418380360191906, 0.07279686413683219, 0.06554505023274669, 0.06087134602974714, 0.057821692558048414, 0.05580666032331313, 0.054458637251992806, 0.05354668855999942, 0.05293745053486097, 0.0527081340350052, 0.054087986455945834, 0.06281795545434646, 0.09304105495563544, 0.15801959664850374, 0.2423013095445212, 0.29682118417232867, 0.2878642073439054, 0.23423199405599954, 0.1753638761071754, 0.1311884458675205, 0.1023977131990125, 0.08428205918666701, 0.07286263831723379, 0.06558948752201095, 0.060901644598414566, 0.05784253724576273, 0.05582112470740093, 0.05446875575607379, 0.05355381908521213, 0.052942509410131136, 0.05271176712226794, 0.05409062532547831, 0.06281998715392573, 0.09304285604154224, 0.15802170040597222, 0.24230351209873546, 0.2968228670309213, 0.287865697051928, 0.2342330501112886, 0.17536458094322155, 0.1311889081163097, 0.10239799106501729, 0.0842822479931313, 0.07286276772007964, 0.0655895751853337, 0.06090170446278842, 0.05784257849418638, 0.055821153403593345, 0.05446877548304053, 0.053553833040978716, 0.052942519352530075, 0.052711756244115074, 0.054090617077192406, 0.06281998241024597, 0.09304286568477353, 0.15802149660151898, 0.24230333492388453, 0.2968230932298761, 0.28786573844912305, 0.23423307854567427, 0.1753645986632335, 0.1311889199106483, 0.10239802523004773, 0.0842822662239992, 0.07286277691892723, 0.06558958116193955, 0.060901708444161824, 0.05784258116221075, 0.055821154635412026, 0.054468750632454675, 0.05355301108841072, 0.05292586014458587, 0.05249181481596454, 0.05218854587869262, 0.05197485507830668, 0.05182317124953731, 0.05171481943097531, 0.05163700578277084, 0.05158087261695594, 0.051540228736228905, 0.05151071012889454, 0.05148921805327401, 0.0514735383078003, 0.05146208029960699, 0.05145369632022469, 0.05144755517631896, 0.05144305308020448, 0.05143975035263307, 0.05143732617848803, 0.05143554609522181, 0.051434238527545674, 0.05143327778946563, 0.051432571734352464, 0.05143205276189303, 0.05143167125345813, 0.05143139076286156, 0.05143118452476875, 0.05143103287271602, 0.05143092135329695, 0.05143083933252938, 0.051430778997129126, 0.05143073463108362, 0.05143070200699481, 0.05143067801683657, 0.051430660375422314, 0.0514306474024924, 0.051430637862540006, 0.0514306308470651, 0.05143062568801086, 0.05143062189412018, 0.05143061910414161, 0.05143061705242213, 0.051430615543607366, 0.05143061443403782, 0.051430613618068846, 0.05143061301801093, 0.051430612576732176, 0.05143061225221842, 0.05143061201357284, 0.05143061183805932, 0.051430611710325876, 0.051430611618096075, 0.05143061154949492, 0.05143061149846891, 0.05143061146051542, 0.05143061143228535, 0.051430611411287616, 0.05143061139566936, 0.05143061138405238, 0.0514306113754116, 0.05143061136898452, 0.051430611364204, 0.05143061136064822, 0.05143061135800341, 0.05143061135603618, 0.05143061135457294, 0.05143061135348457, 0.051430611352675036, 0.0514306113520729, 0.05143061135162502, 0.05143061135129189, 0.051430611351044105, 0.05143061135085979, 0.05143061135072271, 0.05143061135062075, 0.051430611350544914, 0.0514306113504885, 0.05143061135044654, 0.05143061135041533, 0.05143061135039211, 0.05143061135037484, 0.051430611350362, 0.05143061135035244, 0.051430611350345344, 0.05143061135034006, 0.05143061135033613, 0.05143061135033321, 0.05143061135033103, 0.05143061135032941, 0.051430611350328205, 0.0514306113503273, 0.05143061135032665, 0.051430611350326144, 0.05143061135032578, 0.05143061135032552, 0.05143061135032531, 0.051430611350325145, 0.05143061135032502, 0.05143061135032493, 0.05143061135032487, 0.051430611350324826, 0.0514306113503248, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477]}}, {"id": "Chemotherapy-induced Alopecia|scalp_cooling", "disease": "Chemotherapy-induced Alopecia", "interventions": ["scalp_cooling"], "intervention_labels": ["두피 냉각"], "tracked_genes": ["TP53"], "metrics": {"final_hair_density_pct": 97.5, "min_hair_density_pct": 46.2, "anagen_fraction": 0.851, "healthy_ss": 1.6853, "AND_load": 0.1, "INF_load": 0.06}, "drive": {"AND": 0.1, "INF": 0.06, "chemo_amp": 1.7, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.45}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "DP": [1.3730090410250906, 1.3670986628171422, 1.361967653463563, 1.3577420586826066, 1.3543683829692306, 1.3516537622666944, 1.3487824481248198, 1.3417875223574534, 1.3175909059379445, 1.2530791709923088, 1.1386617495540046, 1.0081528193833464, 0.916091771257613, 0.8873566225867036, 0.910585387996088, 0.9622452403794948, 1.02341613892046, 1.083213809712508, 1.1365757073261766, 1.1817451401648018, 1.218678835739758, 1.248148666258628, 1.2712422022782603, 1.2890931228530573, 1.3027466894321917, 1.3130990253491364, 1.3208194730551788, 1.3258261195331953, 1.324757821952581, 1.3050296469517204, 1.2439117500850887, 1.1320749676608846, 1.0034825710956525, 0.9127652171495491, 0.8849204438895331, 0.9087384249663939, 0.9608107218881227, 1.0222905316024302, 1.0823302729545883, 1.135885554517226, 1.1812098416392862, 1.2182667810028085, 1.2478337644999282, 1.2710031030658924, 1.288912596854962, 1.3026110361761836, 1.3129975047890947, 1.320743803600833, 1.3257699378355645, 1.3247160703529144, 1.3049988096736773, 1.2438893834971263, 1.1320588883300542, 1.0034711088017747, 0.9127570452584881, 0.8849144621138093, 0.9087338835664576, 0.9608071919043306, 1.0222877603117746, 1.0823280970454154, 1.1358838544271865, 1.1812085227125535, 1.2182657655343911, 1.2478329883348092, 1.2710025136658667, 1.2889121517993205, 1.3026107017003141, 1.3129972467234876, 1.3207435473904634, 1.3257695614747649, 1.3247158142016107, 1.3049989762116188, 1.2438893914756366, 1.1320587196873129, 1.0034716219894688, 0.9127578822661391, 0.884914701411073, 0.9087341456977399, 0.960807392418518, 1.0222879193458474, 1.0823282220452575, 1.1358839521970685, 1.1812085986299206, 1.21826582401838, 1.2478330330577767, 1.2710025477809939, 1.288912185145671, 1.302610989488212, 1.3130034294802393, 1.3208370133847667, 1.3267119607831506, 1.331100386338376, 1.334368037255972, 1.3367950321022788, 1.3385940390126765, 1.3399254298160164, 1.3409095049406037, 1.3416361340483143, 1.3421722377283467, 1.3425675200455653, 1.3428588232426246, 1.3430734122744454, 1.3432314388577864, 1.343347782147831, 1.3434334198680713, 1.343496445731589, 1.343542824215056, 1.3435769490169682, 1.3436020556639223, 1.3436205262009746, 1.343634113975119, 1.3436441093635165, 1.3436514617861008, 1.3436568700627494, 1.343660848197392, 1.3436637743246367, 1.3436659266182582, 1.3436675097080324, 1.3436686746196311, 1.343669531307788, 1.3436701613240758, 1.3436706246420083, 1.3436709653678822, 1.343671215938457, 1.343671400208271, 1.3436715357202456, 1.3436716353755993, 1.3436717086619654, 1.343671762556586, 1.3436718021905403, 1.3436718313372265, 1.3436718527716003, 1.3436718685343618, 1.3436718801262373, 1.3436718886508572, 1.3436718949198287, 1.3436718995300052, 1.3436719029203092, 1.3436719054140662, 1.3436719072195176, 1.3436719085320499, 1.343671909508321, 1.3436719102344785, 1.3436719107745998, 1.343671911176346, 1.3436719114751676, 1.3436719116974334, 1.3436719118627563, 1.3436719119857246, 1.3436719120771894, 1.3436719121452214, 1.3436719121958243, 1.3436719122334628, 1.343671912261459, 1.3436719122822827, 1.3436719122977714, 1.3436719123092924, 1.3436719123178613, 1.343671912324235, 1.3436719123289758, 1.3436719123325023, 1.343671912335125, 1.3436719123370762, 1.3436719123385272, 1.3436719123396066, 1.3436719123404093, 1.3436719123410064, 1.3436719123414504, 1.343671912341781, 1.3436719123420269, 1.3436719123422096, 1.3436719123423455, 1.3436719123424468, 1.3436719123425218, 1.3436719123425778, 1.3436719123426193, 1.3436719123426502, 1.3436719123426732, 1.3436719123426906, 1.3436719123427034, 1.3436719123427128, 1.3436719123427194, 1.343671912342725, 1.3436719123427292, 1.343671912342732, 1.3436719123427343, 1.343671912342736, 1.343671912342737, 1.3436719123427379, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388], "HFSC": [0.9672930816910811, 0.9620992914610483, 0.957418011823118, 0.9534260412511874, 0.9501302367636649, 0.9474017244207842, 0.9445638497323615, 0.9382193263688869, 0.9171113996918582, 0.861480259057631, 0.7639924121765218, 0.654687701808779, 0.5783097537274529, 0.5526542288620084, 0.5676291796167838, 0.6053977596953214, 0.6519623283408833, 0.6990545325785827, 0.7425062188003142, 0.7805429155249853, 0.8127121062529146, 0.8392639960595689, 0.8607876724072856, 0.8779974003603134, 0.8916118861246158, 0.9022878551824557, 0.9105382501257454, 0.9162733861529809, 0.916632197480072, 0.9008668261035296, 0.8496429207945819, 0.7557958907487612, 0.6492655289788581, 0.5747374531918679, 0.550195488470521, 0.5658327189557905, 0.6040233724963884, 0.6508836025339821, 0.6981989346247801, 0.7418264071720376, 0.7800042281434898, 0.8122872295465196, 0.8389306414451766, 0.8605274712716763, 0.8777952607044388, 0.8914555125250488, 0.9021673364658052, 0.9104457100385611, 0.9162026048077697, 0.9165781953128236, 0.900826205087936, 0.8496134929308263, 0.7557755529921892, 0.6492520580639654, 0.5747285962616319, 0.5501894062002918, 0.5658282755534387, 0.6040199745140438, 0.650880936337434, 0.6981968204729113, 0.7418247276501702, 0.7800028974075655, 0.8122861800209583, 0.8389298180371714, 0.8605268285856463, 0.8777947614472128, 0.8914551263009606, 0.9021670323772437, 0.9104454225858863, 0.9162022244126922, 0.9165779192880965, 0.9008263058304365, 0.8496134699179244, 0.7557753990744548, 0.6492525173801111, 0.5747292298500071, 0.5501895704692703, 0.5658284679657871, 0.6040201263256679, 0.6508810607798976, 0.6981969218354115, 0.7418248098502256, 0.7800029635881129, 0.8122862328750589, 0.8389298599252787, 0.8605268616674565, 0.8777947935780583, 0.8914553694299691, 0.9021722016628654, 0.9105239329614973, 0.9169978530110233, 0.921994477178042, 0.9258372471345935, 0.928783946399628, 0.9310379747942787, 0.9327585740914299, 0.934069649454783, 0.9350671367573753, 0.9358250214573681, 0.9364001740512453, 0.9368361904743018, 0.9371664141844714, 0.9374162975555881, 0.9376052366249582, 0.9377479909552912, 0.9378557769909596, 0.9379371089148145, 0.9379984430828495, 0.9380446707543035, 0.9380794943130728, 0.9381057140258638, 0.9381254463028426, 0.9381402894308845, 0.93815145018598, 0.9381598386782332, 0.9381661410407822, 0.9381708742862751, 0.9381744277949836, 0.9381770956916038, 0.9381790970086997, 0.93818059781014, 0.9381817229204014, 0.938182566131328, 0.9381831978899414, 0.9381836710893523, 0.9381840254286712, 0.938184290693986, 0.9381844892263032, 0.9381846377771246, 0.9381847489030305, 0.9381848320133864, 0.9381848941571502, 0.938184940613537, 0.9381849753352798, 0.9381850012811628, 0.9381850206654021, 0.9381850351446117, 0.9381850459579316, 0.9381850540336132, 0.9381850599725631, 0.938185064355708, 0.9381850676606994, 0.9381850701523848, 0.9381850720306453, 0.9381850734463073, 0.9381850745131635, 0.9381850753170525, 0.9381850759227158, 0.9381850763789765, 0.9381850767226468, 0.9381850769814802, 0.9381850771763962, 0.9381850773231624, 0.9381850774336608, 0.9381850775168447, 0.9381850775794595, 0.9381850776265863, 0.9381850776620527, 0.9381850776887412, 0.938185077708822, 0.9381850777239298, 0.938185077735295, 0.9381850777438441, 0.9381850777502743, 0.9381850777551103, 0.9381850777587468, 0.9381850777614814, 0.9381850777635377, 0.9381850777650835, 0.9381850777662455, 0.9381850777671191, 0.9381850777677758, 0.9381850777682692, 0.93818507776864, 0.9381850777689187, 0.9381850777691281, 0.9381850777692855, 0.9381850777694036, 0.9381850777694926, 0.9381850777695592, 0.9381850777696094, 0.9381850777696471, 0.9381850777696754, 0.9381850777696966, 0.9381850777697125, 0.9381850777697245, 0.9381850777697335, 0.9381850777697404, 0.9381850777697455, 0.938185077769749, 0.938185077769752, 0.9381850777697543, 0.938185077769756, 0.9381850777697572, 0.9381850777697581, 0.9381850777697587, 0.9381850777697591, 0.9381850777697596, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598], "APO": [0.04535765261277512, 0.04748250363163774, 0.048826727569631356, 0.04969026787832893, 0.05027978597852956, 0.05101850406303166, 0.05432433247847366, 0.07079927110579437, 0.12660750173677282, 0.24771527241518554, 0.4097888501614446, 0.5224855564080938, 0.5135493442623751, 0.4119747610418216, 0.2962940212279786, 0.20871501684766858, 0.1515734514171354, 0.11566126207152665, 0.09308065938793725, 0.07875446225174192, 0.06956848243184852, 0.06361210611062487, 0.05970486760084775, 0.05711153826121642, 0.05537146341706854, 0.05421785004015645, 0.053780509175994286, 0.05631418578092462, 0.07238036279319837, 0.12817939733062214, 0.24961161025652132, 0.41203582256458016, 0.5247425326398064, 0.5154105868597774, 0.41329351096467964, 0.2971590763386238, 0.2092698884685505, 0.15192949286884852, 0.11589117824333388, 0.0932303498960059, 0.07885279552695804, 0.06963369296767477, 0.06365577797653559, 0.05973440715878779, 0.05713171572063616, 0.055385375163462584, 0.05422751730985982, 0.053787238383304715, 0.056319035278628506, 0.0723843502983184, 0.12818327358439044, 0.2496162325769949, 0.4120413394029362, 0.5247481105323819, 0.5154152098533131, 0.41329674760326857, 0.2971612116672019, 0.20927126474234922, 0.1519303724796038, 0.11589174566141323, 0.09323071950308454, 0.07885303840153284, 0.06963385400885048, 0.06365588580829029, 0.05973448008461954, 0.05713176553325567, 0.05538540959411282, 0.054227555245108965, 0.05378733762980763, 0.05631917474631525, 0.0723842624566312, 0.12818307180299587, 0.24961627350030313, 0.4120413871522721, 0.5247474395381779, 0.5154144653908262, 0.413296828367396, 0.2971610878315911, 0.20927118452497454, 0.15193032146263286, 0.11589171272153108, 0.09323069806842496, 0.07885302433233118, 0.06963384468486744, 0.06365587955412731, 0.059734474839440055, 0.057131713598676304, 0.05538388498317596, 0.05419678194800114, 0.053381793942699006, 0.052816662558159866, 0.05242121840276158, 0.052142267401275554, 0.051944096542731494, 0.05180245325644047, 0.05170068789027715, 0.05162725471310168, 0.05157407394780997, 0.05153544505697177, 0.05150731758087266, 0.05148679589777882, 0.05147179922606077, 0.05146082582339731, 0.051452787950051024, 0.051446895364953615, 0.05144257259965816, 0.05143939975021893, 0.05143706992948091, 0.05143535856317504, 0.0514341011423498, 0.051433177058458575, 0.05143249782978752, 0.05143199851736778, 0.05143163141782668, 0.05143136149919947, 0.05143116302184757, 0.05143101706916753, 0.0514309097366296, 0.05143083076845499, 0.05143077270152573, 0.05143073000269035, 0.05143069860408597, 0.051430675514810745, 0.051430658535709065, 0.05143064604972918, 0.05143063686781296, 0.05143063011559882, 0.05143062515012365, 0.051430621498577606, 0.05143061881327135, 0.051430616838523215, 0.0514306153863104, 0.05143061431836427, 0.05143061353300416, 0.05143061295545539, 0.051430612530729496, 0.05143061221838846, 0.051430611988694544, 0.05143061181974216, 0.05143061169742271, 0.051430611608498635, 0.051430611542356286, 0.05143061149315916, 0.051430611456565994, 0.05143061142934774, 0.05143061140910261, 0.05143061139404413, 0.05143061138284353, 0.051430611374512436, 0.05143061136831572, 0.05143061136370656, 0.051430611360278225, 0.05143061135772821, 0.0514306113558315, 0.0514306113544207, 0.05143061135337134, 0.05143061135259082, 0.051430611352010255, 0.05143061135157843, 0.051430611351257226, 0.05143061135101831, 0.051430611350840615, 0.05143061135070844, 0.05143061135061013, 0.051430611350537, 0.05143061135048261, 0.05143061135044216, 0.051430611350412075, 0.05143061135038969, 0.05143061135037304, 0.051430611350360665, 0.05143061135035145, 0.0514306113503446, 0.051430611350339515, 0.05143061135033573, 0.051430611350332896, 0.0514306113503308, 0.051430611350329246, 0.05143061135032809, 0.05143061135032722, 0.05143061135032658, 0.051430611350326096, 0.05143061135032575, 0.051430611350325485, 0.05143061135032529, 0.051430611350325124, 0.051430611350325006, 0.051430611350324916, 0.05143061135032486, 0.05143061135032482, 0.05143061135032479, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477], "Hair": [1.6853182222234062, 1.6835607555106185, 1.6795857958386444, 1.6747339892315622, 1.6697701088581811, 1.6649981990793836, 1.659607235139713, 1.6479059095122353, 1.6099448199898205, 1.508406282479671, 1.3223726943819105, 1.0956969107731025, 0.9095763572178495, 0.8082203545277082, 0.7865253696900251, 0.821154562305746, 0.8900265350718305, 0.9765230694319297, 1.0688800171736996, 1.159167700213584, 1.242494198202181, 1.3162984750230253, 1.379687853686556, 1.4328597298473211, 1.4766440264694984, 1.5121672873808496, 1.5405446164793506, 1.561984642140575, 1.5719532250797188, 1.5517909945195871, 1.465307468925406, 1.2919084869157924, 1.0749792465860641, 0.8954795741727475, 0.7982074267209907, 0.7790022262749415, 0.8152588526786241, 0.8853035914216806, 0.9727126273183342, 1.065810428691064, 1.1567092827110554, 1.240540061294868, 1.31475725803403, 1.3784811694511008, 1.4319210891823637, 1.475917961235752, 1.5116083137126823, 1.5401160776081222, 1.5616574531114353, 1.5717046836710427, 1.551604991988702, 1.46517310621929, 1.2918160268765546, 1.0749180185767346, 0.8954389936419406, 0.7981792692427767, 0.7789814604631643, 0.8152428257656188, 0.8852909128521166, 0.9727025033320533, 1.0658023422746759, 1.1567028521056706, 1.2405349801595236, 1.3147532708376688, 1.3784780612749938, 1.4319186805601218, 1.4759161042421869, 1.5116068784283234, 1.5401148887756784, 1.561656249885539, 1.571703723580007, 1.5516047888416313, 1.465172865150542, 1.2918155426051585, 1.074918621305221, 0.8954402786215983, 0.7981798821928315, 0.7789820523234632, 0.8152433306545785, 0.8852913447477807, 0.9727028710433516, 1.0658026515438621, 1.156703108680854, 1.2405351901453159, 1.3147534405585344, 1.3784781971285136, 1.4319187979709078, 1.4759165454100138, 1.5116153200522702, 1.5402444481341622, 1.5629885961929815, 1.5809191267073712, 1.594965605295631, 1.6059115913887052, 1.6144037996615392, 1.6209675988723196, 1.626024585072363, 1.6299098271976535, 1.6328875732793429, 1.635164906069706, 1.636903263549328, 1.6382279492698795, 1.6392358588696412, 1.6400016808715763, 1.6405828282189323, 1.6410233253837043, 1.6413568584447789, 1.6416091539516675, 1.6417998258043134, 1.6419438044833154, 1.6420524393955644, 1.642134346739448, 1.6421960593003075, 1.642242527057414, 1.6422774948554173, 1.642303793779999, 1.6423235623311256, 1.642338414562366, 1.6423495719914676, 1.6423579457704622, 1.6423642276859152, 1.6423689383741191, 1.6423724694498723, 1.6423751153181527, 1.6423770971895222, 1.642378581196029, 1.642379692047046, 1.6423805233161608, 1.6423811451853543, 1.6423816102715028, 1.6423819580076155, 1.6423822179355578, 1.6423824121794628, 1.6423825573028152, 1.6423826657021576, 1.6423827466525913, 1.6423828070917537, 1.6423828522074602, 1.642382885884678, 1.6423829106383265, 1.642382928897772, 1.642382942659062, 1.6423829530287497, 1.642382960841592, 1.6423829667271979, 1.6423829711603617, 1.6423829744990708, 1.642382977013197, 1.642382978906155, 1.6423829803312429, 1.6423829814039732, 1.6423829822113734, 1.642382982819002, 1.642382983276237, 1.6423829836202657, 1.6423829838790893, 1.6423829840737902, 1.6423829842202402, 1.6423829843303863, 1.6423829844132196, 1.6423829844755076, 1.6423829845223417, 1.6423829845575528, 1.6423829845840232, 1.642382984603921, 1.6423829846188769, 1.6423829846301172, 1.642382984638565, 1.6423829846449127, 1.6423829846496825, 1.6423829846532663, 1.642382984655959, 1.6423829846579818, 1.642382984659501, 1.642382984660642, 1.642382984661499, 1.6423829846621427, 1.642382984662626, 1.6423829846629892, 1.642382984663262, 1.6423829846634668, 1.6423829846636204, 1.642382984663736, 1.6423829846638225, 1.6423829846638873, 1.6423829846639362, 1.642382984663973, 1.6423829846640006, 1.6423829846640212, 1.642382984664037, 1.642382984664048, 1.6423829846640565, 1.642382984664063, 1.642382984664068, 1.6423829846640718, 1.6423829846640747, 1.6423829846640767, 1.642382984664078, 1.642382984664079, 1.6423829846640798, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805], "HairDensity": [100.0, 99.89571899896335, 99.65986089100733, 99.37197421517935, 99.0774375331495, 98.79429161353191, 98.4744135116647, 97.78010394607769, 95.52764568497058, 89.50275755576065, 78.46427321229169, 65.01424456964405, 53.970600045958314, 47.95654279827577, 46.66924971904582, 48.72400662839885, 52.81059228669803, 57.94294849216207, 63.423038039875216, 68.78034574884721, 73.72460475523629, 78.10385348391115, 81.86512407528365, 85.02012919298875, 87.61811312532964, 89.72592044877304, 91.40971694039725, 92.68188176829183, 93.2733773569405, 92.07703174729463, 86.94544742964065, 76.65664975789579, 63.78494176416521, 53.134153678784735, 47.362415963670756, 46.22285666900461, 48.37417894900997, 52.53035182006858, 57.716852193946735, 63.24090101422875, 68.63447314923305, 73.60865413644248, 78.01240387109192, 81.79352428958481, 84.96443403390366, 87.575031336729, 89.69275320114015, 91.3842891686223, 92.66246768821927, 93.25862991011421, 92.06599510576116, 86.93747488746172, 76.65116355131364, 63.78130874053074, 53.131745793420905, 47.36074521224573, 46.221624509314914, 48.37322797649962, 52.529599524781155, 57.716251477349275, 63.240421198827626, 68.63409158299231, 73.6083526423224, 78.01216728690807, 81.79333986292485, 84.9642911159544, 87.57492115020513, 89.69266803714322, 91.38421862809007, 92.6623962936375, 93.25857294217649, 92.06598305183162, 86.93746058341249, 76.65113481659816, 63.78134450401318, 53.13182203894182, 47.36078158223489, 46.22165962792284, 48.37325793457834, 52.52962515173151, 57.71627329585771, 63.24043954961635, 68.63410680713099, 73.60836510203414, 78.01217735746113, 81.79334792392592, 84.96429808263785, 87.57494732732832, 89.69316892913119, 91.39190615895369, 92.74145236090561, 93.80537787229859, 94.63883937547563, 95.28833013328834, 95.7922235915594, 96.18169301782129, 96.48175422485978, 96.71228885470344, 96.88897632193803, 97.0241040835876, 97.12725121964174, 97.20585273851715, 97.26565803739014, 97.31109883259644, 97.34558177710467, 97.37171910588705, 97.39150961528024, 97.40647981518444, 97.41779351547746, 97.42633663078372, 97.43278258922746, 97.43764264134124, 97.44130441631323, 97.44406162598993, 97.44613647438011, 97.44769694671318, 97.44886993296977, 97.44975120459222, 97.4504132415271, 97.45091010786868, 97.45128285144733, 97.4515623647251, 97.45177188454792, 97.45192887972222, 97.45204647599238, 97.45213453096544, 97.45220044439368, 97.45224976855714, 97.45228666777211, 97.45231426411222, 97.45233489737353, 97.45235032045143, 97.45236184610292, 97.45237045713856, 97.45237688911922, 97.45238169239214, 97.45238527860877, 97.4523879555932, 97.45238995386376, 97.45239142264563, 97.45239250608763, 97.45239332262719, 97.45239393792272, 97.45239440150534, 97.4523947507335, 97.4523950137796, 97.45239521188515, 97.4523953610633, 97.4523954733838, 97.45239555794278, 97.45239562159428, 97.45239566950215, 97.45239570555638, 97.45239573268688, 97.45239575310015, 97.4523957684577, 97.45239578001048, 97.45239578870023, 97.45239579523586, 97.45239580015085, 97.45239580384677, 97.45239580662572, 97.452395808715, 97.45239581028564, 97.4523958114663, 97.45239581235373, 97.45239581302067, 97.45239581352193, 97.45239581389858, 97.4523958141816, 97.45239581439425, 97.45239581455402, 97.45239581467405, 97.45239581476419, 97.45239581483189, 97.45239581488275, 97.45239581492095, 97.45239581494963, 97.45239581497117, 97.45239581498736, 97.45239581499952, 97.45239581500861, 97.45239581501546, 97.45239581502061, 97.45239581502446, 97.45239581502736, 97.45239581502955, 97.45239581503118, 97.4523958150324, 97.45239581503334, 97.452395815034, 97.45239581503449, 97.45239581503488, 97.45239581503517, 97.4523958150354, 97.45239581503559, 97.4523958150357, 97.45239581503577, 97.45239581503583, 97.45239581503589, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593]}, "proteins": {"AR/DHT (AR)": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], "DKK1": [0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065], "β-catenin (CTNNB1)": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP4": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "IGF1": [0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991], "VEGFA (DP)": [1.3730090410250906, 1.3670986628171422, 1.361967653463563, 1.3577420586826066, 1.3543683829692306, 1.3516537622666944, 1.3487824481248198, 1.3417875223574534, 1.3175909059379445, 1.2530791709923088, 1.1386617495540046, 1.0081528193833464, 0.916091771257613, 0.8873566225867036, 0.910585387996088, 0.9622452403794948, 1.02341613892046, 1.083213809712508, 1.1365757073261766, 1.1817451401648018, 1.218678835739758, 1.248148666258628, 1.2712422022782603, 1.2890931228530573, 1.3027466894321917, 1.3130990253491364, 1.3208194730551788, 1.3258261195331953, 1.324757821952581, 1.3050296469517204, 1.2439117500850887, 1.1320749676608846, 1.0034825710956525, 0.9127652171495491, 0.8849204438895331, 0.9087384249663939, 0.9608107218881227, 1.0222905316024302, 1.0823302729545883, 1.135885554517226, 1.1812098416392862, 1.2182667810028085, 1.2478337644999282, 1.2710031030658924, 1.288912596854962, 1.3026110361761836, 1.3129975047890947, 1.320743803600833, 1.3257699378355645, 1.3247160703529144, 1.3049988096736773, 1.2438893834971263, 1.1320588883300542, 1.0034711088017747, 0.9127570452584881, 0.8849144621138093, 0.9087338835664576, 0.9608071919043306, 1.0222877603117746, 1.0823280970454154, 1.1358838544271865, 1.1812085227125535, 1.2182657655343911, 1.2478329883348092, 1.2710025136658667, 1.2889121517993205, 1.3026107017003141, 1.3129972467234876, 1.3207435473904634, 1.3257695614747649, 1.3247158142016107, 1.3049989762116188, 1.2438893914756366, 1.1320587196873129, 1.0034716219894688, 0.9127578822661391, 0.884914701411073, 0.9087341456977399, 0.960807392418518, 1.0222879193458474, 1.0823282220452575, 1.1358839521970685, 1.1812085986299206, 1.21826582401838, 1.2478330330577767, 1.2710025477809939, 1.288912185145671, 1.302610989488212, 1.3130034294802393, 1.3208370133847667, 1.3267119607831506, 1.331100386338376, 1.334368037255972, 1.3367950321022788, 1.3385940390126765, 1.3399254298160164, 1.3409095049406037, 1.3416361340483143, 1.3421722377283467, 1.3425675200455653, 1.3428588232426246, 1.3430734122744454, 1.3432314388577864, 1.343347782147831, 1.3434334198680713, 1.343496445731589, 1.343542824215056, 1.3435769490169682, 1.3436020556639223, 1.3436205262009746, 1.343634113975119, 1.3436441093635165, 1.3436514617861008, 1.3436568700627494, 1.343660848197392, 1.3436637743246367, 1.3436659266182582, 1.3436675097080324, 1.3436686746196311, 1.343669531307788, 1.3436701613240758, 1.3436706246420083, 1.3436709653678822, 1.343671215938457, 1.343671400208271, 1.3436715357202456, 1.3436716353755993, 1.3436717086619654, 1.343671762556586, 1.3436718021905403, 1.3436718313372265, 1.3436718527716003, 1.3436718685343618, 1.3436718801262373, 1.3436718886508572, 1.3436718949198287, 1.3436718995300052, 1.3436719029203092, 1.3436719054140662, 1.3436719072195176, 1.3436719085320499, 1.343671909508321, 1.3436719102344785, 1.3436719107745998, 1.343671911176346, 1.3436719114751676, 1.3436719116974334, 1.3436719118627563, 1.3436719119857246, 1.3436719120771894, 1.3436719121452214, 1.3436719121958243, 1.3436719122334628, 1.343671912261459, 1.3436719122822827, 1.3436719122977714, 1.3436719123092924, 1.3436719123178613, 1.343671912324235, 1.3436719123289758, 1.3436719123325023, 1.343671912335125, 1.3436719123370762, 1.3436719123385272, 1.3436719123396066, 1.3436719123404093, 1.3436719123410064, 1.3436719123414504, 1.343671912341781, 1.3436719123420269, 1.3436719123422096, 1.3436719123423455, 1.3436719123424468, 1.3436719123425218, 1.3436719123425778, 1.3436719123426193, 1.3436719123426502, 1.3436719123426732, 1.3436719123426906, 1.3436719123427034, 1.3436719123427128, 1.3436719123427194, 1.343671912342725, 1.3436719123427292, 1.343671912342732, 1.3436719123427343, 1.343671912342736, 1.343671912342737, 1.3436719123427379, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388], "JAK-STAT (STAT1)": [0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06], "p53/apoptosis (TP53)": [0.04535765261277512, 0.04748250363163774, 0.048826727569631356, 0.04969026787832893, 0.05027978597852956, 0.05101850406303166, 0.05432433247847366, 0.07079927110579437, 0.12660750173677282, 0.24771527241518554, 0.4097888501614446, 0.5224855564080938, 0.5135493442623751, 0.4119747610418216, 0.2962940212279786, 0.20871501684766858, 0.1515734514171354, 0.11566126207152665, 0.09308065938793725, 0.07875446225174192, 0.06956848243184852, 0.06361210611062487, 0.05970486760084775, 0.05711153826121642, 0.05537146341706854, 0.05421785004015645, 0.053780509175994286, 0.05631418578092462, 0.07238036279319837, 0.12817939733062214, 0.24961161025652132, 0.41203582256458016, 0.5247425326398064, 0.5154105868597774, 0.41329351096467964, 0.2971590763386238, 0.2092698884685505, 0.15192949286884852, 0.11589117824333388, 0.0932303498960059, 0.07885279552695804, 0.06963369296767477, 0.06365577797653559, 0.05973440715878779, 0.05713171572063616, 0.055385375163462584, 0.05422751730985982, 0.053787238383304715, 0.056319035278628506, 0.0723843502983184, 0.12818327358439044, 0.2496162325769949, 0.4120413394029362, 0.5247481105323819, 0.5154152098533131, 0.41329674760326857, 0.2971612116672019, 0.20927126474234922, 0.1519303724796038, 0.11589174566141323, 0.09323071950308454, 0.07885303840153284, 0.06963385400885048, 0.06365588580829029, 0.05973448008461954, 0.05713176553325567, 0.05538540959411282, 0.054227555245108965, 0.05378733762980763, 0.05631917474631525, 0.0723842624566312, 0.12818307180299587, 0.24961627350030313, 0.4120413871522721, 0.5247474395381779, 0.5154144653908262, 0.413296828367396, 0.2971610878315911, 0.20927118452497454, 0.15193032146263286, 0.11589171272153108, 0.09323069806842496, 0.07885302433233118, 0.06963384468486744, 0.06365587955412731, 0.059734474839440055, 0.057131713598676304, 0.05538388498317596, 0.05419678194800114, 0.053381793942699006, 0.052816662558159866, 0.05242121840276158, 0.052142267401275554, 0.051944096542731494, 0.05180245325644047, 0.05170068789027715, 0.05162725471310168, 0.05157407394780997, 0.05153544505697177, 0.05150731758087266, 0.05148679589777882, 0.05147179922606077, 0.05146082582339731, 0.051452787950051024, 0.051446895364953615, 0.05144257259965816, 0.05143939975021893, 0.05143706992948091, 0.05143535856317504, 0.0514341011423498, 0.051433177058458575, 0.05143249782978752, 0.05143199851736778, 0.05143163141782668, 0.05143136149919947, 0.05143116302184757, 0.05143101706916753, 0.0514309097366296, 0.05143083076845499, 0.05143077270152573, 0.05143073000269035, 0.05143069860408597, 0.051430675514810745, 0.051430658535709065, 0.05143064604972918, 0.05143063686781296, 0.05143063011559882, 0.05143062515012365, 0.051430621498577606, 0.05143061881327135, 0.051430616838523215, 0.0514306153863104, 0.05143061431836427, 0.05143061353300416, 0.05143061295545539, 0.051430612530729496, 0.05143061221838846, 0.051430611988694544, 0.05143061181974216, 0.05143061169742271, 0.051430611608498635, 0.051430611542356286, 0.05143061149315916, 0.051430611456565994, 0.05143061142934774, 0.05143061140910261, 0.05143061139404413, 0.05143061138284353, 0.051430611374512436, 0.05143061136831572, 0.05143061136370656, 0.051430611360278225, 0.05143061135772821, 0.0514306113558315, 0.0514306113544207, 0.05143061135337134, 0.05143061135259082, 0.051430611352010255, 0.05143061135157843, 0.051430611351257226, 0.05143061135101831, 0.051430611350840615, 0.05143061135070844, 0.05143061135061013, 0.051430611350537, 0.05143061135048261, 0.05143061135044216, 0.051430611350412075, 0.05143061135038969, 0.05143061135037304, 0.051430611350360665, 0.05143061135035145, 0.0514306113503446, 0.051430611350339515, 0.05143061135033573, 0.051430611350332896, 0.0514306113503308, 0.051430611350329246, 0.05143061135032809, 0.05143061135032722, 0.05143061135032658, 0.051430611350326096, 0.05143061135032575, 0.051430611350325485, 0.05143061135032529, 0.051430611350325124, 0.051430611350325006, 0.051430611350324916, 0.05143061135032486, 0.05143061135032482, 0.05143061135032479, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477]}}, {"id": "Chemotherapy-induced Alopecia|PTH_CBD", "disease": "Chemotherapy-induced Alopecia", "interventions": ["PTH_CBD"], "intervention_labels": ["PTH-CBD (콜라겐표적 PTH)"], "tracked_genes": ["FGF7", "VEGFA"], "metrics": {"final_hair_density_pct": 100.0, "min_hair_density_pct": 36.0, "anagen_fraction": 0.851, "healthy_ss": 1.6853, "AND_load": 0.1, "INF_load": 0.06}, "drive": {"AND": 0.1, "INF": 0.06, "chemo_amp": 1.7, "uWnt": 0.0, "uDP": 0.35, "chemo_protect": 0.0}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "DP": [1.3730090410250906, 1.5072131846478098, 1.6014851099584868, 1.668246863041839, 1.7158656682142523, 1.7498883893431947, 1.7728804703158134, 1.779946583196524, 1.7473391995077252, 1.6317804584949613, 1.4197958087737548, 1.1842133516008084, 1.0274925257194139, 0.9855048184498171, 1.031712538596597, 1.1252638414361151, 1.235235005651976, 1.3437035861218474, 1.441856904725512, 1.526183722236977, 1.5961074841251868, 1.6526000152920512, 1.6973469492324398, 1.7322499935226108, 1.759147791679289, 1.779668733620323, 1.7950502493704685, 1.8050731755747356, 1.8030132866852553, 1.7638988926438912, 1.643626415585074, 1.4281649172979445, 1.190029066042568, 1.0315490403081675, 0.9884579706829265, 1.0339907600075195, 1.127094387200041, 1.2367292584967837, 1.3449222901695563, 1.4428419532442005, 1.5269703476328471, 1.596727867540243, 1.653083648397523, 1.6977201427027535, 1.7325354626187415, 1.7593645636353363, 1.779832360493606, 1.7951732527183064, 1.8051653441985702, 1.8030819471368218, 1.7639494818177937, 1.6436632866666303, 1.4281930429477507, 1.190047986004429, 1.0315617646979967, 0.9884677144441126, 1.0339987173133751, 1.1271003742755414, 1.2367339344495751, 1.3449260549949977, 1.442844969348569, 1.5269727414040457, 1.5967297472303421, 1.6530851091702388, 1.6977212673236006, 1.7325363214214657, 1.759365214938334, 1.7798328515929822, 1.7951736196018984, 1.8051656081954277, 1.8030821426851154, 1.7639496700333084, 1.6436635741700107, 1.4281932551488608, 1.1900481446270872, 1.0315618756205662, 0.9884677969537334, 1.0339987815151526, 1.1271004259871467, 1.2367339815032887, 1.344926150149478, 1.442845097166356, 1.526972868525735, 1.5967298596751047, 1.6530852034500223, 1.6977213440717662, 1.7325363972892478, 1.759365796200381, 1.7798451488956704, 1.795359599826822, 1.8070422492999691, 1.8157973274423387, 1.8223333271393491, 1.82719774778928, 1.830809213463712, 1.8334851865262383, 1.8354648707082812, 1.8369275945875394, 1.8380072615526117, 1.8388035412368462, 1.839390435763366, 1.839822779583033, 1.8401411393999072, 1.840375488403904, 1.840547950141203, 1.8406748409971299, 1.8407681867045709, 1.8408368460495368, 1.8408873421796932, 1.8409244768140414, 1.8409517835879603, 1.840971862393463, 1.840986625612491, 1.8409974802275166, 1.8410054608822095, 1.841011328381661, 1.8410156421814805, 1.8410188136533634, 1.8410211460940862, 1.8410228607624133, 1.8410241211443938, 1.841025047594023, 1.8410257285820968, 1.8410262291415476, 1.841026597076128, 1.8410268675246304, 1.8410270663161197, 1.8410272124363627, 1.8410273198408678, 1.8410273987876127, 1.8410274568166884, 1.8410274994704006, 1.8410275308225865, 1.8410275538676903, 1.8410275708067534, 1.8410275832576328, 1.8410275924095176, 1.8410275991365117, 1.8410276040817286, 1.8410276076733754, 1.8410276102706535, 1.841027612201659, 1.8410276136373087, 1.8410276147046751, 1.8410276154982326, 1.8410276160882209, 1.8410276165268615, 1.8410276168529784, 1.8410276170954374, 1.8410276172756992, 1.8410276174097187, 1.8410276175093583, 1.841027617583438, 1.8410276176385139, 1.8410276176794615, 1.8410276177099048, 1.8410276177325389, 1.8410276177493667, 1.8410276177618774, 1.8410276177711788, 1.8410276177780942, 1.8410276177832356, 1.8410276177870581, 1.8410276177898997, 1.8410276177920128, 1.841027617793584, 1.8410276177947518, 1.8410276177956197, 1.8410276177962654, 1.8410276177967453, 1.8410276177971026, 1.8410276177973677, 1.841027617797565, 1.8410276177977114, 1.8410276177978204, 1.8410276177979017, 1.841027617797962, 1.841027617798007, 1.8410276177980403, 1.841027617798065, 1.8410276177980833, 1.841027617798097, 1.841027617798107, 1.8410276177981142, 1.84102761779812, 1.8410276177981244, 1.8410276177981277, 1.8410276177981302, 1.841027617798132, 1.841027617798133, 1.841027617798134, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135], "HFSC": [0.967293081691081, 0.9622467228417718, 0.9582845071413189, 0.9556035267896779, 0.9540184532755952, 0.9531543243763492, 0.9518621749125871, 0.944965001868825, 0.9157166004385001, 0.8358818643043114, 0.6990503353461456, 0.5541882250198574, 0.46151076190201595, 0.43567845508582415, 0.4584637955532505, 0.5076885558254675, 0.5674605203387366, 0.6283777361209298, 0.6854192118390395, 0.7361750177880493, 0.7797830809206325, 0.816294902406149, 0.846267794911032, 0.8704972846278676, 0.889847599161381, 0.9051463593289898, 0.9170519980662638, 0.9253638284119197, 0.9258046082215444, 0.9025309927270909, 0.827938018314568, 0.6954077884080823, 0.5532419037098689, 0.4617355445511459, 0.4362681044627859, 0.4591331367109422, 0.5083478524810898, 0.5680747774371631, 0.6289297322273795, 0.6859011557652551, 0.7365857424168003, 0.7801260779873833, 0.8165765481660924, 0.8464958693276059, 0.8706798837674095, 0.8899924340417413, 0.9052603782750177, 0.9171412631764017, 0.9254333810229882, 0.9258583314045427, 0.9025716441838145, 0.8279676368748935, 0.6954291721309007, 0.553255109863511, 0.46174378121310006, 0.43627396114010125, 0.45913771207675275, 0.5083513059506866, 0.5680775282896475, 0.6289320019460437, 0.6859030280591766, 0.7365872766556073, 0.7801273237242342, 0.816577550027115, 0.846496667884013, 0.8706805152465537, 0.8899929299974084, 0.9052607655374421, 0.9171415630200962, 0.9254336063928043, 0.9258585038154389, 0.9025718008237976, 0.8279678535631517, 0.6954293251762921, 0.5532552154990589, 0.46174384906028865, 0.4362740090671884, 0.459137748444525, 0.5083513353102886, 0.5680775549772197, 0.6289320569499537, 0.6859031032743813, 0.7365873536281388, 0.7801273941200425, 0.816577611102558, 0.8464967193250447, 0.8706805666080504, 0.889993291816723, 0.9052683747889545, 0.917257336470718, 0.9266090043530818, 0.9338669872866038, 0.9394769820438689, 0.9437985735961201, 0.9471183474938841, 0.9496625627603599, 0.9516085338739888, 0.9530944053877207, 0.954227297569587, 0.9550899566630014, 0.9557461002506569, 0.9562446646819552, 0.9566231513584418, 0.95691024493711, 0.9571278508290271, 0.9572926739207712, 0.9574174374993437, 0.9575118216332955, 0.9575831838150016, 0.9576371112421674, 0.9576778433205867, 0.9577085943863124, 0.9577317996592465, 0.9577493034998634, 0.9577625014625712, 0.957772448941881, 0.9577799437229645, 0.9577855885579044, 0.9577898399212695, 0.9577930396766972, 0.957795446982388, 0.9577972575470978, 0.9577986188977016, 0.9577996421990838, 0.9578004111861381, 0.9578009889101591, 0.9578014228320659, 0.9578017486658529, 0.9578019932777067, 0.9578021768719315, 0.957802314638488, 0.9578024179942881, 0.9578024955180829, 0.9578025536543373, 0.9578025972429991, 0.957802629918104, 0.9578026544075979, 0.9578026727587904, 0.9578026865093511, 0.9578026966928059, 0.9578027042010825, 0.9578027098805371, 0.9578027141760425, 0.9578027174244056, 0.9578027198805786, 0.9578027217375225, 0.9578027231412584, 0.9578027242022696, 0.9578027250041392, 0.9578027256100907, 0.9578027260679409, 0.95780272641385, 0.9578027266751586, 0.9578027268725375, 0.9578027270216122, 0.9578027271341925, 0.9578027272192045, 0.9578027272833926, 0.9578027273318531, 0.9578027273684366, 0.9578027273960513, 0.9578027274168944, 0.9578027274326247, 0.9578027274444958, 0.9578027274534533, 0.9578027274602121, 0.9578027274653115, 0.9578027274691582, 0.9578027274720599, 0.9578027274742489, 0.9578027274758998, 0.9578027274771449, 0.957802727478084, 0.957802727478792, 0.9578027274793259, 0.9578027274797285, 0.9578027274800319, 0.9578027274802606, 0.9578027274804332, 0.9578027274805633, 0.9578027274806614, 0.9578027274807354, 0.957802727480791, 0.957802727480833, 0.9578027274808645, 0.9578027274808882, 0.9578027274809063, 0.9578027274809199, 0.95780272748093, 0.9578027274809379, 0.9578027274809436, 0.9578027274809479, 0.957802727480951, 0.9578027274809535, 0.9578027274809555, 0.9578027274809569, 0.957802727480958, 0.9578027274809587, 0.9578027274809592, 0.9578027274809596, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602, 0.9578027274809602], "APO": [0.04535765261277512, 0.04672010477240772, 0.0465647130547919, 0.04583907787053333, 0.045017745885746946, 0.04476126333551354, 0.04865017435715859, 0.07235004782069814, 0.1546469188946894, 0.33625210266040034, 0.5888723969604734, 0.7802953169398243, 0.7829337025200681, 0.6260786206236113, 0.438584368149223, 0.29523631689344015, 0.20173065968602052, 0.14316016562329933, 0.10653064681997941, 0.08346430697327746, 0.06881459715153655, 0.05942359764127228, 0.053343473636222896, 0.049365527008980066, 0.04673663334849806, 0.045020127300950695, 0.04437886048529088, 0.048087197930911756, 0.0715441477994486, 0.1532897586212196, 0.3340088804036752, 0.5857653869403696, 0.7768876024841249, 0.779993143683138, 0.6239716856095461, 0.4372118945117138, 0.2943682947149325, 0.20118356382000935, 0.14281384438457195, 0.10630998526645748, 0.0833226581123122, 0.06872291203009817, 0.059363713167462515, 0.05330398051409993, 0.049339218783358466, 0.04671892763262495, 0.045008065499078403, 0.04437044856865369, 0.04808113298538394, 0.07153923808220515, 0.15328429560837648, 0.33400079516799763, 0.5857538562897723, 0.7768764221309946, 0.7799843479560971, 0.6239642415845074, 0.4372070279296172, 0.29436576948540527, 0.2011819790667334, 0.1428128355887454, 0.10630934077234859, 0.08332224337573214, 0.06872264296594051, 0.0593635370452948, 0.05330386412545925, 0.049339141102520044, 0.04671887526169271, 0.04500802982944627, 0.044370425797942765, 0.04808111923081758, 0.07153922582721381, 0.15328423665543212, 0.3340007062113265, 0.5857537570276761, 0.7768763213399758, 0.7799842620480298, 0.6239641836390539, 0.43720698765936566, 0.2943657446847819, 0.20118194008266926, 0.14281274360714316, 0.10630926819547527, 0.08332219713407059, 0.06872261387514458, 0.059363518573592094, 0.05330385077360495, 0.049339060956959446, 0.046716630142348364, 0.044962923437457177, 0.043777355702272085, 0.04296741565647044, 0.042408580688604744, 0.042019453142531395, 0.0417462391404282, 0.041552990163666856, 0.04141541721051439, 0.04131693363376984, 0.041246098245916345, 0.041194945755714155, 0.041157883976115514, 0.04113095745946878, 0.04111135024152091, 0.04109704634058828, 0.041086595620836004, 0.04107895079891942, 0.0410733530124028, 0.04106925087694906, 0.041066242856402674, 0.041064036000419565, 0.041062416260195536, 0.04106122704811844, 0.041060353700378055, 0.04105971219449103, 0.04105924090033127, 0.041058894607019926, 0.04105864013370688, 0.041058453118425084, 0.041058315669555444, 0.04105821460882278, 0.041058140329941775, 0.04105808573925195, 0.04105804561715998, 0.041058016128306014, 0.041057994454277665, 0.04105797852385613, 0.04105796681486237, 0.04105795820858002, 0.041057951882793216, 0.04105794723319047, 0.04105794381560802, 0.04105794130358496, 0.04105793945716958, 0.04105793809999373, 0.04105793710242328, 0.04105793636917406, 0.041057935830209655, 0.04105793543405117, 0.04105793514286007, 0.041057934928797196, 0.04105793477332642, 0.04105793466089882, 0.04105793457731207, 0.041057934515167656, 0.04105793446896502, 0.041057934434614654, 0.0410579344090761, 0.041057934390088896, 0.04105793437597243, 0.04105793436547723, 0.041057934357674346, 0.04105793435187311, 0.041057934347560054, 0.04105793434435341, 0.04105793434196936, 0.04105793434019688, 0.04105793433887909, 0.04105793433789935, 0.04105793433717095, 0.041057934336629395, 0.04105793433622676, 0.04105793433592742, 0.041057934335704864, 0.041057934335539406, 0.04105793433541639, 0.04105793433532493, 0.04105793433525693, 0.041057934335206374, 0.0410579343351688, 0.041057934335140864, 0.04105793433512009, 0.04105793433510464, 0.041057934335093145, 0.04105793433508461, 0.04105793433507827, 0.041057934335073536, 0.041057934335070025, 0.04105793433506742, 0.04105793433506548, 0.04105793433506404, 0.041057934335062975, 0.04105793433506218, 0.04105793433506158, 0.041057934335061136, 0.0410579343350608, 0.04105793433506057, 0.04105793433506038, 0.041057934335060234, 0.04105793433506013, 0.04105793433506005, 0.04105793433506, 0.04105793433505997, 0.04105793433505994, 0.04105793433505991, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599], "Hair": [1.6853182222234062, 1.6926119360059275, 1.708755478594455, 1.7279838879554819, 1.7471552434722162, 1.7645437237537414, 1.7779037832227267, 1.7779374035024966, 1.7332814105495906, 1.5869008000436913, 1.3129919843980757, 0.99067482491218, 0.7440070018130116, 0.622653650651447, 0.6062195944411994, 0.66098958110836, 0.7603856922304639, 0.8845600919787531, 1.0182857090558197, 1.1502357927258382, 1.2727665901469263, 1.3815206338011816, 1.4747534384389236, 1.552550899265757, 1.6161112814864242, 1.6671748834223137, 1.7074935695405853, 1.7373698223887195, 1.7495125151248947, 1.7142749397588781, 1.5757950845349575, 1.3082561017623353, 0.990028362279981, 0.7452190123164765, 0.6244752444938112, 0.6082031911487734, 0.6629927228678262, 0.762334657600413, 0.8863938718166745, 1.0199545939426848, 1.1517073866197811, 1.2740278647114651, 1.3825754303681963, 1.475617563458375, 1.5532469195963468, 1.6166642468440173, 1.6676093902163271, 1.7078321063865591, 1.7376317185600203, 1.7497131697795008, 1.7144255944223912, 1.575903792909081, 1.3083327384847714, 0.9900775470551564, 0.7452503836662948, 0.6244974793106367, 0.608220249362057, 0.6630063018708305, 0.7623458510579358, 0.8864032468617568, 1.019962425263062, 1.1517138592221088, 1.2740331417226276, 1.3825796728860462, 1.4756209305360586, 1.5532495620188325, 1.6166663011176146, 1.6676109749828798, 1.7078333193061546, 1.7376326305626528, 1.7497138570703468, 1.7144261438106037, 1.575904390017954, 1.3083331843989718, 0.9900778688026927, 0.745250605596063, 0.6244976411792761, 0.6082203762751079, 0.6630064071546905, 0.7623459459011797, 0.8864033737541134, 1.0199625910546213, 1.1517140412344884, 1.274033321198466, 1.3825798384938075, 1.4756210767326323, 1.5532497021684573, 1.6166669752985305, 1.6676244793028352, 1.7080411875857646, 1.739770694948111, 1.7644792536913214, 1.783597071501467, 1.7983134153043758, 1.8095950208896874, 1.8182147373475182, 1.8247827330425637, 1.8297761692868735, 1.8335654513180122, 1.8364364615651987, 1.8386088428264713, 1.840250729586839, 1.8414904464667525, 1.8424256966499024, 1.8431307193398379, 1.8436618296496616, 1.8440616850586167, 1.8443625580803515, 1.8445888385651963, 1.844758941952267, 1.844886761335887, 1.844982770388287, 1.8450548590755713, 1.845108969457933, 1.8451495726529066, 1.8451800314121207, 1.8452028739406878, 1.8452200002170769, 1.845232841570589, 1.8452424644523298, 1.845249673274096, 1.8452550725012575, 1.8452591155727853, 1.845262142540292, 1.8452644083544811, 1.845266104114683, 1.8452673730262734, 1.8452683223798978, 1.8452690325413974, 1.8452695636963743, 1.845269960908773, 1.8452702579139264, 1.845270479961954, 1.8452706459487616, 1.8452707700127668, 1.8452708627310423, 1.8452709320151877, 1.8452709837821768, 1.8452710224609439, 1.8452710510238222, 1.8452710720241263, 1.8452710878700695, 1.845271099825735, 1.845271108845463, 1.8452711156496784, 1.8452711207821721, 1.84527112465337, 1.8452711275730123, 1.8452711297748332, 1.8452711314351962, 1.8452711326871654, 1.8452711336311267, 1.8452711343428088, 1.8452711348793316, 1.8452711352837803, 1.8452711355886473, 1.8452711358184373, 1.8452711359916283, 1.8452711361221532, 1.8452711362205168, 1.84527113629464, 1.8452711363504932, 1.8452711363925773, 1.8452711364242853, 1.8452711364481735, 1.8452711364661696, 1.8452711364797267, 1.845271136489939, 1.8452711364976315, 1.8452711365034253, 1.845271136507789, 1.8452711365110754, 1.8452711365135506, 1.8452711365154144, 1.8452711365168184, 1.8452711365178749, 1.8452711365186707, 1.84527113651927, 1.8452711365197212, 1.8452711365200607, 1.8452711365203165, 1.8452711365205086, 1.8452711365206538, 1.8452711365207628, 1.845271136520845, 1.8452711365209071, 1.8452711365209535, 1.8452711365209886, 1.845271136521015, 1.8452711365210348, 1.84527113652105, 1.8452711365210608, 1.845271136521069, 1.8452711365210752, 1.84527113652108, 1.845271136521084, 1.8452711365210868, 1.8452711365210888, 1.84527113652109, 1.845271136521091, 1.8452711365210919, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093, 1.845271136521093], "HairDensity": [100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 94.16030629219242, 77.90765963865697, 58.78265670237653, 44.146380903154196, 36.945761485329015, 35.970630735922754, 39.220461298776556, 45.11822646926006, 52.4862355556668, 60.420975435275125, 68.25036230892675, 75.5208466486401, 81.97387387045335, 87.50593324110096, 92.12212143636043, 95.89353869053414, 98.92344730141491, 100.0, 100.0, 100.0, 100.0, 93.50133783375598, 77.62665142470124, 58.74429821175592, 44.2182967281588, 37.053847532126824, 36.08832938069009, 39.33931966825549, 45.233870229841834, 52.595044670393044, 60.52000034729817, 68.33768076751444, 75.59568560474389, 82.03646125324585, 87.55720694170283, 92.16342048133671, 95.92634942920067, 98.94922918570737, 100.0, 100.0, 100.0, 100.0, 93.50778815113165, 77.6311987393523, 58.747216638348995, 44.22015817778919, 37.05516685666341, 36.089341546408036, 39.340125391639084, 45.23453440455823, 52.59560094783422, 60.52046502632874, 68.33806482568473, 75.5959987213466, 82.03671298717917, 87.55740673054028, 92.16357727205144, 95.9264713215276, 98.949323219376, 100.0, 100.0, 100.0, 100.0, 93.50782358116886, 77.63122519810618, 58.747235729552784, 44.220171346208375, 37.055176461296966, 36.08934907691766, 39.340131638759566, 45.23454003217458, 52.59560847711593, 60.52047486373258, 68.33807562556674, 75.59600937072048, 82.03672281367717, 87.55741540525653, 92.16358558796607, 95.92651132470962, 98.95012451136806, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0]}, "proteins": {"AR/DHT (AR)": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], "DKK1": [0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065], "β-catenin (CTNNB1)": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP4": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "IGF1": [0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991], "VEGFA (DP)": [1.3730090410250906, 1.5072131846478098, 1.6014851099584868, 1.668246863041839, 1.7158656682142523, 1.7498883893431947, 1.7728804703158134, 1.779946583196524, 1.7473391995077252, 1.6317804584949613, 1.4197958087737548, 1.1842133516008084, 1.0274925257194139, 0.9855048184498171, 1.031712538596597, 1.1252638414361151, 1.235235005651976, 1.3437035861218474, 1.441856904725512, 1.526183722236977, 1.5961074841251868, 1.6526000152920512, 1.6973469492324398, 1.7322499935226108, 1.759147791679289, 1.779668733620323, 1.7950502493704685, 1.8050731755747356, 1.8030132866852553, 1.7638988926438912, 1.643626415585074, 1.4281649172979445, 1.190029066042568, 1.0315490403081675, 0.9884579706829265, 1.0339907600075195, 1.127094387200041, 1.2367292584967837, 1.3449222901695563, 1.4428419532442005, 1.5269703476328471, 1.596727867540243, 1.653083648397523, 1.6977201427027535, 1.7325354626187415, 1.7593645636353363, 1.779832360493606, 1.7951732527183064, 1.8051653441985702, 1.8030819471368218, 1.7639494818177937, 1.6436632866666303, 1.4281930429477507, 1.190047986004429, 1.0315617646979967, 0.9884677144441126, 1.0339987173133751, 1.1271003742755414, 1.2367339344495751, 1.3449260549949977, 1.442844969348569, 1.5269727414040457, 1.5967297472303421, 1.6530851091702388, 1.6977212673236006, 1.7325363214214657, 1.759365214938334, 1.7798328515929822, 1.7951736196018984, 1.8051656081954277, 1.8030821426851154, 1.7639496700333084, 1.6436635741700107, 1.4281932551488608, 1.1900481446270872, 1.0315618756205662, 0.9884677969537334, 1.0339987815151526, 1.1271004259871467, 1.2367339815032887, 1.344926150149478, 1.442845097166356, 1.526972868525735, 1.5967298596751047, 1.6530852034500223, 1.6977213440717662, 1.7325363972892478, 1.759365796200381, 1.7798451488956704, 1.795359599826822, 1.8070422492999691, 1.8157973274423387, 1.8223333271393491, 1.82719774778928, 1.830809213463712, 1.8334851865262383, 1.8354648707082812, 1.8369275945875394, 1.8380072615526117, 1.8388035412368462, 1.839390435763366, 1.839822779583033, 1.8401411393999072, 1.840375488403904, 1.840547950141203, 1.8406748409971299, 1.8407681867045709, 1.8408368460495368, 1.8408873421796932, 1.8409244768140414, 1.8409517835879603, 1.840971862393463, 1.840986625612491, 1.8409974802275166, 1.8410054608822095, 1.841011328381661, 1.8410156421814805, 1.8410188136533634, 1.8410211460940862, 1.8410228607624133, 1.8410241211443938, 1.841025047594023, 1.8410257285820968, 1.8410262291415476, 1.841026597076128, 1.8410268675246304, 1.8410270663161197, 1.8410272124363627, 1.8410273198408678, 1.8410273987876127, 1.8410274568166884, 1.8410274994704006, 1.8410275308225865, 1.8410275538676903, 1.8410275708067534, 1.8410275832576328, 1.8410275924095176, 1.8410275991365117, 1.8410276040817286, 1.8410276076733754, 1.8410276102706535, 1.841027612201659, 1.8410276136373087, 1.8410276147046751, 1.8410276154982326, 1.8410276160882209, 1.8410276165268615, 1.8410276168529784, 1.8410276170954374, 1.8410276172756992, 1.8410276174097187, 1.8410276175093583, 1.841027617583438, 1.8410276176385139, 1.8410276176794615, 1.8410276177099048, 1.8410276177325389, 1.8410276177493667, 1.8410276177618774, 1.8410276177711788, 1.8410276177780942, 1.8410276177832356, 1.8410276177870581, 1.8410276177898997, 1.8410276177920128, 1.841027617793584, 1.8410276177947518, 1.8410276177956197, 1.8410276177962654, 1.8410276177967453, 1.8410276177971026, 1.8410276177973677, 1.841027617797565, 1.8410276177977114, 1.8410276177978204, 1.8410276177979017, 1.841027617797962, 1.841027617798007, 1.8410276177980403, 1.841027617798065, 1.8410276177980833, 1.841027617798097, 1.841027617798107, 1.8410276177981142, 1.84102761779812, 1.8410276177981244, 1.8410276177981277, 1.8410276177981302, 1.841027617798132, 1.841027617798133, 1.841027617798134, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135, 1.841027617798135], "JAK-STAT (STAT1)": [0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06], "p53/apoptosis (TP53)": [0.04535765261277512, 0.04672010477240772, 0.0465647130547919, 0.04583907787053333, 0.045017745885746946, 0.04476126333551354, 0.04865017435715859, 0.07235004782069814, 0.1546469188946894, 0.33625210266040034, 0.5888723969604734, 0.7802953169398243, 0.7829337025200681, 0.6260786206236113, 0.438584368149223, 0.29523631689344015, 0.20173065968602052, 0.14316016562329933, 0.10653064681997941, 0.08346430697327746, 0.06881459715153655, 0.05942359764127228, 0.053343473636222896, 0.049365527008980066, 0.04673663334849806, 0.045020127300950695, 0.04437886048529088, 0.048087197930911756, 0.0715441477994486, 0.1532897586212196, 0.3340088804036752, 0.5857653869403696, 0.7768876024841249, 0.779993143683138, 0.6239716856095461, 0.4372118945117138, 0.2943682947149325, 0.20118356382000935, 0.14281384438457195, 0.10630998526645748, 0.0833226581123122, 0.06872291203009817, 0.059363713167462515, 0.05330398051409993, 0.049339218783358466, 0.04671892763262495, 0.045008065499078403, 0.04437044856865369, 0.04808113298538394, 0.07153923808220515, 0.15328429560837648, 0.33400079516799763, 0.5857538562897723, 0.7768764221309946, 0.7799843479560971, 0.6239642415845074, 0.4372070279296172, 0.29436576948540527, 0.2011819790667334, 0.1428128355887454, 0.10630934077234859, 0.08332224337573214, 0.06872264296594051, 0.0593635370452948, 0.05330386412545925, 0.049339141102520044, 0.04671887526169271, 0.04500802982944627, 0.044370425797942765, 0.04808111923081758, 0.07153922582721381, 0.15328423665543212, 0.3340007062113265, 0.5857537570276761, 0.7768763213399758, 0.7799842620480298, 0.6239641836390539, 0.43720698765936566, 0.2943657446847819, 0.20118194008266926, 0.14281274360714316, 0.10630926819547527, 0.08332219713407059, 0.06872261387514458, 0.059363518573592094, 0.05330385077360495, 0.049339060956959446, 0.046716630142348364, 0.044962923437457177, 0.043777355702272085, 0.04296741565647044, 0.042408580688604744, 0.042019453142531395, 0.0417462391404282, 0.041552990163666856, 0.04141541721051439, 0.04131693363376984, 0.041246098245916345, 0.041194945755714155, 0.041157883976115514, 0.04113095745946878, 0.04111135024152091, 0.04109704634058828, 0.041086595620836004, 0.04107895079891942, 0.0410733530124028, 0.04106925087694906, 0.041066242856402674, 0.041064036000419565, 0.041062416260195536, 0.04106122704811844, 0.041060353700378055, 0.04105971219449103, 0.04105924090033127, 0.041058894607019926, 0.04105864013370688, 0.041058453118425084, 0.041058315669555444, 0.04105821460882278, 0.041058140329941775, 0.04105808573925195, 0.04105804561715998, 0.041058016128306014, 0.041057994454277665, 0.04105797852385613, 0.04105796681486237, 0.04105795820858002, 0.041057951882793216, 0.04105794723319047, 0.04105794381560802, 0.04105794130358496, 0.04105793945716958, 0.04105793809999373, 0.04105793710242328, 0.04105793636917406, 0.041057935830209655, 0.04105793543405117, 0.04105793514286007, 0.041057934928797196, 0.04105793477332642, 0.04105793466089882, 0.04105793457731207, 0.041057934515167656, 0.04105793446896502, 0.041057934434614654, 0.0410579344090761, 0.041057934390088896, 0.04105793437597243, 0.04105793436547723, 0.041057934357674346, 0.04105793435187311, 0.041057934347560054, 0.04105793434435341, 0.04105793434196936, 0.04105793434019688, 0.04105793433887909, 0.04105793433789935, 0.04105793433717095, 0.041057934336629395, 0.04105793433622676, 0.04105793433592742, 0.041057934335704864, 0.041057934335539406, 0.04105793433541639, 0.04105793433532493, 0.04105793433525693, 0.041057934335206374, 0.0410579343351688, 0.041057934335140864, 0.04105793433512009, 0.04105793433510464, 0.041057934335093145, 0.04105793433508461, 0.04105793433507827, 0.041057934335073536, 0.041057934335070025, 0.04105793433506742, 0.04105793433506548, 0.04105793433506404, 0.041057934335062975, 0.04105793433506218, 0.04105793433506158, 0.041057934335061136, 0.0410579343350608, 0.04105793433506057, 0.04105793433506038, 0.041057934335060234, 0.04105793433506013, 0.04105793433506005, 0.04105793433506, 0.04105793433505997, 0.04105793433505994, 0.04105793433505991, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599, 0.0410579343350599]}}, {"id": "Chemotherapy-induced Alopecia|CDK46_inhibitor+scalp_cooling", "disease": "Chemotherapy-induced Alopecia", "interventions": ["CDK46_inhibitor", "scalp_cooling"], "intervention_labels": ["CDK4/6 억제제 (모기질 보호)", "두피 냉각"], "tracked_genes": ["CDK4", "CDK6", "TP53"], "metrics": {"final_hair_density_pct": 97.5, "min_hair_density_pct": 66.3, "anagen_fraction": 0.95, "healthy_ss": 1.6853, "AND_load": 0.1, "INF_load": 0.06}, "drive": {"AND": 0.1, "INF": 0.06, "chemo_amp": 1.7, "uWnt": 0.0, "uDP": 0.0, "chemo_protect": 0.7}, "t": [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0, 101.0, 102.0, 103.0, 104.0, 105.0, 106.0, 107.0, 108.0, 109.0, 110.0, 111.0, 112.0, 113.0, 114.0, 115.0, 116.0, 117.0, 118.0, 119.0, 120.0, 121.0, 122.0, 123.0, 124.0, 125.0, 126.0, 127.0, 128.0, 129.0, 130.0, 131.0, 132.0, 133.0, 134.0, 135.0, 136.0, 137.0, 138.0, 139.0, 140.0, 141.0, 142.0, 143.0, 144.0, 145.0, 146.0, 147.0, 148.0, 149.0, 150.0, 151.0, 152.0, 153.0, 154.0, 155.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 162.0, 163.0, 164.0, 165.0, 166.0, 167.0, 168.0, 169.0, 170.0, 171.0, 172.0, 173.0, 174.0, 175.0, 176.0, 177.0, 178.0, 179.0, 180.0, 181.0, 182.0, 183.0, 184.0, 185.0, 186.0, 187.0, 188.0, 189.0, 190.0, 191.0, 192.0, 193.0, 194.0, 195.0, 196.0, 197.0, 198.0, 199.0, 200.0, 201.0, 202.0, 203.0, 204.0, 205.0, 206.0, 207.0, 208.0, 209.0, 210.0, 211.0, 212.0, 213.0, 214.0, 215.0, 216.0, 217.0, 218.0, 219.0, 220.0, 221.0, 222.0, 223.0, 224.0, 225.0, 226.0, 227.0, 228.0, 229.0, 230.0, 231.0, 232.0, 233.0, 234.0, 235.0, 236.0, 237.0, 238.0, 239.0, 240.0], "states": {"Wnt": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "DP": [1.3730090410250908, 1.3670986628818784, 1.3619676570658157, 1.3577421826698903, 1.3543712140753237, 1.3516965357537454, 1.3492128953971807, 1.3446975456861645, 1.33091969992785, 1.2948021228485747, 1.2295038937711533, 1.151757095056057, 1.0933356407830601, 1.0725114150231598, 1.0848856493374694, 1.116019361307646, 1.1534560082709346, 1.18996798217294, 1.2222866996006008, 1.2493752426413145, 1.2713082305849213, 1.2886517589615503, 1.302135465560644, 1.312487655095713, 1.3203605593168088, 1.3263016936137506, 1.3307170611785446, 1.3335896341583788, 1.3331008885728073, 1.322346830288836, 1.2885038785697431, 1.2249110057778447, 1.1484209109302463, 1.0908988531952313, 1.0707055236537097, 1.0835262948089226, 1.1149857503865952, 1.1526671039176288, 1.1893662110638157, 1.2218290262121245, 1.2490285272854986, 1.2710466585920457, 1.2884551987193784, 1.301988283382128, 1.3123777884589285, 1.3202787638743345, 1.3262409325750366, 1.3306720004883104, 1.3335562561000247, 1.3330762196973216, 1.3223287238907593, 1.2884904353023254, 1.2249009184920931, 1.1484138730673092, 1.0908937260094118, 1.0707017339326443, 1.083523450913732, 1.114983592689381, 1.152665477802981, 1.1893649851556816, 1.2218280969015047, 1.249027824832386, 1.2710461295542084, 1.288454801696002, 1.3019879864692034, 1.3123775666650574, 1.320278599066774, 1.326240810327527, 1.3306719187714113, 1.3335562170433093, 1.3330761951391608, 1.3223286371552887, 1.2884905455863855, 1.22490130018568, 1.1484138694043906, 1.0908937138651331, 1.0707017166471318, 1.0835234298998342, 1.114983572320495, 1.1526654416794526, 1.189364943199969, 1.2218280619696251, 1.249027796820833, 1.2710461075101194, 1.2884547846051335, 1.3019879733755653, 1.3123775612237638, 1.3202787390113802, 1.3262441803002305, 1.3307229957821534, 1.3340710407994563, 1.3365652794299705, 1.3384184725377493, 1.3397924711530924, 1.3408094867976144, 1.3415612760660602, 1.3421164272734727, 1.3425260342711793, 1.3428280564762116, 1.3430506357916543, 1.343214601072547, 1.3433353483139319, 1.3434242459376111, 1.3434896815258421, 1.343537839397281, 1.3435732770242492, 1.3435993516261677, 1.3436185354715637, 1.3436326486839336, 1.3436430309967589, 1.3436506683620304, 1.343656286277184, 1.34366041869335, 1.3436634583483524, 1.3436656941729983, 1.3436673387181848, 1.3436685484878061, 1.3436694385431065, 1.343670093100579, 1.3436705744679918, 1.3436709284685335, 1.343671188801913, 1.3436713802516398, 1.343671521043916, 1.3436716245825109, 1.3436717007246715, 1.3436717567194743, 1.3436717978979187, 1.3436718281804307, 1.3436718504500949, 1.3436718668271301, 1.343671878870743, 1.3436718877275704, 1.3436718942408463, 1.3436718990306835, 1.3436719025531099, 1.3436719051437072, 1.3436719070290675, 1.3436719083903919, 1.3436719094029546, 1.3436719101561063, 1.3436719107163055, 1.3436719111329865, 1.3436719114429168, 1.343671911673445, 1.3436719118449136, 1.3436719119724534, 1.3436719120673182, 1.343671912137879, 1.3436719121903633, 1.343671912229401, 1.3436719122584373, 1.3436719122800354, 1.3436719122961, 1.343671912308049, 1.3436719123169365, 1.3436719123235472, 1.3436719123284644, 1.343671912332122, 1.3436719123348424, 1.3436719123368657, 1.3436719123383705, 1.34367191233949, 1.3436719123403225, 1.343671912340942, 1.3436719123414025, 1.3436719123417455, 1.3436719123420002, 1.3436719123421896, 1.3436719123423309, 1.3436719123424354, 1.3436719123425134, 1.3436719123425713, 1.3436719123426146, 1.3436719123426468, 1.3436719123426704, 1.3436719123426886, 1.3436719123427017, 1.3436719123427117, 1.3436719123427188, 1.3436719123427243, 1.3436719123427285, 1.3436719123427316, 1.3436719123427339, 1.3436719123427359, 1.3436719123427368, 1.3436719123427376, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388], "HFSC": [0.967293081691081, 0.9620992915162546, 0.9574180148981487, 0.9534261471253379, 0.9501326556804229, 0.9474383093909429, 0.9449326097278888, 0.9407168217687722, 0.9285549880522678, 0.8971331082918113, 0.8405876649762277, 0.7733570554046629, 0.7221513805755274, 0.7018434854362876, 0.7089352382749635, 0.7321454809201742, 0.7616668871643002, 0.7915968575888312, 0.8190320420483044, 0.8428198169300614, 0.862737173337627, 0.8790220671795294, 0.8921121216816941, 0.9025021026290043, 0.91067012683183, 0.9170413513169834, 0.9219459514886766, 0.9253709445235759, 0.9257735901887599, 0.9172389275134841, 0.8887196764229327, 0.8345034361604194, 0.7690597256085812, 0.7191216164574954, 0.69966207700416, 0.7073198936958643, 0.7309229159241787, 0.7607298342019719, 0.7908745193541358, 0.8184743472382522, 0.8423895287212203, 0.86240577589768, 0.8787674021038838, 0.8919168769394118, 0.9023527486428498, 0.9105561124525251, 0.9169544766499871, 0.9218798604385186, 0.9253207401955531, 0.9257355801394495, 0.9172104489700166, 0.8886985540747213, 0.8344880710496787, 0.7690492507325108, 0.7191143347308709, 0.6996569065755165, 0.7073161120708494, 0.7309200827348724, 0.7607276952738743, 0.790872892698473, 0.8184731010290812, 0.8423885732185872, 0.8624050439010047, 0.8787668421480002, 0.8919164493635908, 0.9023524223846205, 0.9105558643144565, 0.9169542881864734, 0.9218797250014563, 0.9253206561017333, 0.92573552071104, 0.9172103438439791, 0.888698623329791, 0.8344883858283767, 0.7690492378225553, 0.7191143237348564, 0.6996568916318592, 0.7073160942422281, 0.730920065275382, 0.7607276649933326, 0.790872857227166, 0.8184730704342591, 0.8423885478311142, 0.8624050232254108, 0.8787668255606645, 0.8919164362289703, 0.9023524158416224, 0.9105559798043348, 0.9169571213115966, 0.921922859876871, 0.9257572262959869, 0.928706898531851, 0.9309690425762287, 0.9326995028480588, 0.9340204200095604, 0.9350268916540434, 0.9357925763239183, 0.9363742893368773, 0.9368157060239504, 0.9371503070021078, 0.9374036979465789, 0.93759542313534, 0.937740375000579, 0.9378498846166035, 0.9379325621911814, 0.9379949428822643, 0.9380419817600226, 0.9380774323310884, 0.9381041354800367, 0.9381242396745192, 0.9381393685106163, 0.9381507480995007, 0.9381593040517948, 0.9381657343740416, 0.9381705652654139, 0.9381741931956676, 0.938176917030351, 0.9381789616269028, 0.9381804953036157, 0.9381816453633275, 0.9381825074922133, 0.9381831535836479, 0.938183637633653, 0.9381840001813678, 0.9381842716519861, 0.9381844748722561, 0.9381846269625059, 0.9381847407591184, 0.9381848258835437, 0.9381848895453686, 0.9381849371453743, 0.9381849727282306, 0.9381849993222044, 0.9381850191939904, 0.9381850340398145, 0.9381850451286988, 0.9381850534104694, 0.9381850595323293, 0.9381850640222145, 0.9381850674081346, 0.9381850699611601, 0.9381850718859002, 0.9381850733367715, 0.9381850744302922, 0.9381850752543693, 0.9381850758753136, 0.9381850763431377, 0.9381850766955566, 0.9381850769610068, 0.9381850771609267, 0.9381850773114763, 0.9381850774248345, 0.9381850775101795, 0.9381850775744273, 0.9381850776227878, 0.9381850776591856, 0.9381850776865774, 0.9381850777071896, 0.9381850777226983, 0.9381850777343664, 0.9381850777431437, 0.9381850777497462, 0.9381850777547122, 0.938185077758447, 0.9381850777612556, 0.9381850777633673, 0.9381850777649553, 0.9381850777661491, 0.9381850777670463, 0.9381850777677209, 0.9381850777682279, 0.9381850777686089, 0.9381850777688953, 0.9381850777691105, 0.9381850777692722, 0.9381850777693937, 0.938185077769485, 0.9381850777695536, 0.9381850777696052, 0.9381850777696439, 0.9381850777696731, 0.938185077769695, 0.9381850777697114, 0.9381850777697236, 0.9381850777697328, 0.9381850777697398, 0.9381850777697448, 0.9381850777697487, 0.9381850777697518, 0.9381850777697541, 0.9381850777697559, 0.9381850777697571, 0.9381850777697581, 0.9381850777697587, 0.9381850777697591, 0.9381850777697597, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598, 0.9381850777697598], "APO": [0.04535765261277512, 0.04748250318983745, 0.04882670605321664, 0.04968959598562963, 0.05026611797234296, 0.050837357667381934, 0.05275299594893328, 0.061807386738661395, 0.09215591894129319, 0.15710603554966687, 0.24133551553177227, 0.2959138154725996, 0.2871372644621395, 0.23371727141106366, 0.1750209764712931, 0.1309634941454874, 0.10224962077082296, 0.08418380360191906, 0.07279686413683219, 0.06554505023274669, 0.06087134602974714, 0.057821692558048414, 0.05580666032331313, 0.054458637251992806, 0.05354668855999942, 0.05293745053486097, 0.0527081340350052, 0.054087986455945834, 0.06281795545434646, 0.09304105495563544, 0.15801959664850374, 0.2423013095445212, 0.29682118417232867, 0.2878642073439054, 0.23423199405599954, 0.1753638761071754, 0.1311884458675205, 0.1023977131990125, 0.08428205918666701, 0.07286263831723379, 0.06558948752201095, 0.060901644598414566, 0.05784253724576273, 0.05582112470740093, 0.05446875575607379, 0.05355381908521213, 0.052942509410131136, 0.05271176712226794, 0.05409062532547831, 0.06281998715392573, 0.09304285604154224, 0.15802170040597222, 0.24230351209873546, 0.2968228670309213, 0.287865697051928, 0.2342330501112886, 0.17536458094322155, 0.1311889081163097, 0.10239799106501729, 0.0842822479931313, 0.07286276772007964, 0.0655895751853337, 0.06090170446278842, 0.05784257849418638, 0.055821153403593345, 0.05446877548304053, 0.053553833040978716, 0.052942519352530075, 0.052711756244115074, 0.054090617077192406, 0.06281998241024597, 0.09304286568477353, 0.15802149660151898, 0.24230333492388453, 0.2968230932298761, 0.28786573844912305, 0.23423307854567427, 0.1753645986632335, 0.1311889199106483, 0.10239802523004773, 0.0842822662239992, 0.07286277691892723, 0.06558958116193955, 0.060901708444161824, 0.05784258116221075, 0.055821154635412026, 0.054468750632454675, 0.05355301108841072, 0.05292586014458587, 0.05249181481596454, 0.05218854587869262, 0.05197485507830668, 0.05182317124953731, 0.05171481943097531, 0.05163700578277084, 0.05158087261695594, 0.051540228736228905, 0.05151071012889454, 0.05148921805327401, 0.0514735383078003, 0.05146208029960699, 0.05145369632022469, 0.05144755517631896, 0.05144305308020448, 0.05143975035263307, 0.05143732617848803, 0.05143554609522181, 0.051434238527545674, 0.05143327778946563, 0.051432571734352464, 0.05143205276189303, 0.05143167125345813, 0.05143139076286156, 0.05143118452476875, 0.05143103287271602, 0.05143092135329695, 0.05143083933252938, 0.051430778997129126, 0.05143073463108362, 0.05143070200699481, 0.05143067801683657, 0.051430660375422314, 0.0514306474024924, 0.051430637862540006, 0.0514306308470651, 0.05143062568801086, 0.05143062189412018, 0.05143061910414161, 0.05143061705242213, 0.051430615543607366, 0.05143061443403782, 0.051430613618068846, 0.05143061301801093, 0.051430612576732176, 0.05143061225221842, 0.05143061201357284, 0.05143061183805932, 0.051430611710325876, 0.051430611618096075, 0.05143061154949492, 0.05143061149846891, 0.05143061146051542, 0.05143061143228535, 0.051430611411287616, 0.05143061139566936, 0.05143061138405238, 0.0514306113754116, 0.05143061136898452, 0.051430611364204, 0.05143061136064822, 0.05143061135800341, 0.05143061135603618, 0.05143061135457294, 0.05143061135348457, 0.051430611352675036, 0.0514306113520729, 0.05143061135162502, 0.05143061135129189, 0.051430611351044105, 0.05143061135085979, 0.05143061135072271, 0.05143061135062075, 0.051430611350544914, 0.0514306113504885, 0.05143061135044654, 0.05143061135041533, 0.05143061135039211, 0.05143061135037484, 0.051430611350362, 0.05143061135035244, 0.051430611350345344, 0.05143061135034006, 0.05143061135033613, 0.05143061135033321, 0.05143061135033103, 0.05143061135032941, 0.051430611350328205, 0.0514306113503273, 0.05143061135032665, 0.051430611350326144, 0.05143061135032578, 0.05143061135032552, 0.05143061135032531, 0.051430611350325145, 0.05143061135032502, 0.05143061135032493, 0.05143061135032487, 0.051430611350324826, 0.0514306113503248, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477], "Hair": [1.6853182222234062, 1.6835607556019467, 1.6795858009728915, 1.6747341670953382, 1.6697741966557982, 1.665060435344781, 1.6602395666142182, 1.6522332648810265, 1.6300748380291252, 1.572649857329816, 1.4656643493549648, 1.3292915430150092, 1.210168337925898, 1.1411474803367716, 1.124776569023942, 1.146930993735187, 1.1917262139085025, 1.2470579544234965, 1.3048736045004496, 1.3602330852533537, 1.4104161993016733, 1.4542176769909223, 1.4914061060763795, 1.52232559006956, 1.5476184420482524, 1.5680404303044755, 1.5843001456192694, 1.5965753714714181, 1.6024085713474632, 1.591508114786094, 1.5433675110082994, 1.4439931595832511, 1.313539594955583, 1.1986710771746278, 1.1325531872170604, 1.1181774524485077, 1.1417739962730238, 1.187667837623072, 1.2438641822168233, 1.3023693445132005, 1.358279477076343, 1.4089003802787583, 1.4530475420403082, 1.4905069333630456, 1.5216373478116363, 1.5470933960673934, 1.5676409939490938, 1.5839969647119052, 1.5963457351454804, 1.6022352489636094, 1.5913785169925616, 1.5432721048951, 1.4439243963295842, 1.3134915999642078, 1.1986372389058826, 1.132528682246792, 1.1181591542448517, 1.1417600377689396, 1.187657099380113, 1.243855905214885, 1.3023629677489656, 1.3582745785929404, 1.4088966314875686, 1.4530446837323874, 1.4905047613106264, 1.5216357009414736, 1.5470921514747198, 1.56764005529843, 1.5839962708133113, 1.5963452477529847, 1.6022348957181318, 1.5913781471763497, 1.5432720444263877, 1.4439248778961022, 1.3134916757176736, 1.198637272522462, 1.1325286871744829, 1.118159140408017, 1.1417600143881212, 1.1876570525968138, 1.2438558411546872, 1.3023629028675323, 1.3582745186660918, 1.4088965784343999, 1.4530446382077828, 1.4905047232870714, 1.5216356763980528, 1.547092328753368, 1.56764473052908, 1.5840683716292836, 1.5970835830178154, 1.6073270294752544, 1.6153429072593726, 1.6215853923730827, 1.6264268547111849, 1.6301684613375973, 1.6330511981967495, 1.6352662465010637, 1.6369642162635254, 1.6382630684325856, 1.6392547422846222, 1.6400105984390536, 1.6405858272071066, 1.6410229803148182, 1.6413547758413924, 1.6416063102194707, 1.6417967924329588, 1.6419408969257303, 1.6420498146233513, 1.642132066476022, 1.6421941310449857, 1.6422409275624068, 1.6422761877986998, 1.6423027382403568, 1.6423227180083164, 1.6423377444826421, 1.6423490406812133, 1.6423575293296102, 1.6423639028343375, 1.6423686860161977, 1.6423722741170295, 1.6423749646063328, 1.642376981234379, 1.6423784922070723, 1.642379623907562, 1.6423804712476076, 1.6423811054707387, 1.642381580030461, 1.6423819350155004, 1.6423822004792068, 1.6423823989430464, 1.6423825472780493, 1.6423826581180474, 1.6423827409207121, 1.642382802763792, 1.6423828489423904, 1.6423828834194532, 1.6423829088953423, 1.6423829275723378, 1.6423829416517537, 1.6423829522636426, 1.6423829602607591, 1.6423829662864784, 1.6423829708261146, 1.6423829742456875, 1.6423829768211957, 1.6423829787607245, 1.6423829802211292, 1.6423829813206299, 1.6423829821483142, 1.642382982771306, 1.6423829832401724, 1.6423829835930042, 1.6423829838584876, 1.6423829840582265, 1.6423829842084852, 1.6423829843215096, 1.6423829844065188, 1.6423829844704505, 1.6423829845185258, 1.6423829845546738, 1.6423829845818518, 1.6423829846022837, 1.6423829846176425, 1.6423829846291866, 1.6423829846378635, 1.6423829846443845, 1.6423829846492848, 1.6423829846529667, 1.6423829846557332, 1.6423829846578115, 1.642382984659373, 1.6423829846605458, 1.6423829846614266, 1.6423829846620883, 1.6423829846625853, 1.6423829846629587, 1.6423829846632387, 1.6423829846634492, 1.6423829846636075, 1.6423829846637257, 1.6423829846638147, 1.6423829846638816, 1.6423829846639317, 1.6423829846639695, 1.6423829846639981, 1.6423829846640192, 1.6423829846640352, 1.642382984664047, 1.6423829846640556, 1.6423829846640625, 1.6423829846640678, 1.6423829846640716, 1.6423829846640745, 1.6423829846640765, 1.642382984664078, 1.642382984664079, 1.6423829846640798, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805, 1.6423829846640805], "HairDensity": [100.0, 99.8957190043824, 99.65986119565288, 99.37198476889992, 99.07768008660696, 98.7979844630233, 98.51193351626483, 98.03687179631089, 96.72207993328409, 93.31471271075742, 86.96662327790793, 78.87480984222088, 71.8065183161283, 67.71109843168246, 66.73971444633447, 68.05426883844312, 70.7122369054007, 73.99539968055873, 77.42594765153352, 80.7107564207563, 83.68842042430062, 86.28742381200878, 88.49403551269964, 90.32867324375017, 91.82944927792396, 93.04120786374645, 94.00599392612833, 94.73435642113266, 95.08047502349069, 94.43368580483569, 91.57721613976058, 85.68074210211886, 77.94015264503916, 71.12431713894634, 67.20114766948322, 66.34814942980435, 67.74827336564987, 70.47142919134915, 73.80589409256007, 77.27735494338933, 80.5948371746905, 83.59847782456328, 86.21799271376369, 88.44068222300771, 90.2878357182996, 91.79829516269898, 93.01750691812593, 93.98800439137067, 94.72073072582421, 95.07019077084522, 94.42599599339098, 91.57155512500732, 85.67666196741432, 77.93730481542796, 71.12230931227604, 67.19969364317853, 66.34706368804859, 67.74744512419967, 70.47079202723276, 73.80540296857949, 77.27697657186573, 80.59454651840151, 83.59825538638275, 86.2178231132762, 88.44055334215953, 90.28773799965269, 91.79822131357913, 93.01745122237355, 93.98796321822101, 94.72070180591525, 95.07016981068037, 94.42597404998546, 91.57155153703732, 85.67669054163322, 77.93730931033373, 71.12231130694856, 67.19969393556788, 66.34706286702651, 67.74744373687602, 70.47078925130008, 73.80539916750519, 77.27697272206261, 80.59454296258352, 83.59825223842124, 86.2178204120294, 88.44055108599483, 90.28773654334489, 91.79823183258058, 93.01772863174278, 93.99224139043926, 94.76451164877429, 95.3723165322891, 95.84794645656198, 96.21835039757406, 96.50562328611583, 96.72763516358052, 96.89868516595627, 97.03011721689509, 97.13086790837113, 97.20793656827956, 97.26677850323047, 97.31162796515787, 97.34575972499216, 97.37169863088822, 97.39138604197765, 97.40631107956175, 97.41761352743042, 97.42616410801938, 97.43262684580887, 97.43750733968747, 97.44119000140354, 97.44396671839408, 97.44605891889533, 97.4476343152393, 97.44881983425263, 97.44971144475845, 97.45038171571511, 97.45088539794467, 97.45126357606222, 97.45154739082177, 97.45176029428323, 97.45191993708943, 97.45203959568089, 97.45212925071893, 97.45219640127095, 97.45224667901877, 97.45228431126665, 97.4523124697305, 97.45233353311396, 97.45234928466182, 97.45236106070725, 97.45236986230928, 97.45237643910865, 97.45238135228549, 97.45238502180493, 97.4523877618571, 97.45238980758724, 97.45239131922396, 97.4523924274417, 97.45239326285757, 97.45239389252436, 97.45239436704105, 97.45239472458299, 97.45239499394673, 97.4523951968504, 97.4523953496707, 97.45239546475453, 97.45239555140908, 97.45239561664903, 97.45239566576048, 97.45239570272629, 97.45239573054695, 97.45239575148256, 97.45239576723529, 97.45239577908698, 97.45239578800272, 97.45239579470915, 97.45239579975325, 97.4523958035467, 97.4523958063993, 97.45239580854417, 97.4523958101568, 97.45239581136916, 97.45239581228049, 97.45239581296546, 97.45239581348031, 97.45239581386724, 97.452395814158, 97.45239581437647, 97.45239581454062, 97.45239581466394, 97.4523958147566, 97.45239581482618, 97.45239581487844, 97.45239581491772, 97.4523958149472, 97.45239581496936, 97.45239581498598, 97.45239581499847, 97.45239581500786, 97.45239581501485, 97.45239581502015, 97.45239581502412, 97.45239581502709, 97.45239581502933, 97.45239581503104, 97.45239581503228, 97.45239581503324, 97.45239581503394, 97.45239581503444, 97.45239581503486, 97.45239581503516, 97.4523958150354, 97.45239581503557, 97.45239581503569, 97.45239581503577, 97.45239581503583, 97.45239581503589, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593, 97.45239581503593]}, "proteins": {"AR/DHT (AR)": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], "DKK1": [0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065, 0.065], "β-catenin (CTNNB1)": [1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162, 1.195525502499162], "BMP4": [0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816, 0.12536448527548816], "SHH": [0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859, 0.7736219254794859], "IGF1": [0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991, 0.9478672985781991], "VEGFA (DP)": [1.3730090410250908, 1.3670986628818784, 1.3619676570658157, 1.3577421826698903, 1.3543712140753237, 1.3516965357537454, 1.3492128953971807, 1.3446975456861645, 1.33091969992785, 1.2948021228485747, 1.2295038937711533, 1.151757095056057, 1.0933356407830601, 1.0725114150231598, 1.0848856493374694, 1.116019361307646, 1.1534560082709346, 1.18996798217294, 1.2222866996006008, 1.2493752426413145, 1.2713082305849213, 1.2886517589615503, 1.302135465560644, 1.312487655095713, 1.3203605593168088, 1.3263016936137506, 1.3307170611785446, 1.3335896341583788, 1.3331008885728073, 1.322346830288836, 1.2885038785697431, 1.2249110057778447, 1.1484209109302463, 1.0908988531952313, 1.0707055236537097, 1.0835262948089226, 1.1149857503865952, 1.1526671039176288, 1.1893662110638157, 1.2218290262121245, 1.2490285272854986, 1.2710466585920457, 1.2884551987193784, 1.301988283382128, 1.3123777884589285, 1.3202787638743345, 1.3262409325750366, 1.3306720004883104, 1.3335562561000247, 1.3330762196973216, 1.3223287238907593, 1.2884904353023254, 1.2249009184920931, 1.1484138730673092, 1.0908937260094118, 1.0707017339326443, 1.083523450913732, 1.114983592689381, 1.152665477802981, 1.1893649851556816, 1.2218280969015047, 1.249027824832386, 1.2710461295542084, 1.288454801696002, 1.3019879864692034, 1.3123775666650574, 1.320278599066774, 1.326240810327527, 1.3306719187714113, 1.3335562170433093, 1.3330761951391608, 1.3223286371552887, 1.2884905455863855, 1.22490130018568, 1.1484138694043906, 1.0908937138651331, 1.0707017166471318, 1.0835234298998342, 1.114983572320495, 1.1526654416794526, 1.189364943199969, 1.2218280619696251, 1.249027796820833, 1.2710461075101194, 1.2884547846051335, 1.3019879733755653, 1.3123775612237638, 1.3202787390113802, 1.3262441803002305, 1.3307229957821534, 1.3340710407994563, 1.3365652794299705, 1.3384184725377493, 1.3397924711530924, 1.3408094867976144, 1.3415612760660602, 1.3421164272734727, 1.3425260342711793, 1.3428280564762116, 1.3430506357916543, 1.343214601072547, 1.3433353483139319, 1.3434242459376111, 1.3434896815258421, 1.343537839397281, 1.3435732770242492, 1.3435993516261677, 1.3436185354715637, 1.3436326486839336, 1.3436430309967589, 1.3436506683620304, 1.343656286277184, 1.34366041869335, 1.3436634583483524, 1.3436656941729983, 1.3436673387181848, 1.3436685484878061, 1.3436694385431065, 1.343670093100579, 1.3436705744679918, 1.3436709284685335, 1.343671188801913, 1.3436713802516398, 1.343671521043916, 1.3436716245825109, 1.3436717007246715, 1.3436717567194743, 1.3436717978979187, 1.3436718281804307, 1.3436718504500949, 1.3436718668271301, 1.343671878870743, 1.3436718877275704, 1.3436718942408463, 1.3436718990306835, 1.3436719025531099, 1.3436719051437072, 1.3436719070290675, 1.3436719083903919, 1.3436719094029546, 1.3436719101561063, 1.3436719107163055, 1.3436719111329865, 1.3436719114429168, 1.343671911673445, 1.3436719118449136, 1.3436719119724534, 1.3436719120673182, 1.343671912137879, 1.3436719121903633, 1.343671912229401, 1.3436719122584373, 1.3436719122800354, 1.3436719122961, 1.343671912308049, 1.3436719123169365, 1.3436719123235472, 1.3436719123284644, 1.343671912332122, 1.3436719123348424, 1.3436719123368657, 1.3436719123383705, 1.34367191233949, 1.3436719123403225, 1.343671912340942, 1.3436719123414025, 1.3436719123417455, 1.3436719123420002, 1.3436719123421896, 1.3436719123423309, 1.3436719123424354, 1.3436719123425134, 1.3436719123425713, 1.3436719123426146, 1.3436719123426468, 1.3436719123426704, 1.3436719123426886, 1.3436719123427017, 1.3436719123427117, 1.3436719123427188, 1.3436719123427243, 1.3436719123427285, 1.3436719123427316, 1.3436719123427339, 1.3436719123427359, 1.3436719123427368, 1.3436719123427376, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388, 1.3436719123427388], "JAK-STAT (STAT1)": [0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06], "p53/apoptosis (TP53)": [0.04535765261277512, 0.04748250318983745, 0.04882670605321664, 0.04968959598562963, 0.05026611797234296, 0.050837357667381934, 0.05275299594893328, 0.061807386738661395, 0.09215591894129319, 0.15710603554966687, 0.24133551553177227, 0.2959138154725996, 0.2871372644621395, 0.23371727141106366, 0.1750209764712931, 0.1309634941454874, 0.10224962077082296, 0.08418380360191906, 0.07279686413683219, 0.06554505023274669, 0.06087134602974714, 0.057821692558048414, 0.05580666032331313, 0.054458637251992806, 0.05354668855999942, 0.05293745053486097, 0.0527081340350052, 0.054087986455945834, 0.06281795545434646, 0.09304105495563544, 0.15801959664850374, 0.2423013095445212, 0.29682118417232867, 0.2878642073439054, 0.23423199405599954, 0.1753638761071754, 0.1311884458675205, 0.1023977131990125, 0.08428205918666701, 0.07286263831723379, 0.06558948752201095, 0.060901644598414566, 0.05784253724576273, 0.05582112470740093, 0.05446875575607379, 0.05355381908521213, 0.052942509410131136, 0.05271176712226794, 0.05409062532547831, 0.06281998715392573, 0.09304285604154224, 0.15802170040597222, 0.24230351209873546, 0.2968228670309213, 0.287865697051928, 0.2342330501112886, 0.17536458094322155, 0.1311889081163097, 0.10239799106501729, 0.0842822479931313, 0.07286276772007964, 0.0655895751853337, 0.06090170446278842, 0.05784257849418638, 0.055821153403593345, 0.05446877548304053, 0.053553833040978716, 0.052942519352530075, 0.052711756244115074, 0.054090617077192406, 0.06281998241024597, 0.09304286568477353, 0.15802149660151898, 0.24230333492388453, 0.2968230932298761, 0.28786573844912305, 0.23423307854567427, 0.1753645986632335, 0.1311889199106483, 0.10239802523004773, 0.0842822662239992, 0.07286277691892723, 0.06558958116193955, 0.060901708444161824, 0.05784258116221075, 0.055821154635412026, 0.054468750632454675, 0.05355301108841072, 0.05292586014458587, 0.05249181481596454, 0.05218854587869262, 0.05197485507830668, 0.05182317124953731, 0.05171481943097531, 0.05163700578277084, 0.05158087261695594, 0.051540228736228905, 0.05151071012889454, 0.05148921805327401, 0.0514735383078003, 0.05146208029960699, 0.05145369632022469, 0.05144755517631896, 0.05144305308020448, 0.05143975035263307, 0.05143732617848803, 0.05143554609522181, 0.051434238527545674, 0.05143327778946563, 0.051432571734352464, 0.05143205276189303, 0.05143167125345813, 0.05143139076286156, 0.05143118452476875, 0.05143103287271602, 0.05143092135329695, 0.05143083933252938, 0.051430778997129126, 0.05143073463108362, 0.05143070200699481, 0.05143067801683657, 0.051430660375422314, 0.0514306474024924, 0.051430637862540006, 0.0514306308470651, 0.05143062568801086, 0.05143062189412018, 0.05143061910414161, 0.05143061705242213, 0.051430615543607366, 0.05143061443403782, 0.051430613618068846, 0.05143061301801093, 0.051430612576732176, 0.05143061225221842, 0.05143061201357284, 0.05143061183805932, 0.051430611710325876, 0.051430611618096075, 0.05143061154949492, 0.05143061149846891, 0.05143061146051542, 0.05143061143228535, 0.051430611411287616, 0.05143061139566936, 0.05143061138405238, 0.0514306113754116, 0.05143061136898452, 0.051430611364204, 0.05143061136064822, 0.05143061135800341, 0.05143061135603618, 0.05143061135457294, 0.05143061135348457, 0.051430611352675036, 0.0514306113520729, 0.05143061135162502, 0.05143061135129189, 0.051430611351044105, 0.05143061135085979, 0.05143061135072271, 0.05143061135062075, 0.051430611350544914, 0.0514306113504885, 0.05143061135044654, 0.05143061135041533, 0.05143061135039211, 0.05143061135037484, 0.051430611350362, 0.05143061135035244, 0.051430611350345344, 0.05143061135034006, 0.05143061135033613, 0.05143061135033321, 0.05143061135033103, 0.05143061135032941, 0.051430611350328205, 0.0514306113503273, 0.05143061135032665, 0.051430611350326144, 0.05143061135032578, 0.05143061135032552, 0.05143061135032531, 0.051430611350325145, 0.05143061135032502, 0.05143061135032493, 0.05143061135032487, 0.051430611350324826, 0.0514306113503248, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477, 0.05143061135032477]}}]} \ No newline at end of file diff --git a/data/validation_report.json b/data/validation_report.json new file mode 100644 index 0000000..9c95cda --- /dev/null +++ b/data/validation_report.json @@ -0,0 +1 @@ +{"summary": {"twin_causal_accuracy": 0.895, "n_causal": 57, "bootstrap_ci95": [0.807, 0.965], "permutation_p": 0.0, "external_transcriptomic_accuracy": 0.577, "external_note": "bulk bald-vs-haired confounded by cell composition; established markers validate but overall inconclusive", "ground_truth_records": 344, "fixes_applied": ["BCL2 (2 independent sources: overexpression->hair loss)", "MSX2 (KO->cyclic alopecia, hair-required)"], "twin_correct_where_sources_err": ["IGF1 (agent mislabel + bulk confound; quote: IGF-1 rescues hair growth)"]}, "method": "3 independent sources: (A) 338 paper experimental outcomes [agent-extracted, quotes], (B) external human AGA transcriptomics GSE36169 [unused], (C) independent expression-only predictor. Bootstrap+permutation 10k.", "honest_caveats": ["twin covers 57/98 testable causal records (others: effect=? or no axis)", "residual mismatches are corpus conflicts(CXCL12), context/dual-role(EGFR,CD44), or agent errors(IGF1) — not systematic twin errors", "external bulk transcriptomic is confounded (composition); not a clean test"], "protein_modules": {"method": "독립 단백질 분석 모듈 (알파폴드 외): STRING PPI 네트워크 + STRING 기능 enrichment(GO/KEGG/Reactome) + 실험 PDB", "axes_ppi_significant": "8/8", "axes_label_matched": "8/8", "diseases_biology_matched": "3/3", "experimental_pdb": "171/210", "note": "트윈 8축 모두 STRING 에서 유의한 PPI 응집(p<0.05)+라벨 일치; 질환셋 기대생물학 일치; 81% 실험구조 보유"}} \ No newline at end of file diff --git a/data/validation_results.json b/data/validation_results.json new file mode 100644 index 0000000..33a0785 --- /dev/null +++ b/data/validation_results.json @@ -0,0 +1,554 @@ +{ + "summary": [ + { + "claim": "AA = INF axis", + "rows": [ + { + "design": "Bulk disease (GSE68801, n=122)", + "metric": "inflammation\u2191 / hair\u2193", + "p": 5.2e-13, + "strong": true + }, + { + "design": "Bulk treatment (GSE80342, ruxo 0-24wk)", + "metric": "infl\u2193 & hair\u2191 in responders", + "p": 0.0013, + "strong": true + }, + { + "design": "Drug-perturbation (GSE167360, 5 JAK-i)", + "metric": "INF signature \u2193", + "p": 0.0196, + "strong": true + }, + { + "design": "Single-cell (GSE212450+GSE316832)", + "metric": "non-replicating (capture bias)", + "p": null, + "strong": false + } + ] + }, + { + "claim": "AGA = DP Wnt suppression", + "rows": [ + { + "design": "Single-cell DP (GSE295410)", + "metric": "Lef1/Axin2\u2193 +Cxcl12\u2191, 4/4 + reversal", + "p": 4e-79, + "strong": true + }, + { + "design": "Drug-perturbation (GSE178374, DHT)", + "metric": "DKK1 \u2191", + "p": 0.0011, + "strong": true + }, + { + "design": "Bulk disease (GSE90594, n=28)", + "metric": "hair-keratin \u2193", + "p": 0.0041, + "strong": true + } + ] + }, + { + "claim": "Treatment timing", + "rows": [ + { + "design": "CT.gov trajectories (THRIVE-AA SALT)", + "metric": "JAK fit R\u00b2=0.94-0.99", + "p": null, + "strong": true + } + ] + }, + { + "claim": "Causal direction", + "rows": [ + { + "design": "340 perturbation\u2192outcome (199 papers)", + "metric": "89.5% concordant", + "p": 0.0001, + "strong": true + } + ] + } + ], + "molecular": [ + { + "t": "AA disease infl\u2191", + "dz": "AA", + "p": 1.7e-12 + }, + { + "t": "AA disease hair\u2193", + "dz": "AA", + "p": 5.2e-13 + }, + { + "t": "AA treat infl\u2193", + "dz": "AA", + "p": 0.0013 + }, + { + "t": "AA treat hair\u2191", + "dz": "AA", + "p": 0.0086 + }, + { + "t": "AA JAK-i INF\u2193", + "dz": "AA", + "p": 0.0196 + }, + { + "t": "AGA hair\u2193", + "dz": "AGA", + "p": 0.0041 + }, + { + "t": "AGA DHT\u2192DKK1\u2191", + "dz": "AGA", + "p": 0.0011 + }, + { + "t": "AGA DP Lef1\u2193(sc)", + "dz": "AGA", + "p": 4e-79 + } + ], + "aga_dp": { + "conds": [ + "Con", + "TP", + "TP+Ab" + ], + "genes": { + "Lef1": { + "Con": 2.025178909301758, + "TP": 1.4451135396957397, + "TP+Ab": 1.6020697355270386 + }, + "Axin2": { + "Con": 0.40885013341903687, + "TP": 0.1611478328704834, + "TP+Ab": 0.3054564595222473 + }, + "Cxcl12": { + "Con": 0.09247314929962158, + "TP": 0.2333015501499176, + "TP+Ab": 0.15628264844417572 + }, + "Dkk1": { + "Con": 0.00035145474248565733, + "TP": 0.0021963915787637234, + "TP+Ab": 0.0 + } + } + }, + "jak_drugs": { + "Vehicle": 1.263, + "JAK1i": -1.024, + "JAK2i": 1.272, + "JAK3i": -0.807, + "RUXO": -0.27, + "Tofa": -0.434 + }, + "aa_sc": { + "GSE212450": { + "AA": [ + 52.5, + 33.6, + 4.0, + 48.5 + ], + "control": [ + 10.2, + 8.6, + 9.5, + 20.3, + 7.0, + 2.6 + ] + }, + "GSE316832": { + "AA": [ + 3.6, + 2.9, + 3.0, + 1.9, + 5.7, + 1.0, + 17.2, + 0.9, + 7.0, + 1.6, + 0.4, + 4.3 + ], + "control": [ + 2.9, + 0.8, + 1.2, + 2.2, + 6.1, + 2.2, + 6.2, + 2.1, + 0.0, + 4.1, + 0.3 + ] + } + }, + "gwas": { + "AGA_cov": 0.25, + "AA_cov": 0.5625, + "AGA_in": [ + "AR", + "SRD5A2", + "WNT10A", + "FGF5" + ], + "AA_in": [ + "HLA-DQB1", + "CTLA4", + "IL2", + "IL21", + "ULBP3", + "IKZF4", + "IL13", + "CLEC16A", + "SH2B3" + ] + }, + "candidates": [ + { + "gene": "EDA2R", + "dz": "AGA", + "axis": "AND", + "plddt": 68.8, + "band": "Low (50\u201370)", + "edges_hi": 0, + "cohesion": "weak" + }, + { + "gene": "TWIST1", + "dz": "AGA", + "axis": "BMP", + "plddt": 66.3, + "band": "Low (50\u201370)", + "edges_hi": 1, + "cohesion": "COHERES" + }, + { + "gene": "TWIST2", + "dz": "AGA", + "axis": "BMP", + "plddt": 73.0, + "band": "Confident (70\u201390)", + "edges_hi": 0, + "cohesion": "weak" + }, + { + "gene": "RUNX2", + "dz": "AGA", + "axis": "BMP", + "plddt": 58.6, + "band": "Low (50\u201370)", + "edges_hi": 4, + "cohesion": "COHERES" + }, + { + "gene": "DKK2", + "dz": "AGA", + "axis": "Wnt", + "plddt": 70.5, + "band": "Confident (70\u201390)", + "edges_hi": 8, + "cohesion": "COHERES" + }, + { + "gene": "FZD10", + "dz": "AGA", + "axis": "Wnt", + "plddt": 80.6, + "band": "Confident (70\u201390)", + "edges_hi": 7, + "cohesion": "COHERES" + }, + { + "gene": "PAX1", + "dz": "AGA", + "axis": "DP", + "plddt": 54.6, + "band": "Low (50\u201370)", + "edges_hi": 0, + "cohesion": "isolated" + }, + { + "gene": "EBF1", + "dz": "AGA", + "axis": "DP", + "plddt": 70.8, + "band": "Confident (70\u201390)", + "edges_hi": 0, + "cohesion": "isolated" + }, + { + "gene": "IRF4", + "dz": "AGA", + "axis": "INF", + "plddt": 71.6, + "band": "Confident (70\u201390)", + "edges_hi": 7, + "cohesion": "COHERES" + }, + { + "gene": "RORA", + "dz": "AGA", + "axis": "HFSC", + "plddt": 75.3, + "band": "Confident (70\u201390)", + "edges_hi": 0, + "cohesion": "weak" + }, + { + "gene": "HDAC9", + "dz": "AGA", + "axis": "APO", + "plddt": 64.2, + "band": "Low (50\u201370)", + "edges_hi": 1, + "cohesion": "COHERES" + }, + { + "gene": "AUTS2", + "dz": "AGA", + "axis": "DP", + "plddt": 41.5, + "band": "Very low (<50)", + "edges_hi": 0, + "cohesion": "isolated" + }, + { + "gene": "ICOS", + "dz": "AA", + "axis": "INF", + "plddt": 74.0, + "band": "Confident (70\u201390)", + "edges_hi": 9, + "cohesion": "COHERES" + }, + { + "gene": "CD28", + "dz": "AA", + "axis": "INF", + "plddt": 81.3, + "band": "Confident (70\u201390)", + "edges_hi": 11, + "cohesion": "COHERES" + }, + { + "gene": "IL2RA", + "dz": "AA", + "axis": "INF", + "plddt": 72.5, + "band": "Confident (70\u201390)", + "edges_hi": 22, + "cohesion": "COHERES" + }, + { + "gene": "ULBP6", + "dz": "AA", + "axis": "INF", + "plddt": 82.1, + "band": "Confident (70\u201390)", + "edges_hi": 0, + "cohesion": "isolated" + }, + { + "gene": "ERBB3", + "dz": "AA", + "axis": "DP", + "plddt": 72.5, + "band": "Confident (70\u201390)", + "edges_hi": 9, + "cohesion": "COHERES" + }, + { + "gene": "PRDX5", + "dz": "AA", + "axis": "APO", + "plddt": 85.3, + "band": "Confident (70\u201390)", + "edges_hi": 2, + "cohesion": "COHERES" + }, + { + "gene": "STX17", + "dz": "AA", + "axis": "APO", + "plddt": 69.1, + "band": "Low (50\u201370)", + "edges_hi": 2, + "cohesion": "COHERES" + } + ], + "landscape": { + "headline": { + "gb": 28.2, + "files": 89, + "waves": 4, + "agents": 22, + "datasets_downloaded": 30 + }, + "by_modality": [ + { + "mod": "scRNA/scATAC", + "dl": 12, + "rec": 3 + }, + { + "mod": "\uacf5\uac04(spatial)", + "dl": 3, + "rec": 2 + }, + { + "mod": "\ubc8c\ud06c RNA", + "dl": 14, + "rec": 6 + }, + { + "mod": "GWAS/eQTL", + "dl": 3, + "rec": 2 + }, + { + "mod": "\uc57d\ubb3c\uc12d\ub3d9", + "dl": 3, + "rec": 2 + }, + { + "mod": "\ub2e8\ubc31\uccb4/\uc544\ud2c0\ub77c\uc2a4", + "dl": 1, + "rec": 5 + } + ], + "by_disease": [ + { + "d": "AA", + "n": 11 + }, + { + "d": "AGA", + "n": 8 + }, + { + "d": "\ubaa8\ub0ad\uc8fc\uae30/HFSC", + "n": 7 + }, + { + "d": "\ubc18\ud754/HS/\ud56d\uc554", + "n": 4 + }, + { + "d": "\uc815\uc0c1 \ub808\ud37c\ub7f0\uc2a4", + "n": 3 + } + ] + }, + "timing": { + "months": [ + 0, + 0.5, + 1, + 2, + 3, + 4, + 6, + 9, + 12, + 18, + 24, + 30, + 36 + ], + "curves": { + "\ud53c\ub098\uc2a4\ud14c\ub9ac\ub4dc": [ + -2, + -5, + -4, + 0, + 15, + 28, + 49, + 69, + 81, + 93, + 97, + 99, + 100 + ], + "\ub450\ud0c0\uc2a4\ud14c\ub9ac\ub4dc": [ + -2, + -5, + -4, + 0, + 18, + 33, + 55, + 75, + 86, + 96, + 99, + 100, + 100 + ], + "\ubbf8\ub179\uc2dc\ub51c": [ + -5, + -13, + -12, + 11, + 31, + 46, + 68, + 85, + 93, + 98, + 100, + 100, + 100 + ], + "JAK\uc5b5\uc81c\uc81c": [ + 0, + 0, + 0, + 22, + 39, + 53, + 71, + 86, + 94, + 99, + 100, + 100, + 100 + ] + } + }, + "benchmark": { + "labels": [ + "\uc815\uc0c1 anagen%", + "AGA \ubc00\ub3c4%(\uc815\uc0c1\ub300\ube44)" + ], + "Halloy": [ + 87, + 42.8 + ], + "\ud2b8\uc708": [ + 85, + 42.5 + ] + } +} \ No newline at end of file diff --git a/images/apoptosis_pathway.png b/images/apoptosis_pathway.png new file mode 100644 index 0000000..83a3fe3 Binary files /dev/null and b/images/apoptosis_pathway.png differ diff --git a/images/jak_stat_pathway.png b/images/jak_stat_pathway.png new file mode 100644 index 0000000..8f92265 Binary files /dev/null and b/images/jak_stat_pathway.png differ diff --git a/images/wnt_pathway.png b/images/wnt_pathway.png new file mode 100644 index 0000000..f2679fd Binary files /dev/null and b/images/wnt_pathway.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..00c98f5 --- /dev/null +++ b/index.html @@ -0,0 +1,576 @@ + + + + + + + Alopecia Protein Digital Twin (탈모 단백질 디지털 트윈) + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+

Alopecia Protein Digital Twin (탈모 단백질 디지털 트윈)

+

Literature-grounded protein tracking · AlphaFold structures · hair-cycle ODE twin

+
+
+
+
0 Proteins (단백질)
+
0 AlphaFold 구조
+
0 논문 전문 근거
+
Updated:
+
+
+ + + + +
+
+ +
+

모낭 디지털 트윈 (Hair-Follicle Twin)

+

질환을 고르고 치료 개입을 조합하면, 모낭 주기 ODE 모델이 핵심 단백질의 시간 궤적과 모발 밀도를 시뮬레이션합니다.

+ +
+ +
+
+
+ +
+
+ +
+ +
+ +
+

추적 표적 단백질 (Tracked targets)

+
+
+
+ + +
+
+

모발 밀도 추이 (Hair Density, % of healthy baseline)

+
Simulation Active
+
+
+ +
+

단백질 활성 궤적 (Protein activity over time)

+ +
+
+
+ + +
+

치료 시나리오 비교 (Compare)

+

현재 질환의 치료별 최종 모발 밀도.

+
+ +

라이브 What-if (실시간 슬라이더)

+

병태 부하를 직접 조절해 트윈을 실시간 재계산.

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+ + +
+
+
+
+ + + + +
+
0 proteins
+
+
+ +
+
+
+
+

단백질 선택 (Select a protein)

+

좌측 목록에서 단백질을 클릭하면 AlphaFold 3D 구조와 근거가 표시됩니다.

+
+
+ +
+
+
+ + +
+
+
+

지식그래프 (Knowledge Graph)

+
+ 단백질 + 경로 + 질환 + 트윈축 + 약물 +
+
+ + + +
+
+ + +
+
+ + +
+
+
+
+

모낭주기 정량 보정 (COPASI Parameter Estimation)

+

모낭 주기 ODE 모델의 파라미터를 transcriptomic 시계열에 COPASI(Levenberg-Marquardt)로 추정하여 정량 보정. scipy(TRF) 워밍업 + COPASI polish.

+
+
+ + +
+
+
+
+
+
+
+

추정 파라미터 (estimated by COPASI) 0

+
+
+
+

데이터 출처 / Provenance

+
+
+
+
+

🔗 Cycle↔Chronic 결합 (COMBINE) — 보정 주기에 질환 구동 변조

+

데이터 보정된 모낭주기 모델을 질환·치료로 변조 → anagen 비율이 disease-specific 주기 왜곡으로 창발.

+
+
+
+
+ + +
+
+
+

질환 분포 (Disease)

+
+
+
+

트윈 축별 단백질 (Proteins per twin axis)

+
+
+
+

연도별 논문 추이 (Publications by year)

+
+
+
+

경로별 단백질 (Top pathways)

+
+
+
+

치료 모달리티 (Modality)

+
+
+
+
+ + +
+
+

단백질 상호작용 네트워크 시간축

+

치료(기전)를 넣으면 어떤 단백질과 상호작용하는지, 그 효과가 개월별로 신호망을 타고 전파되는 것을 보여줍니다. 노드=단백질(밝기·크기=활성), 초록 화살=활성·빨강 막대=억제. 표적 그룹은 점선 링으로 강조. 기전 차이: 피나=상류 AR·DKK1 차단(DKK1 어두워짐) vs 미녹=하류 DP·모발 부양(DKK1은 그대로). ※ 활성=질환평형+회복·r(t)·(건강−질환), r(t)는 임상-보정 lag/τ.

+
+ + + + + + 0개월 +
+
+
+
+
+
모낭 단면 — 시간대별 변화
+ +
+
+
+
+
+
+ +
+
+ ⚠ 이미지 변형은 임상 예측이 아닙니다. + 회복의 (치료 전후 밀도)은 디지털 트윈 모델, 속도(언제·얼마나 빨리)는 임상시험 문헌으로 보정합니다. + 사진 변화는 이 곡선이 구동하는 절차적 일러스트이며, 환부의 위치·모양은 업로드 사진에서 옵니다. 생성형 AI 아님 · 개별 환자 예측 아님. + ※ 시간축 = 실궤적 적합 + 기계론(모낭주기) 화해: JAK은 CT.gov SALT 다시점에 R²0.94~0.99 검증; AGA 가시발모는 텔로젠 바닥(~2개월)에 묶임(약물 PK는 빠르나 모발은 느림). 단일 지수라 AGA 이상성·피나 2년후 감소·미녹 재퇴행은 미반영(한계). 출처 CT.gov(THRIVE·ALLEGRO·NCT01231607)·Kaufman 1998·PK/PD 문헌. +
+
+
+

치료 타임라인 시뮬레이션

+

사진을 올리고 질환·치료를 고른 뒤, 환부를 드래그로 표시하면 모델 곡선대로 변화를 스크럽합니다.

+ +
+ +
+
+
+ +
+
+
+ +
+ + + + +
+
+ +
+
모발 밀도(모델)
+
회복도
+
+
적용:
+
+

↑ 밀도 곡선 (양=트윈 모델 · 속도=임상 문헌) — 프로그레스 바가 이 값을 따라갑니다.

+
+ +
+
+ +
사진을 업로드하거나 데모 이미지를 눌러 시작하세요.
+ +
+
+
0개월 (0.0년)
+ +
04주3개월6개월1년3년
+
시간축 = 임상 개월(문헌 보정). 초기 탈락(미녹·피나 2–8주) → 수개월 반응 → 1–2년 평탄.
+
+
+
+
+ + +
+
+

다층 독립 검증 (Multi-layer Validation)

+

트윈의 인과 기전을 모델 구성에 쓰지 않은 독립 데이터(벌크·단일세포·약물섭동·GWAS·구조)로 검증. 약하거나 비재현인 결과도 정직하게 표시합니다 — 검증 = 직교 증거의 수렴.

+
+
+
+

데이터 지형 — 수집 전모 (4 웨이브 · 22 에이전트)

+
+
+

모달리티별 (다운로드 / 기록·게이트)

+

질환별 데이터셋 수

+
+
+
+
+

분자 검증 유의도 (−log₁₀ p)

+

독립 벌크/섭동 데이터의 기전 검정 — 막대가 길수록 유의.

+
+
+
+

AGA: DP세포 Wnt 억제 + 치료 역전

+

GSE295410 마우스 진피유두 — Con→TP(AGA)→TP+Ab(치료). Wnt(Lef1/Axin2)↓·Dkk1/Cxcl12↑, 치료로 역전.

+
+
+
+

약물섭동: JAK억제제별 염증신호

+

AA 마우스 — vehicle 대비 JAK1/3·Tofa·Ruxo는 염증↓, JAK2i만 무효(임상 타깃과 일치).

+
+
+
+

AA 단일세포 — 비재현 (정직)

+

두 코호트 T세포 포획이 9배 차이 → 단일세포 면역정량은 프로토콜 의존, 코호트 불일치. AA 근거는 벌크가 robust.

+
+
+
+

GWAS 카탈로그 커버리지

+

위험유전자 중 카탈로그 보유 비율. 보유 유전자의 축 배정은 GWAS와 일관(직교 검증).

+
+
AGA
+
AA
+
+
+
+

GWAS 후보 × 구조(AlphaFold) × 네트워크(STRING) 수렴

+

신규 후보 19개: AlphaFold 구조 신뢰도(pLDDT) + 배정 축과의 STRING 응집. ⚠ 구조·네트워크는 질환 인과를 증명하지 않음(그건 GWAS) — 직교 면을 검증.

+
+
+
+

임상 시간축 — 약물별 회복 곡선 (보정됨)

+

회복 '양'=트윈 모델, '속도'=임상 문헌 동역학으로 보정. 미녹시딜·피나는 초기 telogen 탈락(음수), JAK은 빠른 onset.

+
+
+
+

기존 모델 벤치마크 — Halloy vs 트윈

+

완전히 다른 원리(모낭 자동자 vs 신호 ODE)인데 정상 anagen·AGA 밀도 수렴.

+
+
+
+
ex vivo +

실제 ex vivo 인체 모낭 검증 — GSE267664 (DHT)

+

직접 실험 대신, 공개된 ex vivo 인체 모낭 organ-modeled RNA-seq(DHT vs control, AGA 전두부 모낭, n=3)로 트윈을 검증. 트윈의 AGA/DHT→Wnt억제 예측(Wnt 길항자↑·Wnt표적↓·모발케라틴↓)이 10/11 방향 일치, 부호검정 p=0.0059. DKK1 +1.13은 DP세포(GSE178374 +1.57)와 일관 — 전체 모낭에서도 재현. 정직: n=3 소규모라 개별 q≈1; 신호는 Wnt축 방향 협응이지 개별 유의 아님(BMP·비정준 Wnt 제외).

+
+
+
+
+
신뢰성 ① +

반증가능 신규 예측 — AGA 병용요법 시너지

+

Hair 산출 A=kAp·[W²/(KWA²+W²)]·[D²/(KDA²+D²)] 는 Wnt·DP 두 협동 문턱의 AND-게이트. 상류 '브레이크 해제'(AR/5-ARI)×하류 '가속'(미녹시딜)을 병용하면 곱으로 결합 → 초가법적 시너지가 모델 구조에서 창발. 실험에서 가법/길항이면 AND-게이트 가정이 반증됨(사전등록: PREREGISTRATION.md).

+
+
+
+
+
+
+
+
+
+
+
+
+
신뢰성 ② +

불확실성 정량(UQ) — 보정된 신뢰구간

+

타이밍 모델을 실제 임상 궤적에 계층적 베이즈로 보정. 핵심 정직성 체크 = leave-one-trajectory-out 커버리지: 단순 풀링 구간은 과신(59%)이었으나 시험 간 이질성을 넣자 명목 90%로 수렴(98%). 트윈이 "X%"가 아니라 "X%[구간]"을 보정된 채 말한다.

+
+
+
+
+
+
+
+
신뢰성 ③ +

개인화 & 데이터 동화 — 초기 반응으로 개인 예측

+

디지털 트윈을 진짜 '트윈'으로. 개인의 초기 반응을 동화하면 후기 예측이 모집단 모델보다 좋아지는지 누설 없이 검정(앞 점 관측→뒤 점 forecast). 결과: 개인화가 9/10 궤적 우세, 평균 +40% RMSE 개선, 커버리지 23%→90%. 정직: 개인환자 IPD(Vivli 통제접근) 부재로 시험암을 유사개인으로 사용 — 암 평균은 저잡음이라 개선이 과대평가될 수 있음. ODE-수준 개인화는 omics 필요(차기).

+
+
+
+
+
+
+
+
+
신뢰성 ④ +

실험 검정력 — 시너지를 검출하려면 표본이 얼마나?

+

사전등록 실험을 추측이 아니라 몬테카를로 검정력 시뮬레이션으로 설계. 정직한 결과: 시너지(δ=+0.12)는 실재하나 약한 효과라 단일 엔드포인트는 표본이 큼(n≈40 추정은 과소였고 시뮬이 교정). 핵심 발견: 노이즈 플로어는 기술이 아니라 생물학적 모낭간 변동 → 분자 readout 교체만으론 부족. 표본 절감은 모낭내 paired 설계(유효 CV↓)에서 옴 — 복합 전략으로 1000→300모낭(3.3×). 분자 keratin의 역할=시너지를 잡는 올바른 지표(A proxy).

+
+
+
+
+
+
+
+
신뢰성 ⑤ +

분자 개인화 (ODE-수준) — baseline 전사체 → 최적치료

+

개인 baseline 분자축을 개인 ODE 파라미터로 매핑 → 치료 전 최적치료 예측. GWAS-가중 보정 적용(트랙 C): AR/EDA2R/SRD5A2(유전 androgen축) ≫ DKK1/SFRP1(하류) 재가중 → 두 AGA 프로파일 구동이 0.78→0.98 / 0.88→0.64로 재층화(하류 DKK1만 높은 쪽을 낮춤). 헤드라인=정성→보정 구동 변화. 정직: 개인결과 최종보정은 여전히 paired IPD 필요.

+
+
+
+
+
신뢰성 ⑥ +

매핑 보정 (트랙 C, 무비용) — 정성 매핑을 데이터에 정박

+

ODE 개인화의 정성 매핑을 보유 데이터로 보정. GWAS(FinnGen AA/AGA + Yap2018 UKB MPB로 AR/EDA2R X연관 보강)로 어떤 마커가 질환을 구동하는지(중요도), 약물 섭동(DHT→DP·JAK-i→AA)으로 개입/구동의 크기를 실측 정박. 정직: 개인 baseline→개인결과의 최종 보정은 여전히 paired IPD 필요 — 이건 매핑의 방향·중요도·크기를 데이터에 묶는 부분 보정.

+
+
+
+
+
+
+
신뢰성 ⑦ +

IPD 분석 하니스 — 사전등록 파이프라인 (합성 dry-run)

+
합성(SYNTHETIC) dry-run — 실제 환자 데이터 아님. 코드가 작동함을 보일 뿐, 트윈이 실제 환자에서 통함을 보이지 않음. 실제 IPD는 Vivli(바리시티닙)/Pfizer(리틀레시티닙) 통제접근(승인 3–6개월·IRB·DUA) 필요.
+

IPD 도착 시 즉시 돌릴 사전등록 분석을 합성 코호트(실측 집계+UQ 분산, 반응자 혼합·방문잡음)로 검증. 정직한 미리보기: 개인 수준에선 개인화 이득이 +3.4%·95%CI 0 포함→불확정(시험암 +40%와 대조). 개인 잡음·희소 방문이 개인 예측을 어렵게 함 → 진짜 검증은 실제 IPD로만. (load_ipd()로 즉시 연결)

+
+
+
+
+
+
신뢰성 ⑧ +

대조군(비교 기준선) 자격 — V&V40 신뢰성

+

트윈을 검증된 비교 기준선으로 쓸 수 있나? 핵심은 점예측이 아니라 불확실성이 정직한가(보정). 다단계 보정곡선(50/80/90/95% out-of-sample LOTO)에서 경험적 커버리지가 명목을 재현 — 보정오차 0.054(약간 보수적). → 치료-타이밍 = 보정된 비교군, 축방향 = 방향 비교군. ★무작위 대조군(RCT) 검증(아래): 트윈의 '무치료' 예측이 실제 RCT 위약 arm과 동등(TOST 2/2) → synthetic control 후보. 정직: 개인예측·절대정량·신규시너지는 미달; RCT검증은 회고적·대조군 평균(개인변동 아님). (V&V40: COMPARATOR_CREDIBILITY.md)

+
+
+
+
+
+
+
+
+
신뢰성 ⑨ +

동물실험 대체 경로 — NAM 자격 프로그램 (Phase 0)

+

트윈이 쥐 실험을 대체할 수 있나? 아니오 — 전체 대체는 불가(신규발견·전신 PK/독성·전임상 안전성은 영구 제외). 그러나 특정 효능 어세이 1개를 좁은 CoU(기전기지 JAK 화합물 AA발모)에서 인체 HFOC + 정량 트윈으로 대체하는 비동물법(NAM) 경로는 실재. 분업: HFOC=효능크기·트윈=동역학. 아래는 Phase 0(건식) 결과 — 다년 wet-lab+공인은 미수행. (NAM_QUALIFICATION.md)

+
+
+
+
+ + +
+
+
+

논문 라이브러리 0

+
+ + + +
+
+
+ + + + + + + + +
연도 ↕제목 (Title)질환 ↕표적 단백질 (Targets)
로딩 중...
+
+
+ + 1 / 1 + +
+
+

🆕 에이전트가 발굴한 최신 표적 논문 (2023–2026)

+
+
+
+
+ +
+ Alopecia Protein Digital Twin · 문헌 226편 + 웹 발굴 · UniProt · AlphaFold DB / ESMFold · scipy ODE + +
+
+ + + + + + + + + + + + + + + + diff --git a/js/app.js b/js/app.js new file mode 100644 index 0000000..9a37f9a --- /dev/null +++ b/js/app.js @@ -0,0 +1,379 @@ +/* ============================================================ + Alopecia Digital Twin — app.js + ============================================================ */ + +document.addEventListener('DOMContentLoaded', () => { + + // ── Data store + let allPapers = []; + let filteredPapers = []; + let charts = {}; + let currentPage = 1; + const PAGE_SIZE = 20; + + // ── Tab Nav + const tabBtns = document.querySelectorAll('.tab-btn'); + const tabContents = document.querySelectorAll('.tab-content'); + tabBtns.forEach(btn => { + btn.addEventListener('click', () => { + tabBtns.forEach(b => b.classList.remove('active')); + tabContents.forEach(c => c.classList.remove('active')); + btn.classList.add('active'); + document.getElementById(`tab-${btn.dataset.tab}`).classList.add('active'); + // Lazy-render charts when Stats tab opens + if (btn.dataset.tab === 'stats' && allPapers.length) renderCharts(); + }); + }); + + // ── Element refs (Digital Twin) + const diseaseSelect = document.getElementById('disease-select'); + const modalitySelect = document.getElementById('modality-select'); + const deliverySelect = document.getElementById('delivery-select'); + const synthesizeBtn = document.getElementById('btn-synthesize'); + const visPlaceholder = document.getElementById('vis-placeholder'); + const visActive = document.getElementById('vis-active'); + const mechanismImage = document.getElementById('mechanism-image'); + const activePathway = document.getElementById('active-pathway'); + const mechanismDesc = document.getElementById('mechanism-description'); + const efficacyBar = document.getElementById('efficacy-bar'); + const bioBar = document.getElementById('bio-bar'); + const evidenceBar = document.getElementById('evidence-bar'); + const insightsList = document.getElementById('insights-list'); + const paperCountEl = document.getElementById('paper-count'); + const lastUpdatedEl = document.getElementById('last-updated'); + const relatedCount = document.getElementById('related-count'); + const relatedNum = document.getElementById('related-num'); + const insightFilter = document.getElementById('insight-disease-filter'); + + // ── Digital Twin control logic + diseaseSelect.addEventListener('change', e => { + const val = e.target.value; + modalitySelect.disabled = !val; + if (!val) { modalitySelect.value = ''; deliverySelect.disabled = true; deliverySelect.value = ''; synthesizeBtn.disabled = true; relatedCount.classList.add('hidden'); } + }); + modalitySelect.addEventListener('change', e => { + deliverySelect.disabled = !e.target.value; + if (!e.target.value) { deliverySelect.value = ''; synthesizeBtn.disabled = true; } + }); + deliverySelect.addEventListener('change', e => { synthesizeBtn.disabled = !e.target.value; }); + + // ── Synthesize + synthesizeBtn.addEventListener('click', () => { + const disease = diseaseSelect.value; + const modality = modalitySelect.value; + const delivery = deliverySelect.value; + + visPlaceholder.classList.add('hidden'); + visActive.classList.remove('hidden'); + + const config = getTwinConfig(disease, modality, delivery); + + activePathway.textContent = config.pathway; + mechanismDesc.innerHTML = `${config.desc}
${config.descKo}`; + + mechanismImage.style.opacity = '0'; + setTimeout(() => { + mechanismImage.src = config.image; + mechanismImage.onload = () => { mechanismImage.style.opacity = '0.85'; }; + mechanismImage.onerror = () => { mechanismImage.style.opacity = '0'; }; + }, 400); + + // Animate bars + setTimeout(() => { + efficacyBar.style.width = config.efficacy + '%'; + efficacyBar.textContent = config.efficacy + '%'; + bioBar.style.width = config.bio + '%'; + bioBar.textContent = config.bio + '%'; + }, 600); + + // Count related papers + const related = allPapers.filter(p => + p.disease === disease && + (modality === 'Other / Unknown' || p.modality === modality) + ); + const pct = allPapers.length ? Math.round((related.length / allPapers.length) * 100) : 0; + evidenceBar.style.width = Math.min(pct * 4, 100) + '%'; + evidenceBar.textContent = related.length + ' papers'; + relatedNum.textContent = related.length; + relatedCount.classList.remove('hidden'); + }); + + function getTwinConfig(disease, modality, delivery) { + const modalityMap = { + 'Microneedles': { efficacy: 91, bio: 95 }, + 'Stem Cells & Exosomes': { efficacy: 88, bio: 82 }, + 'Natural Extracts': { efficacy: 72, bio: 68 }, + 'Nanoparticles/Nanogels': { efficacy: 85, bio: 88 }, + 'Other / Unknown': { efficacy: 78, bio: 75 }, + }; + const stats = modalityMap[modality] || { efficacy: 78, bio: 75 }; + + if (disease === 'Androgenetic Alopecia') return { + pathway: 'Wnt/β-catenin Upregulation (Wnt/β-카테닌 신호 활성화)', + desc: `Utilizing ${modality} via ${delivery}, the treatment bypasses DHT binding barriers, stimulating Dermal Papilla Cells and driving hair follicles back into the Anagen growth phase.`, + descKo: `${modality}을(를) ${delivery} 경로로 전달하여 DHT 결합 차단막을 우회합니다. 진피유두세포(Dermal Papilla Cell)를 자극해 모낭을 다시 성장기(Anagen Phase)로 전환시킵니다. Wnt 경로 활성화는 β-카테닌의 핵 내 이동을 촉진하여 모발 생성 관련 유전자 전사를 유도합니다.`, + image: 'images/wnt_pathway.png', + ...stats + }; + if (disease === 'Alopecia Areata') return { + pathway: 'JAK-STAT Pathway Inhibition (JAK-STAT 경로 억제)', + desc: `Application of ${modality} (${delivery}) locally suppresses aberrant CD8+ T-cell immune responses, disabling the inflammatory signal loop that attacks the hair bulb.`, + descKo: `${modality}(${delivery})을(를) 국소 적용하여 비정상적인 CD8+ T세포 면역 반응을 억제합니다. 모낭의 면역 특권(Immune Privilege)이 무너지면서 발생하는 자가면역 공격 신호 루프를 JAK1/2 억제를 통해 차단하고, 모낭 주변 염증을 완화합니다.`, + image: 'images/jak_stat_pathway.png', + ...stats + }; + return { + pathway: 'Anti-Apoptosis / ROS Scavenging (세포자멸사 억제 / 활성산소 제거)', + desc: `${modality} delivered through ${delivery} mitigates severe oxidative stress and prevents p53-mediated apoptosis in rapidly dividing matrix cells during toxic exposure.`, + descKo: `${modality}을(를) ${delivery}로 전달하여 항암 독성으로 인한 극심한 산화 스트레스를 완화합니다. 급속 분열 중인 모기질세포(Matrix Cell)에서 p53 매개 세포자멸사(Apoptosis)를 억제하고, 활성산소종(ROS)을 제거하여 모낭 세포 생존율을 높입니다.`, + image: 'images/apoptosis_pathway.png', + ...stats + }; + } + + // ── Insight filter + insightFilter.addEventListener('change', () => { updateInsights(currentData); }); + let currentData = null; + + function updateInsights(data) { + if (!data) return; + currentData = data; + const filterVal = insightFilter.value; + const papers = filterVal ? data.papers.filter(p => p.disease === filterVal) : data.papers; + const recent = papers.slice(0, 12); + + insightsList.innerHTML = ''; + if (!recent.length) { + insightsList.innerHTML = '
No papers found.
'; + return; + } + recent.forEach(paper => { + const card = document.createElement('div'); + card.className = 'insight-card'; + const abbr = paper.disease.includes('Androgenetic') ? 'AGA Target' + : paper.disease.includes('Areata') ? 'AA Target' : 'CIA Target'; + card.innerHTML = ` +
${abbr}
+
${paper.title}
+
+ ${paper.modality} + ${paper.pubYear || 'Recent'} +
`; + insightsList.appendChild(card); + }); + } + + // ── Chart rendering + const CHART_COLORS = ['#6699ff', '#a855f7', '#22d3ee', '#34d399', '#fbbf24', '#f87171', '#818cf8']; + const chartDefaults = { + responsive: true, maintainAspectRatio: false, + plugins: { legend: { labels: { color: '#7b82b0', font: { size: 11 }, boxWidth: 12 } } } + }; + + function renderCharts() { + if (!currentData?.stats) return; + const s = currentData.stats; + + renderDoughnut('chart-disease', s.by_disease); + renderDoughnut('chart-modality', s.by_modality); + renderBar('chart-trend', s.trend_by_year, 'Papers Published'); + renderDoughnut('chart-aga-modality', s.disease_modality?.['Androgenetic Alopecia'] || {}); + renderDoughnut('chart-aa-modality', s.disease_modality?.['Alopecia Areata'] || {}); + } + + function renderDoughnut(canvasId, dataObj) { + const canvas = document.getElementById(canvasId); + if (!canvas) return; + if (charts[canvasId]) charts[canvasId].destroy(); + const labels = Object.keys(dataObj); + const values = Object.values(dataObj); + charts[canvasId] = new Chart(canvas, { + type: 'doughnut', + data: { + labels, + datasets: [{ data: values, backgroundColor: CHART_COLORS, borderColor: 'rgba(255,255,255,0.05)', borderWidth: 1 }] + }, + options: { ...chartDefaults, cutout: '60%' } + }); + } + + function renderBar(canvasId, dataObj, label) { + const canvas = document.getElementById(canvasId); + if (!canvas) return; + if (charts[canvasId]) charts[canvasId].destroy(); + const labels = Object.keys(dataObj); + const values = Object.values(dataObj); + charts[canvasId] = new Chart(canvas, { + type: 'bar', + data: { + labels, + datasets: [{ + label, + data: values, + backgroundColor: 'rgba(102,153,255,0.4)', + borderColor: '#6699ff', + borderWidth: 1, + borderRadius: 6 + }] + }, + options: { + ...chartDefaults, + scales: { + x: { ticks: { color: '#7b82b0', font: { size: 11 } }, grid: { color: 'rgba(255,255,255,0.04)' } }, + y: { ticks: { color: '#7b82b0', font: { size: 11 } }, grid: { color: 'rgba(255,255,255,0.06)' }, beginAtZero: true } + } + } + }); + } + + // ── Paper Library + const searchInput = document.getElementById('search-input'); + const filterDisease = document.getElementById('filter-disease'); + const filterModality = document.getElementById('filter-modality'); + const filterYear = document.getElementById('filter-year'); + const papersTbody = document.getElementById('papers-tbody'); + const tableCountEl = document.getElementById('table-count'); + const btnPrev = document.getElementById('btn-prev'); + const btnNext = document.getElementById('btn-next'); + const pageInfo = document.getElementById('page-info'); + let sortCol = 'pubYear'; let sortAsc = false; + + function populateYearFilter(papers) { + const years = [...new Set(papers.map(p => p.pubYear).filter(y => y))].sort((a, b) => b - a); + years.forEach(y => { + const opt = document.createElement('option'); + opt.value = y; opt.textContent = y; + filterYear.appendChild(opt); + }); + } + + function applyFilters() { + const q = searchInput.value.toLowerCase(); + const dis = filterDisease.value; + const mod = filterModality.value; + const yr = filterYear.value; + filteredPapers = allPapers.filter(p => { + if (dis && p.disease !== dis) return false; + if (mod && p.modality !== mod) return false; + if (yr && p.pubYear !== yr) return false; + if (q && !(p.title.toLowerCase().includes(q) || (p.abstract || '').toLowerCase().includes(q))) return false; + return true; + }); + filteredPapers.sort((a, b) => { + const va = a[sortCol] || ''; const vb = b[sortCol] || ''; + return sortAsc ? va.localeCompare(vb) : vb.localeCompare(va); + }); + currentPage = 1; + renderTable(); + } + + function makePdfFilename(title) { + // Windows에서 금지된 문자만 제거. 나머지는 agent1이 저장한 실제 파일명과 동일하게 유지. + // agent1_fetcher.py: 특수문자 제거 없이 {title}.pdf 그대로 저장 + const illegal = /[\\/:*?"<>|]/g; + return title.replace(illegal, '').trim() + '.pdf'; + } + + function downloadPdf(url, filename) { + const a = document.createElement('a'); + a.href = url; + a.download = filename; + document.body.appendChild(a); + a.click(); + document.body.removeChild(a); + } + + function renderTable() { + const total = filteredPapers.length; + const pages = Math.max(1, Math.ceil(total / PAGE_SIZE)); + const start = (currentPage - 1) * PAGE_SIZE; + const slice = filteredPapers.slice(start, start + PAGE_SIZE); + + tableCountEl.textContent = total; + pageInfo.textContent = `Page ${currentPage} of ${pages}`; + btnPrev.disabled = currentPage <= 1; + btnNext.disabled = currentPage >= pages; + + papersTbody.innerHTML = ''; + if (!slice.length) { + papersTbody.innerHTML = 'No papers match your filter.'; + return; + } + slice.forEach(p => { + const tr = document.createElement('tr'); + const diseaseClass = p.disease.includes('Androgenetic') ? 'disease-aga' + : p.disease.includes('Areata') ? 'disease-aa' : 'disease-cia'; + const diseaseLabel = p.disease.includes('Androgenetic') ? 'AGA (남성형 탈모)' + : p.disease.includes('Areata') ? 'AA (원형 탈모)' : 'CIA (항암 탈모)'; + const pdfFilename = makePdfFilename(p.title); + const pdfUrl = `../papers/${encodeURIComponent(pdfFilename)}`; + tr.style.cursor = 'pointer'; + tr.title = 'PDF 다운로드 클릭 (Click to download PDF)'; + tr.innerHTML = ` + ${p.pubYear || '—'} + + ${p.title} + 📄 + + ${diseaseLabel} + ${p.modality} + ${p.mechanism || '—'}`; + tr.addEventListener('click', () => downloadPdf(pdfUrl, pdfFilename)); + papersTbody.appendChild(tr); + }); + } + + // Sorting + document.querySelectorAll('.sortable').forEach(th => { + th.addEventListener('click', () => { + const col = th.dataset.col; + if (sortCol === col) sortAsc = !sortAsc; else { sortCol = col; sortAsc = true; } + applyFilters(); + }); + }); + + // Filters + [searchInput, filterDisease, filterModality, filterYear].forEach(el => el.addEventListener('input', applyFilters)); + btnPrev.addEventListener('click', () => { if (currentPage > 1) { currentPage--; renderTable(); } }); + btnNext.addEventListener('click', () => { + const pages = Math.ceil(filteredPapers.length / PAGE_SIZE); + if (currentPage < pages) { currentPage++; renderTable(); } + }); + + // ── Data Polling + async function fetchData() { + try { + const res = await fetch(`../analysis_results.json?t=${Date.now()}`); + if (!res.ok) return; + const data = await res.json(); + if (!data || !data.papers) return; + + allPapers = data.papers; + filteredPapers = [...allPapers]; + + // Header + paperCountEl.textContent = data.total_papers; + const updated = data.last_updated ? new Date(data.last_updated).toLocaleString('ko-KR', { month: 'numeric', day: 'numeric', hour: '2-digit', minute: '2-digit' }) : '—'; + lastUpdatedEl.textContent = updated; + + // Year filter + filterYear.innerHTML = ''; + populateYearFilter(allPapers); + + // Insights + updateInsights(data); + + // Paper table + applyFilters(); + + // Charts (only if Stats tab is active) + if (document.getElementById('tab-stats').classList.contains('active')) renderCharts(); + + } catch (err) { + console.warn('Waiting for analysis_results.json...', err); + } + } + + fetchData(); + setInterval(fetchData, 10000); +}); diff --git a/js/atlas.js b/js/atlas.js new file mode 100644 index 0000000..d8b3334 --- /dev/null +++ b/js/atlas.js @@ -0,0 +1,184 @@ +/* ============================================================ + atlas.js — Protein Atlas 탭 (단백질 그리드 + NGL 3D 구조) + ============================================================ */ +(function () { + 'use strict'; + + const AXIS_LABELS = { + AND: "안드로겐(AR/DHT)", Wnt: "Wnt/β-catenin", BMP: "BMP/TGFβ", SHH: "Hedgehog", + INF: "염증/JAK-STAT", APO: "세포사멸/산화", DP: "진피유두/성장인자", HFSC: "모낭 줄기세포", + }; + const AXIS_COLOR = { + AND: "#f87171", Wnt: "#6699ff", BMP: "#a78bfa", SHH: "#22d3ee", + INF: "#fbbf24", APO: "#fb923c", DP: "#34d399", HFSC: "#f472b6", "—": "#64748b", + }; + + let nglStage = null, selectedGene = null; + function el(id) { return document.getElementById(id); } + + function init() { + const axisSel = el('atlas-axis'), disSel = el('atlas-disease'); + const axes = [...new Set(Store.catalog.proteins.map(p => p.twin_node))].filter(a => a && a !== '—'); + axes.forEach(a => axisSel.add(new Option(AXIS_LABELS[a] || a, a))); + const diseases = [...new Set(Store.catalog.proteins.flatMap(p => p.diseases || []))].sort(); + diseases.forEach(d => disSel.add(new Option(d, d))); + + ['atlas-search', 'atlas-axis', 'atlas-disease', 'atlas-sort'].forEach(id => + el(id).addEventListener('input', renderGrid)); + // resize 핸들러는 단 한 번만 등록 (이전: loadStructure 마다 추가 → 누수) + window.addEventListener('resize', () => nglStage && nglStage.handleResize()); + renderGrid(); + } + + function filtered() { + const q = el('atlas-search').value.trim().toLowerCase(); + const ax = el('atlas-axis').value, dis = el('atlas-disease').value, sort = el('atlas-sort').value; + let list = Store.catalog.proteins.filter(p => { + if (ax && p.twin_node !== ax) return false; + if (dis && !(p.diseases || []).includes(dis)) return false; + if (q && !(p.gene.toLowerCase().includes(q) || (p.name || '').toLowerCase().includes(q))) return false; + return true; + }); + const plddt = p => (p.structure && p.structure.mean_plddt) || 0; + const sorters = { + evidence: (a, b) => b.n_evidence - a.n_evidence || b.mention_count - a.mention_count, + mention: (a, b) => b.mention_count - a.mention_count, + plddt: (a, b) => plddt(b) - plddt(a), + gene: (a, b) => a.gene.localeCompare(b.gene), + }; + return list.sort(sorters[sort] || sorters.evidence); + } + + function renderGrid() { + const list = filtered(); + el('atlas-count').textContent = list.length; + const grid = el('atlas-grid'); + grid.innerHTML = list.map(p => { + const ax = p.twin_node || '—'; + const seed = p.in_model ? '●seed' : `${p.n_evidence}편`; + return `
+ ${seed} +
${p.gene}
+
${p.name || ''}
+
+ ${ax} + ${p.role || ''} +
`; + }).join(''); + grid.querySelectorAll('.prot-card').forEach(c => + c.onclick = () => showDetail(c.dataset.gene)); + } + + function hex(h, a) { + const n = parseInt((h || '#64748b').slice(1), 16); + return `rgba(${n >> 16 & 255},${n >> 8 & 255},${n & 255},${a})`; + } + + function showDetail(gene) { + const p = Store.proteinByGene[gene]; + if (!p) return; + if (gene === selectedGene && !el('atlas-detail').classList.contains('hidden')) return; // 동일 단백질 재로딩 방지 + selectedGene = gene; + document.querySelectorAll('.prot-card').forEach(c => c.classList.toggle('selected', c.dataset.gene === gene)); + el('atlas-detail-empty').classList.add('hidden'); + el('atlas-detail').classList.remove('hidden'); + + el('d-gene').textContent = p.gene; + el('d-name').textContent = p.uniprot_name || p.name || ''; + const st = p.structure || {}; + el('d-badges').innerHTML = [ + p.in_model ? '트윈 wired' : '', + `${AXIS_LABELS[p.twin_node] || '축 미배정'}`, + `${p.role || ''}`, + ].filter(Boolean).join(''); + + // 메타 그리드 + el('d-meta').innerHTML = [ + ['경로 (Pathway)', p.pathway || '—'], + ['UniProt', st.accession || '—'], + ['질환', (p.diseases || []).join(', ') || '—'], + ['서열 길이', p.length ? p.length + ' aa' : '—'], + ['PDB 실험구조', (p.pdb_count || 0) + '개'], + ['논문 언급', p.mention_count + '회'], + ].map(([k, v]) => `
${k}
${v}
`).join(''); + + el('d-mech').textContent = p.mechanism || p.function || '기전 정보 없음'; + el('d-drugs').innerHTML = (p.drugs || []).length + ? p.drugs.map(d => `${d}`).join('') + : '등록된 표적 약물 없음'; + + // 근거 논문 + const ev = (p.evidence_paper_ids || []); + el('d-evcount').textContent = ev.length; + el('d-evidence').innerHTML = ev.length ? ev.slice(0, 30).map(id => { + const info = Store.papersIdx[id] || {}; + return ` + ${info.year || ''}${info.title || ('PMID ' + id)}`; + }).join('') : '초록 스캔/추출 근거 없음 (캐논 표적)'; + + // 실제 논문 전문 근거 (검증 인용) — 요소 없을 때(구버전 HTML 캐시) 안전 가드 + const gr = p.grounding || []; + const gcEl = el('d-groundcount'); if (gcEl) gcEl.textContent = gr.length; + const grEl = el('d-grounding'); + if (grEl) grEl.innerHTML = gr.length ? gr.map(h => + `
📄 ${h.paper} ${h.n_hits}회 언급
+
"…${(h.quote || '').replace(/"/g, '"')}…"
`).join('') + : (p.grounded_in_corpus === false + ? '분석 코퍼스(papers/) 전문에 근거 없음 — 웹 발굴(2024–26) 또는 canonical 경로 멤버' + : ''); + + // 외부 링크 + el('d-links').innerHTML = [ + st.uniprot_url ? `UniProt ↗` : '', + st.af_entry_url ? `AlphaFold DB ↗` : '', + ].filter(Boolean).join(''); + + el('d-plddt').textContent = st.mean_plddt ? `평균 pLDDT ${st.mean_plddt} (${st.plddt_band || ''})` : '구조 신뢰도 미계산'; + loadStructure(p); + } + + function loadStructure(p) { + const viewer = el('ngl-viewer'); + const st = p.structure || {}; + const afLink = st.af_entry_url || (st.accession ? `https://alphafold.ebi.ac.uk/entry/${st.accession}` : null); + const fallback = (msg) => { + viewer.innerHTML = `
${msg}` + + (afLink ? `AlphaFold에서 3D 구조 보기 ↗` : '') + `
`; + }; + viewer.innerHTML = '
AlphaFold 구조 로딩 중…
'; + if (typeof NGL === 'undefined') { fallback('NGL 라이브러리 미로딩'); return; } + if (!st.accession) { fallback('구조 정보 없음'); return; } + if (nglStage) { try { nglStage.dispose(); } catch (e) {} nglStage = null; } + try { + nglStage = new NGL.Stage('ngl-viewer', { backgroundColor: '#0e0d0b' }); + } catch (e) { fallback('3D 뷰어(WebGL) 사용 불가'); return; } + + // 서빙 디렉토리/오프라인 무관 — 로컬(프로젝트루트) → 원격 AlphaFold 순 폴백 + const candidates = []; + if (st.local_pdb) candidates.push(['../' + st.local_pdb.replace(/\\/g, '/'), 'pdb']); + if (st.af_cif_url) candidates.push([st.af_cif_url, 'cif']); + if (st.af_pdb_url) candidates.push([st.af_pdb_url, 'pdb']); + + (function tryLoad(i) { + if (i >= candidates.length) { fallback('구조 로드 실패 (네트워크/경로)'); return; } + const [url, ext] = candidates[i]; + let comp_done = false; + nglStage.loadFile(url, { ext }).then(comp => { + const ld = viewer.querySelector('.ngl-loading'); if (ld) ld.remove(); + comp.addRepresentation('cartoon', { + colorScheme: 'bfactor', colorScale: ['#FF7D45', '#FFDB13', '#65CBF3', '#0053D6'], + colorDomain: [40, 100], smoothSheet: true, + }); + comp.autoView(); + try { nglStage.setSpin(true); } catch (e) {} + comp_done = true; + }).catch(() => tryLoad(i + 1)); + })(0); + } + + window.AtlasTab = { init, resize: () => nglStage && nglStage.handleResize() }; + window.openProtein = function (gene) { + document.querySelector('.tab-btn[data-tab="atlas"]').click(); + setTimeout(() => showDetail(gene), 60); + }; +})(); diff --git a/js/calibrate.js b/js/calibrate.js new file mode 100644 index 0000000..af338de --- /dev/null +++ b/js/calibrate.js @@ -0,0 +1,135 @@ +/* ============================================================ + calibrate.js — Calibration 탭 (COPASI joint 보정 + 정직한 검증) + ============================================================ */ +(function () { + 'use strict'; + let charts = {}, inited = false; + const AXIS_COLOR = { W: '#2f63c8', B: '#7c3aed', S: '#0e7490', D: '#1f8a5b', H: '#c2367f', F: '#c0561f', A: '#b07a12' }; + function el(id) { return document.getElementById(id); } + function num(v, d) { return (v === null || v === undefined || isNaN(v)) ? '—' : (+v).toFixed(d); } + + function init() { + if (inited) return; inited = true; + const cal = Store.calibration; + const sel = el('cal-target'); + if (!cal || !cal.targets) { + el('cal-summary').innerHTML = '
calibration_result.json 없음 — python -m digital_twin.copasi_calibrate 실행 필요.
'; + return; + } + Object.keys(cal.targets).forEach(k => sel.add(new Option((cal.targets[k] || {}).source_label || k, k))); + sel.addEventListener('change', () => render(sel.value)); + renderValidation(); + renderHeader(); + renderCoupled(); + render(sel.value || Object.keys(cal.targets)[0]); + } + + function renderCoupled() { + const box = el('cal-coupled'); if (!box) return; + const cp = Store.coupled; + if (!cp || !cp.scenarios) { box.innerHTML = 'coupled_scenarios.json 없음'; return; } + const lab = s => (s.interventions || []).length ? s.disease + ' + ' + s.interventions.join('+') : s.disease; + box.innerHTML = cp.scenarios.map(s => { + const af = s.anagen_fraction_pct_of_healthy, ph = s.peak_hair_pct_of_healthy; + const cls = af >= 70 ? 'good' : af >= 30 ? 'warn' : 'bad'; + return `
+ ${lab(s)} + + anagen ${num(af, 0)}% · peak ${num(ph, 0)}% +
`; + }).join(''); + } + + function renderValidation() { + const box = el('cal-validation'); if (!box) return; + const v = Store.validation; + if (!v || !v.summary) { box.innerHTML = ''; return; } + const s = v.summary; + box.innerHTML = ` +
🔬 독립 검증 — 트윈 예측 vs 실제 논문 실험결과 (out-of-sample)
+
+
${(s.twin_causal_accuracy*100).toFixed(1)}%
논문 인과 실험 일치 (n=${s.n_causal})
+
p${s.permutation_p < 0.0001 ? '<0.0001' : '='+s.permutation_p}
permutation (우연 대비)
+
[${(s.bootstrap_ci95||[]).map(x=>(x*100).toFixed(0)).join(', ')}]%
bootstrap 95% CI (1만회)
+
${s.ground_truth_records}
논문 실험결과 GT (멀티에이전트)
+
${(s.external_transcriptomic_accuracy*100).toFixed(0)}%
외부 GSE36169 (조성교란·참고)
+
+
✅ 수정: ${(s.fixes_applied||[]).join(' · ')}  |  트윈이 옳고 독립소스가 틀린 예: ${(s.twin_correct_where_sources_err||[]).join('; ')}
+ ${v.protein_modules ? `
🧬 단백질 분석 모듈 교차검증 (알파폴드 외): STRING PPI 축 응집 ${v.protein_modules.axes_ppi_significant} (p<0.05) · 축 라벨일치 ${v.protein_modules.axes_label_matched} · 질환 생물학일치 ${v.protein_modules.diseases_biology_matched} · 실험 PDB ${v.protein_modules.experimental_pdb}
` : ''} +
⚠️ ${(v.honest_caveats||[]).join(' · ')}
`; + } + + function renderHeader() { + const cal = Store.calibration, s = cal.summary || {}, uq = cal.uncertainty || {}; + const jr = s.joint_r2 || {}; + const robust = (s.robust_axes || []).map(a => (cal.targets.reference.axis_label || {})[a] || a).join(', '); + el('cal-summary').innerHTML = ` +
${num(s.loocv_cv_r2, 2)}
LOOCV 교차검증 R² (외표본·정직 지표)
+
${num(jr.reference, 2)}
joint R² · 문헌(형상)
+
${num(jr.gse11186, 2)}
joint R² · 실측 GSE11186
+
${cal.n_fit_params}+${cal.n_fixed_params}fix
추정/고정 파라미터
+
${num(cal.aicc, 0)}
AICc (복잡도 penalized)
+
견고 축: ${robust || '—'} · 비식별 ${uq.n_poorly_identified}/${cal.n_fit_params} · 경계고착 ${uq.n_at_bound}
${cal.approach || ''}
`; + // 정직성 배너 + let banner = el('cal-banner'); + if (!banner) { banner = document.createElement('div'); banner.id = 'cal-banner'; banner.className = 'cal-banner'; + el('cal-summary').insertAdjacentElement('afterend', banner); } + banner.innerHTML = `⚖️ 정직한 보정: 단일적합 R²(문헌 ${num((cal.descriptive_single_r2||{}).reference,2)}, 실측 ${num((cal.descriptive_single_r2||{}).gse11186,2)})은 데이터셋 간 전이 안 되는 서술적 상한. 1차 지표는 단일 파라미터셋으로 두 데이터셋을 동시 적합한 joint R²LOOCV. ${s.honesty_note || ''}`; + } + + function render(key) { + const cal = Store.calibration; + const tg = (cal.targets || {})[key]; + if (!tg) return; + const grid = el('cal-grid'); + Object.values(charts).forEach(c => c.destroy()); charts = {}; + const obs = tg.observed || []; + grid.innerHTML = obs.filter(st => tg.model_dense && tg.model_dense[st] && tg.data && tg.data[st]).map(st => { + const fq = (tg.fit_quality || {})[st] || {}; + const r2 = fq.r2; + const cls = r2 >= 0.7 ? 'good' : r2 >= 0.3 ? 'warn' : 'bad'; + return `
+
${(tg.axis_label || {})[st] || st} + R²=${num(r2, 2)}
+
+
`; + }).join(''); + + obs.forEach(st => { + if (!el(`cal-c-${st}`)) return; + const col = AXIS_COLOR[st] || '#6699ff'; + const modelPts = (tg.model_dense_t || []).map((t, i) => ({ x: t, y: tg.model_dense[st][i] })); + const dataPts = (tg.timepoints_days || []).map((t, i) => ({ x: t, y: tg.data[st][i] })); + charts[st] = new Chart(el(`cal-c-${st}`), { + data: { datasets: [ + { type: 'line', label: '모델(joint 보정)', data: modelPts, borderColor: col, borderWidth: 2, pointRadius: 0, tension: .3 }, + { type: 'scatter', label: '데이터', data: dataPts, backgroundColor: '#1b1a16', borderColor: '#1b1a16', pointRadius: 3.5 }, + ] }, + options: { responsive: true, maintainAspectRatio: false, + scales: { x: { type: 'linear', min: 0, ticks: { color: '#6b655a', font: { size: 10 }, callback: v => v + 'd' }, grid: { color: 'rgba(0,0,0,.08)' } }, + y: { min: -0.05, max: 1.1, ticks: { color: '#6b655a', font: { size: 10 } }, grid: { color: 'rgba(0,0,0,.08)' } } }, + plugins: { legend: { display: false } } }, + }); + }); + + // 추정 파라미터 + 식별가능성 + const fp = cal.fitted_params || {}, uq = cal.uncertainty || {}, rse = uq.rel_stderr || {}; + const fitNames = cal.fit_param_names || []; + el('cal-nparam').textContent = fitNames.length; + el('cal-param-table').innerHTML = fitNames.map(k => { + const poor = (uq.poorly_identified || []).includes(k); + const bound = (uq.params_at_bound || []).includes(k); + const flag = bound ? '⚠경계' : poor ? '·비식별' : ''; + return `
${k}${flag ? ' ' + flag + '' : ''}${num(rse[k], 2)}${num(fp[k], 3)}
`; + }).join(''); + + // provenance + UQ 요약 + const corr = (uq.strong_correlations || []).slice(0, 6).map(c => `${c[0]}~${c[1]}(${c[2]})`).join(', '); + el('cal-provenance').innerHTML = + `

${tg.is_real_data ? '✅ 실측 데이터' : '📐 문헌 합성(형상복원 점검)'} — ${tg.notes || ''}

` + + `

불확실성: 비식별 ${uq.n_poorly_identified}/${fitNames.length} · 경계고착 ${uq.n_at_bound} · 강상관쌍: ${corr || '없음'} · LOOCV CV-R²=${num((cal.loocv_reference||{}).cv_r2,2)}

` + + ''; + } + + window.CalibrateTab = { init }; +})(); diff --git a/js/data.js b/js/data.js new file mode 100644 index 0000000..5a5a18a --- /dev/null +++ b/js/data.js @@ -0,0 +1,62 @@ +/* ============================================================ + data.js — 중앙 데이터 로더 (모든 JSON 산출물) + ============================================================ */ +(function (global) { + 'use strict'; + + const Store = { + catalog: null, // protein_catalog.json + scenarios: null, // twin_scenarios.json + graph: null, // knowledge_graph.json + papersIdx: null, // papers_index.json + extras: null, // extras.json (prior_art, new_papers, frameworks) + analysis: null, // ../analysis_results.json (기존 통계/라이브러리) + calibration: null, // calibration_result.json (COPASI 정량 보정) + coupled: null, // coupled_scenarios.json (cycle↔chronic COMBINE) + proteinByGene: {}, + }; + + async function loadJSON(url, fallback) { + try { + const r = await fetch(url, { cache: 'no-store' }); + if (!r.ok) throw new Error(r.status); + return await r.json(); + } catch (e) { + console.warn('load 실패:', url, e.message); + return fallback; + } + } + + async function loadAll() { + const [catalog, scenarios, graph, papersIdx, extras, analysis, calibration] = await Promise.all([ + loadJSON('data/protein_catalog.json', { proteins: [] }), + loadJSON('data/twin_scenarios.json', { scenarios: [], interventions: {}, diseases: {} }), + loadJSON('data/knowledge_graph.json', { nodes: [], links: [], summary: {} }), + loadJSON('data/papers_index.json', {}), + loadJSON('data/extras.json', { new_papers: [], prior_art: [], frameworks: [] }), + loadJSON('../analysis_results.json', { papers: [], stats: {} }), + loadJSON('data/calibration_result.json', null), + ]); + Store.coupled = await loadJSON('data/coupled_scenarios.json', null); + Store.validation = await loadJSON('data/validation_report.json', null); + Store.catalog = catalog; + Store.scenarios = scenarios; + Store.graph = graph; + Store.papersIdx = papersIdx; + Store.extras = extras; + Store.analysis = analysis; + Store.calibration = calibration; + (catalog.proteins || []).forEach(p => { Store.proteinByGene[p.gene] = p; }); + return Store; + } + + // 시나리오 조회 (정확한 disease + interventions 조합) + function findScenario(disease, interventions) { + const id = `${disease}|${(interventions || []).join('+')}`; + return (Store.scenarios.scenarios || []).find(s => s.id === id); + } + + Store.loadAll = loadAll; + Store.findScenario = findScenario; + global.Store = Store; +})(window); diff --git a/js/graph.js b/js/graph.js new file mode 100644 index 0000000..7100aa2 --- /dev/null +++ b/js/graph.js @@ -0,0 +1,208 @@ +/* ============================================================ + graph.js — Knowledge Graph (캔버스 force 시뮬레이션, 의존성 없음) + ============================================================ */ +(function () { + 'use strict'; + + const TYPE_COLOR = { protein: '#6699ff', pathway: '#a855f7', disease: '#f87171', axis: '#22d3ee', drug: '#34d399' }; + const TYPE_R = { protein: 4, pathway: 7, disease: 9, axis: 8, drug: 3 }; + + let canvas, ctx, nodes = [], links = [], view = { x: 0, y: 0, k: 1 }; + let alpha = 1, running = false, raf = null; + let drag = null, hover = null, pan = null, initialized = false, justDragged = false; + let showDrug = false, focusDisease = ''; + + function el(id) { return document.getElementById(id); } + + function init() { + if (initialized) { resize(); reheat(); return; } + initialized = true; + canvas = el('graph-canvas'); ctx = canvas.getContext('2d'); + const disSel = el('g-focus-disease'); + [...new Set(Store.catalog.proteins.flatMap(p => p.diseases || []))].sort() + .forEach(d => disSel.add(new Option(d, d))); + el('g-show-drug').addEventListener('change', e => { showDrug = e.target.checked; build(); reheat(); }); + disSel.addEventListener('change', e => { focusDisease = e.target.value; build(); reheat(); }); + el('g-reheat').addEventListener('click', reheat); + bindInteraction(); + window.addEventListener('resize', () => { if (isVisible()) resize(); }); + build(); resize(); reheat(); + } + + function isVisible() { return el('tab-graph').classList.contains('active'); } + + function build() { + const G = Store.graph; + const keep = new Set(); + let activeNodes = G.nodes.filter(n => { + if (!showDrug && n.type === 'drug') return false; + return true; + }); + if (focusDisease) { + const did = 'D:' + focusDisease; + const nbr = new Set([did]); + G.links.forEach(l => { + const s = idOf(l.source), t = idOf(l.target); + if (s === did) nbr.add(t); if (t === did) nbr.add(s); + }); + // 단백질의 경로/축도 포함 + G.links.forEach(l => { + const s = idOf(l.source), t = idOf(l.target); + if (nbr.has(s) && (t.startsWith('PW:') || t.startsWith('AX:'))) nbr.add(t); + if (nbr.has(t) && (s.startsWith('PW:') || s.startsWith('AX:'))) nbr.add(s); + }); + activeNodes = activeNodes.filter(n => nbr.has(n.id)); + } + activeNodes.forEach(n => keep.add(n.id)); + const prev = {}; nodes.forEach(n => prev[n.id] = n); + nodes = activeNodes.map(n => { + const p = prev[n.id]; + return Object.assign({}, n, { + x: p ? p.x : (Math.random() - .5) * 600, y: p ? p.y : (Math.random() - .5) * 600, + vx: 0, vy: 0, r: TYPE_R[n.type] + Math.min(6, (n.degree || 1) * 0.5), + }); + }); + const byId = {}; nodes.forEach(n => byId[n.id] = n); + links = G.links.filter(l => keep.has(idOf(l.source)) && keep.has(idOf(l.target))) + .map(l => ({ s: byId[idOf(l.source)], t: byId[idOf(l.target)], type: l.type })); + } + + function idOf(x) { return typeof x === 'object' ? x.id : x; } + + function resize() { + const r = canvas.getBoundingClientRect(); + canvas.width = r.width * devicePixelRatio; canvas.height = r.height * devicePixelRatio; + ctx.setTransform(devicePixelRatio, 0, 0, devicePixelRatio, 0, 0); + if (!view._init) { view.x = r.width / 2; view.y = r.height / 2; view.k = 0.8; view._init = true; } + draw(); + } + + function reheat() { alpha = 1; if (!running) loop(); } + + function tick() { + const k = 0.9; alpha *= 0.985; + // 반발 (O(n^2), 노드 수 제한적) + for (let i = 0; i < nodes.length; i++) { + const a = nodes[i]; + for (let j = i + 1; j < nodes.length; j++) { + const b = nodes[j]; + let dx = a.x - b.x, dy = a.y - b.y, d2 = dx * dx + dy * dy || 1; + const f = 900 / d2; + const d = Math.sqrt(d2); + const fx = dx / d * f, fy = dy / d * f; + a.vx += fx; a.vy += fy; b.vx -= fx; b.vy -= fy; + } + } + // 스프링 (엣지) + links.forEach(l => { + let dx = l.t.x - l.s.x, dy = l.t.y - l.s.y, d = Math.sqrt(dx * dx + dy * dy) || 1; + const target = 60, f = (d - target) * 0.02; + const fx = dx / d * f, fy = dy / d * f; + l.s.vx += fx; l.s.vy += fy; l.t.vx -= fx; l.t.vy -= fy; + }); + // 중심 인력 + 감쇠 + 적용 + nodes.forEach(n => { + if (n === (drag && drag.node)) return; + n.vx -= n.x * 0.002; n.vy -= n.y * 0.002; + n.vx *= k; n.vy *= k; + n.x += n.vx * alpha * 2; n.y += n.vy * alpha * 2; + }); + } + + function loop() { + running = true; + tick(); draw(); + if (alpha > 0.02) raf = requestAnimationFrame(loop); + else running = false; + } + + function toScreen(n) { return [view.x + n.x * view.k, view.y + n.y * view.k]; } + function toWorld(px, py) { return [(px - view.x) / view.k, (py - view.y) / view.k]; } + + function draw() { + if (!ctx) return; + const w = canvas.width / devicePixelRatio, h = canvas.height / devicePixelRatio; + ctx.clearRect(0, 0, w, h); + // 엣지 + ctx.lineWidth = 0.6; + links.forEach(l => { + const [sx, sy] = toScreen(l.s), [tx, ty] = toScreen(l.t); + ctx.strokeStyle = (hover && (l.s === hover || l.t === hover)) ? 'rgba(102,153,255,.5)' : 'rgba(255,255,255,.06)'; + ctx.beginPath(); ctx.moveTo(sx, sy); ctx.lineTo(tx, ty); ctx.stroke(); + }); + // 노드 + nodes.forEach(n => { + const [x, y] = toScreen(n), r = n.r * Math.sqrt(view.k); + ctx.beginPath(); ctx.arc(x, y, r, 0, 7); + ctx.fillStyle = TYPE_COLOR[n.type] || '#888'; + ctx.globalAlpha = (hover && hover !== n && !isNeighbor(n, hover)) ? 0.25 : 1; + ctx.fill(); + if (n === hover || n.type === 'disease' || n.type === 'axis' || (n.type === 'protein' && n.in_model && view.k > 0.7)) { + ctx.globalAlpha = 1; ctx.fillStyle = '#dfe4ff'; + ctx.font = `${Math.max(9, 11 * Math.sqrt(view.k))}px Inter`; + ctx.fillText(n.label, x + r + 2, y + 3); + } + ctx.globalAlpha = 1; + }); + } + + function isNeighbor(n, h) { return links.some(l => (l.s === n && l.t === h) || (l.t === n && l.s === h)); } + + function nodeAt(px, py) { + for (let i = nodes.length - 1; i >= 0; i--) { + const [x, y] = toScreen(nodes[i]); const r = nodes[i].r * Math.sqrt(view.k) + 3; + if ((px - x) ** 2 + (py - y) ** 2 < r * r) return nodes[i]; + } + return null; + } + + function bindInteraction() { + const tip = el('graph-tooltip'); + canvas.addEventListener('mousemove', e => { + const rect = canvas.getBoundingClientRect(); + const px = e.clientX - rect.left, py = e.clientY - rect.top; + if (drag) { drag.moved = true; const [wx, wy] = toWorld(px, py); drag.node.x = wx; drag.node.y = wy; drag.node.vx = drag.node.vy = 0; draw(); return; } + if (pan) { view.x += e.clientX - pan.x; view.y += e.clientY - pan.y; pan.x = e.clientX; pan.y = e.clientY; draw(); return; } + const prev = hover; + const n = nodeAt(px, py); hover = n; + if (n) { + canvas.style.cursor = 'pointer'; + tip.classList.remove('hidden'); + tip.style.left = (e.clientX + 14) + 'px'; tip.style.top = (e.clientY + 12) + 'px'; + tip.innerHTML = `
${n.label}
${ttSub(n)}
`; + } else { canvas.style.cursor = 'grab'; tip.classList.add('hidden'); } + if (n !== prev) draw(); // hover 변화시에만 재그리기(유휴 redraw 방지) + }); + canvas.addEventListener('mousedown', e => { + const rect = canvas.getBoundingClientRect(); + const n = nodeAt(e.clientX - rect.left, e.clientY - rect.top); + if (n) { drag = { node: n }; reheat(); } else pan = { x: e.clientX, y: e.clientY }; + }); + window.addEventListener('mouseup', () => { + justDragged = !!(drag && drag.moved); // 이동을 동반한 드래그였으면 click 무시 + drag = null; pan = null; + }); + canvas.addEventListener('click', e => { + if (justDragged) { justDragged = false; return; } // 드래그 끝의 click 은 네비게이션 금지 + const rect = canvas.getBoundingClientRect(); + const n = nodeAt(e.clientX - rect.left, e.clientY - rect.top); + if (n && n.type === 'protein') window.openProtein(n.label); + }); + canvas.addEventListener('wheel', e => { + e.preventDefault(); + const rect = canvas.getBoundingClientRect(); + const px = e.clientX - rect.left, py = e.clientY - rect.top; + const [wx, wy] = toWorld(px, py); + view.k *= e.deltaY < 0 ? 1.1 : 0.9; view.k = Math.max(0.2, Math.min(4, view.k)); + view.x = px - wx * view.k; view.y = py - wy * view.k; draw(); + }, { passive: false }); + } + + function ttSub(n) { + if (n.type === 'protein') return `${n.pathway || ''} · ${n.role || ''} · 근거 ${n.n_evidence || 0}편${n.in_model ? ' · 트윈 wired' : ''}`; + if (n.type === 'axis') return '디지털 트윈 상태축'; + return { pathway: '신호 경로', disease: '질환', drug: '약물/물질' }[n.type] || ''; + } + + window.GraphTab = { init }; +})(); diff --git a/js/library.js b/js/library.js new file mode 100644 index 0000000..6e8a9ed --- /dev/null +++ b/js/library.js @@ -0,0 +1,79 @@ +/* ============================================================ + library.js — Papers 탭 (논문 테이블 + 발굴 신규 논문) + ============================================================ */ +(function () { + 'use strict'; + let papers = [], filtered = [], page = 1, sortCol = 'pubYear', sortDir = -1; + let paperTargets = {}; + const PAGE = 20; + function el(id) { return document.getElementById(id); } + + function init() { + papers = (Store.analysis && Store.analysis.papers) || []; + // 논문 → 표적 단백질 역색인 (카탈로그 근거 기반) + Store.catalog.proteins.forEach(p => (p.evidence_paper_ids || []).forEach(id => { + (paperTargets[id] = paperTargets[id] || []).push(p.gene); + })); + + const disSel = el('filter-disease'), ySel = el('filter-year'); + [...new Set(papers.map(p => p.disease).filter(Boolean))].sort().forEach(d => disSel.add(new Option(d, d))); + [...new Set(papers.map(p => p.pubYear).filter(y => /^\d{4}$/.test(y)))].sort().reverse().forEach(y => ySel.add(new Option(y, y))); + + el('search-input').addEventListener('input', apply); + disSel.addEventListener('change', apply); + ySel.addEventListener('change', apply); + document.querySelectorAll('#tab-papers .sortable').forEach(th => th.onclick = () => { + const c = th.dataset.col; if (sortCol === c) sortDir *= -1; else { sortCol = c; sortDir = 1; } apply(); + }); + el('btn-prev').onclick = () => { if (page > 1) { page--; renderTable(); } }; + el('btn-next').onclick = () => { if (page * PAGE < filtered.length) { page++; renderTable(); } }; + renderNewPapers(); + apply(); + } + + function apply() { + const q = el('search-input').value.trim().toLowerCase(); + const dis = el('filter-disease').value, yr = el('filter-year').value; + filtered = papers.filter(p => { + if (dis && p.disease !== dis) return false; + if (yr && p.pubYear !== yr) return false; + if (q && !((p.title || '').toLowerCase().includes(q) || (p.abstract || '').toLowerCase().includes(q))) return false; + return true; + }); + filtered.sort((a, b) => { + const x = (a[sortCol] || ''), y = (b[sortCol] || ''); + return (x < y ? -1 : x > y ? 1 : 0) * sortDir; + }); + page = 1; renderTable(); + } + + function renderTable() { + el('table-count').textContent = filtered.length; + const start = (page - 1) * PAGE; + const rows = filtered.slice(start, start + PAGE); + el('papers-tbody').innerHTML = rows.length ? rows.map(p => { + const tg = (paperTargets[p.id] || []).slice(0, 6); + return ` + ${p.pubYear || '—'} + ${p.title || ''} + ${p.disease || '—'} +
${tg.map(g => `${g}`).join('') || '—'}
+ `; + }).join('') : '결과 없음'; + el('papers-tbody').querySelectorAll('.tg').forEach(t => t.onclick = () => window.openProtein(t.dataset.gene)); + el('page-info').textContent = `${page} / ${Math.max(1, Math.ceil(filtered.length / PAGE))}`; + el('btn-prev').disabled = page <= 1; + el('btn-next').disabled = page * PAGE >= filtered.length; + } + + function renderNewPapers() { + const np = (Store.extras && Store.extras.new_papers) || []; + el('newpapers-list').innerHTML = np.slice(0, 24).map(p => ` +
+
${p.title || ''}
+
${p.year || ''} · 표적 ${p.target || '—'}${p.note ? ' · ' + p.note : ''}
+
`).join('') || '발굴된 신규 논문 없음'; + } + + window.LibraryTab = { init }; +})(); diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..b895c5a --- /dev/null +++ b/js/main.js @@ -0,0 +1,68 @@ +/* ============================================================ + main.js — 오케스트레이터 (데이터 로드 · 탭 네비 · 지연 초기화) + ============================================================ */ +(function () { + 'use strict'; + // Chart.js 전역 폰트를 Pretendard로 (모든 차트 생성 전에 즉시 적용) + if (window.Chart) { + Chart.defaults.font.family = "'Pretendard Variable', Pretendard, system-ui, 'Malgun Gothic', sans-serif"; + Chart.defaults.font.size = 13; + Chart.defaults.color = '#4a463d'; + } + const inited = {}; + + function el(id) { return document.getElementById(id); } + + function setHeader() { + const cat = Store.catalog || { proteins: [] }; + el('stat-proteins').textContent = cat.n_proteins || cat.proteins.length; + el('stat-structures').textContent = (cat.proteins || []).filter(p => p.structure && p.structure.accession).length; + const gs = cat.grounding_stats; + if (gs) el('stat-grounding').textContent = `${gs.in_model_grounded}/${gs.in_model_total} 트윈·${gs.catalog_grounded}/${gs.catalog_total} 전체`; + el('last-updated').textContent = (cat.last_updated || '').replace('T', ' ').slice(0, 16) || '—'; + const pa = (Store.extras && Store.extras.prior_art) || []; + const fw = (Store.extras && Store.extras.frameworks) || []; + el('prior-art-note').textContent = `선행연구 ${pa.length}건 · 권장 프레임워크 ${fw.length}종 · 에이전트 14기 마이닝`; + } + + function initTab(name) { + if (inited[name]) { + if (name === 'graph') window.GraphTab.init(); + if (name === 'atlas') window.AtlasTab.resize(); + return; + } + inited[name] = true; + try { + if (name === 'twin') window.TwinTab.init(); + else if (name === 'timeline') window.TimelineTab.init(); + else if (name === 'network') window.NetworkTab.init(); + else if (name === 'atlas') window.AtlasTab.init(); + else if (name === 'graph') window.GraphTab.init(); + else if (name === 'calibrate') window.CalibrateTab.init(); + else if (name === 'validation') window.ValidationTab.init(); + else if (name === 'stats') window.StatsTab.render(); + else if (name === 'papers') window.LibraryTab.init(); + } catch (e) { console.error('탭 초기화 오류', name, e); } + } + + function bindTabs() { + document.querySelectorAll('.tab-btn').forEach(btn => { + btn.addEventListener('click', () => { + document.querySelectorAll('.tab-btn').forEach(b => b.classList.remove('active')); + document.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); + btn.classList.add('active'); + el('tab-' + btn.dataset.tab).classList.add('active'); + initTab(btn.dataset.tab); + }); + }); + } + + async function boot() { + await Store.loadAll(); + setHeader(); + bindTabs(); + initTab('twin'); // 기본 탭 + } + + document.addEventListener('DOMContentLoaded', boot); +})(); diff --git a/js/network.js b/js/network.js new file mode 100644 index 0000000..a7e8623 --- /dev/null +++ b/js/network.js @@ -0,0 +1,338 @@ +/* ============================================================ + network.js — 단백질 상호작용 네트워크 + 모낭 (3D, 시간축) + Three.js(WebGL) 로 단백질 신호망과 모낭을 3D 렌더. 마우스 회전, + 조명, 같은 시간 슬라이더로 기전→단백질→모낭 변화를 동기 표시. + 데이터: data/network_dynamics.json + ============================================================ */ +(function () { + 'use strict'; + let data = null, done = false, scen = 'AGA|finasteride', tIdx = 0, playing = false, timer = null; + const el = id => document.getElementById(id); + const GCOL = { + androgen: 0xc8401f, wnt_antag: 0xd9683f, bmp: 0x9a6a12, wnt: 0x1f5d52, + shh: 0x2f8f7f, dp: 0x2f63c8, hfsc: 0x7a55a8, hair: 0x1f6d3a, immune: 0xb3361b, + }; + const HEX = { androgen: '#c8401f', wnt_antag: '#d9683f', bmp: '#9a6a12', wnt: '#1f5d52', shh: '#2f8f7f', dp: '#2f63c8', hfsc: '#7a55a8', hair: '#1f6d3a', immune: '#b3361b' }; + // 그룹별 깊이(z) — 드라이버 앞, 산출 뒤 + const GZ = { androgen: 2.6, immune: 2.6, wnt_antag: 1.3, bmp: 0.6, wnt: 0, shh: -0.7, dp: -1.5, hfsc: -2.2, hair: -2.9 }; + // 단백질 → UniProt 가속(AlphaFold 구조 로드용) + const ACC = { + AR: 'P10275', SRD5A2: 'P31213', IFNG: 'P01579', CD8A: 'P01732', 'HLA-DQB1': 'P01920', CXCL10: 'P02778', + DKK1: 'O94907', SFRP1: 'Q8N474', BMP4: 'P12644', ID1: 'P41134', WNT10B: 'O00744', CTNNB1: 'P35222', + LEF1: 'Q9UJU2', AXIN2: 'Q9Y2T1', SHH: 'Q15465', GLI1: 'P08151', SOX2: 'P48431', VCAN: 'P13611', + ALPL: 'P05186', KRT15: 'P19012', CD34: 'P28906', LGR5: 'O75473', KRT85: 'P78386', KRT35: 'Q92764', + }; + + let net = null, foll = null, raf = null; // 3D 컨텍스트 + let mode = 'sphere', nglStage = null, nglComps = {}, nglBuilt = false; + + async function init() { + if (done) return; done = true; + try { data = await fetch('data/network_dynamics.json').then(r => r.json()); } + catch (e) { el('net-wrap').innerHTML = '

데이터 로드 실패: ' + e + '

'; return; } + buildControls(); buildLegend(); + if (!window.THREE) { + el('net-wrap').innerHTML = '

3D 라이브러리(Three.js) 로드 실패 — 인터넷 연결 확인. (네트워크 데이터는 정상)

'; + return; + } + setupNet(); setupFoll(); + window.addEventListener('resize', onResize); + update(); animate(); + } + + function curScen() { return data.scenarios[scen]; } + function months() { return data.months; } + function actOf(nid) { return curScen().activity[nid][tIdx]; } + function gact(group) { + const ids = data.nodes.filter(n => n.group === group).map(n => n.id); + if (!ids.length) return 0; + return ids.reduce((s, id) => s + actOf(id), 0) / ids.length; + } + function hashJit(id) { let h = 0; for (let i = 0; i < id.length; i++) h = (h * 31 + id.charCodeAt(i)) % 1000; return (h / 1000 - 0.5) * 1.2; } + // 단백질 클릭 → 아틀라스 탭 상세(있으면) / 없으면 AlphaFold EBI + function openProteinSafe(gene) { + const inCat = window.Store && Store.proteinByGene && Store.proteinByGene[gene]; + if (inCat && typeof window.openProtein === 'function') window.openProtein(gene); + else if (ACC[gene]) window.open('https://alphafold.ebi.ac.uk/entry/' + ACC[gene], '_blank'); + } + let _down = null; // 드래그 구분 + + // ---------- 컨트롤 ---------- + function buildControls() { + const diseases = { AGA: '남성형 탈모(AGA)', AA: '원형 탈모(AA)' }; + const dz = el('net-disease'); + dz.innerHTML = Object.keys(diseases).map(d => ``).join(''); + dz.value = scen.split('|')[0]; + dz.onchange = () => fillTreatments(dz.value); + fillTreatments(dz.value); + const sl = el('net-time'); sl.min = 0; sl.max = months().length - 1; sl.value = tIdx; + sl.oninput = () => { stop(); tIdx = +sl.value; update(); }; + el('net-play').onclick = togglePlay; + const mb = el('net-mode'); if (mb) mb.onclick = toggleMode; + } + + function toggleMode() { + if (typeof NGL === 'undefined') { el('net-status').textContent = 'NGL(구조 뷰어) 미로딩 — 인터넷 확인'; return; } + mode = mode === 'sphere' ? 'structure' : 'sphere'; + const mb = el('net-mode'); + if (mode === 'structure') { + mb.textContent = '⚪ 구체(추상)'; mb.classList.add('on'); + el('net-canvas').style.display = 'none'; el('net-ngl').style.display = 'block'; + if (!nglBuilt) buildStructureNet(); + } else { + mb.textContent = '🧬 AlphaFold 구조'; mb.classList.remove('on'); + el('net-ngl').style.display = 'none'; el('net-canvas').style.display = 'block'; + } + update(); + } + function fillTreatments(dz) { + const keys = Object.keys(data.scenarios).filter(k => k.startsWith(dz + '|')); + const tr = el('net-treat'); + tr.innerHTML = keys.map(k => ``).join(''); + scen = keys.includes(scen) ? scen : keys[Math.min(1, keys.length - 1)]; + tr.value = scen; + tr.onchange = () => { stop(); scen = tr.value; update(); }; + } + function buildLegend() { + el('net-legend').innerHTML = Object.keys(data.groups).map(g => + `${data.groups[g]}`).join('') + + '🖱 드래그=회전·휠=확대 · 단백질 클릭 → 아틀라스 상세'; + } + function togglePlay() { playing ? stop() : start(); } + function start() { + playing = true; el('net-play').textContent = '⏸ 정지'; + timer = setInterval(() => { + tIdx++; if (tIdx >= months().length) { tIdx = months().length - 1; stop(); return; } + el('net-time').value = tIdx; update(); + }, 720); + } + function stop() { playing = false; el('net-play').textContent = '▶ 재생'; if (timer) clearInterval(timer); timer = null; } + + // ---------- 3D 공통 ---------- + function mkCtx(canvas, camPos) { + const w = canvas.clientWidth || 400, h = canvas.clientHeight || 360; + const renderer = new THREE.WebGLRenderer({ canvas, antialias: true, alpha: true }); + renderer.setPixelRatio(Math.min(2, window.devicePixelRatio || 1)); + renderer.setSize(w, h, false); + const scene = new THREE.Scene(); + const cam = new THREE.PerspectiveCamera(45, w / h, 0.1, 100); + cam.position.set(camPos[0], camPos[1], camPos[2]); + const ctrl = new THREE.OrbitControls(cam, renderer.domElement); + ctrl.enableDamping = true; ctrl.dampingFactor = 0.08; ctrl.enablePan = false; + scene.add(new THREE.AmbientLight(0xffffff, 0.62)); + const d1 = new THREE.DirectionalLight(0xfff4e6, 0.85); d1.position.set(5, 8, 9); scene.add(d1); + const d2 = new THREE.DirectionalLight(0xcfe0ff, 0.32); d2.position.set(-6, -3, -5); scene.add(d2); + return { renderer, scene, cam, ctrl, w, h }; + } + function edgeCyl(a, b, color, radius, op) { + const dir = new THREE.Vector3().subVectors(b, a); const len = dir.length(); + const geo = new THREE.CylinderGeometry(radius, radius, len, 6); + const mat = new THREE.MeshStandardMaterial({ color, emissive: color, emissiveIntensity: .35, transparent: true, opacity: op, roughness: .6 }); + const m = new THREE.Mesh(geo, mat); + m.position.copy(a).addScaledVector(dir, .5); + m.quaternion.setFromUnitVectors(new THREE.Vector3(0, 1, 0), dir.clone().normalize()); + return m; + } + + // ---------- 네트워크 3D ---------- + function nodePos(n) { + return new THREE.Vector3((n.x - 50) / 50 * 8, (50 - n.y) / 50 * 5, (GZ[n.group] || 0) + hashJit(n.id)); + } + function setupNet() { + net = mkCtx(el('net-canvas'), [0, 0, 18]); + net.ctrl.target.set(0, 0, 0); net.ctrl.autoRotate = true; net.ctrl.autoRotateSpeed = 0.5; + net.nodes = {}; net.edges = []; + data.nodes.forEach(n => { + const geo = new THREE.SphereGeometry(0.42, 22, 22); + const mat = new THREE.MeshStandardMaterial({ color: GCOL[n.group], emissive: GCOL[n.group], emissiveIntensity: .2, roughness: .35, metalness: .1 }); + const mesh = new THREE.Mesh(geo, mat); mesh.position.copy(nodePos(n)); + mesh.userData.id = n.id; + net.scene.add(mesh); net.nodes[n.id] = mesh; + // 라벨 스프라이트 + const sp = makeLabel(n.label); sp.position.copy(mesh.position).add(new THREE.Vector3(0, 0.85, 0)); + net.scene.add(sp); + }); + data.edges.forEach(e => { + const a = nodePos(data.nodes.find(n => n.id === e.from)), b = nodePos(data.nodes.find(n => n.id === e.to)); + if (!a || !b) return; + const col = e.type === 'inhibit' ? 0xb3361b : 0x1f6d3a; + const cyl = edgeCyl(a, b, col, 0.05, 0.5); cyl.userData = e; net.scene.add(cyl); net.edges.push(cyl); + }); + // 클릭 → 단백질 상세 (드래그 제외) + const cv = el('net-canvas'); cv.style.cursor = 'pointer'; + cv.addEventListener('pointerdown', e => { _down = [e.clientX, e.clientY]; }); + cv.addEventListener('pointerup', e => { + if (mode !== 'sphere' || !net || !_down) return; + if (Math.hypot(e.clientX - _down[0], e.clientY - _down[1]) > 6) { _down = null; return; } + _down = null; + const r = cv.getBoundingClientRect(); + const m = new THREE.Vector2(((e.clientX - r.left) / r.width) * 2 - 1, -((e.clientY - r.top) / r.height) * 2 + 1); + const ray = new THREE.Raycaster(); ray.setFromCamera(m, net.cam); + const hits = ray.intersectObjects(Object.values(net.nodes)); + if (hits.length && hits[0].object.userData.id) openProteinSafe(hits[0].object.userData.id); + }); + } + function makeLabel(text) { + const cv = document.createElement('canvas'); const s = 128; cv.width = 256; cv.height = 64; + const g = cv.getContext('2d'); g.font = '700 30px Pretendard, sans-serif'; g.fillStyle = '#1b1a16'; + g.textAlign = 'center'; g.textBaseline = 'middle'; g.fillText(text, 128, 34); + const tex = new THREE.CanvasTexture(cv); tex.anisotropy = 4; + const sp = new THREE.Sprite(new THREE.SpriteMaterial({ map: tex, transparent: true, depthTest: false })); + sp.scale.set(2.4, 0.6, 1); return sp; + } + function updateNet() { + if (!net) return; + data.nodes.forEach(n => { + const a = actOf(n.id), m = net.nodes[n.id]; + const s = 0.55 + 1.05 * a; m.scale.setScalar(s); + m.material.emissiveIntensity = 0.12 + 0.95 * a; + m.material.opacity = 1; m.material.transparent = false; + }); + net.edges.forEach(c => { const sa = actOf(c.userData.from); c.material.opacity = 0.1 + 0.6 * sa; }); + } + + // ---------- AlphaFold 구조 네트워크 (NGL) ---------- + const KPOS = 17, SSCALE = 0.5; + function posK(n) { return [(n.x - 50) / 50 * 8 * KPOS, (50 - n.y) / 50 * 5 * KPOS, ((GZ[n.group] || 0) + hashJit(n.id)) * KPOS]; } + function structUrls(acc) { return ['../digital_twin/data/structures/' + acc + '_AF.pdb', 'https://alphafold.ebi.ac.uk/files/AF-' + acc + '-F1-model_v4.pdb']; } + + function buildStructureNet() { + nglBuilt = true; + const load = el('net-ngl-load'); load.style.display = 'flex'; + nglStage = new NGL.Stage('net-ngl', { backgroundColor: '#f2ece1' }); + el('net-ngl').style.cursor = 'pointer'; + const compId = {}; // uuid → gene + nglStage.signals.clicked.add(pp => { if (pp && pp.component && compId[pp.component.uuid]) openProteinSafe(compId[pp.component.uuid]); }); + const nodesA = data.nodes.filter(n => ACC[n.id]); const total = nodesA.length; let loaded = 0; + load.textContent = 'AlphaFold 구조 로딩 0/' + total; + // 엣지 + 라벨(정적) + const shape = new NGL.Shape('edges'); + data.edges.forEach(e => { + const a = data.nodes.find(n => n.id === e.from), b = data.nodes.find(n => n.id === e.to); + if (!a || !b || !ACC[a.id] || !ACC[b.id]) return; + const col = e.type === 'inhibit' ? [0.7, 0.21, 0.11] : [0.12, 0.43, 0.23]; + try { shape.addCylinder(posK(a), posK(b), col, 0.9); } catch (er) {} + }); + nodesA.forEach(n => { const p = posK(n); try { shape.addText([p[0], p[1] + 16, p[2]], [0.1, 0.09, 0.08], 15, n.label); } catch (er) {} }); + try { nglStage.addComponentFromObject(shape).addRepresentation('buffer'); } catch (er) {} + // 구조 + nodesA.forEach(n => { + const urls = structUrls(ACC[n.id]); + const place = comp => { + const r = comp.addRepresentation('cartoon', { color: HEX[n.group], smoothSheet: true }); + let cx = 0, cy = 0, cz = 0; + try { const c = comp.structure.center; cx = c.x; cy = c.y; cz = c.z; } catch (e) {} + comp.setScale(SSCALE); + const p = posK(n); + comp.setPosition([p[0] - SSCALE * cx, p[1] - SSCALE * cy, p[2] - SSCALE * cz]); + compId[comp.uuid] = n.id; + nglComps[n.id] = { comp, repr: r }; + }; + const fin = () => { loaded++; load.textContent = 'AlphaFold 구조 로딩 ' + loaded + '/' + total; if (loaded >= total) { load.style.display = 'none'; try { nglStage.autoView(600); } catch (e) {} updateStructureNet(); } }; + nglStage.loadFile(urls[0], { ext: 'pdb' }).then(c => { place(c); fin(); }) + .catch(() => nglStage.loadFile(urls[1], { ext: 'pdb' }).then(c => { place(c); fin(); }).catch(fin)); + }); + } + function updateStructureNet() { + data.nodes.forEach(n => { + const c = nglComps[n.id]; if (!c) return; + const a = actOf(n.id); + try { c.repr.setParameters({ opacity: 0.45 + 0.55 * a }); } catch (e) {} + }); + } + + // ---------- 모낭 3D ---------- + function setupFoll() { + foll = mkCtx(el('net-follicle'), [0, -0.5, 12]); + foll.ctrl.target.set(0, -1, 0); foll.ctrl.autoRotate = true; foll.ctrl.autoRotateSpeed = 0.8; + // 피부층(반투명 디스크) + const layer = (y, h, r, col, op) => { + const m = new THREE.Mesh(new THREE.CylinderGeometry(r, r, h, 40), + new THREE.MeshStandardMaterial({ color: col, transparent: true, opacity: op, roughness: .9 })); + m.position.y = y; return m; + }; + foll.scene.add(layer(2.1, 0.5, 4, 0xeac9a6, 0.55)); // 표피 + foll.scene.add(layer(-0.3, 4.2, 4, 0xe3cdb0, 0.34)); // 진피 + foll.scene.add(layer(-3.1, 1.4, 4, 0xf0dd9c, 0.4)); // 피하지방 + foll.group = new THREE.Group(); foll.scene.add(foll.group); + } + function buildFollicle(hair, dp, immune, disease) { + const g = new THREE.Group(); + const surf = 2.0; + const depth = disease === 'AA' ? (4.6 + 0.6 * hair) : (2.6 + 3.4 * dp); + const bulbY = surf - depth; + const bulbR = 0.45 + 0.7 * (disease === 'AA' ? 0.8 : dp); + const neckR = 0.22 + 0.18 * (disease === 'AA' ? 0.8 : dp); + // 외초 — LatheGeometry(프로파일 회전) + const pts = [ + new THREE.Vector2(0.02, 0), new THREE.Vector2(bulbR, 0.35 * depth * 0.3 + 0.2), + new THREE.Vector2(bulbR * 0.7, depth * 0.45), new THREE.Vector2(neckR, depth * 0.7), + new THREE.Vector2(neckR, depth), + ]; + const sheath = new THREE.Mesh(new THREE.LatheGeometry(pts, 36), + new THREE.MeshStandardMaterial({ color: 0xe6c9a4, transparent: true, opacity: 0.55, side: THREE.DoubleSide, roughness: .8 })); + sheath.position.y = bulbY; g.add(sheath); + // 진피유두 DP + const dpR = 0.22 + 0.5 * dp; + const dpm = new THREE.Mesh(new THREE.SphereGeometry(dpR, 20, 20), + new THREE.MeshStandardMaterial({ color: 0xc98b5e, emissive: 0x6b3a1e, emissiveIntensity: .25, roughness: .5 })); + dpm.position.y = bulbY + bulbR * 0.5; g.add(dpm); + // 모간 hair shaft + const hairR = disease === 'AA' ? 0.14 : (0.04 + 0.26 * hair); + const hairAbove = 0.4 + 3.2 * hair; + const shaftBottom = bulbY + bulbR * 0.4, shaftTop = surf + hairAbove; + const aaBroken = (disease === 'AA' && hair < 0.45); + const top = aaBroken ? surf - 0.2 + 0.4 * hair : shaftTop; + const len = Math.max(0.2, top - shaftBottom); + const hairCol = disease === 'AA' ? (hair > 0.5 ? 0x3f3020 : 0x6b5640) : (hair > 0.5 ? 0x402f1c : 0x8a7660); + const shaft = new THREE.Mesh(new THREE.CylinderGeometry(hairR, hairR * 1.2, len, 12), + new THREE.MeshStandardMaterial({ color: hairCol, roughness: .55, metalness: .15 })); + shaft.position.y = shaftBottom + len / 2; g.add(shaft); + // 피지선 + const sg = new THREE.Mesh(new THREE.SphereGeometry(0.3, 14, 14), + new THREE.MeshStandardMaterial({ color: 0xdcc878, transparent: true, opacity: .7, roughness: .8 })); + sg.position.set(neckR + 0.35, surf - depth * 0.28, 0); g.add(sg); + // 면역세포(AA) + if (disease === 'AA') { + const n = Math.round(immune * 14); + for (let i = 0; i < n; i++) { + const a = i / Math.max(n, 1) * 6.283, rr = bulbR + 0.45 + (i % 3) * 0.18; + const c = new THREE.Mesh(new THREE.SphereGeometry(0.13, 10, 10), + new THREE.MeshStandardMaterial({ color: 0xb3361b, emissive: 0x7a1c0c, emissiveIntensity: .4 })); + c.position.set(Math.cos(a) * rr, bulbY + bulbR * 0.5 + Math.sin(a * 1.7) * 0.5, Math.sin(a) * rr); + g.add(c); + } + } + return g; + } + function updateFoll() { + if (!foll) return; + const disease = scen.split('|')[0]; + while (foll.group.children.length) { const c = foll.group.children.pop(); c.traverse && c.traverse(o => { o.geometry && o.geometry.dispose(); o.material && o.material.dispose(); }); foll.group.remove(c); } + foll.group.add(buildFollicle(gact('hair'), gact('dp'), gact('immune'), disease)); + let state; + if (disease === 'AA') { const im = gact('immune'), h = gact('hair'); state = im > 0.55 ? '면역공격 · 모발탈락' : (h > 0.6 ? '재생 완료' : '재생 중'); } + else { const h = gact('hair'); state = h < 0.32 ? '소형화 모낭(vellus)' : (h < 0.65 ? '회복 중' : '정상모(terminal)'); } + el('net-foll-state').textContent = state; + } + + // ---------- 갱신/루프 ---------- + function update() { + const m = months()[tIdx]; + el('net-month').textContent = m < 1 ? Math.round(m * 30) + '일' : m + '개월'; + const S = curScen(); + el('net-status').textContent = S.label + ' — 표적: ' + (S.targets && S.targets.length ? S.targets.map(t => data.groups[t]).join(', ') : '없음(무치료)'); + if (mode === 'structure' && nglBuilt) updateStructureNet(); else updateNet(); + updateFoll(); + } + function onResize() { + [net, foll].forEach(c => { if (!c) return; const cv = c.renderer.domElement; const w = cv.clientWidth, h = cv.clientHeight; if (w && h) { c.renderer.setSize(w, h, false); c.cam.aspect = w / h; c.cam.updateProjectionMatrix(); } }); + } + function animate() { + raf = requestAnimationFrame(animate); + if (net) { net.ctrl.update(); net.renderer.render(net.scene, net.cam); } + if (foll) { foll.ctrl.update(); foll.renderer.render(foll.scene, foll.cam); } + } + + window.NetworkTab = { init }; +})(); diff --git a/js/stats.js b/js/stats.js new file mode 100644 index 0000000..bbd06ad --- /dev/null +++ b/js/stats.js @@ -0,0 +1,57 @@ +/* ============================================================ + stats.js — Statistics 탭 (논문 + 단백질 카탈로그 통계) + ============================================================ */ +(function () { + 'use strict'; + let charts = {}, rendered = false; + const C = ['#2f63c8', '#7c3aed', '#0e7490', '#1f8a5b', '#b07a12', '#c8401f', '#c2367f', '#c0561f', '#5b6470', '#9333ea']; + + function count(arr, key) { + const m = {}; + arr.forEach(x => { const k = (typeof key === 'function' ? key(x) : x[key]) || '기타'; m[k] = (m[k] || 0) + 1; }); + return m; + } + function sorted(obj, n) { return Object.entries(obj).sort((a, b) => b[1] - a[1]).slice(0, n || 99); } + + function doughnut(id, obj, n) { + const e = sorted(obj, n); + mk(id, 'doughnut', { + labels: e.map(x => x[0]), datasets: [{ data: e.map(x => x[1]), backgroundColor: C, borderColor: '#fbf9f4', borderWidth: 2 }] + }, { plugins: { legend: { position: 'right', labels: { color: '#4a463d', font: { size: 11 }, boxWidth: 12 } } } }); + } + function bar(id, obj, n, horizontal) { + const e = sorted(obj, n); + mk(id, 'bar', { + labels: e.map(x => x[0]), datasets: [{ data: e.map(x => x[1]), backgroundColor: C[0], borderRadius: 4 }] + }, { + indexAxis: horizontal ? 'y' : 'x', plugins: { legend: { display: false } }, + scales: { x: { ticks: { color: '#6b655a', font: { size: 10 } }, grid: { color: 'rgba(0,0,0,.08)' } }, + y: { ticks: { color: '#6b655a', font: { size: 10 } }, grid: { display: false } } } + }); + } + function line(id, obj) { + const e = Object.entries(obj).filter(([y]) => /^\d{4}$/.test(y)).sort(); + mk(id, 'line', { + labels: e.map(x => x[0]), + datasets: [{ data: e.map(x => x[1]), borderColor: '#22d3ee', backgroundColor: 'rgba(34,211,238,.12)', fill: true, tension: .3, pointRadius: 2 }] + }, { plugins: { legend: { display: false } }, scales: { x: { ticks: { color: '#6b655a' }, grid: { display: false } }, y: { ticks: { color: '#6b655a' }, grid: { color: 'rgba(0,0,0,.08)' } } } }); + } + function mk(id, type, data, opts) { + const ctx = document.getElementById(id); if (!ctx) return; + if (charts[id]) charts[id].destroy(); + charts[id] = new Chart(ctx, { type, data, options: Object.assign({ responsive: true, maintainAspectRatio: false }, opts) }); + } + + function render() { + if (rendered) return; rendered = true; + const papers = (Store.analysis && Store.analysis.papers) || []; + const proteins = Store.catalog.proteins; + doughnut('chart-disease', count(papers, 'disease'), 6); + bar('chart-axis', count(proteins.filter(p => p.twin_node && p.twin_node !== '—'), 'twin_node'), 8, true); + line('chart-trend', count(papers, 'pubYear')); + bar('chart-pathway', count(proteins, 'pathway'), 10, true); + doughnut('chart-modality', count(papers, p => p.modality), 6); + } + + window.StatsTab = { render }; +})(); diff --git a/js/timeline.js b/js/timeline.js new file mode 100644 index 0000000..0bf8ae2 --- /dev/null +++ b/js/timeline.js @@ -0,0 +1,314 @@ +/* ============================================================ + timeline.js — 치료 타임라인 시뮬레이션 탭 + 업로드한 두피/쥐/원형탈모 사진 위에, 치료 반응을 0~36개월 프로그레스 + 바로 표현. + ── 정직성 원칙 ────────────────────────────────────────── + · 회복의 '양(magnitude)' = TwinEngine 모델(치료 전 질환 평형 → 치료 후 + 평형 밀도). 모델의 정량 출력. + · 회복의 '속도(timing)' = 임상시험 문헌의 반응 동역학(lag/tau/shed). + 모델 ODE 의 '일(day)'은 임상시간과 무관(수주 내 평형)하므로 시간축으로 + 쓰지 않고 폐기 → 문헌 시간상수로 보정. + density(t) = baseline + (target − baseline) · f_clinical(t) + · 사진 변형 = 위 곡선이 구동하는 절차적 캔버스 일러스트(생성형 AI 아님). + 환부 '기하'는 사용자 사진에서, '얼마나·언제'는 모델+문헌. 개별 환자 예측 아님. + ============================================================ */ +(function () { + 'use strict'; + + const DISEASES = [ + { key: "Alopecia Areata", ko: "원형 탈모 (AA)", sub: "두피·패치", style: "edge", ivs: ["JAK_inhibitor", "corticosteroid"] }, + { key: "Androgenetic Alopecia", ko: "남성형 탈모 (AGA)", sub: "두피·미만성", style: "diffuse", ivs: ["finasteride", "minoxidil", "dutasteride"] }, + { key: "Chemotherapy-induced Alopecia", ko: "항암 탈모 (CIA)", sub: "전두피", style: "diffuse", ivs: ["minoxidil", "CDK46_inhibitor"] }, + { key: "__mouse__", ko: "쥐 제모 발모 (마우스)", sub: "등쪽·균일", style: "uniform", ivs: ["minoxidil", "wnt_agonist"] }, + ]; + const IV_KO = { + finasteride: "피나스테리드", dutasteride: "두타스테리드", minoxidil: "미녹시딜", + JAK_inhibitor: "JAK 억제제", corticosteroid: "코르티코스테로이드", + CDK46_inhibitor: "CDK4/6 억제제", wnt_agonist: "Wnt 작용제", + }; + + // 임상 반응 동역학(개월). lag=가시반응 지연, tau=특성시간(≈63% 도달), shed=초기 telogen 탈락. + // ▶ 3가지 증거를 화해(reconcile)시켜 보정 — digital_twin/timeline_calibration.py + 2차 웹스윕: + // (1) 데이터적합: CT.gov 실궤적(THRIVE-AA1/2·brepo·ritle SALT 다시점, 5-ARI 24주). JAK 재적합 R²0.94~0.99. + // (2) 기계론적 바닥: 가시 발모는 모낭주기(텔로젠 ~2-3개월)에 묶임 — 약물 PK는 빠르나(DHT 수시간) 모발은 느림. + // 단기시험의 lag~0 적합은 초기 TAHC '굵어짐' 과적합 → 가시 밀도 lag는 ≥~2개월(5-ARI). + // (3) 장기: 피나 Kaufman 2년까지 지속상승(tau~6). JAK는 wk4-8 분리(immune→기존모낭 재진입)로 더 빠름. + // ⚠ 단일 지수는 (a)AGA 이상성(빠른 굵어짐+느린 밀도), (b)피나 yr2-5 감소, (c)미녹 재퇴행 재현 못 함(한계). + const TIME_MODEL = { + finasteride: { lag: 2.0, tau: 6, shed: 0.05 }, // telogen 바닥 + Kaufman 2yr (R²0.999) + dutasteride: { lag: 2.0, tau: 5, shed: 0.05 }, // 더 깊은 DHT 억제(scalp 51% vs 41%)·약간 빠름 + minoxidil: { lag: 1.5, tau: 4, shed: 0.14 }, // telogen 단축 → 약간 빠름; SULT1A1 응답자 ~40% + JAK_inhibitor: { lag: 1.0, tau: 4, shed: 0 }, // THRIVE wk4-8 분리; tau는 baricitinib 느림 포함 절충 + corticosteroid: { lag: 1.0, tau: 3, shed: 0 }, + CDK46_inhibitor: { lag: 1.5, tau: 4, shed: 0 }, // 데이터 없음(실험적) + wnt_agonist: { lag: 1.5, tau: 4, shed: 0 }, // 데이터 없음(실험적) + }; + const TIME_DEFAULT = { lag: 2, tau: 4.5, shed: 0 }; // 무처치/기타 + const MOUSE_KIN = { lag: 0.2, tau: 0.6, shed: 0 }; // 마우스 모주기 ~2-3주(실제로 빠름) + // 절대밀도 환산 레퍼런스(정상=100%): 한국인 정수리 ~130 hairs/cm² (Yoo 2002·Han 2004 phototrichogram; 백인 ~226). + const NORMAL_DENSITY = 130; + + const S = { + img: null, region: null, strokes: null, hairColor: '#34281d', + disease: DISEASES[0], ivs: ["JAK_inhibitor"], + baseline: null, target: null, kin: null, ti: 0, + marking: false, markStart: null, chart: null, + }; + function el(id) { return document.getElementById(id); } + function gctx() { return el('tl-canvas').getContext('2d', { willReadFrequently: true }); } + + // 임상 시간축(개월). 초반 telogen-shed 구간은 촘촘, 후반은 분기/연 단위. + const TIMEPOINTS = [ + { m: 0, l: '0' }, { m: 0.5, l: '2주' }, { m: 1, l: '1개월' }, { m: 2, l: '2개월' }, + { m: 3, l: '3개월' }, { m: 4, l: '4개월' }, { m: 6, l: '6개월' }, { m: 9, l: '9개월' }, + { m: 12, l: '1년' }, { m: 18, l: '1.5년' }, { m: 24, l: '2년' }, { m: 30, l: '2.5년' }, { m: 36, l: '3년' }, + ]; + function curMonth() { return TIMEPOINTS[S.ti].m; } + function setSliderFill() { + const sl = el('tl-slider'); if (!sl) return; + const pct = (S.ti / (TIMEPOINTS.length - 1)) * 100; + sl.style.background = `linear-gradient(90deg,var(--primary) ${pct}%,var(--line2) ${pct}%)`; + } + + function init() { + el('tl-disease').innerHTML = DISEASES.map((d, i) => + ``).join(''); + el('tl-disease').querySelectorAll('.seg-btn').forEach(b => + b.onclick = () => { selectDisease(+b.dataset.i); }); + + renderIvs(); + el('tl-file').addEventListener('change', onFile); + bindCanvasMarking(); + const sl = el('tl-slider'); + sl.max = TIMEPOINTS.length - 1; sl.value = 0; S.ti = 0; + sl.addEventListener('input', () => { S.ti = +sl.value; setSliderFill(); renderAt(); }); + setSliderFill(); + el('tl-remark') && (el('tl-remark').onclick = () => startMark()); + el('tl-demo') && (el('tl-demo').onclick = loadDemo); + selectDisease(0); + } + + function selectDisease(i) { + S.disease = DISEASES[i]; + el('tl-disease').querySelectorAll('.seg-btn').forEach((b, j) => b.classList.toggle('active', j === i)); + S.ivs = S.disease.ivs.slice(0, 1); + renderIvs(); + computeCurve(); + if (S.img) { rebuildStrokes(); renderAt(); } + } + + function renderIvs() { + el('tl-interventions').innerHTML = S.disease.ivs.map(iv => + ``).join(''); + el('tl-interventions').querySelectorAll('.chip').forEach(c => + c.onclick = () => { + const iv = c.dataset.iv; + if (S.ivs.includes(iv)) S.ivs = S.ivs.filter(x => x !== iv); else S.ivs.push(iv); + renderIvs(); computeCurve(); if (S.img) renderAt(); + }); + } + + // 회복의 '양' = 모델. baseline(치료 전 질환 평형) / target(치료 후 평형) 밀도를 트윈에서 취득. + function computeCurve() { + let y0, diseaseForRun; + if (S.disease.key === "__mouse__") { + y0 = TwinEngine.diseaseEquilibrium("Healthy"); y0[6] = 0.08; // 갓 제모(모발만 바닥) + diseaseForRun = "Healthy"; + } else { + y0 = TwinEngine.diseaseEquilibrium(S.disease.key); + diseaseForRun = S.disease.key; + } + const mc = TwinEngine.run(diseaseForRun, S.ivs, { y0, days: 1095 }).states.HairDensity; + S.baseline = mc[0]; // 치료 전 밀도 = 모델 + S.target = Math.max.apply(null, mc); // 치료 후 평형 밀도 = 모델 + S.kin = combineKinetics(); // 회복 속도 = 임상 문헌 + renderChart(); + } + + function combineKinetics() { + if (S.disease.key === "__mouse__") return MOUSE_KIN; + if (!S.ivs.length) return TIME_DEFAULT; + let lag = 99, tau = 99, shed = 0; + S.ivs.forEach(iv => { const k = TIME_MODEL[iv] || TIME_DEFAULT; + lag = Math.min(lag, k.lag); tau = Math.min(tau, k.tau); shed = Math.max(shed, k.shed); }); + return { lag, tau, shed }; + } + // 임상 회복 분율 f(t개월) ∈ [-shed,1]: lag 후 1−exp 상승 + 초기 telogen 탈락 딥. + function recoveryAtMonth(m) { + const k = S.kin || TIME_DEFAULT; + const grow = m <= k.lag ? 0 : 1 - Math.exp(-(m - k.lag) / k.tau); + const dip = -k.shed * Math.exp(-Math.pow(m - 0.7, 2) / (2 * 0.5 * 0.5)); // ~2-8주 탈락 + return Math.max(-0.25, Math.min(1, grow + dip)); + } + function densityAtMonth(m) { + return S.baseline + (S.target - S.baseline) * recoveryAtMonth(m); + } + + // ── 파일 업로드 ── + function onFile(e) { + const f = e.target.files && e.target.files[0]; + if (!f) return; + const r = new FileReader(); + r.onload = () => loadImageSrc(r.result); + r.readAsDataURL(f); + } + function loadImageSrc(src) { + const im = new Image(); + im.onload = () => { S.img = im; setupCanvas(); defaultRegion(); rebuildStrokes(); startMark(); renderAt(); el('tl-stage').classList.remove('empty'); }; + im.src = src; + } + // 데모: 합성 두피(피부+원형 무모부) — 사진 없을 때 동작 확인용 + function loadDemo() { + const c = document.createElement('canvas'); c.width = 640; c.height = 480; + const x = c.getContext('2d'); + x.fillStyle = '#caa987'; x.fillRect(0, 0, 640, 480); + for (let i = 0; i < 14000; i++) { + const px = Math.random() * 640, py = Math.random() * 480; + const d = Math.hypot(px - 320, py - 240); + if (d < 95) continue; + x.strokeStyle = `rgba(50,35,24,${0.25 + Math.random() * 0.4})`; + x.lineWidth = 1; x.beginPath(); x.moveTo(px, py); + x.lineTo(px + Math.random() * 6 - 3, py + 6 + Math.random() * 5); x.stroke(); + } + x.fillStyle = 'rgba(214,180,150,.85)'; x.beginPath(); x.ellipse(320, 240, 92, 80, 0, 0, 7); x.fill(); + loadImageSrc(c.toDataURL()); + } + + function setupCanvas() { + const cv = el('tl-canvas'), maxW = 760; + let w = S.img.naturalWidth, h = S.img.naturalHeight; + const sc = Math.min(1, maxW / w); w = Math.round(w * sc); h = Math.round(h * sc); + cv.width = w; cv.height = h; + } + function defaultRegion() { + const cv = el('tl-canvas'); + if (S.disease.style === 'diffuse') S.region = { cx: cv.width / 2, cy: cv.height * 0.42, rx: cv.width * 0.40, ry: cv.height * 0.34 }; + else if (S.disease.style === 'uniform') S.region = { cx: cv.width / 2, cy: cv.height / 2, rx: cv.width * 0.42, ry: cv.height * 0.34 }; + else S.region = { cx: cv.width / 2, cy: cv.height / 2, rx: cv.width * 0.18, ry: cv.width * 0.18 }; + } + + // ── 환부 마킹 (드래그로 타원) ── + function startMark() { S.marking = 'await'; el('tl-hint').classList.remove('hidden'); renderAt(); } + function bindCanvasMarking() { + const cv = el('tl-canvas'); + const pos = ev => { const r = cv.getBoundingClientRect(); return { x: (ev.clientX - r.left) * cv.width / r.width, y: (ev.clientY - r.top) * cv.height / r.height }; }; + cv.addEventListener('mousedown', ev => { if (!S.img) return; S.marking = true; S.markStart = pos(ev); }); + cv.addEventListener('mousemove', ev => { + if (S.marking !== true || !S.markStart) return; + const p = pos(ev); + S.region = { cx: S.markStart.x, cy: S.markStart.y, rx: Math.max(8, Math.abs(p.x - S.markStart.x)), ry: Math.max(8, Math.abs(p.y - S.markStart.y)) }; + renderAt(true); + }); + window.addEventListener('mouseup', () => { + if (S.marking === true && S.region) { S.marking = false; el('tl-hint').classList.add('hidden'); rebuildStrokes(); renderAt(); } + }); + } + + // ── 절차적 모발 스트로크 사전 생성(안정적 progressive 성장) ── + function rebuildStrokes() { + if (!S.region || !S.img) return; + sampleHairColor(); + const R = S.region, area = Math.PI * R.rx * R.ry; + const N = Math.max(700, Math.min(5200, Math.round(area / 16))); + const arr = new Array(N); + for (let i = 0; i < N; i++) { + const a = Math.random() * Math.PI * 2, rad = Math.sqrt(Math.random()); + const t = rad; + arr[i] = { + x: R.cx + rad * Math.cos(a) * R.rx, + y: R.cy + rad * Math.sin(a) * R.ry, + t, thrEdge: 1 - t, thrUniform: Math.random(), + len: ((R.rx + R.ry) / 2) * (0.035 + Math.random() * 0.05), + ang: Math.PI / 2 + (Math.random() - 0.5) * 0.9, + shade: 0.55 + Math.random() * 0.45, + }; + } + S.strokes = arr; + } + function sampleHairColor() { + try { + const cv = el('tl-canvas'), x = gctx(); + x.clearRect(0, 0, cv.width, cv.height); x.drawImage(S.img, 0, 0, cv.width, cv.height); + const img = x.getImageData(0, 0, cv.width, cv.height).data; + const R = S.region; let rs = 0, gs = 0, bs = 0, n = 0; + for (let k = 0; k < 500; k++) { + const a = Math.random() * Math.PI * 2, rad = 1.08 + Math.random() * 0.22; + const px = Math.round(R.cx + rad * Math.cos(a) * R.rx), py = Math.round(R.cy + rad * Math.sin(a) * R.ry); + if (px < 0 || py < 0 || px >= cv.width || py >= cv.height) continue; + const i = (py * cv.width + px) * 4; rs += img[i]; gs += img[i + 1]; bs += img[i + 2]; n++; + } + if (n > 20) { S.hairColor = `rgb(${Math.round(rs / n * 0.75)},${Math.round(gs / n * 0.72)},${Math.round(bs / n * 0.7)})`; } + } catch (e) { S.hairColor = '#34281d'; } + } + + // ── 렌더 ── + function renderAt(dragging) { + const cv = el('tl-canvas'); if (!cv.width) return; + const x = gctx(); + x.clearRect(0, 0, cv.width, cv.height); + if (S.img) x.drawImage(S.img, 0, 0, cv.width, cv.height); + const R = S.region; + if (R && S.strokes && !dragging) { + const r = Math.max(0, recoveryAtMonth(curMonth())); // 탈락(음수)은 빈 두피로 + const useEdge = S.disease.style === 'edge'; + x.lineCap = 'round'; + for (const s of S.strokes) { + const thr = useEdge ? s.thrEdge : s.thrUniform; + if (thr > r) continue; + x.strokeStyle = shade(S.hairColor, s.shade); + x.lineWidth = 1.1; + x.beginPath(); x.moveTo(s.x, s.y); + x.lineTo(s.x + Math.cos(s.ang) * s.len, s.y + Math.sin(s.ang) * s.len); + x.stroke(); + } + } + if (R) { + x.save(); x.setLineDash([6, 5]); x.strokeStyle = 'rgba(200,64,31,.55)'; x.lineWidth = 1.5; + x.beginPath(); x.ellipse(R.cx, R.cy, R.rx, R.ry, 0, 0, Math.PI * 2); x.stroke(); x.restore(); + } + watermark(x, cv); + updateReadout(); + } + function shade(rgb, f) { + const m = rgb.match(/\d+/g) || [52, 40, 29]; + return `rgb(${Math.round(m[0] * f)},${Math.round(m[1] * f)},${Math.round(m[2] * f)})`; + } + function watermark(x, cv) { + x.save(); + x.font = "12px 'Pretendard Variable', sans-serif"; x.textAlign = 'right'; + x.fillStyle = 'rgba(255,255,255,.82)'; x.strokeStyle = 'rgba(0,0,0,.45)'; x.lineWidth = 3; + const msg = "모델+문헌 일러스트 · 임상 예측 아님"; + x.strokeText(msg, cv.width - 10, cv.height - 10); x.fillText(msg, cv.width - 10, cv.height - 10); + x.restore(); + } + + function updateReadout() { + const tp = TIMEPOINTS[S.ti]; + el('tl-month-label').textContent = tp.l; + el('tl-month-sub').textContent = tp.m >= 1 ? '· 치료 ' + tp.m + '개월차' : '· 치료 ' + Math.round(tp.m * 30) + '일차'; + if (S.target == null) return; + const dens = densityAtMonth(tp.m), rec = Math.max(0, recoveryAtMonth(tp.m)) * 100; + el('tl-density').textContent = dens.toFixed(0) + '% (~' + Math.round(dens / 100 * NORMAL_DENSITY) + '/cm²)'; + el('tl-recovery').textContent = rec.toFixed(0) + '%'; + el('tl-ivs-readout').textContent = S.ivs.length ? S.ivs.map(i => IV_KO[i] || i).join(' + ') : '무처치'; + } + + // 밀도 곡선(임상 개월) — '양=모델, 속도=문헌' 결합 곡선을 보여주는 근거 차트 + function renderChart() { + const ctx = el('chart-timeline'); if (!ctx || S.target == null) return; + const labels = TIMEPOINTS.map(p => p.l); + const vals = TIMEPOINTS.map(p => +densityAtMonth(p.m).toFixed(1)); + const data = { labels, datasets: [{ label: '모발 밀도 %', data: vals, borderColor: '#c8401f', backgroundColor: 'rgba(200,64,31,.10)', fill: true, tension: .3, pointRadius: 2, borderWidth: 2 }] }; + const opts = { + responsive: true, maintainAspectRatio: false, + scales: { y: { min: 0, max: 105, ticks: { color: '#6b655a', callback: v => v + '%' }, grid: { color: 'rgba(0,0,0,.08)' } }, + x: { ticks: { color: '#6b655a', maxTicksLimit: 9, autoSkip: true }, grid: { display: false } } }, + plugins: { legend: { display: false } }, + }; + if (S.chart) { S.chart.data = data; S.chart.options = opts; S.chart.update('none'); } + else S.chart = new Chart(ctx, { type: 'line', data, options: opts }); + } + + window.TimelineTab = { init }; +})(); diff --git a/js/twin-engine.js b/js/twin-engine.js new file mode 100644 index 0000000..5491d76 --- /dev/null +++ b/js/twin-engine.js @@ -0,0 +1,172 @@ +/* ============================================================ + twin-engine.js — 모낭 디지털 트윈 ODE 엔진 (브라우저 포팅) + digital_twin/follicle_model.py 의 정확한 포팅. RK4 적분. + 라이브 'what-if' 모드용. 정밀 시나리오는 twin_scenarios.json 사용. + ============================================================ */ +(function (global) { + 'use strict'; + + const STATE_NAMES = ["Wnt", "BMP", "SHH", "DP", "HFSC", "APO", "Hair"]; + + // Python Params 와 1:1 동일 + const P = { + kWp: 0.45, kWd: 0.32, kBp: 0.30, kBd: 0.38, kSp: 0.50, kSd: 0.40, + kDp: 0.50, kDd: 0.30, kHp: 0.58, kHd: 0.24, kAd: 0.50, + kHairP: 0.80, kHairD: 0.16, Wbasal: 1.0, Bbasal: 0.4, Dbasal: 1.0, + kDKK: 0.65, Kd: 1.0, Kb: 1.2, kBMPand: 0.30, Kw: 0.7, Ksw: 0.5, Kb2: 0.9, + kIGFand: 0.55, kMiniAND: 0.40, hpow: 0.6, Hcap: 3.5, + kDinf: 0.45, kDapo: 0.5, Kh: 0.35, Ks: 0.35, Kb3: 1.5, + kHinf: 0.55, kHapo: 0.6, kApAND: 0.30, kApINF: 0.85, kSurv: 1.6, + Ksh: 0.4, kHairApo: 0.55, + }; + + const DISEASE_PRESETS = { + "Healthy": { AND: 0.10, INF: 0.05, chemo_amp: 0.0 }, + "Androgenetic Alopecia": { AND: 0.62, INF: 0.08, chemo_amp: 0.0 }, + "Alopecia Areata": { AND: 0.12, INF: 0.82, chemo_amp: 0.0 }, + "Chemotherapy-induced Alopecia": { AND: 0.10, INF: 0.06, chemo_amp: 1.7 }, + }; + const CHEMO_TIMES = [10, 31, 52, 73]; + + // 개입 → drive 수정자 + const INTERVENTIONS = { + none: d => d, + finasteride: d => (d.AND *= 0.40, d), + dutasteride: d => (d.AND *= 0.25, d), + AR_antagonist: d => (d.AND *= 0.45, d), + minoxidil: d => (d.uDP += 0.80, d.uWnt += 0.15, d), + anti_DKK1: d => (d.uWnt += 0.45, d), + wnt_agonist: d => (d.uWnt += 0.50, d), + JAK_inhibitor: d => (d.INF *= 0.18, d), + corticosteroid: d => (d.INF *= 0.55, d), + CDK46_inhibitor: d => (d.chemo_protect = 0.70, d), + scalp_cooling: d => (d.chemo_protect = Math.max(d.chemo_protect, 0.45), d), + PTH_CBD: d => (d.uDP += 0.35, d), + exosome_MSC: d => (d.uDP += 0.35, d.uWnt += 0.25, d), + }; + + function buildDrive(disease, interventions, overrides) { + const pre = DISEASE_PRESETS[disease] || DISEASE_PRESETS["Healthy"]; + let d = { AND: pre.AND, INF: pre.INF, chemo_amp: pre.chemo_amp || 0, + uWnt: 0, uDP: 0, uNog: 0, chemo_protect: 0 }; + (interventions || []).forEach(iv => { if (INTERVENTIONS[iv]) d = INTERVENTIONS[iv](d); }); + if (overrides) Object.assign(d, overrides); // 라이브 슬라이더 + d.AND = Math.max(0, d.AND); d.INF = Math.max(0, d.INF); + return d; + } + + function chemo(d, t) { + if (!d.chemo_amp) return 0; + let s = 0; + for (const tc of CHEMO_TIMES) s += Math.exp(-((t - tc) ** 2) / (2 * 1.5 * 1.5)); + return d.chemo_amp * s * (1 - (d.chemo_protect || 0)); + } + + function rhs(t, y, d) { + let [Wnt, BMP, SHH, DP, HFSC, APO, Hair] = y.map(v => Math.max(0, v)); + const AND = d.AND, INF = d.INF, ch = chemo(d, t); + const DKK = P.kDKK * AND; + const dWnt = P.kWp * (P.Wbasal + d.uWnt) / (1 + DKK / P.Kd) / (1 + BMP / P.Kb) - P.kWd * Wnt; + const dBMP = P.kBp * (P.Bbasal + P.kBMPand * AND) / (1 + d.uNog) / (1 + Wnt / P.Kw) - P.kBd * BMP; + const dSHH = P.kSp * (Wnt / (P.Ksw + Wnt)) / (1 + BMP / P.Kb2) - P.kSd * SHH; + const IGF = 1 / (1 + P.kIGFand * AND); + const dDP = P.kDp * (P.Dbasal + d.uDP) * IGF - P.kDd * DP - DP * (P.kDinf * INF + P.kDapo * APO); + const dHFSC = P.kHp * (Wnt / (P.Kh + Wnt)) * (SHH / (P.Ks + SHH)) / (1 + BMP / P.Kb3) + - P.kHd * HFSC - HFSC * (P.kHinf * INF + P.kHapo * APO); + const dAPO = (P.kApAND * AND + P.kApINF * INF + ch) / (1 + P.kSurv * DP) - P.kAd * APO; + // 분수 지수(hpow=0.6)의 음수 밑 → Math.pow(neg,0.6)=NaN 방지: 밑을 명시적으로 0 하한. + // (위 y.map(Math.max(0,·)) 클램프와 중복이나, 적분기 단계 값이 음수를 흘려도 NaN 전파 차단) + const HFSCp = Math.pow(Math.max(0, HFSC), P.hpow); + const DPp = Math.pow(Math.max(0, DP), P.hpow); + const dHair = P.kHairP * HFSCp * DPp * (SHH / (P.Ksh + SHH)) + / (1 + P.kMiniAND * AND) * Math.max(0, 1 - Hair / P.Hcap) + - P.kHairD * Hair - P.kHairApo * APO * Hair; + return [dWnt, dBMP, dSHH, dDP, dHFSC, dAPO, dHair]; + } + + function rk4(y0, d, days, dt) { + dt = dt || 0.5; + const steps = Math.round(days / dt); + const out = { t: [], y: y0.map(() => []) }; + let y = y0.slice(); + for (let i = 0; i <= steps; i++) { + const t = i * dt; + if (Math.abs(t - Math.round(t)) < 1e-9) { // 일 단위 샘플만 저장 + out.t.push(Math.round(t)); + y.forEach((v, j) => out.y[j].push(v)); + } + const k1 = rhs(t, y, d); + const k2 = rhs(t + dt / 2, y.map((v, j) => v + dt / 2 * k1[j]), d); + const k3 = rhs(t + dt / 2, y.map((v, j) => v + dt / 2 * k2[j]), d); + const k4 = rhs(t + dt, y.map((v, j) => v + dt * k3[j]), d); + y = y.map((v, j) => Math.max(0, v + dt / 6 * (k1[j] + 2 * k2[j] + 2 * k3[j] + k4[j]))); + } + return out; + } + + let _healthy = null; + function healthyState() { + if (!_healthy) { + const d = buildDrive("Healthy", []); + const sol = rk4([1.0, 0.45, 0.7, 1.0, 0.8, 0.1, 1.0], d, 400); + _healthy = sol.y.map(arr => arr[arr.length - 1]); + } + return _healthy; + } + + function proteinReadouts(states, d) { + const n = states.Wnt.length, ones = new Array(n); + const AND = d.AND, INF = d.INF; + return { + "AR/DHT (AR)": ones.fill(AND).slice(), + "DKK1": new Array(n).fill(P.kDKK * AND), + "β-catenin (CTNNB1)": states.Wnt.slice(), + "BMP4": states.BMP.slice(), + "SHH": states.SHH.slice(), + "IGF1": new Array(n).fill(1 / (1 + P.kIGFand * AND)), + "VEGFA (DP)": states.DP.slice(), + "JAK-STAT (STAT1)": new Array(n).fill(INF), + "p53/apoptosis (TP53)": states.APO.slice(), + }; + } + + // 질환의 '무처치 평형상태' = 환자가 이미 탈모를 가진 출발점(치료 전). + // 건강 상태에서 질환 구동을 충분히 오래 적분해 정착시킨 종단 상태. + const _diseq = {}; + function diseaseEquilibrium(disease) { + if (!_diseq[disease]) { + const d = buildDrive(disease, []); + const sol = rk4(healthyState(), d, 600); + _diseq[disease] = sol.y.map(arr => arr[arr.length - 1]); + } + return _diseq[disease].slice(); + } + + // 메인 API: 시뮬레이션 실행. opts.y0 = 커스텀 초기상태(미지정 시 건강 평형). + function run(disease, interventions, opts) { + opts = opts || {}; + const d = buildDrive(disease, interventions, opts.overrides); + const y0 = opts.y0 || healthyState(); + const sol = rk4(y0, d, opts.days || 240); + const states = {}; + STATE_NAMES.forEach((nm, i) => states[nm] = sol.y[i]); + const hss = healthyState()[6]; + const rel = states.Hair.map(h => Math.min(100, 100 * h / hss)); + states.HairDensity = rel; + const proteins = proteinReadouts(states, d); + const metrics = { + final_hair_density_pct: +rel[rel.length - 1].toFixed(1), + min_hair_density_pct: +Math.min(...rel).toFixed(1), + anagen_fraction: +(rel.filter(v => v > 70).length / rel.length).toFixed(3), + AND_load: +d.AND.toFixed(3), INF_load: +d.INF.toFixed(3), + }; + let tracked = []; + (interventions || []).forEach(iv => { + // genes 는 scenarios JSON 에서 보강; 엔진은 비움 + }); + return { disease, interventions, drive: d, t: sol.t, states, proteins, metrics }; + } + + global.TwinEngine = { run, diseaseEquilibrium, STATE_NAMES, DISEASE_PRESETS, INTERVENTIONS, buildDrive }; + if (typeof module !== 'undefined' && module.exports) module.exports = global.TwinEngine; +})(typeof window !== 'undefined' ? window : globalThis); diff --git a/js/twin.js b/js/twin.js new file mode 100644 index 0000000..c57b5b3 --- /dev/null +++ b/js/twin.js @@ -0,0 +1,200 @@ +/* ============================================================ + twin.js — Protein Twin 탭 (라이브 ODE + Chart.js) + ============================================================ */ +(function () { + 'use strict'; + + const DISEASE_INTERVENTIONS = { + "Healthy": [], + "Androgenetic Alopecia": ["finasteride", "dutasteride", "AR_antagonist", "minoxidil", "anti_DKK1", "wnt_agonist", "exosome_MSC"], + "Alopecia Areata": ["JAK_inhibitor", "corticosteroid", "exosome_MSC"], + "Chemotherapy-induced Alopecia": ["CDK46_inhibitor", "scalp_cooling", "PTH_CBD"], + }; + const KEY_PROTEINS = ["β-catenin (CTNNB1)", "AR/DHT (AR)", "JAK-STAT (STAT1)", "p53/apoptosis (TP53)", "VEGFA (DP)"]; + const PCOLORS = ["#2f63c8", "#c8401f", "#b07a12", "#7c3aed", "#1f8a5b", "#0e7490", "#c2367f", "#5b6470", "#c0561f"]; + + let state = { disease: "Androgenetic Alopecia", interventions: [], live: {} }; + let charts = { hair: null, prot: null, compare: null }; + + function el(id) { return document.getElementById(id); } + + function init() { + buildDiseaseSeg(); + buildInterventionChips(); + bindSliders(); + el('protein-trace-mode').addEventListener('change', render); + el('btn-reset-live').addEventListener('click', () => { + state.live = {}; syncSliders(); render(); + }); + render(); + } + + function buildDiseaseSeg() { + const seg = el('disease-seg'); + const diseases = Store.scenarios.diseases || {}; + seg.innerHTML = ''; + Object.keys(DISEASE_INTERVENTIONS).forEach(dis => { + const meta = diseases[dis] || {}; + const b = document.createElement('button'); + b.className = 'seg-btn' + (dis === state.disease ? ' active' : ''); + b.innerHTML = `${meta.label || dis}${meta.desc || ''}`; + b.onclick = () => { + state.disease = dis; state.interventions = []; state.live = {}; + document.querySelectorAll('#disease-seg .seg-btn').forEach(x => x.classList.remove('active')); + b.classList.add('active'); + buildInterventionChips(); syncSliders(); render(); + }; + seg.appendChild(b); + }); + } + + function buildInterventionChips() { + const list = el('intervention-list'); + const ivs = DISEASE_INTERVENTIONS[state.disease] || []; + const meta = Store.scenarios.interventions || {}; + list.innerHTML = ''; + if (!ivs.length) { list.innerHTML = '이 상태에는 개입이 없습니다 (기준선).'; return; } + ivs.forEach(iv => { + const m = meta[iv] || { label: iv }; + const c = document.createElement('div'); + c.className = 'chip' + (state.interventions.includes(iv) ? ' active' : ''); + c.textContent = m.label || iv; + c.onclick = () => { + const i = state.interventions.indexOf(iv); + if (i >= 0) state.interventions.splice(i, 1); else state.interventions.push(iv); + c.classList.toggle('active'); + render(); + }; + list.appendChild(c); + }); + } + + function bindSliders() { + [['slider-and', 'AND', 'val-and'], ['slider-inf', 'INF', 'val-inf'], + ['slider-wnt', 'uWnt', 'val-wnt'], ['slider-dp', 'uDP', 'val-dp']].forEach(([sid, key, vid]) => { + el(sid).addEventListener('input', e => { + state.live[key] = parseFloat(e.target.value); + el(vid).textContent = (+e.target.value).toFixed(2); + render(true); + }); + }); + } + + // 현재 질환+개입의 baseline drive 로 슬라이더 동기화 + function syncSliders() { + const d = TwinEngine.buildDrive(state.disease, state.interventions); + const map = { 'slider-and': ['AND', 'val-and'], 'slider-inf': ['INF', 'val-inf'], + 'slider-wnt': ['uWnt', 'val-wnt'], 'slider-dp': ['uDP', 'val-dp'] }; + Object.entries(map).forEach(([sid, [k, vid]]) => { + const v = state.live[k] !== undefined ? state.live[k] : d[k]; + el(sid).value = v; el(vid).textContent = (+v).toFixed(2); + }); + } + + function render(fromSlider) { + if (!fromSlider) syncSliders(); + const overrides = Object.keys(state.live).length ? state.live : null; + const r = TwinEngine.run(state.disease, state.interventions, { overrides }); + + renderHairChart(r); + renderProteinChart(r); + renderMetrics(r); + renderTracked(); + renderCompare(); + el('disease-desc').textContent = (Store.scenarios.diseases[state.disease] || {}).desc || ''; + } + + function renderHairChart(r) { + const ctx = el('chart-hair'); + const data = { + labels: r.t, + datasets: [{ + label: '모발 밀도 (%)', data: r.states.HairDensity, + borderColor: '#c8401f', backgroundColor: 'rgba(200,64,31,.10)', + fill: true, tension: .25, pointRadius: 0, borderWidth: 2.5, + }], + }; + const opts = { + responsive: true, maintainAspectRatio: false, + scales: { + y: { min: 0, max: 105, ticks: { color: '#6b655a', callback: v => v + '%' }, grid: { color: 'rgba(0,0,0,.08)' } }, + x: { ticks: { color: '#6b655a', maxTicksLimit: 8, callback: (v, i) => r.t[i] + 'd' }, grid: { display: false } }, + }, + plugins: { legend: { display: false } }, + }; + if (charts.hair) { charts.hair.data = data; charts.hair.update('none'); } + else charts.hair = new Chart(ctx, { type: 'line', data, options: opts }); + } + + function renderProteinChart(r) { + const ctx = el('chart-proteins'); + const mode = el('protein-trace-mode').value; + const keys = mode === 'all' ? Object.keys(r.proteins) : KEY_PROTEINS; + const datasets = keys.map((k, i) => ({ + label: k, data: r.proteins[k], + borderColor: PCOLORS[i % PCOLORS.length], borderWidth: 2, + pointRadius: 0, tension: .25, fill: false, + })); + const data = { labels: r.t, datasets }; + const opts = { + responsive: true, maintainAspectRatio: false, + scales: { + y: { ticks: { color: '#6b655a' }, grid: { color: 'rgba(0,0,0,.08)' }, title: { display: true, text: '상대 활성', color: '#6b655a' } }, + x: { ticks: { color: '#6b655a', maxTicksLimit: 8, callback: (v, i) => r.t[i] + 'd' }, grid: { display: false } }, + }, + plugins: { legend: { labels: { color: '#4a463d', boxWidth: 12, font: { size: 11 } } } }, + }; + if (charts.prot) { charts.prot.data = data; charts.prot.options = opts; charts.prot.update('none'); } + else charts.prot = new Chart(ctx, { type: 'line', data, options: opts }); + } + + function renderMetrics(r) { + const m = r.metrics; + const cls = v => v >= 70 ? 'good' : v >= 40 ? 'warn' : 'bad'; + const cards = [ + { v: m.final_hair_density_pct + '%', l: '최종 모발 밀도', c: cls(m.final_hair_density_pct) }, + { v: m.min_hair_density_pct + '%', l: '최저 밀도', c: cls(m.min_hair_density_pct) }, + { v: (m.anagen_fraction * 100).toFixed(0) + '%', l: 'Anagen 비율', c: cls(m.anagen_fraction * 100) }, + { v: m.AND_load.toFixed(2) + '/' + m.INF_load.toFixed(2), l: '안드로겐/염증 부하', c: '' }, + ]; + el('twin-metrics').innerHTML = cards.map(c => + `
${c.v}
${c.l}
`).join(''); + } + + function renderTracked() { + const meta = Store.scenarios.interventions || {}; + const genes = new Set(); + state.interventions.forEach(iv => (meta[iv] && meta[iv].genes || []).forEach(g => genes.add(g))); + const box = el('tracked-genes-list'); + if (!genes.size) { box.innerHTML = '개입을 선택하면 표적 단백질이 표시됩니다.'; return; } + box.innerHTML = [...genes].map(g => `${g}`).join(''); + box.querySelectorAll('.gene-pill').forEach(p => p.onclick = () => window.openProtein && window.openProtein(p.dataset.gene)); + } + + function renderCompare() { + const ivsList = [[]].concat((DISEASE_INTERVENTIONS[state.disease] || []).map(iv => [iv])); + if (state.disease === "Androgenetic Alopecia") ivsList.push(["finasteride", "minoxidil"]); + if (state.disease === "Alopecia Areata") ivsList.push(["JAK_inhibitor", "corticosteroid"]); + const meta = Store.scenarios.interventions || {}; + const labels = [], vals = [], colors = []; + ivsList.forEach(ivs => { + const r = TwinEngine.run(state.disease, ivs, { days: 240 }); + const v = r.metrics.final_hair_density_pct; + labels.push(ivs.length ? ivs.map(i => (meta[i] || {}).label || i).join('+').replace(/\(.*?\)/g, '').slice(0, 16) : '무처치'); + vals.push(v); + colors.push(v >= 70 ? '#1f6d3a' : v >= 40 ? '#b07a12' : '#b3361b'); + }); + const ctx = el('chart-compare'); + const data = { labels, datasets: [{ data: vals, backgroundColor: colors, borderRadius: 5 }] }; + const opts = { + indexAxis: 'y', responsive: true, maintainAspectRatio: false, + scales: { x: { min: 0, max: 105, ticks: { color: '#6b655a', callback: v => v + '%' }, grid: { color: 'rgba(0,0,0,.08)' } }, + y: { ticks: { color: '#4a463d', font: { size: 10 } }, grid: { display: false } } }, + plugins: { legend: { display: false } }, + }; + if (charts.compare) { charts.compare.data = data; charts.compare.update('none'); } + else charts.compare = new Chart(ctx, { type: 'bar', data, options: opts }); + } + + window.TwinTab = { init }; +})(); diff --git a/js/validation.js b/js/validation.js new file mode 100644 index 0000000..22755c5 --- /dev/null +++ b/js/validation.js @@ -0,0 +1,669 @@ +/* ============================================================ + validation.js — 검증(Validation) 탭 + 다층 독립 검증 결과(data/validation_results.json)를 시각화. + ============================================================ */ +(function () { + 'use strict'; + let data = null, synergy = null, uq = null, pers = null, pwr = null, pwrm = null, ode = null, calib = null, ipd = null, exvivo = null, synClin = null, synRev = null, synReT = null, comp = null, scarm = null, qr = null, biph = null, hfoc = null, charts = {}, done = false; + const el = id => document.getElementById(id); + const VERM = '#c8401f', TEAL = '#1f5d52', INK = '#1b1a16', MUTE = '#6b655a', + GOOD = '#1f6d3a', BAD = '#b3361b', WARN = '#9a6a12', GRID = 'rgba(0,0,0,.08)'; + + async function init() { + if (done) return; done = true; + try { data = await fetch('data/validation_results.json').then(r => r.json()); } + catch (e) { el('val-summary').innerHTML = '

검증 데이터 로드 실패: ' + e + '

'; return; } + try { synergy = await fetch('data/synergy_prediction.json').then(r => r.json()); } catch (e) {} + try { uq = await fetch('data/bayes_uq_results.json').then(r => r.json()); } catch (e) {} + try { pers = await fetch('data/personalize_results.json').then(r => r.json()); } catch (e) {} + try { pwr = await fetch('data/power_simulation.json').then(r => r.json()); } catch (e) {} + try { pwrm = await fetch('data/power_molecular.json').then(r => r.json()); } catch (e) {} + try { ode = await fetch('data/ode_personalize.json').then(r => r.json()); } catch (e) {} + try { calib = await fetch('data/mapping_calibration.json').then(r => r.json()); } catch (e) {} + try { ipd = await fetch('data/ipd_dryrun.json').then(r => r.json()); } catch (e) {} + try { exvivo = await fetch('data/exvivo_validation.json').then(r => r.json()); } catch (e) {} + try { comp = await fetch('data/comparator_validation.json').then(r => r.json()); } catch (e) {} + try { scarm = await fetch('data/synthetic_control_validation.json').then(r => r.json()); } catch (e) {} + try { synClin = await fetch('data/synergy_clinical_test.json').then(r => r.json()); } catch (e) {} + try { synRev = await fetch('data/synergy_revised.json').then(r => r.json()); } catch (e) {} + try { synReT = await fetch('data/synergy_retest.json').then(r => r.json()); } catch (e) {} + try { qr = await fetch('data/quant_recalibration.json').then(r => r.json()); } catch (e) {} + try { biph = await fetch('data/biphasic_model.json').then(r => r.json()); } catch (e) {} + try { hfoc = await fetch('data/hfoc_calibration_dryrun.json').then(r => r.json()); } catch (e) {} + renderSummary(); renderLandscape(); renderMolecular(); renderAgaDp(); renderJak(); + renderAaSc(); renderGwas(); renderCandidates(); renderTiming(); renderBenchmark(); + renderExvivo(); renderSynergy(); renderSynergyRev(); renderUQ(); renderPersonalize(); renderPower(); renderPowerMol(); renderOde(); renderCalib(); renderIpd(); renderComparator(); renderNAM(); + } + + // 대조군 자격 — 보정곡선 + context 점수표 + function renderComparator() { + const C = comp; if (!C || !C.calibration) return; + const cv = C.calibration, cu = C.context_of_use || {}; + const cov90 = (cv.curve.find(x => x.nominal === 0.9) || {}).empirical; + const t1 = (cu.tier1_calibrated_comparator || []).length, t2 = (cu.tier2_directional_comparator || []).length, t3 = (cu.tier3_not_yet || []).length; + el('val-comp-headline').innerHTML = [ + [cv.calibration_error, '보정오차(↓좋음)'], [Math.round((cov90 || 0) * 100) + '%', '90% 커버리지'], + [t1 + '개', '보정된 비교군'], [t2 + '개', '방향 비교군'], [t3 + '개', '미달(전향/IPD)'], + ].map(([v, l]) => `
${v}
${l}
`).join(''); + mk('chart-val-comp-cal', 'line', { + labels: cv.curve.map(x => Math.round(x.nominal * 100) + '%'), + datasets: [ + { label: '경험적 커버리지', data: cv.curve.map(x => Math.round(x.empirical * 100)), borderColor: VERM, backgroundColor: 'rgba(200,64,31,.10)', borderWidth: 2.5, pointRadius: 4, tension: .2, fill: false }, + { label: '이상(=명목)', data: cv.curve.map(x => Math.round(x.nominal * 100)), borderColor: INK, borderDash: [5, 4], borderWidth: 1.3, pointRadius: 0 }, + ] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 14, font: { size: 10 } } }, + title: { display: true, text: '보정곡선: 빨강이 점선(이상)에 붙음 = 구간 정직(보정됨)', color: MUTE, font: { size: 11 } } }, + scales: { y: { min: 0, max: 100, title: { display: true, text: '경험적 %', color: MUTE }, ticks: { color: MUTE, callback: v => v + '%' }, grid: { color: GRID } }, + x: { title: { display: true, text: '명목 신뢰수준', color: MUTE }, ticks: { color: MUTE }, grid: { display: false } } } + }); + const TC = { 1: GOOD, 2: '#2f63c8', 3: BAD }; + const rows = (C.scorecard || []).map(r => + `T${r.tier}${r.context}${r.verdict}${r.metric}`).join(''); + el('val-comp-table').innerHTML = `${rows}
등급context판정근거
`; + // synthetic control arm — 실제 RCT 위약 대비 + if (scarm && scarm.diseases) { + const dim = 'color:#8a8f98;font-size:11px'; + const srows = Object.keys(scarm.diseases).map(dz => { + const s = scarm.diseases[dz]; + const eq = s.equivalent ? `동등 ✓` : `미입증`; + const pstr = s.tost_p_equiv < 0.001 ? 'p<0.001' : 'p=' + s.tost_p_equiv; + const consv = (s.tost_p_equiv_conservative_SE != null && s.tost_p_equiv_conservative_SE >= 0.05) + ? ` (보수SE p=${s.tost_p_equiv_conservative_SE})` : ''; + return `` + + `${dz}
트윈평형 ${s.twin_equilibrium_density_pct}%` + + `${s.real_placebo_mean}±${s.real_placebo_se} ${s.unit}
${s.n_trials}arm · n=${s.n_subjects}` + + `${s.twin_control} (실행)` + + `${eq} ${pstr}${consv}` + + `raw ${s.effect_twin_raw} (${s.bias_raw_pct}%)
+오버레이 ${s.effect_twin_corrected} (${s.bias_corrected_pct}%)` + + ``; + }).join(''); + const v = scarm.verdict || {}; + const aaMae = scarm.diseases.AA && scarm.diseases.AA.nat_overlay_loto_mae; + el('val-comp-scarm').innerHTML = + `
무작위 대조군(RCT) 검증 — mechanistic synthetic control arm
트윈을 실제 실행해(질환 평형 등록자 모사) 무치료 대조군 readout 도출 = 0 변화(자연사 미모델, 위약데이터 미접촉=held-out·공정). 이 기전 대조군이 실제 RCT 위약 arm과 동등(TOST): ${v.equivalence}. 치료효과 재구성 편향 raw ${v.max_effect_bias_raw_pct}% → 경험 오버레이 보정 후 ${v.max_effect_bias_corrected_pct}%(in-sample).
` + + `${srows}
질환실제 위약(arm·n)트윈 대조(실행)동등성(TOST·마진±15)효과재구성: raw / +오버레이
` + + `
정직한 경계:회고적(기존 RCT 위약). ② 대조군 평균 재현이지 개인변동(위약 SD) 아님. ③ 동등성은 게시 dispersion=SD 가정; 보수적 SE 가정 시 AGA p≈0.10·AA p≈0.26로 미달(헤드라인 효과-편향비는 가정無, <12%). ④ 자연사 갭(AGA 보수/AA 비보수)을 메우는 경험 오버레이는 트윈 기전 아님·in-sample; 교차시험 일반화는 LOTO 예비${aaMae != null ? `(AA 2arm MAE ${aaMae}%)` : ''}. ⑤ 규제 qualification은 전향+공변량 매칭 필요.
`; + } + } + + // ⑨ 동물실험 대체 경로 — NAM 자격 프로그램 Phase 0 + function renderNAM() { + const host = el('val-nam'); if (!host) return; + const dim = 'color:#8a8f98;font-size:11px'; + const badge = (txt, bg) => `${txt}`; + const parts = []; + + // 헤드라인: 대체 가능성 정직 프레이밍 + parts.push(`
` + + `🐭→🧪 쥐 실험 대체? 전체 대체는 불가(신규기전 발견·전신 PK/독성·전임상 안전성은 어떤 모델로도 영구 제외). ` + + `특정 효능 어세이 1개(기전기지 JAK 화합물 AA발모)를 인체 HFOC + 정량 트윈 NAM으로 대체하는 경로만 실재. 아래=Phase 0(건식) 결과.
`); + + // Phase 0-A: 정량 트윈 동역학 전이성 (make-or-break) + if (qr && qr.overall) { + const o = qr.overall, pass = o.meets_threshold_M2; + parts.push(`
① 정량 트윈 동역학 전이성 (대체급 도달 가능성, LOTO)
` + + `
` + + `
${o.M2_r2_monotone_only != null ? o.M2_r2_monotone_only : o.M2_r2}
M2 형태-전이 R²(단조)
` + + `
${o.M2_r2}
M2 전체 R²
` + + `
${o.M1_r2}
M1 군-외삽(정보0·약함)
` + + `
${pass ? badge('≥0.8 통과', GOOD) : badge('미달', BAD)}
게이트
` + + `
` + + `
→ 동역학(lag/τ)은 새 화합물에 전이되어 대체급, 단 진폭은 HFOC가 공급(맨손 외삽 M1은 약함) = 분업 검증.
`); + } + + // Phase 0-B: biphasic 결함 폐쇄 + if (biph && biph.summary) { + const s = biph.summary, fin = (biph.trajectories || {})['finasteride_1mg_5yr_DECLINE'] || {}; + parts.push(`
② biphasic 결함 폐쇄 — 단조 1-exp가 못 내던 '상승-후-감소'(후기 자연사 진행)
` + + `
내포모델(biphasic⊇단조). 피나 5yr 감소: 단조 R²${fin.mono ? fin.mono.r2 : '–'}(종점 ${fin.mono ? fin.mono.last_pt_err : '–'} hairs 못 따라감) → biphasic은 wane항으로 표현(종점오차 ${s.biphasic_targets_mean_lastpt_err_mono}→${s.biphasic_targets_mean_lastpt_err_biphasic}). 단조 대조 불변(ΔR²~${s.mono_ctrl_mean_abs_r2_diff}). 정직: 표적 3점→표현 시연이지 통계검증 아님.
`); + } + + // Phase 0-C: HFOC 보정 하니스 dry-run (합성) + if (hfoc) { + const rep = hfoc.representative_rho090 || {}, sw = hfoc.rho_sweep || []; + const swStr = sw.filter(x => [0.8, 0.9, 0.95, 1.0].includes(x.rho)).map(x => `ρ${x.rho}:${x.G2_r2}`).join(' · '); + parts.push(`
③ HFOC 보정 하니스 — 사전등록 게이트 (⚠ 합성 dry-run, 실 HFOC 아님)
` + + `
G1 동역학 적합 R²${rep.G1_kinetic_r2} ${rep.G1_kinetic_r2 >= 0.8 ? badge('통과', GOOD) : ''} · G2 생체외삽(ρ0.9) ${rep.G2_bridge_r2}. ` + + `2병목 발견: G2 R² 천장≈ρ²(HFOC↔생체 번역충실도) + 추정잡음(모낭수). ρ스윕 [${swStr}] → G2≥0.8엔 ρ≳0.92 + 충분 모낭/패널. ` + + `ρ는 wet 종간 브리지로만 측정 → 하니스는 '준비됨'이지 '대체 입증' 아님.
`); + } + + // 4단계 게이트 사다리 + const ladder = [ + ['0 건식 타당성', '동역학 전이성·biphasic·하니스', 'M2 R²≥0.8', badge('통과', GOOD)], + ['1 습식 파일럿', 'HFOC + JAK 3~5종 → 진폭·bioCV', 'HFOC 적합 R²≥0.8', badge('미수행(wet)', WARN)], + ['2 전향·맹검', '사전등록 held-out 예측', '예측 R²≥0.8', badge('⏳', WARN)], + ['3 종간 브리지', '마우스 vs NAM vs 인체', 'NAM≥마우스(인체예측)', badge('⏳ 핵심', WARN)], + ['4 공인', 'ring trial + ISTAND/OECD', '재현+독립검증', badge('⏳', WARN)], + ].map(r => `${r[0]}${r[1]}${r[2]}${r[3]}`).join(''); + parts.push(`${ladder}
Phase내용사전 게이트상태
`); + + // 정직한 경계 + parts.push(`
정직: Phase 0(건식)만 완료 — 기술 급소(동역학 전이 R²${qr && qr.overall ? qr.overall.M2_r2_monotone_only : '–'})는 통과했으나 Phase 1~4는 다년·고비용 wet-lab+규제(미수행). 성공해도 AA/JAK 효능 스크린 1개 대체일 뿐, 전체 대체 아님.
`); + + host.innerHTML = parts.join(''); + } + + // 반증 반영 모델 수정 — 시너지 vs 축겹침(overlap) + function renderSynergyRev() { + const R = synRev; if (!R || !R.overlap_sweep) return; + const sw = R.overlap_sweep; + el('val-synrev-note').innerHTML = `모델 수정(반증 반영): 미녹시딜의 Wnt 활성 → 피나와 W축 겹침 도입. 시너지는 overlap≈${R.synergy_crosses_zero_near}에서 가법미만 전환 → 피나×미녹(겹침 0.55)은 가법(IJT 정합). 정정: AR차단×Wnt-agonist도 둘 다 W축이라 중복=무효(이전 제안 오류). 정련된 새 예측: 초가법은 *진짜 직교 축 쌍*(한쪽 Wnt무관 D약물)에서만 생존 — 직교 약물쌍 전향 검정 필요.`; + mk('chart-val-synrev', 'line', { + labels: sw.map(x => x.overlap), + datasets: [ + { label: '시너지 초과', data: sw.map(x => x.synergy_excess), borderColor: VERM, backgroundColor: 'rgba(200,64,31,.10)', borderWidth: 2.5, pointRadius: 3, tension: .3, fill: true }, + { type: 'line', label: '가법(0)', data: sw.map(() => 0), borderColor: INK, borderDash: [5, 4], borderWidth: 1.2, pointRadius: 0 }, + ] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 12, font: { size: 10 } } }, + title: { display: true, text: '축 겹침↑ → 시너지 소멸 (직교=초가법, 겹침=가법미만)', color: MUTE, font: { size: 11 } } }, + scales: { y: { title: { display: true, text: '시너지 초과(Bliss)', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { title: { display: true, text: 'ARM-2의 W축 겹침(overlap)', color: MUTE }, ticks: { color: MUTE }, grid: { display: false } } } + }); + // 다중-시험 재검정 — 정직한 verdict (겹침端 가법미만 / 직교축 포함 초가법 시사) + if (synReT && synReT.analysis) { + const ij = synReT.analysis.IJT2023 || {}, fp = synReT.analysis.FPHL2022 || {}, th = synReT.analysis.TH07 || {}; + el('val-retest-note').innerHTML = `재검정(다중 시험): ① IJT 피나×미녹(겹침高, full 2×2) 초가법초과 ${ij.super_additive_excess} = 가법미만(모델 겹침端 정합) · ② FPHL 미녹+스피로(W축) 한계이득 +${fp.spt_add_benefit} < 미녹단독 +${fp.mino_mono}(겹침 정합) · ③ TH07 삼중(직교쌍 피나W×라타노프로스트 비-Wnt D 포함): 삼중 ${th.triple} ≫ 단독합 ${th.mono_sum} → 선형시너지 +${th.linear_synergy} = 초가법.
→ 정련 예측에 시사적 지지: 겹침 쌍=가법미만, 직교축 포함=초가법(대조 정합). 단 확정 아님(TH07은 쌍 아닌 삼중·n3-4·반정량·미녹 침투촉진 교란·산업체) — 깨끗한 W축×Wnt무관 D약물 *쌍* 전향 2×2 필요(예: AR차단×PGF2α/아데노신).`; + } + } + + // 실제 ex vivo 인체 모낭 검증 (GSE267664 DHT) + function renderExvivo() { + const E = exvivo; if (!E || !E.concordance) return; + const c = E.concordance, k = E.key_DKK1 || {}; + el('val-exvivo-headline').innerHTML = [ + [c.n_match + '/' + c.n_test, 'Wnt축 방향 일치'], + ['p=' + c.sign_test_p, '부호검정'], + [(k.log2fc >= 0 ? '+' : '') + k.log2fc, 'DKK1 log2FC(Wnt길항↑)'], + ['n=3', 'ex vivo 모낭'], + ].map(([v, l]) => `
${v}
${l}
`).join(''); + const m = (E.markers || []).filter(x => x.in_test); + mk('chart-val-exvivo', 'bar', { + labels: m.map(x => x.gene), + datasets: [{ label: 'log2FC (DHT vs control)', data: m.map(x => x.log2fc), + backgroundColor: m.map(x => x.match ? GOOD : BAD), borderRadius: 3 }] + }, { + plugins: { legend: { display: false }, + title: { display: true, text: '실제 모낭 DHT 반응이 트윈 Wnt억제 예측과 협응(초록=일치)', color: MUTE, font: { size: 11 } } }, + scales: { y: { title: { display: true, text: 'log2FC (DHT vs ctrl)', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { ticks: { color: INK, font: { size: 10 } }, grid: { display: false } } } + }); + } + + // 트랙 B — IPD 사전등록 분석 하니스 (합성 dry-run) + function renderIpd() { + const I = ipd; if (!I || !I.result) return; + const r = I.result; + el('val-ipd-headline').innerHTML = [ + [r.rmse_pop_mean, 'RMSE 모집단'], [r.rmse_personal_mean, 'RMSE 개인화'], + [(r.improve_pct >= 0 ? '+' : '') + r.improve_pct + '%', '개선(불확정)'], + [Math.round(r.coverage_personal * 100) + '%', '구간 커버리지'], + [r.personal_wins + '/' + r.n_patients, '개인화 우세'], + ].map(([v, l]) => `
${v}
${l}
`).join(''); + el('val-ipd-verdict').innerHTML = `사전등록 판정: ${r.decision}  (95% CI ${JSON.stringify(r.diff_ci95)} — 0 포함)`; + mk('chart-val-ipd', 'bar', { + labels: ['모집단', '개인화'], + datasets: [{ label: '후기 forecast RMSE', data: [r.rmse_pop_mean, r.rmse_personal_mean], + backgroundColor: [MUTE, TEAL], borderRadius: 3 }] + }, { + plugins: { legend: { display: false }, + title: { display: true, text: '개인 수준: 거의 동일(시험암 +40%와 대조) — 합성', color: MUTE, font: { size: 11 } } }, + scales: { y: { title: { display: true, text: 'RMSE (SALT)', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { ticks: { color: INK, font: { size: 12 } }, grid: { display: false } } } + }); + } + + // 트랙 C — 매핑 보정 (GWAS 마커중요도 + 섭동) + function renderCalib() { + const C = calib; if (!C) return; + // GWAS 마커 중요도 (mlogp), AGA·AA 색 구분, GW-sig 7.3 기준선 + const items = []; + ['AGA', 'AA'].forEach(dz => { + const g = (C.gwas || {})[dz] || {}; + Object.keys(g).forEach(k => { if (g[k] > 0) items.push({ gene: k, dz, mlogp: g[k] }); }); + }); + items.sort((a, b) => b.mlogp - a.mlogp); + const top = items.slice(0, 12); + if (top.length) { + mk('chart-val-calib-gwas', 'bar', { + labels: top.map(x => x.gene + '·' + x.dz), + datasets: [ + { type: 'line', label: 'GW-sig 7.3', data: top.map(() => 7.3), borderColor: INK, borderDash: [5, 4], borderWidth: 1.2, pointRadius: 0 }, + { label: '−log10 p', data: top.map(x => x.mlogp), backgroundColor: top.map(x => x.dz === 'AGA' ? VERM : TEAL), borderRadius: 3 }, + ] + }, { + indexAxis: 'y', + plugins: { legend: { labels: { color: INK, boxWidth: 12, font: { size: 10 } } }, + title: { display: true, text: 'GWAS 마커 중요도 (빨강 AGA·청록 AA; 7.3=유의)', color: MUTE, font: { size: 11 } } }, + scales: { x: { title: { display: true, text: '−log10 p (mlogp)', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + y: { ticks: { color: INK, font: { size: 10 } }, grid: { display: false } } } + }); + } + // 섭동: DHT Wnt 억제(DKK1/LEF1/AXIN2 logΔ) + JAK-i IFN(vehicle vs jaki) + const p = C.perturb || {}; const dht = (p.DHT_Wnt || {}).genes || {}; const jak = p.JAKi_IFN || {}; + const dl = ['DKK1', 'LEF1', 'AXIN2'].filter(g => dht[g]); + const labels = dl.map(g => 'DHT→' + g).concat(jak.vehicle_IFN != null ? ['JAK전 IFN', 'JAK후 IFN'] : []); + const vals = dl.map(g => dht[g].log_delta).concat(jak.vehicle_IFN != null ? [jak.vehicle_IFN, jak.jaki_IFN] : []); + const cols = dl.map(g => dht[g].log_delta >= 0 ? BAD : GOOD).concat(jak.vehicle_IFN != null ? [BAD, GOOD] : []); + if (labels.length) { + mk('chart-val-calib-perturb', 'bar', { + labels, datasets: [{ label: '효과(logΔ / IFN시그니처)', data: vals, backgroundColor: cols, borderRadius: 3 }] + }, { + plugins: { legend: { display: false }, + title: { display: true, text: '섭동 보정: DHT→Wnt억제 · JAK-i→IFN감소 (실측)', color: MUTE, font: { size: 11 } } }, + scales: { y: { title: { display: true, text: '효과 크기', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { ticks: { color: INK, font: { size: 9 } }, grid: { display: false } } } + }); + } + } + + // 분자 readout & 설계 — 무엇이 표본을 줄이는가 + function renderPowerMol() { + const M = pwrm; if (!M || !M.strategies) return; + const s = M.strategies; + const shortName = n => n.replace(/\(.*?\)/g, '').replace(/모낭내 |신장기울기/g, '').trim(); + const colors = ['#b9b2a6', WARN, TEAL, VERM]; + mk('chart-val-powermol', 'bar', { + labels: s.map((r, i) => shortName(r.strategy)), + datasets: [{ label: '총 모낭(80% 검정력)', data: s.map(r => r.total_follicles), + backgroundColor: s.map((_, i) => colors[i % colors.length]), borderRadius: 3 }] + }, { + indexAxis: 'y', + plugins: { legend: { display: false }, + title: { display: true, text: '표본 절감은 readout이 아니라 유효 CV↓ 설계에서 (1000→300)', color: MUTE, font: { size: 11 } } }, + scales: { x: { title: { display: true, text: '총 모낭 수', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + y: { ticks: { color: INK, font: { size: 10 } }, grid: { display: false } } } + }); + } + + // 실험 검정력 (몬테카를로) + function renderPower() { + const P = pwr; if (!P || !P.scenarios) return; + const rec = P.recommendation || {}; + const fmtRec = r => r ? ('공여자 ' + r.donors + '×' + r.follicles_per_group + '모낭') : '비현실'; + el('val-pwr-headline').innerHTML = Object.keys(P.scenarios).map(name => { + const r = P.scenarios[name].reco_80pct; + return `
${fmtRec(r)}
${name}
`; + }).join(''); + const NF = [10, 15, 20, 30, 40, 60, 80, 120]; + const pal = { '기준(E=0.6)': VERM, '낙관(E=0.6,저변동)': TEAL, '보수(E=0.4)': MUTE }; + const ds = Object.keys(P.scenarios).map(name => { + const g = P.scenarios[name].grid; + return { label: name, data: NF.map(nf => Math.round((g['4d_' + nf + 'f'] || 0) * 100)), + borderColor: pal[name] || INK, backgroundColor: 'transparent', borderWidth: 2.5, pointRadius: 2, tension: .3 }; + }); + ds.push({ label: '80% 목표', data: NF.map(() => 80), borderColor: INK, borderDash: [5, 4], borderWidth: 1.2, pointRadius: 0 }); + mk('chart-val-power', 'line', { labels: NF.map(n => n + '개'), datasets: ds }, { + plugins: { legend: { labels: { color: INK, boxWidth: 14, font: { size: 10 } } }, + title: { display: true, text: '검정력 vs 군당 모낭수 (공여자 4)', color: MUTE, font: { size: 11 } } }, + scales: { y: { min: 0, max: 100, title: { display: true, text: '검정력 %', color: MUTE }, ticks: { color: MUTE, callback: v => v + '%' }, grid: { color: GRID } }, + x: { title: { display: true, text: '군당 모낭 수', color: MUTE }, ticks: { color: MUTE }, grid: { display: false } } } + }); + } + + // ODE-수준 분자 개인화 + function renderOde() { + const O = ode; if (!O || !O.profiles) return; + const names = Object.keys(O.profiles); + const get = (n, t) => { const r = O.profiles[n].responses; return r && r[t] != null ? r[t] : 0; }; + const series = [ + { key: '피나스테리드', color: '#2f63c8' }, { key: '미녹시딜', color: WARN }, + { key: '병용(피나+미녹)', color: VERM }, { key: 'JAK억제제', color: TEAL }, + ]; + el('val-ode-headline').innerHTML = names.map(n => { + const p = O.profiles[n]; + const shift = (p.aa_strength > p.aga_strength) + ? 'AA ' + p.aa_strength + : ((p.aga_q != null ? p.aga_q : p.aga_strength) + '→' + p.aga_strength); + return `
${shift}
${n.split('·')[1] || n} · ${p.recommendation}
`; + }).join(''); + mk('chart-val-ode', 'bar', { + labels: names, + datasets: series.map(s => ({ label: s.key, data: names.map(n => get(n, s.key)), backgroundColor: s.color, borderRadius: 3 })) + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 12, font: { size: 10 } } }, + title: { display: true, text: 'GWAS-가중 보정 후 — 프로파일별 예측 회복(분자 층화)', color: MUTE, font: { size: 11 } } }, + scales: { y: { title: { display: true, text: '예측 회복(∫anagen)', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { ticks: { color: INK, font: { size: 10 } }, grid: { display: false } } } + }); + } + + // 개인화 + 데이터 동화 + function renderPersonalize() { + const P = pers; if (!P || !P.forecast_skill) return; + const ov = P.forecast_skill.overall || {}; + el('val-pers-headline').innerHTML = [ + ['+' + (ov.mean_improve_pct || 0) + '%', 'forecast 개선(RMSE↓)'], + [(ov.personal_wins || 0) + '/' + (ov.n || 0), '개인화 우세'], + [Math.round((ov.cover_personal || 0) * 100) + '%', '개인 커버리지'], + [Math.round((ov.cover_pop || 0) * 100) + '%', '모집단 커버리지'], + ].map(([v, l]) => `
${v}
${l}
`).join(''); + + // 동화 시연: 관측 2점(넓음) vs 전체(좁음) 밴드 + 실측 + const ex = P.assimilation_example; + if (ex && ex.steps && ex.steps.length) { + const xy = (xs, ys) => xs.map((x, i) => ({ x, y: ys[i] })); + const first = ex.steps[0], last = ex.steps[ex.steps.length - 1]; + mk('chart-val-assim', 'line', { + datasets: [ + { label: '_a', data: xy(first.grid, first.hi), borderColor: 'transparent', backgroundColor: 'rgba(154,106,18,.10)', pointRadius: 0, fill: '+1', order: 4 }, + { label: first.n_obs + '점 관측 90%', data: xy(first.grid, first.lo), borderColor: 'transparent', backgroundColor: 'rgba(154,106,18,.10)', pointRadius: 0, fill: false, order: 4 }, + { label: '_b', data: xy(last.grid, last.hi), borderColor: 'transparent', backgroundColor: 'rgba(31,93,82,.20)', pointRadius: 0, fill: '+1', order: 3 }, + { label: last.n_obs + '점 관측 90%', data: xy(last.grid, last.lo), borderColor: 'transparent', backgroundColor: 'rgba(31,93,82,.20)', pointRadius: 0, fill: false, order: 3 }, + { label: '개인화 예측', data: xy(last.grid, last.median), borderColor: TEAL, borderWidth: 2.5, pointRadius: 0, order: 2 }, + { label: '실측', data: ex.points.map(p => ({ x: p[0], y: p[1] })), type: 'scatter', borderColor: VERM, backgroundColor: VERM, pointRadius: 4, order: 1 }, + ] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 12, font: { size: 10 }, filter: it => !it.text.startsWith('_') } }, + title: { display: true, text: '관측 늘릴수록 예측띠 수축(데이터 동화)', color: MUTE, font: { size: 11 } } }, + scales: { x: { type: 'linear', title: { display: true, text: '개월', color: MUTE }, ticks: { color: MUTE }, grid: { display: false } }, + y: { title: { display: true, text: 'SALT %변화', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } } } + }); + } + + // 궤적별 forecast 개선% + const rows = P.forecast_skill.by_trajectory || []; + const shortId = s => s.replace(/_NCT\d+/, '').replace(/_/g, ' ').slice(0, 22); + mk('chart-val-fskill', 'bar', { + labels: rows.map(r => shortId(r.id)), + datasets: [{ label: 'forecast 개선%', data: rows.map(r => r.improve_pct), + backgroundColor: rows.map(r => r.improve_pct >= 0 ? GOOD : BAD), borderRadius: 3 }] + }, { + indexAxis: 'y', + plugins: { legend: { display: false }, + title: { display: true, text: '궤적별 개인화 개선(모집단 대비 RMSE↓)', color: MUTE, font: { size: 11 } } }, + scales: { x: { ticks: { color: MUTE, callback: v => v + '%' }, grid: { color: GRID } }, + y: { ticks: { color: INK, font: { size: 9 } }, grid: { display: false } } } + }); + + // 합성환자 정확성: 관측↑ → 종점 오차·구간폭↓ + const syn = P.synthetic; + if (syn && syn.steps) { + const st = syn.steps; + mk('chart-val-synth', 'line', { + labels: st.map(s => s.n_obs + '점'), + datasets: [ + { label: '종점 예측오차', data: st.map(s => s.endpoint_err), borderColor: VERM, backgroundColor: 'transparent', borderWidth: 2.5, pointRadius: 3, tension: .3 }, + { label: '90% 구간폭', data: st.map(s => s.endpoint_width), borderColor: TEAL, borderDash: [5, 4], backgroundColor: 'transparent', borderWidth: 2, pointRadius: 3, tension: .3 }, + ] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 14, font: { size: 10 } } }, + title: { display: true, text: '합성환자(참 종점 ' + syn.true_endpoint + '): 관측↑ → 오차·폭↓ → 참값 수렴', color: MUTE, font: { size: 11 } } }, + scales: { y: { title: { display: true, text: 'SALT 단위', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { ticks: { color: INK }, grid: { display: false } } } + }); + } + } + + // 반증가능 예측 — 병용 시너지 (ODE AND-게이트에서 창발) + function renderSynergy() { + const s = synergy; if (!s) return; + const h = s.headline; + el('val-syn-headline').innerHTML = [ + ['+' + h.synergy_excess_auc.toFixed(3), 'Bliss 초과(시너지)'], + [h.combo_index_CI.toFixed(2), 'Comb.Index (<1=시너지)'], + [h.R_combo_actual.toFixed(2), '실제 병용 회복'], + [h.R_combo_bliss.toFixed(2), '가법 기대 회복'], + ].map(([v, l]) => `
${v}
${l}
`).join(''); + // 실제 per-arm 데이터 검정(5-ARI×미녹 병용) — 정직한 반증 결과 + if (synClin && synClin.summary) { + const sm = synClin.summary, ds = synClin.data_source || {}; + el('val-syn-clinical').innerHTML = `⚠ 실제 per-arm 데이터로 반증 (${ds.pmc || 'IJT 2023'}, 3-arm RCT n=20/군): 트윈은 초가법(synergy)을 예측했으나 실데이터는 강한 가법미만(sub-additive) — 6/6 부위, 평균 초과 ${sm.mean_super_additive_excess} hairs/cm²(피나 추가이득이 피나 단독효과를 크게 밑돎). 핵심 예측 반증. 단 병용>단독(HSA ${sm.hsa_cells})은 충족(병용 임상우월성 방향은 맞음). 해석: 미녹+피나 효과 겹침→AND-게이트 '독립 노드' 전제 미충족. 한계: 단일 소규모·국소 피나·placebo 없음.`; + // 시각적 반증: 평균 단독/병용 vs 가법기대 + const cells = Object.values(synClin.cells || {}); + if (cells.length) { + const avg = a => cells.reduce((s, c) => s + c[a], 0) / cells.length; + const fns = avg('FNS'), mnx = avg('MNX'), mnf = avg('MNF'); + mk('chart-val-synclin', 'bar', { + labels: ['피나 단독', '미녹 단독', '병용(실제)', '가법 기대(피나+미녹)'], + datasets: [{ label: '24주 모발밀도 증가(평균, hairs/cm²)', data: [fns, mnx, mnf, fns + mnx].map(x => +x.toFixed(2)), + backgroundColor: ['#2f63c8', WARN, VERM, INK], borderRadius: 3 }] + }, { + plugins: { legend: { display: false }, + title: { display: true, text: '병용(빨강) ≪ 가법기대(검정) = 가법미만 → 초가법 예측 반증', color: BAD, font: { size: 11 } } }, + scales: { y: { title: { display: true, text: 'Δ 모발밀도', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { ticks: { color: INK, font: { size: 10 } }, grid: { display: false } } } + }); + } + } + const dc = s.dose_curve; + mk('chart-val-synergy', 'line', { + labels: dc.map(x => x.E), + datasets: [ + { label: '병용(실제)', data: dc.map(x => x.R_combo), borderColor: VERM, borderWidth: 3, pointRadius: 2, tension: .2, fill: '+1', backgroundColor: 'rgba(200,64,31,.12)' }, + { label: 'Bliss 가법기대', data: dc.map(x => x.bliss_expected), borderColor: INK, borderDash: [6, 4], borderWidth: 2, pointRadius: 0, tension: .2 }, + { label: 'ARM-1 단독', data: dc.map(x => x.R1), borderColor: TEAL, borderWidth: 1.5, pointRadius: 0, tension: .2 }, + { label: 'ARM-2 단독', data: dc.map(x => x.R2), borderColor: '#2f63c8', borderWidth: 1.5, pointRadius: 0, tension: .2 }, + ] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 14, font: { size: 10 } } }, + title: { display: true, text: '빨강(실제)이 점선(가법기대) 위 = 시너지', color: MUTE, font: { size: 11 } } }, + scales: { x: { title: { display: true, text: '단일팔 효능 E', color: MUTE }, ticks: { color: MUTE }, grid: { display: false } }, + y: { title: { display: true, text: '결손 회복분율', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } } } + }); + const sw = s.threshold_sweep; + mk('chart-val-synergy-kda', 'line', { + labels: sw.map(x => x.KDA), + datasets: [{ label: '시너지 초과', data: sw.map(x => x.synergy_excess), borderColor: VERM, backgroundColor: 'rgba(200,64,31,.12)', borderWidth: 2.5, pointRadius: 3, tension: .35, fill: true }] + }, { + plugins: { legend: { display: false }, + title: { display: true, text: 'DP 문턱 KDA — 중간 중증도에서 시너지 최대', color: MUTE, font: { size: 11 } } }, + scales: { x: { title: { display: true, text: 'DP 협동 문턱 KDA', color: MUTE }, ticks: { color: MUTE }, grid: { display: false } }, + y: { ticks: { color: MUTE }, grid: { color: GRID } } } + }); + } + + // 불확실성 정량(UQ) — 보정된 신뢰구간 + 커버리지 before/after + function renderUQ() { + const u = uq; if (!u || !u.classes) return; + const oc = u.overall_coverage || {}; + const J = u.classes.JAK_inhibitor || {}; + el('val-uq-headline').innerHTML = [ + [Math.round((oc.mean_only_empirical || 0) * 100) + '%', '단순구간(과신)'], + [Math.round((oc.population_empirical || 0) * 100) + '%', '계층적(보정됨)'], + [Math.round((oc.nominal || .9) * 100) + '%', '명목 목표'], + [(J.lag_mean != null ? J.lag_mean.toFixed(2) : '–') + 'm', 'JAK lag 사후평균'], + ].map(([v, l]) => `
${v}
${l}
`).join(''); + const b = (J.post_band) || { months: [], median: [], lo: [], hi: [] }; + mk('chart-val-uqband', 'line', { + labels: b.months.map(m => m + 'm'), + datasets: [ + { label: '95% 상한', data: b.hi, borderColor: 'transparent', backgroundColor: 'rgba(31,93,82,.16)', pointRadius: 0, fill: '+1', tension: .3 }, + { label: '5% 하한', data: b.lo, borderColor: 'transparent', backgroundColor: 'rgba(31,93,82,.16)', pointRadius: 0, fill: false, tension: .3 }, + { label: '중앙(모집단 평균)', data: b.median, borderColor: TEAL, borderWidth: 3, pointRadius: 0, tension: .3 }, + ] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 12, font: { size: 10 }, filter: it => !it.text.includes('하한') } }, + title: { display: true, text: 'JAK 회복 타이밍 — 90% 신뢰띠(보정됨)', color: MUTE, font: { size: 11 } } }, + scales: { y: { min: 0, max: 1.1, title: { display: true, text: '정규화 회복도', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { ticks: { color: MUTE, maxTicksLimit: 8 }, grid: { display: false } } } + }); + const cls = ['JAK_inhibitor', 'finasteride'].filter(c => u.classes[c] && u.classes[c].loto_coverage); + const nm = { JAK_inhibitor: 'JAK', finasteride: '피나스테리드' }; + mk('chart-val-coverage', 'bar', { + labels: cls.map(c => nm[c] || c), + datasets: [ + { type: 'line', label: '명목 90%', data: cls.map(() => 90), borderColor: INK, borderDash: [5, 4], borderWidth: 1.5, pointRadius: 0 }, + { label: '단순(과신)', data: cls.map(c => Math.round(u.classes[c].loto_coverage.mean_only_empirical * 100)), backgroundColor: BAD, borderRadius: 3 }, + { label: '계층적(보정)', data: cls.map(c => Math.round(u.classes[c].loto_coverage.population_empirical * 100)), backgroundColor: GOOD, borderRadius: 3 }, + ] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 12, font: { size: 10 } } }, + title: { display: true, text: '커버리지 검정: 과신 → 보정', color: MUTE, font: { size: 11 } } }, + scales: { y: { min: 0, max: 108, title: { display: true, text: '경험적 커버리지 %', color: MUTE }, ticks: { color: MUTE, callback: v => v + '%' }, grid: { color: GRID } }, + x: { ticks: { color: INK, font: { size: 11 } }, grid: { display: false } } } + }); + } + + // 데이터 지형 + function renderLandscape() { + const L = data.landscape; if (!L) return; + const h = L.headline; + el('val-headline').innerHTML = [ + [h.gb + ' GB', '수집 데이터'], [h.files, '파일'], [h.datasets_downloaded + '+', '데이터셋'], + [h.waves, '탐색 웨이브'], [h.agents, '에이전트'], + ].map(([v, l]) => `
${v}
${l}
`).join(''); + const m = L.by_modality; + mk('chart-val-modality', 'bar', { + labels: m.map(x => x.mod), + datasets: [{ label: '다운로드', data: m.map(x => x.dl), backgroundColor: TEAL, borderRadius: 3 }, + { label: '기록·게이트', data: m.map(x => x.rec), backgroundColor: '#cdbf9f', borderRadius: 3 }] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 12, font: { size: 10 } } } }, + scales: { x: { stacked: true, ticks: { color: INK, font: { size: 10 } }, grid: { display: false } }, + y: { stacked: true, ticks: { color: MUTE }, grid: { color: GRID } } } + }); + const d = L.by_disease; + mk('chart-val-disease', 'bar', { + labels: d.map(x => x.d), datasets: [{ data: d.map(x => x.n), backgroundColor: VERM, borderRadius: 3 }] + }, { + indexAxis: 'y', plugins: { legend: { display: false } }, + scales: { x: { ticks: { color: MUTE }, grid: { color: GRID } }, y: { ticks: { color: INK, font: { size: 11 } }, grid: { display: false } } } + }); + } + + // 임상 시간축 회복곡선 + function renderTiming() { + const t = data.timing; if (!t) return; + const palette = { '피나스테리드': '#2f63c8', '두타스테리드': VERM, '미녹시딜': WARN, 'JAK억제제': TEAL }; + const datasets = Object.keys(t.curves).map(k => ({ + label: k, data: t.curves[k], borderColor: palette[k] || INK, backgroundColor: 'transparent', + borderWidth: 2.5, pointRadius: 2, tension: .3, + })); + mk('chart-val-timing', 'line', { labels: t.months.map(m => m < 1 ? m * 4 + '주' : m + 'm'), datasets }, { + plugins: { legend: { labels: { color: INK, boxWidth: 14, font: { size: 11 } } } }, + scales: { y: { min: -10, max: 105, title: { display: true, text: '회복도 %', color: MUTE }, ticks: { color: MUTE, callback: v => v + '%' }, grid: { color: GRID } }, + x: { ticks: { color: MUTE, maxTicksLimit: 9 }, grid: { display: false } } } + }); + } + + // Halloy 벤치마크 + function renderBenchmark() { + const b = data.benchmark; if (!b) return; + mk('chart-val-bench', 'bar', { + labels: b.labels, + datasets: [{ label: 'Halloy 자동자', data: b.Halloy, backgroundColor: MUTE, borderRadius: 3 }, + { label: '우리 트윈', data: b['트윈'], backgroundColor: VERM, borderRadius: 3 }] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 12 } } }, + scales: { y: { ticks: { color: MUTE, callback: v => v + '%' }, grid: { color: GRID } }, + x: { ticks: { color: INK, font: { size: 11 } }, grid: { display: false } } } + }); + } + + // 1) 다층 요약 카드 + function renderSummary() { + el('val-summary').innerHTML = (data.summary || []).map(c => { + const rows = c.rows.map(r => { + const badge = r.strong + ? '확증' + : '비재현'; + const pv = r.p == null ? '' : `p=${fmtP(r.p)}`; + return `
${r.design}
${r.metric} ${pv}
${badge}
`; + }).join(''); + return `
${c.claim}
${rows}
`; + }).join(''); + } + + // 2) 분자 검증 유의도 -log10(p) + function renderMolecular() { + const m = data.molecular || []; + const labels = m.map(x => x.t), vals = m.map(x => Math.min(60, -Math.log10(x.p))); + const cols = m.map(x => x.dz === 'AA' ? VERM : TEAL); + mk('chart-val-mol', 'bar', { + labels, datasets: [{ data: vals, backgroundColor: cols, borderRadius: 4 }] + }, { + indexAxis: 'y', plugins: { legend: { display: false }, tooltip: { callbacks: { label: c => '−log₁₀p = ' + c.parsed.x.toFixed(1) } } }, + scales: { x: { title: { display: true, text: '−log₁₀(p) (유의 ≈ 1.3↑)', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + y: { ticks: { color: INK, font: { size: 11 } }, grid: { display: false } } } + }); + } + + // 3) AGA DP Wnt 역전 (grouped bar) + function renderAgaDp() { + const a = data.aga_dp; if (!a) return; + const genes = Object.keys(a.genes), conds = a.conds; + const colByCond = { 'Con': MUTE, 'TP': BAD, 'TP+Ab': TEAL }; + const datasets = conds.map(cn => ({ + label: cn === 'Con' ? '정상' : cn === 'TP' ? 'AGA(TP)' : '치료(TP+Ab)', + data: genes.map(g => a.genes[g][cn]), backgroundColor: colByCond[cn] || INK, borderRadius: 3, + })); + mk('chart-val-agadp', 'bar', { labels: genes, datasets }, { + plugins: { legend: { labels: { color: INK, boxWidth: 12, font: { size: 11 } } } }, + scales: { y: { title: { display: true, text: 'DP세포 발현(log)', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { ticks: { color: INK }, grid: { display: false } } } + }); + } + + // 4) JAK억제제별 염증신호 + function renderJak() { + const j = data.jak_drugs; if (!j) return; + const labels = Object.keys(j), vals = labels.map(k => j[k]); + const cols = vals.map(v => v > 0.3 ? BAD : GOOD); // 높으면 염증 잔존(빨강), 낮으면 억제(녹색) + mk('chart-val-jak', 'bar', { labels, datasets: [{ data: vals, backgroundColor: cols, borderRadius: 4 }] }, { + plugins: { legend: { display: false }, tooltip: { callbacks: { label: c => 'IFN sig = ' + c.parsed.y.toFixed(2) } } }, + scales: { y: { title: { display: true, text: '염증/IFN 시그니처', color: MUTE }, ticks: { color: MUTE }, grid: { color: GRID } }, + x: { ticks: { color: INK }, grid: { display: false } } } + }); + } + + // 5) AA 단일세포 비재현 (코호트별 T세포 평균%) + function renderAaSc() { + const s = data.aa_sc; if (!s) return; + const mean = a => a && a.length ? a.reduce((x, y) => x + y, 0) / a.length : 0; + const cohorts = Object.keys(s); + mk('chart-val-aasc', 'bar', { + labels: cohorts, + datasets: [ + { label: 'AA', data: cohorts.map(c => +mean(s[c].AA).toFixed(1)), backgroundColor: VERM, borderRadius: 3 }, + { label: '정상', data: cohorts.map(c => +mean(s[c].control).toFixed(1)), backgroundColor: MUTE, borderRadius: 3 }, + ] + }, { + plugins: { legend: { labels: { color: INK, boxWidth: 12 } }, title: { display: true, text: '두 코호트 T세포 비율 불일치 (포획 편향)', color: MUTE, font: { size: 11 } } }, + scales: { y: { title: { display: true, text: 'T세포 %', color: MUTE }, ticks: { color: MUTE, callback: v => v + '%' }, grid: { color: GRID } }, + x: { ticks: { color: INK, font: { size: 10 } }, grid: { display: false } } } + }); + } + + // 6) GWAS 커버리지 도넛 + function renderGwas() { + const g = data.gwas; if (!g) return; + const donut = (id, cov, label) => mk(id, 'doughnut', { + labels: ['보유', '누락'], + datasets: [{ data: [Math.round(cov * 16), 16 - Math.round(cov * 16)], backgroundColor: [TEAL, '#e6ddcb'], borderColor: '#fbf9f4', borderWidth: 2 }] + }, { cutout: '62%', plugins: { legend: { display: false }, tooltip: { callbacks: { label: c => c.label + ': ' + c.parsed } } } }); + donut('chart-val-gwasAGA', g.AGA_cov); + donut('chart-val-gwasAA', g.AA_cov); + const aga = el('chart-val-gwasAGA'); if (aga) aga.parentElement.querySelector('.val-donut-lab').innerHTML = 'AGA
' + Math.round(g.AGA_cov * 100) + '%'; + const aa = el('chart-val-gwasAA'); if (aa) aa.parentElement.querySelector('.val-donut-lab').innerHTML = 'AA
' + Math.round(g.AA_cov * 100) + '%'; + } + + // 7) 후보 × 구조 × STRING 표 + function renderCandidates() { + const c = data.candidates || []; + const order = { COHERES: 0, weak: 1, isolated: 2, 'n/a': 3 }; + const rows = c.slice().sort((a, b) => (order[a.cohesion] - order[b.cohesion]) || (b.plddt || 0) - (a.plddt || 0)).map(r => { + const pb = r.plddt == null ? '—' : r.plddt.toFixed(0); + const pcls = r.plddt >= 70 ? 'good' : r.plddt >= 50 ? 'warn' : 'bad'; + const coh = { COHERES: '응집', weak: '', + isolated: '미응집', 'n/a': '—' }[r.cohesion] || '—'; + return `${r.gene}${r.dz}${r.axis} + ${pb}${r.edges_hi != null ? r.edges_hi : '–'}${coh}`; + }).join(''); + el('val-candidates').innerHTML = ` + + ${rows}
유전자질환배정 축AlphaFold pLDDTSTRING 고신뢰 엣지축 응집
+

구조 19/19 보유 · STRING 응집 ${c.filter(x => x.cohesion === 'COHERES').length}/19. GWAS(유전학)+STRING(네트워크)+AlphaFold(구조)가 한 방향으로 모이는 후보가 신뢰도 높음.

`; + } + + function fmtP(p) { return p < 1e-4 ? p.toExponential(0) : p.toPrecision(2); } + function mk(id, type, d, opts) { + const ctx = el(id); if (!ctx) return; + if (charts[id]) charts[id].destroy(); + charts[id] = new Chart(ctx, { type, data: d, options: Object.assign({ responsive: true, maintainAspectRatio: false }, opts) }); + } + + window.ValidationTab = { init }; +})();