Skip to content

Instantly share code, notes, and snippets.

@kevinxin90
Created October 25, 2017 13:43
Show Gist options
  • Save kevinxin90/508762247a485ae68cc326e6faa420ec to your computer and use it in GitHub Desktop.
Save kevinxin90/508762247a485ae68cc326e6faa420ec to your computer and use it in GitHub Desktop.
CQ 2.4 Drug - Gene - Pathway - Gene
<!DOCTYPE html>
<html>
<head><meta charset="utf-8" />
<title>CQ 2.4 Drug - Gene - Pathways - Gene</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<style type="text/css">
/*!
*
* Twitter Bootstrap
*
*/
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 3px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 2px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 18px;
margin-bottom: 18px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 18px;
margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 9px;
margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 33px;
}
h2,
.h2 {
font-size: 27px;
}
h3,
.h3 {
font-size: 23px;
}
h4,
.h4 {
font-size: 17px;
}
h5,
.h5 {
font-size: 13px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 9px;
}
.lead {
margin-bottom: 18px;
font-size: 14px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 19.5px;
}
}
small,
.small {
font-size: 92%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 8px;
margin: 36px 0 18px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 18px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 541px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 9px 18px;
margin: 0 0 18px;
font-size: inherit;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 18px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 2px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #888;
background-color: transparent;
border-radius: 1px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 8.5px;
margin: 0 0 9px;
font-size: 12px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 2px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) {
.container {
width: 768px;
}
}
@media (min-width: 992px) {
.container {
width: 940px;
}
}
@media (min-width: 1200px) {
.container {
width: 1140px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.row {
margin-left: 0px;
margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 13.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 18px;
font-size: 19.5px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 13px;
line-height: 1.42857143;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 32px;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 32px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 45px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 18px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 30px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 45px;
padding: 10px 16px;
font-size: 17px;
line-height: 1.3333333;
border-radius: 3px;
}
select.input-lg {
height: 45px;
line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 45px;
padding: 10px 16px;
font-size: 17px;
line-height: 1.3333333;
border-radius: 3px;
}
.form-group-lg select.form-control {
height: 45px;
line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 45px;
min-height: 35px;
padding: 11px 16px;
font-size: 17px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 40px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 45px;
height: 45px;
line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #404040;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 25px;
}
.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 0px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 17px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 17px;
line-height: 1.3333333;
border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 13px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 8px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 541px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 45px;
padding: 10px 16px;
font-size: 17px;
line-height: 1.3333333;
border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 45px;
line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 13px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 2px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 1px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 17px;
border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 8px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 2px 2px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 2px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 2px 2px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 30px;
margin-bottom: 18px;
border: 1px solid transparent;
}
@media (min-width: 541px) {
.navbar {
border-radius: 2px;
}
}
@media (min-width: 541px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 0px;
padding-left: 0px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 541px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 540px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0px;
margin-left: 0px;
}
@media (min-width: 541px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 541px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 541px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 6px 0px;
font-size: 17px;
line-height: 18px;
height: 30px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 541px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 0px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 0px;
padding: 9px 10px;
margin-top: -2px;
margin-bottom: -2px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 2px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 541px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 3px 0px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 18px;
}
@media (max-width: 540px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 18px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 541px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 6px;
padding-bottom: 6px;
}
}
.navbar-form {
margin-left: 0px;
margin-right: 0px;
padding: 10px 0px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: -1px;
margin-bottom: -1px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 540px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 541px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: -1px;
margin-bottom: -1px;
}
.navbar-btn.btn-sm {
margin-top: 0px;
margin-bottom: 0px;
}
.navbar-btn.btn-xs {
margin-top: 4px;
margin-bottom: 4px;
}
.navbar-text {
margin-top: 6px;
margin-bottom: 6px;
}
@media (min-width: 541px) {
.navbar-text {
float: left;
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 541px) {
.navbar-left {
float: left !important;
float: left;
}
.navbar-right {
float: right !important;
float: right;
margin-right: 0px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555;
}
@media (max-width: 540px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #fff;
}
@media (max-width: 540px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 18px;
list-style: none;
background-color: #f5f5f5;
border-radius: 2px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #5e5e5e;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 18px 0;
border-radius: 2px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 17px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 1px;
border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 1px;
border-top-right-radius: 1px;
}
.pager {
padding-left: 0;
margin: 18px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 20px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 3px;
padding-left: 0px;
padding-right: 0px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 59px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 18px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 2px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.thumbnail .caption {
padding: 9px;
color: #000;
}
.alert {
padding: 15px;
margin-bottom: 18px;
border: 1px solid transparent;
border-radius: 2px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 18px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 18px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 18px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 3px;
}
.well-sm {
padding: 9px;
border-radius: 1px;
}
.close {
float: right;
font-size: 19.5px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 2px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 13px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 13px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 2px 2px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.item_buttons:before,
.item_buttons:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.item_buttons:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/*!
*
* Font Awesome
*
*/
/*!
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
/*!
*
* IPython base
*
*/
.modal.fade .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
code {
color: #000;
}
pre {
font-size: inherit;
line-height: inherit;
}
label {
font-weight: normal;
}
/* Make the page background atleast 100% the height of the view port */
/* Make the page itself atleast 70% the height of the view port */
.border-box-sizing {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.corner-all {
border-radius: 2px;
}
.no-padding {
padding: 0px;
}
/* Flexible box model classes */
/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
/* This file is a compatability layer. It allows the usage of flexible box
model layouts accross multiple browsers, including older browsers. The newest,
universal implementation of the flexible box model is used when available (see
`Modern browsers` comments below). Browsers that are known to implement this
new spec completely include:
Firefox 28.0+
Chrome 29.0+
Internet Explorer 11+
Opera 17.0+
Browsers not listed, including Safari, are supported via the styling under the
`Old browsers` comments below.
*/
.hbox {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
.hbox > * {
/* Old browsers */
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
/* Modern browsers */
flex: none;
}
.vbox {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
.vbox > * {
/* Old browsers */
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
/* Modern browsers */
flex: none;
}
.hbox.reverse,
.vbox.reverse,
.reverse {
/* Old browsers */
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
box-direction: reverse;
/* Modern browsers */
flex-direction: row-reverse;
}
.hbox.box-flex0,
.vbox.box-flex0,
.box-flex0 {
/* Old browsers */
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
/* Modern browsers */
flex: none;
width: auto;
}
.hbox.box-flex1,
.vbox.box-flex1,
.box-flex1 {
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
.hbox.box-flex,
.vbox.box-flex,
.box-flex {
/* Old browsers */
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
.hbox.box-flex2,
.vbox.box-flex2,
.box-flex2 {
/* Old browsers */
-webkit-box-flex: 2;
-moz-box-flex: 2;
box-flex: 2;
/* Modern browsers */
flex: 2;
}
.box-group1 {
/* Deprecated */
-webkit-box-flex-group: 1;
-moz-box-flex-group: 1;
box-flex-group: 1;
}
.box-group2 {
/* Deprecated */
-webkit-box-flex-group: 2;
-moz-box-flex-group: 2;
box-flex-group: 2;
}
.hbox.start,
.vbox.start,
.start {
/* Old browsers */
-webkit-box-pack: start;
-moz-box-pack: start;
box-pack: start;
/* Modern browsers */
justify-content: flex-start;
}
.hbox.end,
.vbox.end,
.end {
/* Old browsers */
-webkit-box-pack: end;
-moz-box-pack: end;
box-pack: end;
/* Modern browsers */
justify-content: flex-end;
}
.hbox.center,
.vbox.center,
.center {
/* Old browsers */
-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
/* Modern browsers */
justify-content: center;
}
.hbox.baseline,
.vbox.baseline,
.baseline {
/* Old browsers */
-webkit-box-pack: baseline;
-moz-box-pack: baseline;
box-pack: baseline;
/* Modern browsers */
justify-content: baseline;
}
.hbox.stretch,
.vbox.stretch,
.stretch {
/* Old browsers */
-webkit-box-pack: stretch;
-moz-box-pack: stretch;
box-pack: stretch;
/* Modern browsers */
justify-content: stretch;
}
.hbox.align-start,
.vbox.align-start,
.align-start {
/* Old browsers */
-webkit-box-align: start;
-moz-box-align: start;
box-align: start;
/* Modern browsers */
align-items: flex-start;
}
.hbox.align-end,
.vbox.align-end,
.align-end {
/* Old browsers */
-webkit-box-align: end;
-moz-box-align: end;
box-align: end;
/* Modern browsers */
align-items: flex-end;
}
.hbox.align-center,
.vbox.align-center,
.align-center {
/* Old browsers */
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
/* Modern browsers */
align-items: center;
}
.hbox.align-baseline,
.vbox.align-baseline,
.align-baseline {
/* Old browsers */
-webkit-box-align: baseline;
-moz-box-align: baseline;
box-align: baseline;
/* Modern browsers */
align-items: baseline;
}
.hbox.align-stretch,
.vbox.align-stretch,
.align-stretch {
/* Old browsers */
-webkit-box-align: stretch;
-moz-box-align: stretch;
box-align: stretch;
/* Modern browsers */
align-items: stretch;
}
div.error {
margin: 2em;
text-align: center;
}
div.error > h1 {
font-size: 500%;
line-height: normal;
}
div.error > p {
font-size: 200%;
line-height: normal;
}
div.traceback-wrapper {
text-align: left;
max-width: 800px;
margin: auto;
}
/**
* Primary styles
*
* Author: Jupyter Development Team
*/
body {
background-color: #fff;
/* This makes sure that the body covers the entire window and needs to
be in a different element than the display: box in wrapper below */
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
overflow: visible;
}
body > #header {
/* Initially hidden to prevent FLOUC */
display: none;
background-color: #fff;
/* Display over codemirror */
position: relative;
z-index: 100;
}
body > #header #header-container {
padding-bottom: 5px;
padding-top: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
body > #header .header-bar {
width: 100%;
height: 1px;
background: #e7e7e7;
margin-bottom: -1px;
}
@media print {
body > #header {
display: none !important;
}
}
#header-spacer {
width: 100%;
visibility: hidden;
}
@media print {
#header-spacer {
display: none;
}
}
#ipython_notebook {
padding-left: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
@media (max-width: 991px) {
#ipython_notebook {
margin-left: 10px;
}
}
#noscript {
width: auto;
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
font-size: 22px;
color: red;
font-weight: bold;
}
#ipython_notebook img {
height: 28px;
}
#site {
width: 100%;
display: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: auto;
}
@media print {
#site {
height: auto !important;
}
}
/* Smaller buttons */
.ui-button .ui-button-text {
padding: 0.2em 0.8em;
font-size: 77%;
}
input.ui-button {
padding: 0.3em 0.9em;
}
span#login_widget {
float: right;
}
span#login_widget > .button,
#logout {
color: #333;
background-color: #fff;
border-color: #ccc;
}
span#login_widget > .button:focus,
#logout:focus,
span#login_widget > .button.focus,
#logout.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
span#login_widget > .button:hover,
#logout:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
span#login_widget > .button:active,
#logout:active,
span#login_widget > .button.active,
#logout.active,
.open > .dropdown-togglespan#login_widget > .button,
.open > .dropdown-toggle#logout {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
span#login_widget > .button:active:hover,
#logout:active:hover,
span#login_widget > .button.active:hover,
#logout.active:hover,
.open > .dropdown-togglespan#login_widget > .button:hover,
.open > .dropdown-toggle#logout:hover,
span#login_widget > .button:active:focus,
#logout:active:focus,
span#login_widget > .button.active:focus,
#logout.active:focus,
.open > .dropdown-togglespan#login_widget > .button:focus,
.open > .dropdown-toggle#logout:focus,
span#login_widget > .button:active.focus,
#logout:active.focus,
span#login_widget > .button.active.focus,
#logout.active.focus,
.open > .dropdown-togglespan#login_widget > .button.focus,
.open > .dropdown-toggle#logout.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
span#login_widget > .button:active,
#logout:active,
span#login_widget > .button.active,
#logout.active,
.open > .dropdown-togglespan#login_widget > .button,
.open > .dropdown-toggle#logout {
background-image: none;
}
span#login_widget > .button.disabled:hover,
#logout.disabled:hover,
span#login_widget > .button[disabled]:hover,
#logout[disabled]:hover,
fieldset[disabled] span#login_widget > .button:hover,
fieldset[disabled] #logout:hover,
span#login_widget > .button.disabled:focus,
#logout.disabled:focus,
span#login_widget > .button[disabled]:focus,
#logout[disabled]:focus,
fieldset[disabled] span#login_widget > .button:focus,
fieldset[disabled] #logout:focus,
span#login_widget > .button.disabled.focus,
#logout.disabled.focus,
span#login_widget > .button[disabled].focus,
#logout[disabled].focus,
fieldset[disabled] span#login_widget > .button.focus,
fieldset[disabled] #logout.focus {
background-color: #fff;
border-color: #ccc;
}
span#login_widget > .button .badge,
#logout .badge {
color: #fff;
background-color: #333;
}
.nav-header {
text-transform: none;
}
#header > span {
margin-top: 10px;
}
.modal_stretch .modal-dialog {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
min-height: 80vh;
}
.modal_stretch .modal-dialog .modal-body {
max-height: calc(100vh - 200px);
overflow: auto;
flex: 1;
}
@media (min-width: 768px) {
.modal .modal-dialog {
width: 700px;
}
}
@media (min-width: 768px) {
select.form-control {
margin-left: 12px;
margin-right: 12px;
}
}
/*!
*
* IPython auth
*
*/
.center-nav {
display: inline-block;
margin-bottom: -4px;
}
/*!
*
* IPython tree view
*
*/
/* We need an invisible input field on top of the sentense*/
/* "Drag file onto the list ..." */
.alternate_upload {
background-color: none;
display: inline;
}
.alternate_upload.form {
padding: 0;
margin: 0;
}
.alternate_upload input.fileinput {
text-align: center;
vertical-align: middle;
display: inline;
opacity: 0;
z-index: 2;
width: 12ex;
margin-right: -12ex;
}
.alternate_upload .btn-upload {
height: 22px;
}
/**
* Primary styles
*
* Author: Jupyter Development Team
*/
ul#tabs {
margin-bottom: 4px;
}
ul#tabs a {
padding-top: 6px;
padding-bottom: 4px;
}
ul.breadcrumb a:focus,
ul.breadcrumb a:hover {
text-decoration: none;
}
ul.breadcrumb i.icon-home {
font-size: 16px;
margin-right: 4px;
}
ul.breadcrumb span {
color: #5e5e5e;
}
.list_toolbar {
padding: 4px 0 4px 0;
vertical-align: middle;
}
.list_toolbar .tree-buttons {
padding-top: 1px;
}
.dynamic-buttons {
padding-top: 3px;
display: inline-block;
}
.list_toolbar [class*="span"] {
min-height: 24px;
}
.list_header {
font-weight: bold;
background-color: #EEE;
}
.list_placeholder {
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 7px;
padding-right: 7px;
}
.list_container {
margin-top: 4px;
margin-bottom: 20px;
border: 1px solid #ddd;
border-radius: 2px;
}
.list_container > div {
border-bottom: 1px solid #ddd;
}
.list_container > div:hover .list-item {
background-color: red;
}
.list_container > div:last-child {
border: none;
}
.list_item:hover .list_item {
background-color: #ddd;
}
.list_item a {
text-decoration: none;
}
.list_item:hover {
background-color: #fafafa;
}
.list_header > div,
.list_item > div {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 7px;
padding-right: 7px;
line-height: 22px;
}
.list_header > div input,
.list_item > div input {
margin-right: 7px;
margin-left: 14px;
vertical-align: baseline;
line-height: 22px;
position: relative;
top: -1px;
}
.list_header > div .item_link,
.list_item > div .item_link {
margin-left: -1px;
vertical-align: baseline;
line-height: 22px;
}
.new-file input[type=checkbox] {
visibility: hidden;
}
.item_name {
line-height: 22px;
height: 24px;
}
.item_icon {
font-size: 14px;
color: #5e5e5e;
margin-right: 7px;
margin-left: 7px;
line-height: 22px;
vertical-align: baseline;
}
.item_buttons {
line-height: 1em;
margin-left: -5px;
}
.item_buttons .btn,
.item_buttons .btn-group,
.item_buttons .input-group {
float: left;
}
.item_buttons > .btn,
.item_buttons > .btn-group,
.item_buttons > .input-group {
margin-left: 5px;
}
.item_buttons .btn {
min-width: 13ex;
}
.item_buttons .running-indicator {
padding-top: 4px;
color: #5cb85c;
}
.item_buttons .kernel-name {
padding-top: 4px;
color: #5bc0de;
margin-right: 7px;
float: left;
}
.toolbar_info {
height: 24px;
line-height: 24px;
}
.list_item input:not([type=checkbox]) {
padding-top: 3px;
padding-bottom: 3px;
height: 22px;
line-height: 14px;
margin: 0px;
}
.highlight_text {
color: blue;
}
#project_name {
display: inline-block;
padding-left: 7px;
margin-left: -2px;
}
#project_name > .breadcrumb {
padding: 0px;
margin-bottom: 0px;
background-color: transparent;
font-weight: bold;
}
#tree-selector {
padding-right: 0px;
}
#button-select-all {
min-width: 50px;
}
#select-all {
margin-left: 7px;
margin-right: 2px;
}
.menu_icon {
margin-right: 2px;
}
.tab-content .row {
margin-left: 0px;
margin-right: 0px;
}
.folder_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f114";
}
.folder_icon:before.pull-left {
margin-right: .3em;
}
.folder_icon:before.pull-right {
margin-left: .3em;
}
.notebook_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f02d";
position: relative;
top: -1px;
}
.notebook_icon:before.pull-left {
margin-right: .3em;
}
.notebook_icon:before.pull-right {
margin-left: .3em;
}
.running_notebook_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f02d";
position: relative;
top: -1px;
color: #5cb85c;
}
.running_notebook_icon:before.pull-left {
margin-right: .3em;
}
.running_notebook_icon:before.pull-right {
margin-left: .3em;
}
.file_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f016";
position: relative;
top: -2px;
}
.file_icon:before.pull-left {
margin-right: .3em;
}
.file_icon:before.pull-right {
margin-left: .3em;
}
#notebook_toolbar .pull-right {
padding-top: 0px;
margin-right: -1px;
}
ul#new-menu {
left: auto;
right: 0;
}
.kernel-menu-icon {
padding-right: 12px;
width: 24px;
content: "\f096";
}
.kernel-menu-icon:before {
content: "\f096";
}
.kernel-menu-icon-current:before {
content: "\f00c";
}
#tab_content {
padding-top: 20px;
}
#running .panel-group .panel {
margin-top: 3px;
margin-bottom: 1em;
}
#running .panel-group .panel .panel-heading {
background-color: #EEE;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 7px;
padding-right: 7px;
line-height: 22px;
}
#running .panel-group .panel .panel-heading a:focus,
#running .panel-group .panel .panel-heading a:hover {
text-decoration: none;
}
#running .panel-group .panel .panel-body {
padding: 0px;
}
#running .panel-group .panel .panel-body .list_container {
margin-top: 0px;
margin-bottom: 0px;
border: 0px;
border-radius: 0px;
}
#running .panel-group .panel .panel-body .list_container .list_item {
border-bottom: 1px solid #ddd;
}
#running .panel-group .panel .panel-body .list_container .list_item:last-child {
border-bottom: 0px;
}
.delete-button {
display: none;
}
.duplicate-button {
display: none;
}
.rename-button {
display: none;
}
.shutdown-button {
display: none;
}
.dynamic-instructions {
display: inline-block;
padding-top: 4px;
}
/*!
*
* IPython text editor webapp
*
*/
.selected-keymap i.fa {
padding: 0px 5px;
}
.selected-keymap i.fa:before {
content: "\f00c";
}
#mode-menu {
overflow: auto;
max-height: 20em;
}
.edit_app #header {
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
.edit_app #menubar .navbar {
/* Use a negative 1 bottom margin, so the border overlaps the border of the
header */
margin-bottom: -1px;
}
.dirty-indicator {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 20px;
}
.dirty-indicator.pull-left {
margin-right: .3em;
}
.dirty-indicator.pull-right {
margin-left: .3em;
}
.dirty-indicator-dirty {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 20px;
}
.dirty-indicator-dirty.pull-left {
margin-right: .3em;
}
.dirty-indicator-dirty.pull-right {
margin-left: .3em;
}
.dirty-indicator-clean {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 20px;
}
.dirty-indicator-clean.pull-left {
margin-right: .3em;
}
.dirty-indicator-clean.pull-right {
margin-left: .3em;
}
.dirty-indicator-clean:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f00c";
}
.dirty-indicator-clean:before.pull-left {
margin-right: .3em;
}
.dirty-indicator-clean:before.pull-right {
margin-left: .3em;
}
#filename {
font-size: 16pt;
display: table;
padding: 0px 5px;
}
#current-mode {
padding-left: 5px;
padding-right: 5px;
}
#texteditor-backdrop {
padding-top: 20px;
padding-bottom: 20px;
}
@media not print {
#texteditor-backdrop {
background-color: #EEE;
}
}
@media print {
#texteditor-backdrop #texteditor-container .CodeMirror-gutter,
#texteditor-backdrop #texteditor-container .CodeMirror-gutters {
background-color: #fff;
}
}
@media not print {
#texteditor-backdrop #texteditor-container .CodeMirror-gutter,
#texteditor-backdrop #texteditor-container .CodeMirror-gutters {
background-color: #fff;
}
}
@media not print {
#texteditor-backdrop #texteditor-container {
padding: 0px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
}
/*!
*
* IPython notebook
*
*/
/* CSS font colors for translated ANSI colors. */
.ansibold {
font-weight: bold;
}
/* use dark versions for foreground, to improve visibility */
.ansiblack {
color: black;
}
.ansired {
color: darkred;
}
.ansigreen {
color: darkgreen;
}
.ansiyellow {
color: #c4a000;
}
.ansiblue {
color: darkblue;
}
.ansipurple {
color: darkviolet;
}
.ansicyan {
color: steelblue;
}
.ansigray {
color: gray;
}
/* and light for background, for the same reason */
.ansibgblack {
background-color: black;
}
.ansibgred {
background-color: red;
}
.ansibggreen {
background-color: green;
}
.ansibgyellow {
background-color: yellow;
}
.ansibgblue {
background-color: blue;
}
.ansibgpurple {
background-color: magenta;
}
.ansibgcyan {
background-color: cyan;
}
.ansibggray {
background-color: gray;
}
div.cell {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
border-radius: 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: transparent;
width: 100%;
padding: 5px;
/* This acts as a spacer between cells, that is outside the border */
margin: 0px;
outline: none;
border-left-width: 1px;
padding-left: 5px;
background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%);
}
div.cell.jupyter-soft-selected {
border-left-color: #90CAF9;
border-left-color: #E3F2FD;
border-left-width: 1px;
padding-left: 5px;
border-right-color: #E3F2FD;
border-right-width: 1px;
background: #E3F2FD;
}
@media print {
div.cell.jupyter-soft-selected {
border-color: transparent;
}
}
div.cell.selected {
border-color: #ababab;
border-left-width: 0px;
padding-left: 6px;
background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 5px, transparent 5px, transparent 100%);
}
@media print {
div.cell.selected {
border-color: transparent;
}
}
div.cell.selected.jupyter-soft-selected {
border-left-width: 0;
padding-left: 6px;
background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 7px, #E3F2FD 7px, #E3F2FD 100%);
}
.edit_mode div.cell.selected {
border-color: #66BB6A;
border-left-width: 0px;
padding-left: 6px;
background: linear-gradient(to right, #66BB6A -40px, #66BB6A 5px, transparent 5px, transparent 100%);
}
@media print {
.edit_mode div.cell.selected {
border-color: transparent;
}
}
.prompt {
/* This needs to be wide enough for 3 digit prompt numbers: In[100]: */
min-width: 14ex;
/* This padding is tuned to match the padding on the CodeMirror editor. */
padding: 0.4em;
margin: 0px;
font-family: monospace;
text-align: right;
/* This has to match that of the the CodeMirror class line-height below */
line-height: 1.21429em;
/* Don't highlight prompt number selection */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* Use default cursor */
cursor: default;
}
@media (max-width: 540px) {
.prompt {
text-align: left;
}
}
div.inner_cell {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
@-moz-document url-prefix() {
div.inner_cell {
overflow-x: hidden;
}
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_area {
border: 1px solid #cfcfcf;
border-radius: 2px;
background: #f7f7f7;
line-height: 1.21429em;
}
/* This is needed so that empty prompt areas can collapse to zero height when there
is no content in the output_subarea and the prompt. The main purpose of this is
to make sure that empty JavaScript output_subareas have no height. */
div.prompt:empty {
padding-top: 0;
padding-bottom: 0;
}
div.unrecognized_cell {
padding: 5px 5px 5px 0px;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
div.unrecognized_cell .inner_cell {
border-radius: 2px;
padding: 5px;
font-weight: bold;
color: red;
border: 1px solid #cfcfcf;
background: #eaeaea;
}
div.unrecognized_cell .inner_cell a {
color: inherit;
text-decoration: none;
}
div.unrecognized_cell .inner_cell a:hover {
color: inherit;
text-decoration: none;
}
@media (max-width: 540px) {
div.unrecognized_cell > div.prompt {
display: none;
}
}
div.code_cell {
/* avoid page breaking on code cells when printing */
}
@media print {
div.code_cell {
page-break-inside: avoid;
}
}
/* any special styling for code cells that are currently running goes here */
div.input {
page-break-inside: avoid;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
@media (max-width: 540px) {
div.input {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_prompt {
color: #303F9F;
border-top: 1px solid transparent;
}
div.input_area > div.highlight {
margin: 0.4em;
border: none;
padding: 0px;
background-color: transparent;
}
div.input_area > div.highlight > pre {
margin: 0px;
border: none;
padding: 0px;
background-color: transparent;
}
/* The following gets added to the <head> if it is detected that the user has a
* monospace font with inconsistent normal/bold/italic height. See
* notebookmain.js. Such fonts will have keywords vertically offset with
* respect to the rest of the text. The user should select a better font.
* See: https://github.com/ipython/ipython/issues/1503
*
* .CodeMirror span {
* vertical-align: bottom;
* }
*/
.CodeMirror {
line-height: 1.21429em;
/* Changed from 1em to our global default */
font-size: 14px;
height: auto;
/* Changed to auto to autogrow */
background: none;
/* Changed from white to allow our bg to show through */
}
.CodeMirror-scroll {
/* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
/* We have found that if it is visible, vertical scrollbars appear with font size changes.*/
overflow-y: hidden;
overflow-x: auto;
}
.CodeMirror-lines {
/* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
/* we have set a different line-height and want this to scale with that. */
padding: 0.4em;
}
.CodeMirror-linenumber {
padding: 0 8px 0 4px;
}
.CodeMirror-gutters {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
}
.CodeMirror pre {
/* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */
/* .CodeMirror-lines */
padding: 0;
border: 0;
border-radius: 0;
}
/*
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
Adapted from GitHub theme
*/
.highlight-base {
color: #000;
}
.highlight-variable {
color: #000;
}
.highlight-variable-2 {
color: #1a1a1a;
}
.highlight-variable-3 {
color: #333333;
}
.highlight-string {
color: #BA2121;
}
.highlight-comment {
color: #408080;
font-style: italic;
}
.highlight-number {
color: #080;
}
.highlight-atom {
color: #88F;
}
.highlight-keyword {
color: #008000;
font-weight: bold;
}
.highlight-builtin {
color: #008000;
}
.highlight-error {
color: #f00;
}
.highlight-operator {
color: #AA22FF;
font-weight: bold;
}
.highlight-meta {
color: #AA22FF;
}
/* previously not defined, copying from default codemirror */
.highlight-def {
color: #00f;
}
.highlight-string-2 {
color: #f50;
}
.highlight-qualifier {
color: #555;
}
.highlight-bracket {
color: #997;
}
.highlight-tag {
color: #170;
}
.highlight-attribute {
color: #00c;
}
.highlight-header {
color: blue;
}
.highlight-quote {
color: #090;
}
.highlight-link {
color: #00c;
}
/* apply the same style to codemirror */
.cm-s-ipython span.cm-keyword {
color: #008000;
font-weight: bold;
}
.cm-s-ipython span.cm-atom {
color: #88F;
}
.cm-s-ipython span.cm-number {
color: #080;
}
.cm-s-ipython span.cm-def {
color: #00f;
}
.cm-s-ipython span.cm-variable {
color: #000;
}
.cm-s-ipython span.cm-operator {
color: #AA22FF;
font-weight: bold;
}
.cm-s-ipython span.cm-variable-2 {
color: #1a1a1a;
}
.cm-s-ipython span.cm-variable-3 {
color: #333333;
}
.cm-s-ipython span.cm-comment {
color: #408080;
font-style: italic;
}
.cm-s-ipython span.cm-string {
color: #BA2121;
}
.cm-s-ipython span.cm-string-2 {
color: #f50;
}
.cm-s-ipython span.cm-meta {
color: #AA22FF;
}
.cm-s-ipython span.cm-qualifier {
color: #555;
}
.cm-s-ipython span.cm-builtin {
color: #008000;
}
.cm-s-ipython span.cm-bracket {
color: #997;
}
.cm-s-ipython span.cm-tag {
color: #170;
}
.cm-s-ipython span.cm-attribute {
color: #00c;
}
.cm-s-ipython span.cm-header {
color: blue;
}
.cm-s-ipython span.cm-quote {
color: #090;
}
.cm-s-ipython span.cm-link {
color: #00c;
}
.cm-s-ipython span.cm-error {
color: #f00;
}
.cm-s-ipython span.cm-tab {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
background-position: right;
background-repeat: no-repeat;
}
div.output_wrapper {
/* this position must be relative to enable descendents to be absolute within it */
position: relative;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
z-index: 1;
}
/* class for the output area when it should be height-limited */
div.output_scroll {
/* ideally, this would be max-height, but FF barfs all over that */
height: 24em;
/* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */
width: 100%;
overflow: auto;
border-radius: 2px;
-webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
display: block;
}
/* output div while it is collapsed */
div.output_collapsed {
margin: 0px;
padding: 0px;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
div.out_prompt_overlay {
height: 100%;
padding: 0px 0.4em;
position: absolute;
border-radius: 2px;
}
div.out_prompt_overlay:hover {
/* use inner shadow to get border that is computed the same on WebKit/FF */
-webkit-box-shadow: inset 0 0 1px #000;
box-shadow: inset 0 0 1px #000;
background: rgba(240, 240, 240, 0.5);
}
div.output_prompt {
color: #D84315;
}
/* This class is the outer container of all output sections. */
div.output_area {
padding: 0px;
page-break-inside: avoid;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
div.output_area .MathJax_Display {
text-align: left !important;
}
div.output_area .rendered_html table {
margin-left: 0;
margin-right: 0;
}
div.output_area .rendered_html img {
margin-left: 0;
margin-right: 0;
}
div.output_area img,
div.output_area svg {
max-width: 100%;
height: auto;
}
div.output_area img.unconfined,
div.output_area svg.unconfined {
max-width: none;
}
/* This is needed to protect the pre formating from global settings such
as that of bootstrap */
.output {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
@media (max-width: 540px) {
div.output_area {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-align: stretch;
display: box;
box-orient: vertical;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
}
}
div.output_area pre {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
color: black;
background-color: transparent;
border-radius: 0;
}
/* This class is for the output subarea inside the output_area and after
the prompt div. */
div.output_subarea {
overflow-x: auto;
padding: 0.4em;
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
max-width: calc(100% - 14ex);
}
div.output_scroll div.output_subarea {
overflow-x: visible;
}
/* The rest of the output_* classes are for special styling of the different
output types */
/* all text output has this class: */
div.output_text {
text-align: left;
color: #000;
/* This has to match that of the the CodeMirror class line-height below */
line-height: 1.21429em;
}
/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */
div.output_stderr {
background: #fdd;
/* very light red background for stderr */
}
div.output_latex {
text-align: left;
}
/* Empty output_javascript divs should have no height */
div.output_javascript:empty {
padding: 0;
}
.js-error {
color: darkred;
}
/* raw_input styles */
div.raw_input_container {
line-height: 1.21429em;
padding-top: 5px;
}
pre.raw_input_prompt {
/* nothing needed here. */
}
input.raw_input {
font-family: monospace;
font-size: inherit;
color: inherit;
width: auto;
/* make sure input baseline aligns with prompt */
vertical-align: baseline;
/* padding + margin = 0.5em between prompt and cursor */
padding: 0em 0.25em;
margin: 0em 0.25em;
}
input.raw_input:focus {
box-shadow: none;
}
p.p-space {
margin-bottom: 10px;
}
div.output_unrecognized {
padding: 5px;
font-weight: bold;
color: red;
}
div.output_unrecognized a {
color: inherit;
text-decoration: none;
}
div.output_unrecognized a:hover {
color: inherit;
text-decoration: none;
}
.rendered_html {
color: #000;
/* any extras will just be numbers: */
}
.rendered_html em {
font-style: italic;
}
.rendered_html strong {
font-weight: bold;
}
.rendered_html u {
text-decoration: underline;
}
.rendered_html :link {
text-decoration: underline;
}
.rendered_html :visited {
text-decoration: underline;
}
.rendered_html h1 {
font-size: 185.7%;
margin: 1.08em 0 0 0;
font-weight: bold;
line-height: 1.0;
}
.rendered_html h2 {
font-size: 157.1%;
margin: 1.27em 0 0 0;
font-weight: bold;
line-height: 1.0;
}
.rendered_html h3 {
font-size: 128.6%;
margin: 1.55em 0 0 0;
font-weight: bold;
line-height: 1.0;
}
.rendered_html h4 {
font-size: 100%;
margin: 2em 0 0 0;
font-weight: bold;
line-height: 1.0;
}
.rendered_html h5 {
font-size: 100%;
margin: 2em 0 0 0;
font-weight: bold;
line-height: 1.0;
font-style: italic;
}
.rendered_html h6 {
font-size: 100%;
margin: 2em 0 0 0;
font-weight: bold;
line-height: 1.0;
font-style: italic;
}
.rendered_html h1:first-child {
margin-top: 0.538em;
}
.rendered_html h2:first-child {
margin-top: 0.636em;
}
.rendered_html h3:first-child {
margin-top: 0.777em;
}
.rendered_html h4:first-child {
margin-top: 1em;
}
.rendered_html h5:first-child {
margin-top: 1em;
}
.rendered_html h6:first-child {
margin-top: 1em;
}
.rendered_html ul {
list-style: disc;
margin: 0em 2em;
padding-left: 0px;
}
.rendered_html ul ul {
list-style: square;
margin: 0em 2em;
}
.rendered_html ul ul ul {
list-style: circle;
margin: 0em 2em;
}
.rendered_html ol {
list-style: decimal;
margin: 0em 2em;
padding-left: 0px;
}
.rendered_html ol ol {
list-style: upper-alpha;
margin: 0em 2em;
}
.rendered_html ol ol ol {
list-style: lower-alpha;
margin: 0em 2em;
}
.rendered_html ol ol ol ol {
list-style: lower-roman;
margin: 0em 2em;
}
.rendered_html ol ol ol ol ol {
list-style: decimal;
margin: 0em 2em;
}
.rendered_html * + ul {
margin-top: 1em;
}
.rendered_html * + ol {
margin-top: 1em;
}
.rendered_html hr {
color: black;
background-color: black;
}
.rendered_html pre {
margin: 1em 2em;
}
.rendered_html pre,
.rendered_html code {
border: 0;
background-color: #fff;
color: #000;
font-size: 100%;
padding: 0px;
}
.rendered_html blockquote {
margin: 1em 2em;
}
.rendered_html table {
margin-left: auto;
margin-right: auto;
border: 1px solid black;
border-collapse: collapse;
}
.rendered_html tr,
.rendered_html th,
.rendered_html td {
border: 1px solid black;
border-collapse: collapse;
margin: 1em 2em;
}
.rendered_html td,
.rendered_html th {
text-align: left;
vertical-align: middle;
padding: 4px;
}
.rendered_html th {
font-weight: bold;
}
.rendered_html * + table {
margin-top: 1em;
}
.rendered_html p {
text-align: left;
}
.rendered_html * + p {
margin-top: 1em;
}
.rendered_html img {
display: block;
margin-left: auto;
margin-right: auto;
}
.rendered_html * + img {
margin-top: 1em;
}
.rendered_html img,
.rendered_html svg {
max-width: 100%;
height: auto;
}
.rendered_html img.unconfined,
.rendered_html svg.unconfined {
max-width: none;
}
div.text_cell {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
}
@media (max-width: 540px) {
div.text_cell > div.prompt {
display: none;
}
}
div.text_cell_render {
/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
outline: none;
resize: none;
width: inherit;
border-style: none;
padding: 0.5em 0.5em 0.5em 0.4em;
color: #000;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
a.anchor-link:link {
text-decoration: none;
padding: 0px 20px;
visibility: hidden;
}
h1:hover .anchor-link,
h2:hover .anchor-link,
h3:hover .anchor-link,
h4:hover .anchor-link,
h5:hover .anchor-link,
h6:hover .anchor-link {
visibility: visible;
}
.text_cell.rendered .input_area {
display: none;
}
.text_cell.rendered .rendered_html {
overflow-x: auto;
overflow-y: hidden;
}
.text_cell.unrendered .text_cell_render {
display: none;
}
.cm-header-1,
.cm-header-2,
.cm-header-3,
.cm-header-4,
.cm-header-5,
.cm-header-6 {
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cm-header-1 {
font-size: 185.7%;
}
.cm-header-2 {
font-size: 157.1%;
}
.cm-header-3 {
font-size: 128.6%;
}
.cm-header-4 {
font-size: 110%;
}
.cm-header-5 {
font-size: 100%;
font-style: italic;
}
.cm-header-6 {
font-size: 100%;
font-style: italic;
}
/*!
*
* IPython notebook webapp
*
*/
@media (max-width: 767px) {
.notebook_app {
padding-left: 0px;
padding-right: 0px;
}
}
#ipython-main-app {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height: 100%;
}
div#notebook_panel {
margin: 0px;
padding: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height: 100%;
}
div#notebook {
font-size: 14px;
line-height: 20px;
overflow-y: hidden;
overflow-x: auto;
width: 100%;
/* This spaces the page away from the edge of the notebook area */
padding-top: 20px;
margin: 0px;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
min-height: 100%;
}
@media not print {
#notebook-container {
padding: 15px;
background-color: #fff;
min-height: 0;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
}
@media print {
#notebook-container {
width: 100%;
}
}
div.ui-widget-content {
border: 1px solid #ababab;
outline: none;
}
pre.dialog {
background-color: #f7f7f7;
border: 1px solid #ddd;
border-radius: 2px;
padding: 0.4em;
padding-left: 2em;
}
p.dialog {
padding: 0.2em;
}
/* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems
to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do.
*/
pre,
code,
kbd,
samp {
white-space: pre-wrap;
}
#fonttest {
font-family: monospace;
}
p {
margin-bottom: 0;
}
.end_space {
min-height: 100px;
transition: height .2s ease;
}
.notebook_app > #header {
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
@media not print {
.notebook_app {
background-color: #EEE;
}
}
kbd {
border-style: solid;
border-width: 1px;
box-shadow: none;
margin: 2px;
padding-left: 2px;
padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;
}
/* CSS for the cell toolbar */
.celltoolbar {
border: thin solid #CFCFCF;
border-bottom: none;
background: #EEE;
border-radius: 2px 2px 0px 0px;
width: 100%;
height: 29px;
padding-right: 4px;
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
/* Old browsers */
-webkit-box-pack: end;
-moz-box-pack: end;
box-pack: end;
/* Modern browsers */
justify-content: flex-end;
display: -webkit-flex;
}
@media print {
.celltoolbar {
display: none;
}
}
.ctb_hideshow {
display: none;
vertical-align: bottom;
}
/* ctb_show is added to the ctb_hideshow div to show the cell toolbar.
Cell toolbars are only shown when the ctb_global_show class is also set.
*/
.ctb_global_show .ctb_show.ctb_hideshow {
display: block;
}
.ctb_global_show .ctb_show + .input_area,
.ctb_global_show .ctb_show + div.text_cell_input,
.ctb_global_show .ctb_show ~ div.text_cell_render {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.ctb_global_show .ctb_show ~ div.text_cell_render {
border: 1px solid #cfcfcf;
}
.celltoolbar {
font-size: 87%;
padding-top: 3px;
}
.celltoolbar select {
display: block;
width: 100%;
height: 32px;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px;
width: inherit;
font-size: inherit;
height: 22px;
padding: 0px;
display: inline-block;
}
.celltoolbar select:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.celltoolbar select::-moz-placeholder {
color: #999;
opacity: 1;
}
.celltoolbar select:-ms-input-placeholder {
color: #999;
}
.celltoolbar select::-webkit-input-placeholder {
color: #999;
}
.celltoolbar select::-ms-expand {
border: 0;
background-color: transparent;
}
.celltoolbar select[disabled],
.celltoolbar select[readonly],
fieldset[disabled] .celltoolbar select {
background-color: #eeeeee;
opacity: 1;
}
.celltoolbar select[disabled],
fieldset[disabled] .celltoolbar select {
cursor: not-allowed;
}
textarea.celltoolbar select {
height: auto;
}
select.celltoolbar select {
height: 30px;
line-height: 30px;
}
textarea.celltoolbar select,
select[multiple].celltoolbar select {
height: auto;
}
.celltoolbar label {
margin-left: 5px;
margin-right: 5px;
}
.completions {
position: absolute;
z-index: 110;
overflow: hidden;
border: 1px solid #ababab;
border-radius: 2px;
-webkit-box-shadow: 0px 6px 10px -1px #adadad;
box-shadow: 0px 6px 10px -1px #adadad;
line-height: 1;
}
.completions select {
background: white;
outline: none;
border: none;
padding: 0px;
margin: 0px;
overflow: auto;
font-family: monospace;
font-size: 110%;
color: #000;
width: auto;
}
.completions select option.context {
color: #286090;
}
#kernel_logo_widget {
float: right !important;
float: right;
}
#kernel_logo_widget .current_kernel_logo {
display: none;
margin-top: -1px;
margin-bottom: -1px;
width: 32px;
height: 32px;
}
#menubar {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-top: 1px;
}
#menubar .navbar {
border-top: 1px;
border-radius: 0px 0px 2px 2px;
margin-bottom: 0px;
}
#menubar .navbar-toggle {
float: left;
padding-top: 7px;
padding-bottom: 7px;
border: none;
}
#menubar .navbar-collapse {
clear: left;
}
.nav-wrapper {
border-bottom: 1px solid #e7e7e7;
}
i.menu-icon {
padding-top: 4px;
}
ul#help_menu li a {
overflow: hidden;
padding-right: 2.2em;
}
ul#help_menu li a i {
margin-right: -1.2em;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}
.dropdown-submenu > a:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f0da";
float: right;
color: #333333;
margin-top: 2px;
margin-right: -10px;
}
.dropdown-submenu > a:after.pull-left {
margin-right: .3em;
}
.dropdown-submenu > a:after.pull-right {
margin-left: .3em;
}
.dropdown-submenu:hover > a:after {
color: #262626;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
}
#notification_area {
float: right !important;
float: right;
z-index: 10;
}
.indicator_area {
float: right !important;
float: right;
color: #777;
margin-left: 5px;
margin-right: 5px;
width: 11px;
z-index: 10;
text-align: center;
width: auto;
}
#kernel_indicator {
float: right !important;
float: right;
color: #777;
margin-left: 5px;
margin-right: 5px;
width: 11px;
z-index: 10;
text-align: center;
width: auto;
border-left: 1px solid;
}
#kernel_indicator .kernel_indicator_name {
padding-left: 5px;
padding-right: 5px;
}
#modal_indicator {
float: right !important;
float: right;
color: #777;
margin-left: 5px;
margin-right: 5px;
width: 11px;
z-index: 10;
text-align: center;
width: auto;
}
#readonly-indicator {
float: right !important;
float: right;
color: #777;
margin-left: 5px;
margin-right: 5px;
width: 11px;
z-index: 10;
text-align: center;
width: auto;
margin-top: 2px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
display: none;
}
.modal_indicator:before {
width: 1.28571429em;
text-align: center;
}
.edit_mode .modal_indicator:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f040";
}
.edit_mode .modal_indicator:before.pull-left {
margin-right: .3em;
}
.edit_mode .modal_indicator:before.pull-right {
margin-left: .3em;
}
.command_mode .modal_indicator:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: ' ';
}
.command_mode .modal_indicator:before.pull-left {
margin-right: .3em;
}
.command_mode .modal_indicator:before.pull-right {
margin-left: .3em;
}
.kernel_idle_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10c";
}
.kernel_idle_icon:before.pull-left {
margin-right: .3em;
}
.kernel_idle_icon:before.pull-right {
margin-left: .3em;
}
.kernel_busy_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f111";
}
.kernel_busy_icon:before.pull-left {
margin-right: .3em;
}
.kernel_busy_icon:before.pull-right {
margin-left: .3em;
}
.kernel_dead_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f1e2";
}
.kernel_dead_icon:before.pull-left {
margin-right: .3em;
}
.kernel_dead_icon:before.pull-right {
margin-left: .3em;
}
.kernel_disconnected_icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f127";
}
.kernel_disconnected_icon:before.pull-left {
margin-right: .3em;
}
.kernel_disconnected_icon:before.pull-right {
margin-left: .3em;
}
.notification_widget {
color: #777;
z-index: 10;
background: rgba(240, 240, 240, 0.5);
margin-right: 4px;
color: #333;
background-color: #fff;
border-color: #ccc;
}
.notification_widget:focus,
.notification_widget.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.notification_widget:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.notification_widget:active,
.notification_widget.active,
.open > .dropdown-toggle.notification_widget {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.notification_widget:active:hover,
.notification_widget.active:hover,
.open > .dropdown-toggle.notification_widget:hover,
.notification_widget:active:focus,
.notification_widget.active:focus,
.open > .dropdown-toggle.notification_widget:focus,
.notification_widget:active.focus,
.notification_widget.active.focus,
.open > .dropdown-toggle.notification_widget.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.notification_widget:active,
.notification_widget.active,
.open > .dropdown-toggle.notification_widget {
background-image: none;
}
.notification_widget.disabled:hover,
.notification_widget[disabled]:hover,
fieldset[disabled] .notification_widget:hover,
.notification_widget.disabled:focus,
.notification_widget[disabled]:focus,
fieldset[disabled] .notification_widget:focus,
.notification_widget.disabled.focus,
.notification_widget[disabled].focus,
fieldset[disabled] .notification_widget.focus {
background-color: #fff;
border-color: #ccc;
}
.notification_widget .badge {
color: #fff;
background-color: #333;
}
.notification_widget.warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.notification_widget.warning:focus,
.notification_widget.warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.notification_widget.warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.notification_widget.warning:active,
.notification_widget.warning.active,
.open > .dropdown-toggle.notification_widget.warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.notification_widget.warning:active:hover,
.notification_widget.warning.active:hover,
.open > .dropdown-toggle.notification_widget.warning:hover,
.notification_widget.warning:active:focus,
.notification_widget.warning.active:focus,
.open > .dropdown-toggle.notification_widget.warning:focus,
.notification_widget.warning:active.focus,
.notification_widget.warning.active.focus,
.open > .dropdown-toggle.notification_widget.warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.notification_widget.warning:active,
.notification_widget.warning.active,
.open > .dropdown-toggle.notification_widget.warning {
background-image: none;
}
.notification_widget.warning.disabled:hover,
.notification_widget.warning[disabled]:hover,
fieldset[disabled] .notification_widget.warning:hover,
.notification_widget.warning.disabled:focus,
.notification_widget.warning[disabled]:focus,
fieldset[disabled] .notification_widget.warning:focus,
.notification_widget.warning.disabled.focus,
.notification_widget.warning[disabled].focus,
fieldset[disabled] .notification_widget.warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.notification_widget.warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.notification_widget.success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.notification_widget.success:focus,
.notification_widget.success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.notification_widget.success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.notification_widget.success:active,
.notification_widget.success.active,
.open > .dropdown-toggle.notification_widget.success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.notification_widget.success:active:hover,
.notification_widget.success.active:hover,
.open > .dropdown-toggle.notification_widget.success:hover,
.notification_widget.success:active:focus,
.notification_widget.success.active:focus,
.open > .dropdown-toggle.notification_widget.success:focus,
.notification_widget.success:active.focus,
.notification_widget.success.active.focus,
.open > .dropdown-toggle.notification_widget.success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.notification_widget.success:active,
.notification_widget.success.active,
.open > .dropdown-toggle.notification_widget.success {
background-image: none;
}
.notification_widget.success.disabled:hover,
.notification_widget.success[disabled]:hover,
fieldset[disabled] .notification_widget.success:hover,
.notification_widget.success.disabled:focus,
.notification_widget.success[disabled]:focus,
fieldset[disabled] .notification_widget.success:focus,
.notification_widget.success.disabled.focus,
.notification_widget.success[disabled].focus,
fieldset[disabled] .notification_widget.success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.notification_widget.success .badge {
color: #5cb85c;
background-color: #fff;
}
.notification_widget.info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.notification_widget.info:focus,
.notification_widget.info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.notification_widget.info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.notification_widget.info:active,
.notification_widget.info.active,
.open > .dropdown-toggle.notification_widget.info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.notification_widget.info:active:hover,
.notification_widget.info.active:hover,
.open > .dropdown-toggle.notification_widget.info:hover,
.notification_widget.info:active:focus,
.notification_widget.info.active:focus,
.open > .dropdown-toggle.notification_widget.info:focus,
.notification_widget.info:active.focus,
.notification_widget.info.active.focus,
.open > .dropdown-toggle.notification_widget.info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.notification_widget.info:active,
.notification_widget.info.active,
.open > .dropdown-toggle.notification_widget.info {
background-image: none;
}
.notification_widget.info.disabled:hover,
.notification_widget.info[disabled]:hover,
fieldset[disabled] .notification_widget.info:hover,
.notification_widget.info.disabled:focus,
.notification_widget.info[disabled]:focus,
fieldset[disabled] .notification_widget.info:focus,
.notification_widget.info.disabled.focus,
.notification_widget.info[disabled].focus,
fieldset[disabled] .notification_widget.info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.notification_widget.info .badge {
color: #5bc0de;
background-color: #fff;
}
.notification_widget.danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.notification_widget.danger:focus,
.notification_widget.danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.notification_widget.danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.notification_widget.danger:active,
.notification_widget.danger.active,
.open > .dropdown-toggle.notification_widget.danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.notification_widget.danger:active:hover,
.notification_widget.danger.active:hover,
.open > .dropdown-toggle.notification_widget.danger:hover,
.notification_widget.danger:active:focus,
.notification_widget.danger.active:focus,
.open > .dropdown-toggle.notification_widget.danger:focus,
.notification_widget.danger:active.focus,
.notification_widget.danger.active.focus,
.open > .dropdown-toggle.notification_widget.danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.notification_widget.danger:active,
.notification_widget.danger.active,
.open > .dropdown-toggle.notification_widget.danger {
background-image: none;
}
.notification_widget.danger.disabled:hover,
.notification_widget.danger[disabled]:hover,
fieldset[disabled] .notification_widget.danger:hover,
.notification_widget.danger.disabled:focus,
.notification_widget.danger[disabled]:focus,
fieldset[disabled] .notification_widget.danger:focus,
.notification_widget.danger.disabled.focus,
.notification_widget.danger[disabled].focus,
fieldset[disabled] .notification_widget.danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.notification_widget.danger .badge {
color: #d9534f;
background-color: #fff;
}
div#pager {
background-color: #fff;
font-size: 14px;
line-height: 20px;
overflow: hidden;
display: none;
position: fixed;
bottom: 0px;
width: 100%;
max-height: 50%;
padding-top: 8px;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
/* Display over codemirror */
z-index: 100;
/* Hack which prevents jquery ui resizable from changing top. */
top: auto !important;
}
div#pager pre {
line-height: 1.21429em;
color: #000;
background-color: #f7f7f7;
padding: 0.4em;
}
div#pager #pager-button-area {
position: absolute;
top: 8px;
right: 20px;
}
div#pager #pager-contents {
position: relative;
overflow: auto;
width: 100%;
height: 100%;
}
div#pager #pager-contents #pager-container {
position: relative;
padding: 15px 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
div#pager .ui-resizable-handle {
top: 0px;
height: 8px;
background: #f7f7f7;
border-top: 1px solid #cfcfcf;
border-bottom: 1px solid #cfcfcf;
/* This injects handle bars (a short, wide = symbol) for
the resize handle. */
}
div#pager .ui-resizable-handle::after {
content: '';
top: 2px;
left: 50%;
height: 3px;
width: 30px;
margin-left: -15px;
position: absolute;
border-top: 1px solid #cfcfcf;
}
.quickhelp {
/* Old browsers */
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: stretch;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-align: stretch;
display: box;
box-orient: horizontal;
box-align: stretch;
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
line-height: 1.8em;
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: monospace;
}
.shortcut_descr {
display: inline-block;
/* Old browsers */
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
/* Modern browsers */
flex: 1;
}
span.save_widget {
margin-top: 6px;
}
span.save_widget span.filename {
height: 1em;
line-height: 1em;
padding: 3px;
margin-left: 16px;
border: none;
font-size: 146.5%;
border-radius: 2px;
}
span.save_widget span.filename:hover {
background-color: #e6e6e6;
}
span.checkpoint_status,
span.autosave_status {
font-size: small;
}
@media (max-width: 767px) {
span.save_widget {
font-size: small;
}
span.checkpoint_status,
span.autosave_status {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
span.checkpoint_status {
display: none;
}
span.autosave_status {
font-size: x-small;
}
}
.toolbar {
padding: 0px;
margin-left: -5px;
margin-top: 2px;
margin-bottom: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.toolbar select,
.toolbar label {
width: auto;
vertical-align: middle;
margin-right: 2px;
margin-bottom: 0px;
display: inline;
font-size: 92%;
margin-left: 0.3em;
margin-right: 0.3em;
padding: 0px;
padding-top: 3px;
}
.toolbar .btn {
padding: 2px 8px;
}
.toolbar .btn-group {
margin-top: 0px;
margin-left: 5px;
}
#maintoolbar {
margin-bottom: -3px;
margin-top: -8px;
border: 0px;
min-height: 27px;
margin-left: 0px;
padding-top: 11px;
padding-bottom: 3px;
}
#maintoolbar .navbar-text {
float: none;
vertical-align: middle;
text-align: right;
margin-left: 5px;
margin-right: 0px;
margin-top: 0px;
}
.select-xs {
height: 24px;
}
.pulse,
.dropdown-menu > li > a.pulse,
li.pulse > a.dropdown-toggle,
li.pulse.open > a.dropdown-toggle {
background-color: #F37626;
color: white;
}
/**
* Primary styles
*
* Author: Jupyter Development Team
*/
/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot
* of chance of beeing generated from the ../less/[samename].less file, you can
* try to get back the less file by reverting somme commit in history
**/
/*
* We'll try to get something pretty, so we
* have some strange css to have the scroll bar on
* the left with fix button on the top right of the tooltip
*/
@-moz-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-moz-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/*properties of tooltip after "expand"*/
.bigtooltip {
overflow: auto;
height: 200px;
-webkit-transition-property: height;
-webkit-transition-duration: 500ms;
-moz-transition-property: height;
-moz-transition-duration: 500ms;
transition-property: height;
transition-duration: 500ms;
}
/*properties of tooltip before "expand"*/
.smalltooltip {
-webkit-transition-property: height;
-webkit-transition-duration: 500ms;
-moz-transition-property: height;
-moz-transition-duration: 500ms;
transition-property: height;
transition-duration: 500ms;
text-overflow: ellipsis;
overflow: hidden;
height: 80px;
}
.tooltipbuttons {
position: absolute;
padding-right: 15px;
top: 0px;
right: 0px;
}
.tooltiptext {
/*avoid the button to overlap on some docstring*/
padding-right: 30px;
}
.ipython_tooltip {
max-width: 700px;
/*fade-in animation when inserted*/
-webkit-animation: fadeOut 400ms;
-moz-animation: fadeOut 400ms;
animation: fadeOut 400ms;
-webkit-animation: fadeIn 400ms;
-moz-animation: fadeIn 400ms;
animation: fadeIn 400ms;
vertical-align: middle;
background-color: #f7f7f7;
overflow: visible;
border: #ababab 1px solid;
outline: none;
padding: 3px;
margin: 0px;
padding-left: 7px;
font-family: monospace;
min-height: 50px;
-moz-box-shadow: 0px 6px 10px -1px #adadad;
-webkit-box-shadow: 0px 6px 10px -1px #adadad;
box-shadow: 0px 6px 10px -1px #adadad;
border-radius: 2px;
position: absolute;
z-index: 1000;
}
.ipython_tooltip a {
float: right;
}
.ipython_tooltip .tooltiptext pre {
border: 0;
border-radius: 0;
font-size: 100%;
background-color: #f7f7f7;
}
.pretooltiparrow {
left: 0px;
margin: 0px;
top: -16px;
width: 40px;
height: 16px;
overflow: hidden;
position: absolute;
}
.pretooltiparrow:before {
background-color: #f7f7f7;
border: 1px #ababab solid;
z-index: 11;
content: "";
position: absolute;
left: 15px;
top: 10px;
width: 25px;
height: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
ul.typeahead-list i {
margin-left: -10px;
width: 18px;
}
ul.typeahead-list {
max-height: 80vh;
overflow: auto;
}
ul.typeahead-list > li > a {
/** Firefox bug **/
/* see https://github.com/jupyter/notebook/issues/559 */
white-space: normal;
}
.cmd-palette .modal-body {
padding: 7px;
}
.cmd-palette form {
background: white;
}
.cmd-palette input {
outline: none;
}
.no-shortcut {
display: none;
}
.command-shortcut:before {
content: "(command)";
padding-right: 3px;
color: #777777;
}
.edit-shortcut:before {
content: "(edit)";
padding-right: 3px;
color: #777777;
}
#find-and-replace #replace-preview .match,
#find-and-replace #replace-preview .insert {
background-color: #BBDEFB;
border-color: #90CAF9;
border-style: solid;
border-width: 1px;
border-radius: 0px;
}
#find-and-replace #replace-preview .replace .match {
background-color: #FFCDD2;
border-color: #EF9A9A;
border-radius: 0px;
}
#find-and-replace #replace-preview .replace .insert {
background-color: #C8E6C9;
border-color: #A5D6A7;
border-radius: 0px;
}
#find-and-replace #replace-preview {
max-height: 60vh;
overflow: auto;
}
#find-and-replace #replace-preview pre {
padding: 5px 10px;
}
.terminal-app {
background: #EEE;
}
.terminal-app #header {
background: #fff;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
}
.terminal-app .terminal {
float: left;
font-family: monospace;
color: white;
background: black;
padding: 0.4em;
border-radius: 2px;
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
}
.terminal-app .terminal,
.terminal-app .terminal dummy-screen {
line-height: 1em;
font-size: 14px;
}
.terminal-app .terminal-cursor {
color: black;
background: white;
}
.terminal-app #terminado-container {
margin-top: 20px;
}
/*# sourceMappingURL=style.min.css.map */
</style>
<style type="text/css">
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
</style>
<style type="text/css">
/* Temporary definitions which will become obsolete with Notebook release 5.0 */
.ansi-black-fg { color: #3E424D; }
.ansi-black-bg { background-color: #3E424D; }
.ansi-black-intense-fg { color: #282C36; }
.ansi-black-intense-bg { background-color: #282C36; }
.ansi-red-fg { color: #E75C58; }
.ansi-red-bg { background-color: #E75C58; }
.ansi-red-intense-fg { color: #B22B31; }
.ansi-red-intense-bg { background-color: #B22B31; }
.ansi-green-fg { color: #00A250; }
.ansi-green-bg { background-color: #00A250; }
.ansi-green-intense-fg { color: #007427; }
.ansi-green-intense-bg { background-color: #007427; }
.ansi-yellow-fg { color: #DDB62B; }
.ansi-yellow-bg { background-color: #DDB62B; }
.ansi-yellow-intense-fg { color: #B27D12; }
.ansi-yellow-intense-bg { background-color: #B27D12; }
.ansi-blue-fg { color: #208FFB; }
.ansi-blue-bg { background-color: #208FFB; }
.ansi-blue-intense-fg { color: #0065CA; }
.ansi-blue-intense-bg { background-color: #0065CA; }
.ansi-magenta-fg { color: #D160C4; }
.ansi-magenta-bg { background-color: #D160C4; }
.ansi-magenta-intense-fg { color: #A03196; }
.ansi-magenta-intense-bg { background-color: #A03196; }
.ansi-cyan-fg { color: #60C6C8; }
.ansi-cyan-bg { background-color: #60C6C8; }
.ansi-cyan-intense-fg { color: #258F8F; }
.ansi-cyan-intense-bg { background-color: #258F8F; }
.ansi-white-fg { color: #C5C1B4; }
.ansi-white-bg { background-color: #C5C1B4; }
.ansi-white-intense-fg { color: #A1A6B2; }
.ansi-white-intense-bg { background-color: #A1A6B2; }
.ansi-bold { font-weight: bold; }
</style>
<style type="text/css">
/* Overrides of notebook CSS for static HTML export */
body {
overflow: visible;
padding: 8px;
}
div#notebook {
overflow: visible;
border-top: none;
}
@media print {
div.cell {
display: block;
page-break-inside: avoid;
}
div.output_wrapper {
display: block;
page-break-inside: avoid;
}
div.output {
display: block;
page-break-inside: avoid;
}
}
</style>
<!-- Custom stylesheet, it must be in the same directory as the html file -->
<link rel="stylesheet" href="custom.css">
<!-- Loading mathjax macro -->
<!-- Load mathjax -->
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
<!-- MathJax configuration -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
processEnvironments: true
},
// Center justify equations in code and markdown cells. Elsewhere
// we use CSS to left justify single line equations in code cells.
displayAlign: 'center',
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}},
linebreaks: { automatic: true }
}
});
</script>
<!-- End of mathjax configuration --></head>
<body>
<div tabindex="-1" id="notebook" class="border-box-sizing">
<div class="container" id="notebook-container">
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h1 id="Goal:">Goal:<a class="anchor-link" href="#Goal:">&#182;</a></h1><p>Find genes involving in pathways in which the protein/gene targets of HSCT conditioning drugs that are well- vs poorly- tolerated by FA patients participates in.</p>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Subtasks:">Subtasks:<a class="anchor-link" href="#Subtasks:">&#182;</a></h2>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<ol>
<li>Retrieve <strong>proteins/genes</strong> targeted by set of well-tolerated/poorly-tolerated <strong>HSCT conditioning drugs</strong></li>
<li>Retrieve <strong>pathways</strong> associated with <strong>proteins/genes</strong></li>
<li>Retrieve other <strong>genes</strong> involved in <strong>pathways</strong> found above</li>
</ol>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Import-BioThings-Explorer">Import BioThings Explorer<a class="anchor-link" href="#Import-BioThings-Explorer">&#182;</a></h2>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[24]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">from</span> <span class="nn">BioThingsExplorer</span> <span class="k">import</span> <span class="n">pathViewer</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[2]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">t</span> <span class="o">=</span> <span class="n">pathViewer</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[25]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># t.show_api_road_map()</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Looking-for-APIs-connecting-from-drugname-to-wikipathways-id">Looking for APIs connecting from drugname to wikipathways id<a class="anchor-link" href="#Looking-for-APIs-connecting-from-drugname-to-wikipathways-id">&#182;</a></h2>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[10]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">t</span><span class="o">.</span><span class="n">find_path</span><span class="p">(</span><span class="s1">&#39;drugname&#39;</span><span class="p">,</span> <span class="s1">&#39;wikipathways&#39;</span><span class="p">,</span> <span class="n">excluded_nodes</span><span class="o">=</span><span class="p">[</span><span class="s1">&#39;dbsnp&#39;</span><span class="p">,</span> <span class="s1">&#39;hgvs&#39;</span><span class="p">],</span> <span class="n">display_graph</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_subarea output_stream output_stdout output_text">
<pre>The following lists all paths connecting from &#34;drugname&#34; to &#34;wikipathways&#34;:
[Path 0]: drugname -&gt; http://dgidb.genome.wustl.edu/api/v2/interactions.json?drugs={drugname} -&gt; hgnc.symbol -&gt; http://mygene.info/v3/query -&gt; ncbigene -&gt; http://mygene.info/v3/gene/{geneid} -&gt; wikipathways
[Path 1]: drugname -&gt; http://dgidb.genome.wustl.edu/api/v2/interactions.json?drugs={drugname} -&gt; ncbigene -&gt; http://mygene.info/v3/gene/{geneid} -&gt; wikipathways
[Path 2]: drugname -&gt; http://mychem.info/v1/query -&gt; inchikey -&gt; http://mychem.info/v1/drug/{drugid} -&gt; uniprot -&gt; http://mygene.info/v3/query -&gt; ncbigene -&gt; http://mygene.info/v3/gene/{geneid} -&gt; wikipathways
The path connecting &#34;http://mychem.info/v1/drug/{drugid}&#34; and &#34;uniprot&#34; contains 4 different edges: targets,isCatalyzedBy,isTransportedBy,isCarriedBy
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[11]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">t</span><span class="o">.</span><span class="n">paths</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt output_prompt">Out[11]:</div>
<div class="output_text output_subarea output_execute_result">
<pre>[&#39;drugname&#39;,
&#39;http://dgidb.genome.wustl.edu/api/v2/interactions.json?drugs={drugname}&#39;,
&#39;ncbigene&#39;,
&#39;http://mygene.info/v3/gene/{geneid}&#39;,
&#39;wikipathways&#39;]</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="Elongate-the-path-to-reach-Gene-Symbol">Elongate the path to reach Gene Symbol<a class="anchor-link" href="#Elongate-the-path-to-reach-Gene-Symbol">&#182;</a></h3>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[12]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">t</span><span class="o">.</span><span class="n">paths</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span> <span class="o">+=</span> <span class="p">[</span><span class="s1">&#39;http://mygene.info/v3/query&#39;</span><span class="p">,</span> <span class="s1">&#39;ncbigene&#39;</span><span class="p">,</span> <span class="s1">&#39;http://mygene.info/v3/gene/</span><span class="si">{geneid}</span><span class="s1">&#39;</span><span class="p">,</span> <span class="s1">&#39;hgnc.symbol&#39;</span><span class="p">]</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[13]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">t</span><span class="o">.</span><span class="n">paths</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt output_prompt">Out[13]:</div>
<div class="output_text output_subarea output_execute_result">
<pre>[&#39;drugname&#39;,
&#39;http://dgidb.genome.wustl.edu/api/v2/interactions.json?drugs={drugname}&#39;,
&#39;ncbigene&#39;,
&#39;http://mygene.info/v3/gene/{geneid}&#39;,
&#39;wikipathways&#39;,
&#39;http://mygene.info/v3/query&#39;,
&#39;ncbigene&#39;,
&#39;http://mygene.info/v3/gene/{geneid}&#39;,
&#39;hgnc.symbol&#39;]</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Find-output-through-selected-path">Find output through selected path<a class="anchor-link" href="#Find-output-through-selected-path">&#182;</a></h2>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[14]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">t</span><span class="o">.</span><span class="n">find_output</span><span class="p">(</span><span class="n">t</span><span class="o">.</span><span class="n">path_conversion</span><span class="p">(</span><span class="n">t</span><span class="o">.</span><span class="n">paths</span><span class="p">[</span><span class="mi">1</span><span class="p">]),</span> <span class="p">[</span><span class="s1">&#39;busulfan&#39;</span><span class="p">,</span> <span class="s1">&#39;fludarabine&#39;</span><span class="p">])</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt output_prompt">Out[14]:</div>
<div class="output_html rendered_html output_subarea output_execute_result">
<!doctype html><html><head> <title>Network | Basic usage</title></head><body><script type="text/javascript">function setUpFrame() { var frame = window.frames["style_file8"]; frame.runVis([{"y": 1000.0, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23300", "x": 1000.0, "title": "ncbigene:23300"}, {"y": 999.9943005023064, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4618", "x": 999.9943005023064, "title": "ncbigene:4618"}, {"y": 999.9772020741942, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7311", "x": 999.9772020741942, "title": "ncbigene:7311"}, {"y": 999.9487049105684, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:26469", "x": 999.9487049105684, "title": "ncbigene:26469"}, {"y": 999.9088093362681, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51651", "x": 999.9088093362681, "title": "ncbigene:51651"}, {"y": 999.8575158060625, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ABCG2", "x": 999.8575158060625, "title": "hgnc.symbol:ABCG2"}, {"y": 999.7948249046464, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:373156", "x": 999.7948249046464, "title": "ncbigene:373156"}, {"y": 999.720737346633, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8525", "x": 999.720737346633, "title": "ncbigene:8525"}, {"y": 999.6352539765463, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:E2F1", "x": 999.6352539765463, "title": "hgnc.symbol:E2F1"}, {"y": 999.5383757688107, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55240", "x": 999.5383757688107, "title": "ncbigene:55240"}, {"y": 999.4301038277406, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BBC3", "x": 999.4301038277406, "title": "hgnc.symbol:BBC3"}, {"y": 999.310439387527, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8945", "x": 999.310439387527, "title": "ncbigene:8945"}, {"y": 999.1793838122246, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RELA", "x": 999.1793838122246, "title": "hgnc.symbol:RELA"}, {"y": 999.0369385957353, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PLSCR1", "x": 999.0369385957353, "title": "hgnc.symbol:PLSCR1"}, {"y": 998.8831053617913, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84705", "x": 998.8831053617913, "title": "ncbigene:84705"}, {"y": 998.717885863937, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4879", "x": 998.717885863937, "title": "ncbigene:4879"}, {"y": 998.5412819855086, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTPN1", "x": 998.5412819855086, "title": "hgnc.symbol:PTPN1"}, {"y": 998.353295739613, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8341", "x": 998.353295739613, "title": "ncbigene:8341"}, {"y": 998.1539292691047, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:POLG", "x": 998.1539292691047, "title": "hgnc.symbol:POLG"}, {"y": 997.9431848465608, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNIP2", "x": 997.9431848465608, "title": "hgnc.symbol:TNIP2"}, {"y": 997.7210648742565, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3643", "x": 997.7210648742565, "title": "ncbigene:3643"}, {"y": 997.4875718841358, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IGHA1", "x": 997.4875718841358, "title": "hgnc.symbol:IGHA1"}, {"y": 997.2427085377847, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CST6", "x": 997.2427085377847, "title": "hgnc.symbol:CST6"}, {"y": 996.9864776263989, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:64065", "x": 996.9864776263989, "title": "ncbigene:64065"}, {"y": 996.7188820707538, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6948", "x": 996.7188820707538, "title": "ncbigene:6948"}, {"y": 996.4399249211696, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SYNJ1", "x": 996.4399249211696, "title": "hgnc.symbol:SYNJ1"}, {"y": 996.1496093574776, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:APCS", "x": 996.1496093574776, "title": "hgnc.symbol:APCS"}, {"y": 995.8479386889838, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7428", "x": 995.8479386889838, "title": "ncbigene:7428"}, {"y": 995.5349163544306, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8893", "x": 995.5349163544306, "title": "ncbigene:8893"}, {"y": 995.2105459219581, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5932", "x": 995.2105459219581, "title": "ncbigene:5932"}, {"y": 994.8748310890634, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10390", "x": 994.8748310890634, "title": "ncbigene:10390"}, {"y": 994.5277756825584, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10318", "x": 994.5277756825584, "title": "ncbigene:10318"}, {"y": 994.1693836585259, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 219, 36, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2516", "x": 994.1693836585259, "title": "wikipathways:WP2516"}, {"y": 993.7996591022752, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TP73", "x": 993.7996591022752, "title": "hgnc.symbol:TP73"}, {"y": 993.4186062282946, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79902", "x": 993.4186062282946, "title": "ncbigene:79902"}, {"y": 993.0262293802041, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2252", "x": 993.0262293802041, "title": "ncbigene:2252"}, {"y": 992.6225330307057, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:113235", "x": 992.6225330307057, "title": "ncbigene:113235"}, {"y": 992.2075217815319, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3630", "x": 992.2075217815319, "title": "ncbigene:3630"}, {"y": 991.7812003633944, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3301", "x": 991.7812003633944, "title": "ncbigene:3301"}, {"y": 991.3435736359289, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5217", "x": 991.3435736359289, "title": "ncbigene:5217"}, {"y": 990.8946465876405, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DACT2", "x": 990.8946465876405, "title": "hgnc.symbol:DACT2"}, {"y": 990.4344243358465, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CRTC2", "x": 990.4344243358465, "title": "hgnc.symbol:CRTC2"}, {"y": 989.9629121266182, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:22949", "x": 989.9629121266182, "title": "ncbigene:22949"}, {"y": 989.4801153347212, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FLT4", "x": 989.4801153347212, "title": "hgnc.symbol:FLT4"}, {"y": 988.9860394635538, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CA12", "x": 988.9860394635538, "title": "hgnc.symbol:CA12"}, {"y": 988.4806901450845, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AREG", "x": 988.4806901450845, "title": "hgnc.symbol:AREG"}, {"y": 987.9640731397882, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TXK", "x": 987.9640731397882, "title": "hgnc.symbol:TXK"}, {"y": 987.4361943365793, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1073", "x": 987.4361943365793, "title": "ncbigene:1073"}, {"y": 986.8970597527464, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GRB7", "x": 986.8970597527464, "title": "hgnc.symbol:GRB7"}, {"y": 986.3466755338816, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5359", "x": 986.3466755338816, "title": "ncbigene:5359"}, {"y": 985.7850479538122, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IL5RA", "x": 985.7850479538122, "title": "hgnc.symbol:IL5RA"}, {"y": 985.2121834145286, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:29904", "x": 985.2121834145286, "title": "ncbigene:29904"}, {"y": 984.6280884461108, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7161", "x": 984.6280884461108, "title": "ncbigene:7161"}, {"y": 984.0327697066549, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:602", "x": 984.0327697066549, "title": "ncbigene:602"}, {"y": 983.4262339821963, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1385", "x": 983.4262339821963, "title": "ncbigene:1385"}, {"y": 982.8084881866329, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:COL4A1", "x": 982.8084881866329, "title": "hgnc.symbol:COL4A1"}, {"y": 982.1795393616462, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4131", "x": 982.1795393616462, "title": "ncbigene:4131"}, {"y": 981.5393946766211, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:WNT7A", "x": 981.5393946766211, "title": "hgnc.symbol:WNT7A"}, {"y": 980.8880614285638, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9184", "x": 980.8880614285638, "title": "ncbigene:9184"}, {"y": 980.2255470420189, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7127", "x": 980.2255470420189, "title": "ncbigene:7127"}, {"y": 979.5518590689849, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4703", "x": 979.5518590689849, "title": "ncbigene:4703"}, {"y": 978.867005188828, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2324", "x": 978.867005188828, "title": "ncbigene:2324"}, {"y": 978.1709932081943, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10552", "x": 978.1709932081943, "title": "ncbigene:10552"}, {"y": 977.4638310609213, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR24-1", "x": 977.4638310609213, "title": "hgnc.symbol:MIR24-1"}, {"y": 976.7455268079468, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR15A", "x": 976.7455268079468, "title": "hgnc.symbol:MIR15A"}, {"y": 976.0160886372179, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLCO1C1", "x": 976.0160886372179, "title": "hgnc.symbol:SLCO1C1"}, {"y": 975.2755248635968, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC6A14", "x": 975.2755248635968, "title": "hgnc.symbol:SLC6A14"}, {"y": 974.5238439287667, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:254394", "x": 974.5238439287667, "title": "ncbigene:254394"}, {"y": 973.761054401135, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3287", "x": 973.761054401135, "title": "wikipathways:WP3287"}, {"y": 972.9871649757359, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3572", "x": 972.9871649757359, "title": "ncbigene:3572"}, {"y": 972.2021844741315, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3375", "x": 972.2021844741315, "title": "ncbigene:3375"}, {"y": 971.4061218443111, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:161742", "x": 971.4061218443111, "title": "ncbigene:161742"}, {"y": 970.5989861605885, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2120", "x": 970.5989861605885, "title": "ncbigene:2120"}, {"y": 969.7807866235001, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HLA-DQA2", "x": 969.7807866235001, "title": "hgnc.symbol:HLA-DQA2"}, {"y": 968.9515325596984, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2005", "x": 968.9515325596984, "title": "wikipathways:WP2005"}, {"y": 968.1112334218468, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5223", "x": 968.1112334218468, "title": "ncbigene:5223"}, {"y": 967.2598987885111, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR424", "x": 967.2598987885111, "title": "hgnc.symbol:MIR424"}, {"y": 966.3975383640511, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FBXO32", "x": 966.3975383640511, "title": "hgnc.symbol:FBXO32"}, {"y": 965.524161978509, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 131, 124, 1)", "degree": 3, "value": 2, "id": "ncbigene:2539", "x": 965.524161978509, "title": "ncbigene:2539"}, {"y": 964.6397795874983, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:83451", "x": 964.6397795874983, "title": "ncbigene:83451"}, {"y": 963.7444012720899, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BAK1", "x": 963.7444012720899, "title": "hgnc.symbol:BAK1"}, {"y": 962.8380372386971, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4946", "x": 962.8380372386971, "title": "ncbigene:4946"}, {"y": 961.9206978189593, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2034", "x": 961.9206978189593, "title": "ncbigene:2034"}, {"y": 960.9923934696241, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3840", "x": 960.9923934696241, "title": "ncbigene:3840"}, {"y": 960.0531347724288, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SARM1", "x": 960.0531347724288, "title": "hgnc.symbol:SARM1"}, {"y": 959.1029324339788, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RNF20", "x": 959.1029324339788, "title": "hgnc.symbol:RNF20"}, {"y": 958.1417972856262, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IL6ST", "x": 958.1417972856262, "title": "hgnc.symbol:IL6ST"}, {"y": 957.1697402833461, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SULT6B1", "x": 957.1697402833461, "title": "hgnc.symbol:SULT6B1"}, {"y": 956.1867725076119, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:283455", "x": 956.1867725076119, "title": "ncbigene:283455"}, {"y": 955.1929051632686, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BCL2L2", "x": 955.1929051632686, "title": "hgnc.symbol:BCL2L2"}, {"y": 954.1881495794055, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:25796", "x": 954.1881495794055, "title": "ncbigene:25796"}, {"y": 953.172517209227, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR497", "x": 953.172517209227, "title": "hgnc.symbol:MIR497"}, {"y": 952.1460196299215, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:G6PD", "x": 952.1460196299215, "title": "hgnc.symbol:G6PD"}, {"y": 951.1086685425305, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCL7", "x": 951.1086685425305, "title": "hgnc.symbol:CCL7"}, {"y": 950.060475771814, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NLRC4", "x": 950.060475771814, "title": "hgnc.symbol:NLRC4"}, {"y": 949.0014532661169, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP127", "x": 949.0014532661169, "title": "wikipathways:WP127"}, {"y": 947.9316130972315, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCNB1", "x": 947.9316130972315, "title": "hgnc.symbol:CCNB1"}, {"y": 946.8509674602611, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:29102", "x": 946.8509674602611, "title": "ncbigene:29102"}, {"y": 945.7595286734803, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ZNF655", "x": 945.7595286734803, "title": "hgnc.symbol:ZNF655"}, {"y": 944.6573091781949, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SHMT1", "x": 944.6573091781949, "title": "hgnc.symbol:SHMT1"}, {"y": 943.5443215385997, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 207, 48, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2261", "x": 943.5443215385997, "title": "wikipathways:WP2261"}, {"y": 942.4205784416357, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LDHA", "x": 942.4205784416357, "title": "hgnc.symbol:LDHA"}, {"y": 941.2860926968453, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11011", "x": 941.2860926968453, "title": "ncbigene:11011"}, {"y": 940.1408772362264, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STEAP1", "x": 940.1408772362264, "title": "hgnc.symbol:STEAP1"}, {"y": 938.9849451140846, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8870", "x": 938.9849451140846, "title": "ncbigene:8870"}, {"y": 937.8183095068848, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 223, 32, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1589", "x": 937.8183095068848, "title": "wikipathways:WP1589"}, {"y": 936.640983713101, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DERL1", "x": 936.640983713101, "title": "hgnc.symbol:DERL1"}, {"y": 935.4529811530646, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4485", "x": 935.4529811530646, "title": "ncbigene:4485"}, {"y": 934.2543153688109, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTPRCAP", "x": 934.2543153688109, "title": "hgnc.symbol:PTPRCAP"}, {"y": 933.045000023926, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CRP", "x": 933.045000023926, "title": "hgnc.symbol:CRP"}, {"y": 931.8250489033899, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IQSEC1", "x": 931.8250489033899, "title": "hgnc.symbol:IQSEC1"}, {"y": 930.5944759134197, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:26509", "x": 930.5944759134197, "title": "ncbigene:26509"}, {"y": 929.3532950813112, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8332", "x": 929.3532950813112, "title": "ncbigene:8332"}, {"y": 928.1015205552792, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9712", "x": 928.1015205552792, "title": "ncbigene:9712"}, {"y": 926.8391666042955, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1991", "x": 926.8391666042955, "title": "ncbigene:1991"}, {"y": 925.5662476179272, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DAZL", "x": 925.5662476179272, "title": "hgnc.symbol:DAZL"}, {"y": 924.2827781061718, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PMS2", "x": 924.2827781061718, "title": "hgnc.symbol:PMS2"}, {"y": 922.9887726992922, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ATRIP", "x": 922.9887726992922, "title": "hgnc.symbol:ATRIP"}, {"y": 921.6842461476504, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1441", "x": 921.6842461476504, "title": "ncbigene:1441"}, {"y": 920.3692133215382, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:OTX2", "x": 920.3692133215382, "title": "hgnc.symbol:OTX2"}, {"y": 919.043689211009, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:64421", "x": 919.043689211009, "title": "ncbigene:64421"}, {"y": 917.707688925706, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8892", "x": 917.707688925706, "title": "ncbigene:8892"}, {"y": 916.3612276946901, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6236", "x": 916.3612276946901, "title": "ncbigene:6236"}, {"y": 915.0043208662667, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DAPP1", "x": 915.0043208662667, "title": "hgnc.symbol:DAPP1"}, {"y": 913.6369839078106, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BAIAP2", "x": 913.6369839078106, "title": "hgnc.symbol:BAIAP2"}, {"y": 912.2592324055895, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RRAD", "x": 912.2592324055895, "title": "hgnc.symbol:RRAD"}, {"y": 910.8710820645863, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CEPT1", "x": 910.8710820645863, "title": "hgnc.symbol:CEPT1"}, {"y": 909.4725487083203, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23624", "x": 909.4725487083203, "title": "ncbigene:23624"}, {"y": 908.0636482786671, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAMKK2", "x": 908.0636482786671, "title": "hgnc.symbol:CAMKK2"}, {"y": 906.6443968356757, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84699", "x": 906.6443968356757, "title": "ncbigene:84699"}, {"y": 905.2148105573871, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CHI3L1", "x": 905.2148105573871, "title": "hgnc.symbol:CHI3L1"}, {"y": 903.7749057396486, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HOMER1", "x": 903.7749057396486, "title": "hgnc.symbol:HOMER1"}, {"y": 902.3246987959285, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4637", "x": 902.3246987959285, "title": "ncbigene:4637"}, {"y": 900.8642062571291, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84883", "x": 900.8642062571291, "title": "ncbigene:84883"}, {"y": 899.3934447713982, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "ncbigene:5644", "x": 899.3934447713982, "title": "ncbigene:5644"}, {"y": 897.9124311039393, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EFNA2", "x": 897.9124311039393, "title": "hgnc.symbol:EFNA2"}, {"y": 896.42118213682, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2487", "x": 896.42118213682, "title": "ncbigene:2487"}, {"y": 894.9197148687806, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IKBKG", "x": 894.9197148687806, "title": "hgnc.symbol:IKBKG"}, {"y": 893.4080464150397, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAPN7", "x": 893.4080464150397, "title": "hgnc.symbol:CAPN7"}, {"y": 891.8861940070988, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DROSHA", "x": 891.8861940070988, "title": "hgnc.symbol:DROSHA"}, {"y": 890.3541749925465, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP702", "x": 890.3541749925465, "title": "wikipathways:WP702"}, {"y": 888.8120068348608, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:253260", "x": 888.8120068348608, "title": "ncbigene:253260"}, {"y": 887.259707113209, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CSAD", "x": 887.259707113209, "title": "hgnc.symbol:CSAD"}, {"y": 885.6972935222486, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4049", "x": 885.6972935222486, "title": "ncbigene:4049"}, {"y": 884.1247838719249, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3952", "x": 884.1247838719249, "title": "ncbigene:3952"}, {"y": 882.5421960872684, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ITGA6", "x": 882.5421960872684, "title": "hgnc.symbol:ITGA6"}, {"y": 880.9495482081896, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2896", "x": 880.9495482081896, "title": "ncbigene:2896"}, {"y": 879.3468583892745, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRIAP1", "x": 879.3468583892745, "title": "hgnc.symbol:TRIAP1"}, {"y": 877.7341448995769, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PAK4", "x": 877.7341448995769, "title": "hgnc.symbol:PAK4"}, {"y": 876.1114261224105, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7014", "x": 876.1114261224105, "title": "ncbigene:7014"}, {"y": 874.4787205551391, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79444", "x": 874.4787205551391, "title": "ncbigene:79444"}, {"y": 872.836046808966, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:26873", "x": 872.836046808966, "title": "ncbigene:26873"}, {"y": 871.1834236087217, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDT1", "x": 871.1834236087217, "title": "hgnc.symbol:CDT1"}, {"y": 869.5208697926502, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:25963", "x": 869.5208697926502, "title": "ncbigene:25963"}, {"y": 867.848404312195, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6799", "x": 867.848404312195, "title": "ncbigene:6799"}, {"y": 866.1660462317822, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYF6", "x": 866.1660462317822, "title": "hgnc.symbol:MYF6"}, {"y": 864.473814728604, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AIP", "x": 864.473814728604, "title": "hgnc.symbol:AIP"}, {"y": 862.7717290923994, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10890", "x": 862.7717290923994, "title": "ncbigene:10890"}, {"y": 861.0598087252348, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PCK2", "x": 861.0598087252348, "title": "hgnc.symbol:PCK2"}, {"y": 859.3380731412824, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5634", "x": 859.3380731412824, "title": "ncbigene:5634"}, {"y": 857.6065419665983, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HLA-DOA", "x": 857.6065419665983, "title": "hgnc.symbol:HLA-DOA"}, {"y": 855.8652349388983, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LAMA3", "x": 855.8652349388983, "title": "hgnc.symbol:LAMA3"}, {"y": 854.1141719073335, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2946", "x": 854.1141719073335, "title": "ncbigene:2946"}, {"y": 852.3533728322627, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3645", "x": 852.3533728322627, "title": "ncbigene:3645"}, {"y": 850.5828577850269, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:E2F2", "x": 850.5828577850269, "title": "hgnc.symbol:E2F2"}, {"y": 848.8026469477189, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1573", "x": 848.8026469477189, "title": "ncbigene:1573"}, {"y": 847.0127606129537, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 186, 69, 1)", "degree": 3, "value": 2, "id": "ncbigene:2950", "x": 847.0127606129537, "title": "ncbigene:2950"}, {"y": 845.2132191836374, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SESN1", "x": 845.2132191836374, "title": "hgnc.symbol:SESN1"}, {"y": 843.4040431727345, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MLKL", "x": 843.4040431727345, "title": "hgnc.symbol:MLKL"}, {"y": 841.5852532030341, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PDK1", "x": 841.5852532030341, "title": "hgnc.symbol:PDK1"}, {"y": 839.7568700069145, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MTFMT", "x": 839.7568700069145, "title": "hgnc.symbol:MTFMT"}, {"y": 837.9189144261074, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR103A2", "x": 837.9189144261074, "title": "hgnc.symbol:MIR103A2"}, {"y": 836.0714074114599, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:VSIG4", "x": 836.0714074114599, "title": "hgnc.symbol:VSIG4"}, {"y": 834.2143700226961, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP34", "x": 834.2143700226961, "title": "wikipathways:WP34"}, {"y": 832.3478234281765, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9403", "x": 832.3478234281765, "title": "ncbigene:9403"}, {"y": 830.4717889046572, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STRADA", "x": 830.4717889046572, "title": "hgnc.symbol:STRADA"}, {"y": 828.5862878370469, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MEFV", "x": 828.5862878370469, "title": "hgnc.symbol:MEFV"}, {"y": 826.6913417181638, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:5770", "x": 826.6913417181638, "title": "ncbigene:5770"}, {"y": 824.7869721484899, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5921", "x": 824.7869721484899, "title": "ncbigene:5921"}, {"y": 822.8732008359251, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:83549", "x": 822.8732008359251, "title": "ncbigene:83549"}, {"y": 820.9500495955398, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:29935", "x": 820.9500495955398, "title": "ncbigene:29935"}, {"y": 819.017540349326, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9700", "x": 819.017540349326, "title": "ncbigene:9700"}, {"y": 817.0756951259478, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2525", "x": 817.0756951259478, "title": "wikipathways:WP2525"}, {"y": 815.12453606049, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:93", "x": 815.12453606049, "title": "ncbigene:93"}, {"y": 813.1640853942057, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STXBP4", "x": 813.1640853942057, "title": "hgnc.symbol:STXBP4"}, {"y": 811.1943654742628, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5225", "x": 811.1943654742628, "title": "ncbigene:5225"}, {"y": 809.2153987534901, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARHGAP5", "x": 809.2153987534901, "title": "hgnc.symbol:ARHGAP5"}, {"y": 807.2272077901197, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FRZB", "x": 807.2272077901197, "title": "hgnc.symbol:FRZB"}, {"y": 805.2298152475313, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HLA-DPA1", "x": 805.2298152475313, "title": "hgnc.symbol:HLA-DPA1"}, {"y": 803.2232438939933, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54583", "x": 803.2232438939933, "title": "ncbigene:54583"}, {"y": 801.2075166024035, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC2A13", "x": 801.2075166024035, "title": "hgnc.symbol:SLC2A13"}, {"y": 799.1826563500276, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3493", "x": 799.1826563500276, "title": "ncbigene:3493"}, {"y": 797.1486862182386, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD44", "x": 797.1486862182386, "title": "hgnc.symbol:CD44"}, {"y": 795.1056293922525, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:VIL1", "x": 795.1056293922525, "title": "hgnc.symbol:VIL1"}, {"y": 793.0535091608648, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10110", "x": 793.0535091608648, "title": "ncbigene:10110"}, {"y": 790.9923489161843, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2815", "x": 790.9923489161843, "title": "wikipathways:WP2815"}, {"y": 788.9221721533672, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:25970", "x": 788.9221721533672, "title": "ncbigene:25970"}, {"y": 786.843002470349, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DAAM1", "x": 786.843002470349, "title": "hgnc.symbol:DAAM1"}, {"y": 784.7548635675753, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:597", "x": 784.7548635675753, "title": "ncbigene:597"}, {"y": 782.6577792477317, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CREB1", "x": 782.6577792477317, "title": "hgnc.symbol:CREB1"}, {"y": 780.5517734154728, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FBXW5", "x": 780.5517734154728, "title": "hgnc.symbol:FBXW5"}, {"y": 778.4368700771493, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:INS", "x": 778.4368700771493, "title": "hgnc.symbol:INS"}, {"y": 776.3130933405346, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5209", "x": 776.3130933405346, "title": "ncbigene:5209"}, {"y": 774.18046741455, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8744", "x": 774.18046741455, "title": "ncbigene:8744"}, {"y": 772.0390166089883, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MSTN", "x": 772.0390166089883, "title": "hgnc.symbol:MSTN"}, {"y": 769.8887653342379, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 219, 36, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2447", "x": 769.8887653342379, "title": "wikipathways:WP2447"}, {"y": 767.7297381010027, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3485", "x": 767.7297381010027, "title": "ncbigene:3485"}, {"y": 765.5619595200244, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYH10", "x": 765.5619595200244, "title": "hgnc.symbol:MYH10"}, {"y": 763.3854543018008, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1827", "x": 763.3854543018008, "title": "ncbigene:1827"}, {"y": 761.2002472563053, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTHLH", "x": 761.2002472563053, "title": "hgnc.symbol:PTHLH"}, {"y": 759.0063632927024, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3286", "x": 759.0063632927024, "title": "wikipathways:WP3286"}, {"y": 756.8038274190657, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR185", "x": 756.8038274190657, "title": "hgnc.symbol:MIR185"}, {"y": 754.5926647420912, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79139", "x": 754.5926647420912, "title": "ncbigene:79139"}, {"y": 752.3729004668121, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:638", "x": 752.3729004668121, "title": "ncbigene:638"}, {"y": 750.1445598963112, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2066", "x": 750.1445598963112, "title": "ncbigene:2066"}, {"y": 747.9076684314325, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARPC4", "x": 747.9076684314325, "title": "hgnc.symbol:ARPC4"}, {"y": 745.6622515704912, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MDM4", "x": 745.6622515704912, "title": "hgnc.symbol:MDM4"}, {"y": 743.408334908984, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4067", "x": 743.408334908984, "title": "ncbigene:4067"}, {"y": 741.1459441392963, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23433", "x": 741.1459441392963, "title": "ncbigene:23433"}, {"y": 738.8751050504102, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TCN1", "x": 738.8751050504102, "title": "hgnc.symbol:TCN1"}, {"y": 736.5958435276099, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2034", "x": 736.5958435276099, "title": "wikipathways:WP2034"}, {"y": 734.3081855521872, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10254", "x": 734.3081855521872, "title": "ncbigene:10254"}, {"y": 732.0121572011446, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5877", "x": 732.0121572011446, "title": "ncbigene:5877"}, {"y": 729.7077846468986, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IRF2", "x": 729.7077846468986, "title": "hgnc.symbol:IRF2"}, {"y": 727.3950941569818, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AP3B1", "x": 727.3950941569818, "title": "hgnc.symbol:AP3B1"}, {"y": 725.0741120937417, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GDF9", "x": 725.0741120937417, "title": "hgnc.symbol:GDF9"}, {"y": 722.7448649140428, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RRM2", "x": 722.7448649140428, "title": "hgnc.symbol:RRM2"}, {"y": 720.4073791689626, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CYP2J2", "x": 720.4073791689626, "title": "hgnc.symbol:CYP2J2"}, {"y": 718.0616815034904, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCND3", "x": 718.0616815034904, "title": "hgnc.symbol:CCND3"}, {"y": 715.7077986562231, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27071", "x": 715.7077986562231, "title": "ncbigene:27071"}, {"y": 713.3457574590602, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3678", "x": 713.3457574590602, "title": "wikipathways:WP3678"}, {"y": 710.9755848368987, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ANGPT1", "x": 710.9755848368987, "title": "hgnc.symbol:ANGPT1"}, {"y": 708.5973078073254, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:155184", "x": 708.5973078073254, "title": "ncbigene:155184"}, {"y": 706.210953480309, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FANCI", "x": 706.210953480309, "title": "hgnc.symbol:FANCI"}, {"y": 703.8165490578915, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5599", "x": 703.8165490578915, "title": "ncbigene:5599"}, {"y": 701.4141218338779, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NME2", "x": 701.4141218338779, "title": "hgnc.symbol:NME2"}, {"y": 699.0036991935251, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NAT10", "x": 699.0036991935251, "title": "hgnc.symbol:NAT10"}, {"y": 696.5853086132296, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KSR2", "x": 696.5853086132296, "title": "hgnc.symbol:KSR2"}, {"y": 694.1589776602144, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PIK3R3", "x": 694.1589776602144, "title": "hgnc.symbol:PIK3R3"}, {"y": 691.724733992215, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FKBP3", "x": 691.724733992215, "title": "hgnc.symbol:FKBP3"}, {"y": 689.2826053571636, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2730", "x": 689.2826053571636, "title": "ncbigene:2730"}, {"y": 686.8326195928734, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2281", "x": 686.8326195928734, "title": "ncbigene:2281"}, {"y": 684.3748046267207, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAB5A", "x": 684.3748046267207, "title": "hgnc.symbol:RAB5A"}, {"y": 681.9091884753269, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9595", "x": 681.9091884753269, "title": "ncbigene:9595"}, {"y": 679.4357992442392, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MTHFR", "x": 679.4357992442392, "title": "hgnc.symbol:MTHFR"}, {"y": 676.9546651276103, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DHTKD1", "x": 676.9546651276103, "title": "hgnc.symbol:DHTKD1"}, {"y": 674.4658144078761, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:368", "x": 674.4658144078761, "title": "ncbigene:368"}, {"y": 671.9692754554349, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:3939", "x": 671.9692754554349, "title": "ncbigene:3939"}, {"y": 669.4650767283222, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAMTA1", "x": 669.4650767283222, "title": "hgnc.symbol:CAMTA1"}, {"y": 666.9532467718883, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8738", "x": 666.9532467718883, "title": "ncbigene:8738"}, {"y": 664.4338142184708, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55655", "x": 664.4338142184708, "title": "ncbigene:55655"}, {"y": 661.9068077870701, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KEAP1", "x": 661.9068077870701, "title": "hgnc.symbol:KEAP1"}, {"y": 659.3722562830206, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:166979", "x": 659.3722562830206, "title": "ncbigene:166979"}, {"y": 656.8301885976637, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ZP2", "x": 656.8301885976637, "title": "hgnc.symbol:ZP2"}, {"y": 654.2806337080165, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3127", "x": 654.2806337080165, "title": "ncbigene:3127"}, {"y": 651.7236206764438, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 214, 41, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP707", "x": 651.7236206764438, "title": "wikipathways:WP707"}, {"y": 649.1591786503253, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:C1orf56", "x": 649.1591786503253, "title": "hgnc.symbol:C1orf56"}, {"y": 646.587336861724, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:118788", "x": 646.587336861724, "title": "ncbigene:118788"}, {"y": 644.0081246270523, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9776", "x": 644.0081246270523, "title": "ncbigene:9776"}, {"y": 641.4215713467388, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MUT", "x": 641.4215713467388, "title": "hgnc.symbol:MUT"}, {"y": 638.8277065048923, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5226", "x": 638.8277065048923, "title": "ncbigene:5226"}, {"y": 636.2265596689662, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8514", "x": 636.2265596689662, "title": "ncbigene:8514"}, {"y": 633.6181604894213, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 204, 51, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3872", "x": 633.6181604894213, "title": "wikipathways:WP3872"}, {"y": 631.0025386993876, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNFRSF10D", "x": 631.0025386993876, "title": "hgnc.symbol:TNFRSF10D"}, {"y": 628.3797241143262, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7316", "x": 628.3797241143262, "title": "ncbigene:7316"}, {"y": 625.7497466316881, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23743", "x": 625.7497466316881, "title": "ncbigene:23743"}, {"y": 623.1126362305748, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2538", "x": 623.1126362305748, "title": "ncbigene:2538"}, {"y": 620.4684229713953, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4318", "x": 620.4684229713953, "title": "ncbigene:4318"}, {"y": 617.8171369955245, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3657", "x": 617.8171369955245, "title": "wikipathways:WP3657"}, {"y": 615.1588085249591, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:837", "x": 615.1588085249591, "title": "ncbigene:837"}, {"y": 612.493467861973, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3557", "x": 612.493467861973, "title": "ncbigene:3557"}, {"y": 609.8211453887719, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HMGB1", "x": 609.8211453887719, "title": "hgnc.symbol:HMGB1"}, {"y": 607.1418715671477, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:196528", "x": 607.1418715671477, "title": "ncbigene:196528"}, {"y": 604.4556769381302, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51085", "x": 604.4556769381302, "title": "ncbigene:51085"}, {"y": 601.7625921216395, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR330", "x": 601.7625921216395, "title": "hgnc.symbol:MIR330"}, {"y": 599.0626478161371, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FLT3", "x": 599.0626478161371, "title": "hgnc.symbol:FLT3"}, {"y": 596.3558747982754, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BMF", "x": 596.3558747982754, "title": "hgnc.symbol:BMF"}, {"y": 593.6423039225481, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8844", "x": 593.6423039225481, "title": "ncbigene:8844"}, {"y": 590.9219661209366, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7448", "x": 590.9219661209366, "title": "ncbigene:7448"}, {"y": 588.1948924025593, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TERF2", "x": 588.1948924025593, "title": "hgnc.symbol:TERF2"}, {"y": 585.4611138533166, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CBR3", "x": 585.4611138533166, "title": "hgnc.symbol:CBR3"}, {"y": 582.7206616355379, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ANGPTL8", "x": 582.7206616355379, "title": "hgnc.symbol:ANGPTL8"}, {"y": 579.9735669876252, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GSTM1", "x": 579.9735669876252, "title": "hgnc.symbol:GSTM1"}, {"y": 577.2198612236976, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PARVB", "x": 577.2198612236976, "title": "hgnc.symbol:PARVB"}, {"y": 574.4595757332347, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7029", "x": 574.4595757332347, "title": "ncbigene:7029"}, {"y": 571.6927419807179, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:148327", "x": 571.6927419807179, "title": "ncbigene:148327"}, {"y": 568.9193915052724, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RABGGTA", "x": 568.9193915052724, "title": "hgnc.symbol:RABGGTA"}, {"y": 566.1395559203074, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10935", "x": 566.1395559203074, "title": "ncbigene:10935"}, {"y": 563.3532669131561, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DMC1", "x": 563.3532669131561, "title": "hgnc.symbol:DMC1"}, {"y": 560.5605562447139, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5163", "x": 560.5605562447139, "title": "ncbigene:5163"}, {"y": 557.7614557490767, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SMPD2", "x": 557.7614557490767, "title": "hgnc.symbol:SMPD2"}, {"y": 554.9559973331786, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IL2RB", "x": 554.9559973331786, "title": "hgnc.symbol:IL2RB"}, {"y": 552.1442129764267, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EPHX2", "x": 552.1442129764267, "title": "hgnc.symbol:EPHX2"}, {"y": 549.326134730338, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1757", "x": 549.326134730338, "title": "ncbigene:1757"}, {"y": 546.5017947181735, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10588", "x": 546.5017947181735, "title": "ncbigene:10588"}, {"y": 543.671225134572, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11144", "x": 543.671225134572, "title": "ncbigene:11144"}, {"y": 540.8344582451831, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:22919", "x": 540.8344582451831, "title": "ncbigene:22919"}, {"y": 537.9915263862994, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27040", "x": 537.9915263862994, "title": "ncbigene:27040"}, {"y": 535.142461964488, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR371A", "x": 535.142461964488, "title": "hgnc.symbol:MIR371A"}, {"y": 532.2872974562215, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6566", "x": 532.2872974562215, "title": "ncbigene:6566"}, {"y": 529.4260654075065, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8660", "x": 529.4260654075065, "title": "ncbigene:8660"}, {"y": 526.5587984335141, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2219", "x": 526.5587984335141, "title": "ncbigene:2219"}, {"y": 523.6855292182072, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1403", "x": 523.6855292182072, "title": "wikipathways:WP1403"}, {"y": 520.8062905139686, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:UCK2", "x": 520.8062905139686, "title": "hgnc.symbol:UCK2"}, {"y": 517.9211151412269, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6814", "x": 517.9211151412269, "title": "ncbigene:6814"}, {"y": 515.0300359880825, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CES4A", "x": 515.0300359880825, "title": "hgnc.symbol:CES4A"}, {"y": 512.1330860099338, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10163", "x": 512.1330860099338, "title": "ncbigene:10163"}, {"y": 509.23029822910024, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TMED3", "x": 509.23029822910024, "title": "hgnc.symbol:TMED3"}, {"y": 506.321705734446, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TFEB", "x": 506.321705734446, "title": "hgnc.symbol:TFEB"}, {"y": 503.40734168100374, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SULT4A1", "x": 503.40734168100374, "title": "hgnc.symbol:SULT4A1"}, {"y": 500.48723928959583, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8408", "x": 500.48723928959583, "title": "ncbigene:8408"}, {"y": 497.56143184645583, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD28", "x": 497.56143184645583, "title": "hgnc.symbol:CD28"}, {"y": 494.62995270284966, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STAMBP", "x": 494.62995270284966, "title": "hgnc.symbol:STAMBP"}, {"y": 491.69283527469406, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAD17", "x": 491.69283527469406, "title": "hgnc.symbol:RAD17"}, {"y": 488.7501130421773, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CBS", "x": 488.7501130421773, "title": "hgnc.symbol:CBS"}, {"y": 485.8018195493765, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAMKK1", "x": 485.8018195493765, "title": "hgnc.symbol:CAMKK1"}, {"y": 482.84798840387583, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DGCR8", "x": 482.84798840387583, "title": "hgnc.symbol:DGCR8"}, {"y": 479.8886532763824, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 214, 41, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2446", "x": 479.8886532763824, "title": "wikipathways:WP2446"}, {"y": 476.92384790034396, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:123263", "x": 476.92384790034396, "title": "ncbigene:123263"}, {"y": 473.95360607156334, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:THEM4", "x": 473.95360607156334, "title": "hgnc.symbol:THEM4"}, {"y": 470.9779616478135, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7447", "x": 470.9779616478135, "title": "ncbigene:7447"}, {"y": 467.9969485484513, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAT", "x": 467.9969485484513, "title": "hgnc.symbol:CAT"}, {"y": 465.0106007540314, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3681", "x": 465.0106007540314, "title": "ncbigene:3681"}, {"y": 462.0189523059185, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:348303", "x": 462.0189523059185, "title": "ncbigene:348303"}, {"y": 459.0220373058997, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2190", "x": 459.0220373058997, "title": "wikipathways:WP2190"}, {"y": 456.0198899157949, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1489", "x": 456.0198899157949, "title": "ncbigene:1489"}, {"y": 453.01254435706846, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FLOT1", "x": 453.01254435706846, "title": "hgnc.symbol:FLOT1"}, {"y": 450.0000349104386, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2694", "x": 450.0000349104386, "title": "ncbigene:2694"}, {"y": 446.9823959154868, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 192, 63, 1)", "degree": 3, "value": 2, "id": "ncbigene:4353", "x": 446.9823959154868, "title": "ncbigene:4353"}, {"y": 443.9596617702656, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CREB3L4", "x": 443.9596617702656, "title": "hgnc.symbol:CREB3L4"}, {"y": 440.93186693090786, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:50484", "x": 440.93186693090786, "title": "ncbigene:50484"}, {"y": 437.8990459112329, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SAT1", "x": 437.8990459112329, "title": "hgnc.symbol:SAT1"}, {"y": 434.8612332823536, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLX1A-SULT1A3", "x": 434.8612332823536, "title": "hgnc.symbol:SLX1A-SULT1A3"}, {"y": 431.81846367228223, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DND1", "x": 431.81846367228223, "title": "hgnc.symbol:DND1"}, {"y": 428.7707717655352, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3909", "x": 428.7707717655352, "title": "ncbigene:3909"}, {"y": 425.71819230273866, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:90993", "x": 425.71819230273866, "title": "ncbigene:90993"}, {"y": 422.6607600802319, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CHST5", "x": 422.6607600802319, "title": "hgnc.symbol:CHST5"}, {"y": 419.59850994967087, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SMARCA4", "x": 419.59850994967087, "title": "hgnc.symbol:SMARCA4"}, {"y": 416.5314768176302, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5395", "x": 416.5314768176302, "title": "ncbigene:5395"}, {"y": 413.45969564520675, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5744", "x": 413.45969564520675, "title": "ncbigene:5744"}, {"y": 410.38320144761985, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SPRED1", "x": 410.38320144761985, "title": "hgnc.symbol:SPRED1"}, {"y": 407.30202929381295, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4915", "x": 407.30202929381295, "title": "ncbigene:4915"}, {"y": 404.2162143060527, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1317", "x": 404.2162143060527, "title": "ncbigene:1317"}, {"y": 401.12579165953014, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8976", "x": 401.12579165953014, "title": "ncbigene:8976"}, {"y": 398.0307965819589, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:675", "x": 398.0307965819589, "title": "ncbigene:675"}, {"y": 394.9312643531736, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8493", "x": 394.9312643531736, "title": "ncbigene:8493"}, {"y": 391.82723030472755, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDA", "x": 391.82723030472755, "title": "hgnc.symbol:CDA"}, {"y": 388.7187298194907, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NOXO1", "x": 388.7187298194907, "title": "hgnc.symbol:NOXO1"}, {"y": 385.60579833124575, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARPC2", "x": 385.60579833124575, "title": "hgnc.symbol:ARPC2"}, {"y": 382.4884713242843, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5585", "x": 382.4884713242843, "title": "ncbigene:5585"}, {"y": 379.3667843330029, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55367", "x": 379.3667843330029, "title": "ncbigene:55367"}, {"y": 376.24077294149663, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6011", "x": 376.24077294149663, "title": "ncbigene:6011"}, {"y": 373.1104727831551, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79155", "x": 373.1104727831551, "title": "ncbigene:79155"}, {"y": 369.9759195402555, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:OTUD7B", "x": 369.9759195402555, "title": "hgnc.symbol:OTUD7B"}, {"y": 366.83714894355586, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55783", "x": 366.83714894355586, "title": "ncbigene:55783"}, {"y": 363.6941967718874, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BNIP3L", "x": 363.6941967718874, "title": "hgnc.symbol:BNIP3L"}, {"y": 360.54709885174765, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ERBIN", "x": 360.54709885174765, "title": "hgnc.symbol:ERBIN"}, {"y": 357.3958910568912, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SOCS7", "x": 357.3958910568912, "title": "hgnc.symbol:SOCS7"}, {"y": 354.2406093079214, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PFN3", "x": 354.2406093079214, "title": "hgnc.symbol:PFN3"}, {"y": 351.08128957187995, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:538", "x": 351.08128957187995, "title": "ncbigene:538"}, {"y": 347.9179678618382, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9181", "x": 347.9179678618382, "title": "ncbigene:9181"}, {"y": 344.7506802364857, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PIK3AP1", "x": 344.7506802364857, "title": "hgnc.symbol:PIK3AP1"}, {"y": 341.5794627997197, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BLNK", "x": 341.5794627997197, "title": "hgnc.symbol:BLNK"}, {"y": 338.40435170023267, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EREG", "x": 338.40435170023267, "title": "hgnc.symbol:EREG"}, {"y": 335.22538313110164, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ADCY1", "x": 335.22538313110164, "title": "hgnc.symbol:ADCY1"}, {"y": 332.04259332937465, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:441024", "x": 332.04259332937465, "title": "ncbigene:441024"}, {"y": 328.8560185756579, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6573", "x": 328.8560185756579, "title": "ncbigene:6573"}, {"y": 325.6656951937027, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAP2", "x": 325.6656951937027, "title": "hgnc.symbol:CAP2"}, {"y": 322.47165954998997, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5618", "x": 322.47165954998997, "title": "ncbigene:5618"}, {"y": 319.27394805331755, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:INSRR", "x": 319.27394805331755, "title": "hgnc.symbol:INSRR"}, {"y": 316.072597154384, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2352", "x": 316.072597154384, "title": "ncbigene:2352"}, {"y": 312.86764334537384, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3417", "x": 312.86764334537384, "title": "ncbigene:3417"}, {"y": 309.65912315954, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FOLR3", "x": 309.65912315954, "title": "hgnc.symbol:FOLR3"}, {"y": 306.44707317078985, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CHST1", "x": 306.44707317078985, "title": "hgnc.symbol:CHST1"}, {"y": 303.2315299932661, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5366", "x": 303.2315299932661, "title": "ncbigene:5366"}, {"y": 300.01253028093106, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP288", "x": 300.01253028093106, "title": "wikipathways:WP288"}, {"y": 296.79011072714695, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5015", "x": 296.79011072714695, "title": "ncbigene:5015"}, {"y": 293.56430806425976, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2002", "x": 293.56430806425976, "title": "wikipathways:WP2002"}, {"y": 290.33515906317916, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2220", "x": 290.33515906317916, "title": "ncbigene:2220"}, {"y": 287.10270053295983, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:91662", "x": 287.10270053295983, "title": "ncbigene:91662"}, {"y": 283.8669693203813, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RPTOR", "x": 283.8669693203813, "title": "hgnc.symbol:RPTOR"}, {"y": 280.6280023095289, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 211, 44, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1601", "x": 280.6280023095289, "title": "wikipathways:WP1601"}, {"y": 277.3858364213727, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5196", "x": 277.3858364213727, "title": "ncbigene:5196"}, {"y": 274.1405086133469, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DNMT3L", "x": 274.1405086133469, "title": "hgnc.symbol:DNMT3L"}, {"y": 270.8920558789278, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PDE3B", "x": 270.8920558789278, "title": "hgnc.symbol:PDE3B"}, {"y": 267.6405152472133, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 202, 53, 1)", "degree": 3, "value": 2, "id": "ncbigene:3683", "x": 267.6405152472133, "title": "ncbigene:3683"}, {"y": 264.3859237825001, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 222, 33, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2884", "x": 264.3859237825001, "title": "wikipathways:WP2884"}, {"y": 261.1283185838612, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3441", "x": 261.1283185838612, "title": "ncbigene:3441"}, {"y": 257.86773678472366, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1869", "x": 257.86773678472366, "title": "ncbigene:1869"}, {"y": 254.60421555244372, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NFRKB", "x": 254.60421555244372, "title": "hgnc.symbol:NFRKB"}, {"y": 251.33779208788513, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LAT2", "x": 251.33779208788513, "title": "hgnc.symbol:LAT2"}, {"y": 248.068503624994, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PLK4", "x": 248.068503624994, "title": "hgnc.symbol:PLK4"}, {"y": 244.79638743037455, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5245", "x": 244.79638743037455, "title": "ncbigene:5245"}, {"y": 241.52148080286375, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51053", "x": 241.52148080286375, "title": "ncbigene:51053"}, {"y": 238.2438210731074, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7850", "x": 238.2438210731074, "title": "ncbigene:7850"}, {"y": 234.96344560313364, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1647", "x": 234.96344560313364, "title": "ncbigene:1647"}, {"y": 231.6803917859275, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TFDP2", "x": 231.6803917859275, "title": "hgnc.symbol:TFDP2"}, {"y": 228.3946970450039, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD40", "x": 228.3946970450039, "title": "hgnc.symbol:CD40"}, {"y": 225.10639883398227, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8372", "x": 225.10639883398227, "title": "ncbigene:8372"}, {"y": 221.81553463615867, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10616", "x": 221.81553463615867, "title": "ncbigene:10616"}, {"y": 218.52214196407917, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10733", "x": 218.52214196407917, "title": "ncbigene:10733"}, {"y": 215.22625835911128, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 204, 51, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2877", "x": 215.22625835911128, "title": "wikipathways:WP2877"}, {"y": 211.9279213910171, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2021", "x": 211.9279213910171, "title": "ncbigene:2021"}, {"y": 208.6271686575246, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC5A9", "x": 208.6271686575246, "title": "hgnc.symbol:SLC5A9"}, {"y": 205.32403778389897, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DNAJA1", "x": 205.32403778389897, "title": "hgnc.symbol:DNAJA1"}, {"y": 202.01856642251397, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARPC1A", "x": 202.01856642251397, "title": "hgnc.symbol:ARPC1A"}, {"y": 198.710792252422, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KCNAB2", "x": 198.710792252422, "title": "hgnc.symbol:KCNAB2"}, {"y": 195.40075297892577, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRPC6", "x": 195.40075297892577, "title": "hgnc.symbol:TRPC6"}, {"y": 192.08848633314767, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP437", "x": 192.08848633314767, "title": "wikipathways:WP437"}, {"y": 188.77403007160018, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCL24", "x": 188.77403007160018, "title": "hgnc.symbol:CCL24"}, {"y": 185.45742197575447, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BCL2L15", "x": 185.45742197575447, "title": "hgnc.symbol:BCL2L15"}, {"y": 182.13869985161114, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10458", "x": 182.13869985161114, "title": "ncbigene:10458"}, {"y": 178.81790152926837, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HLA-DRB5", "x": 178.81790152926837, "title": "hgnc.symbol:HLA-DRB5"}, {"y": 175.4950648624912, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR208A", "x": 175.4950648624912, "title": "hgnc.symbol:MIR208A"}, {"y": 172.17022772827895, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CREB3L3", "x": 172.17022772827895, "title": "hgnc.symbol:CREB3L3"}, {"y": 168.84342802643502, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RFC1", "x": 168.84342802643502, "title": "hgnc.symbol:RFC1"}, {"y": 165.51470367913387, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7001", "x": 165.51470367913387, "title": "ncbigene:7001"}, {"y": 162.18409263048923, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BHMT2", "x": 162.18409263048923, "title": "hgnc.symbol:BHMT2"}, {"y": 158.85163284612057, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SMC2", "x": 158.85163284612057, "title": "hgnc.symbol:SMC2"}, {"y": 155.51736231272187, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 217, 38, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1545", "x": 155.51736231272187, "title": "wikipathways:WP1545"}, {"y": 152.18131903762756, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CLIP1", "x": 152.18131903762756, "title": "hgnc.symbol:CLIP1"}, {"y": 148.8435410483795, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23237", "x": 148.8435410483795, "title": "ncbigene:23237"}, {"y": 145.50406639229388, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HIST1H2BN", "x": 145.50406639229388, "title": "hgnc.symbol:HIST1H2BN"}, {"y": 142.16293313602642, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TLK2", "x": 142.16293313602642, "title": "hgnc.symbol:TLK2"}, {"y": 138.82017936513992, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:117145", "x": 138.82017936513992, "title": "ncbigene:117145"}, {"y": 135.4758431836692, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AHCYL2", "x": 135.4758431836692, "title": "hgnc.symbol:AHCYL2"}, {"y": 132.12996271368718, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:114134", "x": 132.12996271368718, "title": "ncbigene:114134"}, {"y": 128.78257609486946, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6452", "x": 128.78257609486946, "title": "ncbigene:6452"}, {"y": 125.4337214840609, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTRH2", "x": 125.4337214840609, "title": "hgnc.symbol:PTRH2"}, {"y": 122.08343705483975, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PMAIP1", "x": 122.08343705483975, "title": "hgnc.symbol:PMAIP1"}, {"y": 118.73176099708297, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SIGIRR", "x": 118.73176099708297, "title": "hgnc.symbol:SIGIRR"}, {"y": 115.37873151653008, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DGKZ", "x": 115.37873151653008, "title": "hgnc.symbol:DGKZ"}, {"y": 112.02438683434886, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDC14B", "x": 112.02438683434886, "title": "hgnc.symbol:CDC14B"}, {"y": 108.66876518669886, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9817", "x": 108.66876518669886, "title": "ncbigene:9817"}, {"y": 105.31190482429601, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10864", "x": 105.31190482429601, "title": "ncbigene:10864"}, {"y": 101.95384401197562, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:POSTN", "x": 101.95384401197562, "title": "hgnc.symbol:POSTN"}, {"y": 98.59462102825763, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:356", "x": 98.59462102825763, "title": "ncbigene:356"}, {"y": 95.23427416490935, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7083", "x": 95.23427416490935, "title": "ncbigene:7083"}, {"y": 91.8728417265094, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EPO", "x": 91.8728417265094, "title": "hgnc.symbol:EPO"}, {"y": 88.51036203001019, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2003", "x": 88.51036203001019, "title": "wikipathways:WP2003"}, {"y": 85.14687340430247, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10097", "x": 85.14687340430247, "title": "ncbigene:10097"}, {"y": 81.7824141897776, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6247", "x": 81.7824141897776, "title": "ncbigene:6247"}, {"y": 78.41702273789062, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NPPB", "x": 78.41702273789062, "title": "hgnc.symbol:NPPB"}, {"y": 75.05073741072339, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GSTCD", "x": 75.05073741072339, "title": "hgnc.symbol:GSTCD"}, {"y": 71.68359658054642, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10912", "x": 71.68359658054642, "title": "ncbigene:10912"}, {"y": 68.31563862938269, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EPHB2", "x": 68.31563862938269, "title": "hgnc.symbol:EPHB2"}, {"y": 64.94690194856933, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA5", "x": 64.94690194856933, "title": "hgnc.symbol:IFNA5"}, {"y": 61.577424938320505, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:128", "x": 61.577424938320505, "title": "ncbigene:128"}, {"y": 58.20724600728861, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MTHFD1L", "x": 58.20724600728861, "title": "hgnc.symbol:MTHFD1L"}, {"y": 54.836403572128, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CXCR4", "x": 54.836403572128, "title": "hgnc.symbol:CXCR4"}, {"y": 51.46493605705601, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4641", "x": 51.46493605705601, "title": "ncbigene:4641"}, {"y": 48.09288189341553, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6594", "x": 48.09288189341553, "title": "ncbigene:6594"}, {"y": 44.72027951923597, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EIF4G2", "x": 44.72027951923597, "title": "hgnc.symbol:EIF4G2"}, {"y": 41.34716737879647, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:1633", "x": 41.34716737879647, "title": "ncbigene:1633"}, {"y": 37.97358392218674, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BCL2L13", "x": 37.97358392218674, "title": "hgnc.symbol:BCL2L13"}, {"y": 34.59956760486928, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:29947", "x": 34.59956760486928, "title": "ncbigene:29947"}, {"y": 31.22515688724006, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:445329", "x": 31.22515688724006, "title": "ncbigene:445329"}, {"y": 27.850390234191526, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:29923", "x": 27.850390234191526, "title": "ncbigene:29923"}, {"y": 24.475306114673185, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:974", "x": 24.475306114673185, "title": "ncbigene:974"}, {"y": 21.09994300125334, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2176", "x": 21.09994300125334, "title": "ncbigene:2176"}, {"y": 17.724339369680777, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ITPKC", "x": 17.724339369680777, "title": "hgnc.symbol:ITPKC"}, {"y": 14.34853369844528, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EIF2B5", "x": 14.34853369844528, "title": "hgnc.symbol:EIF2B5"}, {"y": 10.972564468340341, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:221357", "x": 10.972564468340341, "title": "ncbigene:221357"}, {"y": 7.596470162023643, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10023", "x": 7.596470162023643, "title": "ncbigene:10023"}, {"y": 4.220289263578831, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CBX3", "x": 4.220289263578831, "title": "hgnc.symbol:CBX3"}, {"y": 0.8440602580759494, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2618", "x": 0.8440602580759494, "title": "ncbigene:2618"}, {"y": -2.5321783688659205, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BCKDHB", "x": -2.5321783688659205, "title": "hgnc.symbol:BCKDHB"}, {"y": -5.908388131518244, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2660", "x": -5.908388131518244, "title": "ncbigene:2660"}, {"y": -9.284530544481289, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRDX4", "x": -9.284530544481289, "title": "hgnc.symbol:PRDX4"}, {"y": -12.660567123123709, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TTK", "x": -12.660567123123709, "title": "hgnc.symbol:TTK"}, {"y": -16.036459384019892, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HNF1A", "x": -16.036459384019892, "title": "hgnc.symbol:HNF1A"}, {"y": -19.41216884538953, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PGD", "x": -19.41216884538953, "title": "hgnc.symbol:PGD"}, {"y": -22.787657027535825, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2880", "x": -22.787657027535825, "title": "ncbigene:2880"}, {"y": -26.162885453285003, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KSR1", "x": -26.162885453285003, "title": "hgnc.symbol:KSR1"}, {"y": -29.537815648423585, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EGLN1", "x": -29.537815648423585, "title": "hgnc.symbol:EGLN1"}, {"y": -32.91240914213784, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5790", "x": -32.91240914213784, "title": "ncbigene:5790"}, {"y": -36.28662746745211, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:100126317", "x": -36.28662746745211, "title": "ncbigene:100126317"}, {"y": -39.66043216166704, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9821", "x": -39.66043216166704, "title": "ncbigene:9821"}, {"y": -43.03378476679893, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TBC1D4", "x": -43.03378476679893, "title": "hgnc.symbol:TBC1D4"}, {"y": -46.406646830016776, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA13", "x": -46.406646830016776, "title": "hgnc.symbol:IFNA13"}, {"y": -49.77897990408146, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 222, 33, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3912", "x": -49.77897990408146, "title": "wikipathways:WP3912"}, {"y": -53.150745547783636, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23647", "x": -53.150745547783636, "title": "ncbigene:23647"}, {"y": -56.52190532638271, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5862", "x": -56.52190532638271, "title": "ncbigene:5862"}, {"y": -59.89242081204369, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MDC1", "x": -59.89242081204369, "title": "hgnc.symbol:MDC1"}, {"y": -63.26225358427612, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TCN2", "x": -63.26225358427612, "title": "hgnc.symbol:TCN2"}, {"y": -66.63136523037154, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3384", "x": -66.63136523037154, "title": "ncbigene:3384"}, {"y": -69.99971734584227, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ADIPOR1", "x": -69.99971734584227, "title": "hgnc.symbol:ADIPOR1"}, {"y": -73.36727153485788, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2890", "x": -73.36727153485788, "title": "ncbigene:2890"}, {"y": -76.73398941068369, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD81", "x": -76.73398941068369, "title": "hgnc.symbol:CD81"}, {"y": -80.09983259611798, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10578", "x": -80.09983259611798, "title": "ncbigene:10578"}, {"y": -83.46476272393019, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TP53BP1", "x": -83.46476272393019, "title": "hgnc.symbol:TP53BP1"}, {"y": -86.82874143729713, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PIK3C2B", "x": -86.82874143729713, "title": "hgnc.symbol:PIK3C2B"}, {"y": -90.19173039024096, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:80271", "x": -90.19173039024096, "title": "ncbigene:80271"}, {"y": -93.55369124806589, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6927", "x": -93.55369124806589, "title": "ncbigene:6927"}, {"y": -96.91458568779605, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR17HG", "x": -96.91458568779605, "title": "hgnc.symbol:MIR17HG"}, {"y": -100.27437539861101, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54739", "x": -100.27437539861101, "title": "ncbigene:54739"}, {"y": -103.63302208228336, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAD51", "x": -103.63302208228336, "title": "hgnc.symbol:RAD51"}, {"y": -106.99048745361505, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79004", "x": -106.99048745361505, "title": "ncbigene:79004"}, {"y": -110.34673324087356, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KTN1", "x": -110.34673324087356, "title": "hgnc.symbol:KTN1"}, {"y": -113.7017211862291, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23274", "x": -113.7017211862291, "title": "ncbigene:23274"}, {"y": -117.05541304618932, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:117584", "x": -117.05541304618932, "title": "ncbigene:117584"}, {"y": -120.40777059203619, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:407012", "x": -120.40777059203619, "title": "ncbigene:407012"}, {"y": -123.75875561026128, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ETV6", "x": -123.75875561026128, "title": "hgnc.symbol:ETV6"}, {"y": -127.10832990300227, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ZMYND11", "x": -127.10832990300227, "title": "hgnc.symbol:ZMYND11"}, {"y": -130.45645528847706, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IDH1", "x": -130.45645528847706, "title": "hgnc.symbol:IDH1"}, {"y": -133.80309360141976, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCNK", "x": -133.80309360141976, "title": "hgnc.symbol:CCNK"}, {"y": -137.14820669351548, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRPC3", "x": -137.14820669351548, "title": "hgnc.symbol:TRPC3"}, {"y": -140.49175643383603, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NFIB", "x": -140.49175643383603, "title": "hgnc.symbol:NFIB"}, {"y": -143.833704709273, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3929", "x": -143.833704709273, "title": "wikipathways:WP3929"}, {"y": -147.1740134249735, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5742", "x": -147.1740134249735, "title": "ncbigene:5742"}, {"y": -150.51264450477368, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23473", "x": -150.51264450477368, "title": "ncbigene:23473"}, {"y": -153.8495598916336, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3937", "x": -153.8495598916336, "title": "wikipathways:WP3937"}, {"y": -157.18472154807003, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5613", "x": -157.18472154807003, "title": "ncbigene:5613"}, {"y": -160.51809145659064, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BIK", "x": -160.51809145659064, "title": "hgnc.symbol:BIK"}, {"y": -163.84963162012713, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9616", "x": -163.84963162012713, "title": "ncbigene:9616"}, {"y": -167.17930406246842, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1536", "x": -167.17930406246842, "title": "ncbigene:1536"}, {"y": -170.50707082869405, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 206, 49, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2377", "x": -170.50707082869405, "title": "wikipathways:WP2377"}, {"y": -173.8328939856059, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRAFD1", "x": -173.8328939856059, "title": "hgnc.symbol:TRAFD1"}, {"y": -177.15673562216102, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAPT", "x": -177.15673562216102, "title": "hgnc.symbol:MAPT"}, {"y": -180.4785578499038, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FANCD2", "x": -180.4785578499038, "title": "hgnc.symbol:FANCD2"}, {"y": -183.79832280339838, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:YAP1", "x": -183.79832280339838, "title": "hgnc.symbol:YAP1"}, {"y": -187.1159926406592, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:407018", "x": -187.1159926406592, "title": "ncbigene:407018"}, {"y": -190.43152954358297, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NLRP12", "x": -190.43152954358297, "title": "hgnc.symbol:NLRP12"}, {"y": -193.74489571837975, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:261729", "x": -193.74489571837975, "title": "ncbigene:261729"}, {"y": -197.05605339600416, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:JPT1", "x": -197.05605339600416, "title": "hgnc.symbol:JPT1"}, {"y": -200.3649648325849, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3655", "x": -200.3649648325849, "title": "ncbigene:3655"}, {"y": -203.67159230985575, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6249", "x": -203.67159230985575, "title": "ncbigene:6249"}, {"y": -206.9758981355852, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MSH2", "x": -206.9758981355852, "title": "hgnc.symbol:MSH2"}, {"y": -210.27784464400676, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:29760", "x": -210.27784464400676, "title": "ncbigene:29760"}, {"y": -213.57739419624718, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRAP1", "x": -213.57739419624718, "title": "hgnc.symbol:TRAP1"}, {"y": -216.87450918075638, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:665", "x": -216.87450918075638, "title": "ncbigene:665"}, {"y": -220.16915201373584, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:144195", "x": -220.16915201373584, "title": "ncbigene:144195"}, {"y": -223.46128513956688, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PELI3", "x": -223.46128513956688, "title": "hgnc.symbol:PELI3"}, {"y": -226.75087103123968, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STEAP3", "x": -226.75087103123968, "title": "hgnc.symbol:STEAP3"}, {"y": -230.0378721907795, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 219, 36, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP45", "x": -230.0378721907795, "title": "wikipathways:WP45"}, {"y": -233.3222511496754, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HBA1", "x": -233.3222511496754, "title": "hgnc.symbol:HBA1"}, {"y": -236.6039704693065, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RPA4", "x": -236.6039704693065, "title": "hgnc.symbol:RPA4"}, {"y": -239.88299274136983, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC16A1", "x": -239.88299274136983, "title": "hgnc.symbol:SLC16A1"}, {"y": -243.1592805883055, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC16A2", "x": -243.1592805883055, "title": "hgnc.symbol:SLC16A2"}, {"y": -246.43279666372337, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LBP", "x": -246.43279666372337, "title": "hgnc.symbol:LBP"}, {"y": -249.70350365282866, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79837", "x": -249.70350365282866, "title": "ncbigene:79837"}, {"y": -252.97136427284784, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54964", "x": -252.97136427284784, "title": "ncbigene:54964"}, {"y": -256.2363412734526, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:57521", "x": -256.2363412734526, "title": "ncbigene:57521"}, {"y": -259.4983974371852, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:145957", "x": -259.4983974371852, "title": "ncbigene:145957"}, {"y": -262.7574955798822, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:80155", "x": -262.7574955798822, "title": "ncbigene:80155"}, {"y": -266.01359855109934, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54206", "x": -266.01359855109934, "title": "ncbigene:54206"}, {"y": -269.26666923453377, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23786", "x": -269.26666923453377, "title": "ncbigene:23786"}, {"y": -272.51667054844756, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AZIN1", "x": -272.51667054844756, "title": "hgnc.symbol:AZIN1"}, {"y": -275.76356544609075, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4292", "x": -275.76356544609075, "title": "ncbigene:4292"}, {"y": -279.0073169161236, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:80254", "x": -279.0073169161236, "title": "ncbigene:80254"}, {"y": -282.2478879830381, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CYP2C9", "x": -282.2478879830381, "title": "hgnc.symbol:CYP2C9"}, {"y": -285.48524170757935, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTPN12", "x": -285.48524170757935, "title": "hgnc.symbol:PTPN12"}, {"y": -288.71934118716723, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:56957", "x": -288.71934118716723, "title": "ncbigene:56957"}, {"y": -291.9501495563166, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GNLY", "x": -291.9501495563166, "title": "hgnc.symbol:GNLY"}, {"y": -295.17762998705814, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3732", "x": -295.17762998705814, "title": "ncbigene:3732"}, {"y": -298.401745689357, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GMNN", "x": -298.401745689357, "title": "hgnc.symbol:GMNN"}, {"y": -301.6224599115333, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5892", "x": -301.6224599115333, "title": "ncbigene:5892"}, {"y": -304.8397359406802, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1116", "x": -304.8397359406802, "title": "ncbigene:1116"}, {"y": -308.0535371030835, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FANCC", "x": -308.0535371030835, "title": "hgnc.symbol:FANCC"}, {"y": -311.2638267646384, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:WRN", "x": -311.2638267646384, "title": "hgnc.symbol:WRN"}, {"y": -314.4705683312677, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:25902", "x": -314.4705683312677, "title": "ncbigene:25902"}, {"y": -317.67372524933916, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:933", "x": -317.67372524933916, "title": "ncbigene:933"}, {"y": -320.87326100608203, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAB14", "x": -320.87326100608203, "title": "hgnc.symbol:RAB14"}, {"y": -324.06913913000284, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2207", "x": -324.06913913000284, "title": "ncbigene:2207"}, {"y": -327.2613231913016, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4747", "x": -327.2613231913016, "title": "ncbigene:4747"}, {"y": -330.4497768022867, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BDNF", "x": -330.4497768022867, "title": "hgnc.symbol:BDNF"}, {"y": -333.6344636177906, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5985", "x": -333.6344636177906, "title": "ncbigene:5985"}, {"y": -336.81534733558266, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2551", "x": -336.81534733558266, "title": "ncbigene:2551"}, {"y": -339.9923916967842, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR125B2", "x": -339.9923916967842, "title": "hgnc.symbol:MIR125B2"}, {"y": -343.1655604862811, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC38A5", "x": -343.1655604862811, "title": "hgnc.symbol:SLC38A5"}, {"y": -346.3348175331368, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2821", "x": -346.3348175331368, "title": "ncbigene:2821"}, {"y": -349.50012671100524, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:124056", "x": -349.50012671100524, "title": "ncbigene:124056"}, {"y": -352.66145193854146, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYPN", "x": -352.66145193854146, "title": "hgnc.symbol:MYPN"}, {"y": -355.8187571798139, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDC25C", "x": -355.8187571798139, "title": "hgnc.symbol:CDC25C"}, {"y": -358.9720064447143, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:USP6NL", "x": -358.9720064447143, "title": "hgnc.symbol:USP6NL"}, {"y": -362.12116378936935, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTGR1", "x": -362.12116378936935, "title": "hgnc.symbol:PTGR1"}, {"y": -365.2661933165488, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:56254", "x": -365.2661933165488, "title": "ncbigene:56254"}, {"y": -368.40705917607556, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CARD14", "x": -368.40705917607556, "title": "hgnc.symbol:CARD14"}, {"y": -371.543725565234, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4781", "x": -371.543725565234, "title": "ncbigene:4781"}, {"y": -374.6761567291788, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8867", "x": -374.6761567291788, "title": "ncbigene:8867"}, {"y": -377.8043169613414, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1831", "x": -377.8043169613414, "title": "ncbigene:1831"}, {"y": -380.92817060383766, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:664617", "x": -380.92817060383766, "title": "ncbigene:664617"}, {"y": -384.0476820478742, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:135458", "x": -384.0476820478742, "title": "ncbigene:135458"}, {"y": -387.16281573415483, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CHUK", "x": -387.16281573415483, "title": "hgnc.symbol:CHUK"}, {"y": -390.27353615328485, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAD54B", "x": -390.27353615328485, "title": "hgnc.symbol:RAD54B"}, {"y": -393.3798078461766, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:51426", "x": -393.3798078461766, "title": "ncbigene:51426"}, {"y": -396.4815954044533, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:374", "x": -396.4815954044533, "title": "ncbigene:374"}, {"y": -399.57886347085264, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRSS21", "x": -399.57886347085264, "title": "hgnc.symbol:PRSS21"}, {"y": -402.6715767396307, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5288", "x": -402.6715767396307, "title": "ncbigene:5288"}, {"y": -405.759699956963, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3111", "x": -405.759699956963, "title": "ncbigene:3111"}, {"y": -408.8431979213472, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SOCS1", "x": -408.8431979213472, "title": "hgnc.symbol:SOCS1"}, {"y": -411.922035484004, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:COMMD1", "x": -411.922035484004, "title": "hgnc.symbol:COMMD1"}, {"y": -414.99617754927874, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6470", "x": -414.99617754927874, "title": "ncbigene:6470"}, {"y": -418.06558907503967, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FZD10", "x": -418.06558907503967, "title": "hgnc.symbol:FZD10"}, {"y": -421.13023507307963, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3566", "x": -421.13023507307963, "title": "ncbigene:3566"}, {"y": -424.1900806095122, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84693", "x": -424.1900806095122, "title": "ncbigene:84693"}, {"y": -427.2450908051731, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9815", "x": -427.2450908051731, "title": "ncbigene:9815"}, {"y": -430.29523083601424, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2069", "x": -430.29523083601424, "title": "ncbigene:2069"}, {"y": -433.340465933504, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7942", "x": -433.340465933504, "title": "ncbigene:7942"}, {"y": -436.38076138502197, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5156", "x": -436.38076138502197, "title": "ncbigene:5156"}, {"y": -439.41608253425346, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CISH", "x": -439.41608253425346, "title": "hgnc.symbol:CISH"}, {"y": -442.4463947815871, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GIF", "x": -442.4463947815871, "title": "hgnc.symbol:GIF"}, {"y": -445.471663584508, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84617", "x": -445.471663584508, "title": "ncbigene:84617"}, {"y": -448.49185445799014, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRIM63", "x": -448.49185445799014, "title": "hgnc.symbol:TRIM63"}, {"y": -451.50693297489266, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11132", "x": -451.50693297489266, "title": "ncbigene:11132"}, {"y": -454.5168647663485, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 219, 36, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2037", "x": -454.5168647663485, "title": "wikipathways:WP2037"}, {"y": -457.52161552215944, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IRS2", "x": -457.52161552215944, "title": "hgnc.symbol:IRS2"}, {"y": -460.52115099118595, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FGF7", "x": -460.52115099118595, "title": "hgnc.symbol:FGF7"}, {"y": -463.51543698173623, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7305", "x": -463.51543698173623, "title": "ncbigene:7305"}, {"y": -466.50443936195893, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7784", "x": -466.50443936195893, "title": "ncbigene:7784"}, {"y": -469.48812406022887, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDH1", "x": -469.48812406022887, "title": "hgnc.symbol:CDH1"}, {"y": -472.46645706553835, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84254", "x": -472.46645706553835, "title": "ncbigene:84254"}, {"y": -475.4394044278835, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SSNA1", "x": -475.4394044278835, "title": "hgnc.symbol:SSNA1"}, {"y": -478.4069322586504, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3442", "x": -478.4069322586504, "title": "ncbigene:3442"}, {"y": -481.3690067310032, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CYP2E1", "x": -481.3690067310032, "title": "hgnc.symbol:CYP2E1"}, {"y": -484.3255940802692, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CRADD", "x": -484.3255940802692, "title": "hgnc.symbol:CRADD"}, {"y": -487.27666060432205, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 25, 230, 1)", "degree": 3, "value": 2, "id": "ncbigene:5294", "x": -487.27666060432205, "title": "ncbigene:5294"}, {"y": -490.2221726639688, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54434", "x": -490.2221726639688, "title": "ncbigene:54434"}, {"y": -493.16209668333033, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:216", "x": -493.16209668333033, "title": "ncbigene:216"}, {"y": -496.0963991502266, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55844", "x": -496.0963991502266, "title": "ncbigene:55844"}, {"y": -499.02504661655786, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAPK8", "x": -499.02504661655786, "title": "hgnc.symbol:MAPK8"}, {"y": -501.94800569868426, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5493", "x": -501.94800569868426, "title": "ncbigene:5493"}, {"y": -504.86524307780945, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:INHA", "x": -504.86524307780945, "title": "hgnc.symbol:INHA"}, {"y": -507.7767255003574, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5273", "x": -507.7767255003574, "title": "ncbigene:5273"}, {"y": -510.6824197783535, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1051", "x": -510.6824197783535, "title": "ncbigene:1051"}, {"y": -513.5822927898028, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RASGEF1A", "x": -513.5822927898028, "title": "hgnc.symbol:RASGEF1A"}, {"y": -516.4763114790652, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51582", "x": -516.4763114790652, "title": "ncbigene:51582"}, {"y": -519.3644428572355, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FOLR2", "x": -519.3644428572355, "title": "hgnc.symbol:FOLR2"}, {"y": -522.2466540025179, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:407050", "x": -522.2466540025179, "title": "ncbigene:407050"}, {"y": -525.1229120605999, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6932", "x": -525.1229120605999, "title": "ncbigene:6932"}, {"y": -527.9931842450301, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SULT1B1", "x": -527.9931842450301, "title": "hgnc.symbol:SULT1B1"}, {"y": -530.8574378375882, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:283848", "x": -530.8574378375882, "title": "ncbigene:283848"}, {"y": -533.7156401886613, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ERRFI1", "x": -533.7156401886613, "title": "hgnc.symbol:ERRFI1"}, {"y": -536.5677587176141, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55183", "x": -536.5677587176141, "title": "ncbigene:55183"}, {"y": -539.4137609131601, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3125", "x": -539.4137609131601, "title": "ncbigene:3125"}, {"y": -542.2536143337336, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7371", "x": -542.2536143337336, "title": "ncbigene:7371"}, {"y": -545.0872866078591, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51616", "x": -545.0872866078591, "title": "ncbigene:51616"}, {"y": -547.9147454345185, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CEP72", "x": -547.9147454345185, "title": "hgnc.symbol:CEP72"}, {"y": -550.7359585835228, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARHGEF2", "x": -550.7359585835228, "title": "hgnc.symbol:ARHGEF2"}, {"y": -553.5508938958751, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5140", "x": -553.5508938958751, "title": "ncbigene:5140"}, {"y": -556.3595192841412, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23382", "x": -556.3595192841412, "title": "ncbigene:23382"}, {"y": -559.1618027328141, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SRXN1", "x": -559.1618027328141, "title": "hgnc.symbol:SRXN1"}, {"y": -561.9577122986764, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4798", "x": -561.9577122986764, "title": "ncbigene:4798"}, {"y": -564.7472161111689, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51155", "x": -564.7472161111689, "title": "ncbigene:51155"}, {"y": -567.5302823727496, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:57491", "x": -567.5302823727496, "title": "ncbigene:57491"}, {"y": -570.3068793592596, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:891", "x": -570.3068793592596, "title": "ncbigene:891"}, {"y": -573.0769754202828, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DHFR2", "x": -573.0769754202828, "title": "hgnc.symbol:DHFR2"}, {"y": -575.8405389795064, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2879", "x": -575.8405389795064, "title": "ncbigene:2879"}, {"y": -578.5975385350824, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:406961", "x": -578.5975385350824, "title": "ncbigene:406961"}, {"y": -581.347942659986, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:160728", "x": -581.347942659986, "title": "ncbigene:160728"}, {"y": -584.0917200023727, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10298", "x": -584.0917200023727, "title": "ncbigene:10298"}, {"y": -586.8288392859375, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2516", "x": -586.8288392859375, "title": "ncbigene:2516"}, {"y": -589.5592693102701, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6725", "x": -589.5592693102701, "title": "ncbigene:6725"}, {"y": -592.2829789512114, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LAT", "x": -592.2829789512114, "title": "hgnc.symbol:LAT"}, {"y": -594.999937161208, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TP63", "x": -594.999937161208, "title": "hgnc.symbol:TP63"}, {"y": -597.7101129696654, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAPRE1", "x": -597.7101129696654, "title": "hgnc.symbol:MAPRE1"}, {"y": -600.413475483302, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3660", "x": -600.413475483302, "title": "ncbigene:3660"}, {"y": -603.1099938865017, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:645", "x": -603.1099938865017, "title": "ncbigene:645"}, {"y": -605.7996374416626, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1876", "x": -605.7996374416626, "title": "ncbigene:1876"}, {"y": -608.4823754895513, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RPS6", "x": -608.4823754895513, "title": "hgnc.symbol:RPS6"}, {"y": -611.1581774496483, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GGT5", "x": -611.1581774496483, "title": "hgnc.symbol:GGT5"}, {"y": -613.8270128204997, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2209", "x": -613.8270128204997, "title": "ncbigene:2209"}, {"y": -616.4888511800639, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CLASP1", "x": -616.4888511800639, "title": "hgnc.symbol:CLASP1"}, {"y": -619.1436621860568, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDC20", "x": -619.1436621860568, "title": "hgnc.symbol:CDC20"}, {"y": -621.7914155763009, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FOXO4", "x": -621.7914155763009, "title": "hgnc.symbol:FOXO4"}, {"y": -624.4320811690667, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55090", "x": -624.4320811690667, "title": "ncbigene:55090"}, {"y": -627.0656288634198, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SMUG1", "x": -627.0656288634198, "title": "hgnc.symbol:SMUG1"}, {"y": -629.6920286395622, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SERBP1", "x": -629.6920286395622, "title": "hgnc.symbol:SERBP1"}, {"y": -632.3112505591746, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10645", "x": -632.3112505591746, "title": "ncbigene:10645"}, {"y": -634.9232647657586, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10840", "x": -634.9232647657586, "title": "ncbigene:10840"}, {"y": -637.5280414849768, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2729", "x": -637.5280414849768, "title": "ncbigene:2729"}, {"y": -640.1255510249905, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4683", "x": -640.1255510249905, "title": "ncbigene:4683"}, {"y": -642.7157637768013, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 148, 107, 1)", "degree": 3, "value": 2, "id": "drugname:busulfan", "x": -642.7157637768013, "title": "drugname:busulfan"}, {"y": -645.2986502145852, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EXOC7", "x": -645.2986502145852, "title": "hgnc.symbol:EXOC7"}, {"y": -647.874180896032, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8812", "x": -647.874180896032, "title": "ncbigene:8812"}, {"y": -650.4423264626795, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SUMO1", "x": -650.4423264626795, "title": "hgnc.symbol:SUMO1"}, {"y": -653.0030576402479, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:80308", "x": -653.0030576402479, "title": "ncbigene:80308"}, {"y": -655.5563452389748, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FOLH1", "x": -655.5563452389748, "title": "hgnc.symbol:FOLH1"}, {"y": -658.102160153946, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7798", "x": -658.102160153946, "title": "ncbigene:7798"}, {"y": -660.6404733654293, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BRI3BP", "x": -660.6404733654293, "title": "hgnc.symbol:BRI3BP"}, {"y": -663.1712559392045, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BLVRB", "x": -663.1712559392045, "title": "hgnc.symbol:BLVRB"}, {"y": -665.694479026892, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NCF4", "x": -665.694479026892, "title": "hgnc.symbol:NCF4"}, {"y": -668.2101138662839, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ABHD11", "x": -668.2101138662839, "title": "hgnc.symbol:ABHD11"}, {"y": -670.7181317816705, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5506", "x": -670.7181317816705, "title": "ncbigene:5506"}, {"y": -673.2185041841665, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ZYX", "x": -673.2185041841665, "title": "hgnc.symbol:ZYX"}, {"y": -675.7112025720392, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NPR3", "x": -675.7112025720392, "title": "hgnc.symbol:NPR3"}, {"y": -678.1961985310303, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRDX2", "x": -678.1961985310303, "title": "hgnc.symbol:PRDX2"}, {"y": -680.6734637346829, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27018", "x": -680.6734637346829, "title": "ncbigene:27018"}, {"y": -683.1429699446625, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MSH5", "x": -683.1429699446625, "title": "hgnc.symbol:MSH5"}, {"y": -685.6046890110787, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:29780", "x": -685.6046890110787, "title": "ncbigene:29780"}, {"y": -688.0585928728074, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:574456", "x": -688.0585928728074, "title": "ncbigene:574456"}, {"y": -690.5046535578102, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GCC1", "x": -690.5046535578102, "title": "hgnc.symbol:GCC1"}, {"y": -692.942843183452, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ANGPT4", "x": -692.942843183452, "title": "hgnc.symbol:ANGPT4"}, {"y": -695.3731339568211, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SSH1", "x": -695.3731339568211, "title": "hgnc.symbol:SSH1"}, {"y": -697.7954981750436, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6567", "x": -697.7954981750436, "title": "ncbigene:6567"}, {"y": -700.2099082256012, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:57580", "x": -700.2099082256012, "title": "ncbigene:57580"}, {"y": -702.6163365866453, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5743", "x": -702.6163365866453, "title": "ncbigene:5743"}, {"y": -705.0147558273093, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9953", "x": -705.0147558273093, "title": "ncbigene:9953"}, {"y": -707.4051386080242, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC31A2", "x": -707.4051386080242, "title": "hgnc.symbol:SLC31A2"}, {"y": -709.787457680827, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MNAT1", "x": -709.787457680827, "title": "hgnc.symbol:MNAT1"}, {"y": -712.1616858896738, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NRG2", "x": -712.1616858896738, "title": "hgnc.symbol:NRG2"}, {"y": -714.5277961707485, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CREG2", "x": -714.5277961707485, "title": "hgnc.symbol:CREG2"}, {"y": -716.8857615527704, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ALB", "x": -716.8857615527704, "title": "hgnc.symbol:ALB"}, {"y": -719.2355551573033, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9540", "x": -719.2355551573033, "title": "ncbigene:9540"}, {"y": -721.5771501990608, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10253", "x": -721.5771501990608, "title": "ncbigene:10253"}, {"y": -723.9105199862117, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:168002", "x": -723.9105199862117, "title": "ncbigene:168002"}, {"y": -726.2356379206849, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10061", "x": -726.2356379206849, "title": "ncbigene:10061"}, {"y": -728.5524774984709, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:92335", "x": -728.5524774984709, "title": "ncbigene:92335"}, {"y": -730.8610123099269, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:275", "x": -730.8610123099269, "title": "ncbigene:275"}, {"y": -733.161216040075, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4257", "x": -733.161216040075, "title": "ncbigene:4257"}, {"y": -735.4530624689033, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NET1", "x": -735.4530624689033, "title": "hgnc.symbol:NET1"}, {"y": -737.736525471665, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10933", "x": -737.736525471665, "title": "ncbigene:10933"}, {"y": -740.0115790191763, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RB1CC1", "x": -740.0115790191763, "title": "hgnc.symbol:RB1CC1"}, {"y": -742.2781971781116, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 213, 42, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1742", "x": -742.2781971781116, "title": "wikipathways:WP1742"}, {"y": -744.5363541113015, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:116986", "x": -744.5363541113015, "title": "ncbigene:116986"}, {"y": -746.7860240780252, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR449B", "x": -746.7860240780252, "title": "hgnc.symbol:MIR449B"}, {"y": -749.0271814343052, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BTK", "x": -749.0271814343052, "title": "hgnc.symbol:BTK"}, {"y": -751.2598006331995, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 60, 195, 1)", "degree": 3, "value": 2, "id": "ncbigene:581", "x": -751.2598006331995, "title": "ncbigene:581"}, {"y": -753.4838562250915, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8534", "x": -753.4838562250915, "title": "ncbigene:8534"}, {"y": -755.6993228579825, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1559", "x": -755.6993228579825, "title": "ncbigene:1559"}, {"y": -757.9061752777778, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GCLM", "x": -757.9061752777778, "title": "hgnc.symbol:GCLM"}, {"y": -760.1043883285773, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:325", "x": -760.1043883285773, "title": "ncbigene:325"}, {"y": -762.2939369529607, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAP4K5", "x": -762.2939369529607, "title": "hgnc.symbol:MAP4K5"}, {"y": -764.474796192273, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7272", "x": -764.474796192273, "title": "ncbigene:7272"}, {"y": -766.6469411869098, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 223, 32, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP678", "x": -766.6469411869098, "title": "wikipathways:WP678"}, {"y": -768.8103471766008, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HIST1H1E", "x": -768.8103471766008, "title": "hgnc.symbol:HIST1H1E"}, {"y": -770.9649895006905, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3611", "x": -770.9649895006905, "title": "wikipathways:WP3611"}, {"y": -773.1108435984215, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RFC5", "x": -773.1108435984215, "title": "hgnc.symbol:RFC5"}, {"y": -775.2478850092123, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:59307", "x": -775.2478850092123, "title": "ncbigene:59307"}, {"y": -777.376089372938, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:726", "x": -777.376089372938, "title": "ncbigene:726"}, {"y": -779.4954324302071, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:471", "x": -779.4954324302071, "title": "ncbigene:471"}, {"y": -781.6058900226374, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3008", "x": -781.6058900226374, "title": "ncbigene:3008"}, {"y": -783.7074380931331, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4436", "x": -783.7074380931331, "title": "ncbigene:4436"}, {"y": -785.8000526861567, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRF1", "x": -785.8000526861567, "title": "hgnc.symbol:PRF1"}, {"y": -787.8837099480047, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:26059", "x": -787.8837099480047, "title": "ncbigene:26059"}, {"y": -789.9583861270776, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8771", "x": -789.9583861270776, "title": "ncbigene:8771"}, {"y": -792.0240575741507, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10420", "x": -792.0240575741507, "title": "ncbigene:10420"}, {"y": -794.0807007426451, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "ncbigene:7157", "x": -794.0807007426451, "title": "ncbigene:7157"}, {"y": -796.128292188895, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:REPS2", "x": -796.128292188895, "title": "hgnc.symbol:REPS2"}, {"y": -798.1668085724144, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3875", "x": -798.1668085724144, "title": "ncbigene:3875"}, {"y": -800.196226656165, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23332", "x": -800.196226656165, "title": "ncbigene:23332"}, {"y": -802.2165233068188, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GPX4", "x": -802.2165233068188, "title": "hgnc.symbol:GPX4"}, {"y": -804.227675495024, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:693123", "x": -804.227675495024, "title": "ncbigene:693123"}, {"y": -806.2296602956662, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27244", "x": -806.2296602956662, "title": "ncbigene:27244"}, {"y": -808.2224548881296, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3118", "x": -808.2224548881296, "title": "ncbigene:3118"}, {"y": -810.2060365565579, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:30837", "x": -810.2060365565579, "title": "ncbigene:30837"}, {"y": -812.1803826901132, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:771", "x": -812.1803826901132, "title": "ncbigene:771"}, {"y": -814.1454707832323, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IL2", "x": -814.1454707832323, "title": "hgnc.symbol:IL2"}, {"y": -816.1012784358859, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1495", "x": -816.1012784358859, "title": "wikipathways:WP1495"}, {"y": -818.0477833538309, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:POLK", "x": -818.0477833538309, "title": "hgnc.symbol:POLK"}, {"y": -819.9849633488669, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SHMT2", "x": -819.9849633488669, "title": "hgnc.symbol:SHMT2"}, {"y": -821.9127963390885, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CNOT9", "x": -821.9127963390885, "title": "hgnc.symbol:CNOT9"}, {"y": -823.8312603491356, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8531", "x": -823.8312603491356, "title": "ncbigene:8531"}, {"y": -825.7403335104467, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4522", "x": -825.7403335104467, "title": "ncbigene:4522"}, {"y": -827.6399940615048, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3623", "x": -827.6399940615048, "title": "ncbigene:3623"}, {"y": -829.5302203480883, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8517", "x": -829.5302203480883, "title": "ncbigene:8517"}, {"y": -831.410990823517, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RPE", "x": -831.410990823517, "title": "hgnc.symbol:RPE"}, {"y": -833.282284048896, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:YWHAG", "x": -833.282284048896, "title": "hgnc.symbol:YWHAG"}, {"y": -835.1440786933632, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2873", "x": -835.1440786933632, "title": "wikipathways:WP2873"}, {"y": -836.9963535343298, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:847", "x": -836.9963535343298, "title": "ncbigene:847"}, {"y": -838.8390874577234, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAD9A", "x": -838.8390874577234, "title": "hgnc.symbol:RAD9A"}, {"y": -840.6722594582286, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 206, 49, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP306", "x": -840.6722594582286, "title": "wikipathways:WP306"}, {"y": -842.4958486395261, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3329", "x": -842.4958486395261, "title": "ncbigene:3329"}, {"y": -844.3098342145312, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27429", "x": -844.3098342145312, "title": "ncbigene:27429"}, {"y": -846.114195505631, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4139", "x": -846.114195505631, "title": "ncbigene:4139"}, {"y": -847.9089119449189, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11182", "x": -847.9089119449189, "title": "ncbigene:11182"}, {"y": -849.6939630744309, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYL6", "x": -849.6939630744309, "title": "hgnc.symbol:MYL6"}, {"y": -851.4693285463777, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRDX5", "x": -851.4693285463777, "title": "hgnc.symbol:PRDX5"}, {"y": -853.2349881233757, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:VTN", "x": -853.2349881233757, "title": "hgnc.symbol:VTN"}, {"y": -854.9909216786803, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27113", "x": -854.9909216786803, "title": "ncbigene:27113"}, {"y": -856.7371091964125, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6404", "x": -856.7371091964125, "title": "ncbigene:6404"}, {"y": -858.4735307717888, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:407048", "x": -858.4735307717888, "title": "ncbigene:407048"}, {"y": -860.2001666113481, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6934", "x": -860.2001666113481, "title": "ncbigene:6934"}, {"y": -861.916997033176, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7543", "x": -861.916997033176, "title": "ncbigene:7543"}, {"y": -863.6240024671309, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA6", "x": -863.6240024671309, "title": "hgnc.symbol:IFNA6"}, {"y": -865.3211634550653, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27190", "x": -865.3211634550653, "title": "ncbigene:27190"}, {"y": -867.008460651049, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TAF9B", "x": -867.008460651049, "title": "hgnc.symbol:TAF9B"}, {"y": -868.6858748215893, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3808", "x": -868.6858748215893, "title": "wikipathways:WP3808"}, {"y": -870.3533868458495, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:UPP2", "x": -870.3533868458495, "title": "hgnc.symbol:UPP2"}, {"y": -872.010977715868, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GABPA", "x": -872.010977715868, "title": "hgnc.symbol:GABPA"}, {"y": -873.658628536774, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TMEM87A", "x": -873.658628536774, "title": "hgnc.symbol:TMEM87A"}, {"y": -875.2963205270032, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:VHL", "x": -875.2963205270032, "title": "hgnc.symbol:VHL"}, {"y": -876.9240350185127, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5423", "x": -876.9240350185127, "title": "ncbigene:5423"}, {"y": -878.5417534569918, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3614", "x": -878.5417534569918, "title": "ncbigene:3614"}, {"y": -880.149457402076, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2287", "x": -880.149457402076, "title": "ncbigene:2287"}, {"y": -881.7471285275553, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9922", "x": -881.7471285275553, "title": "ncbigene:9922"}, {"y": -883.3347486215838, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6774", "x": -883.3347486215838, "title": "ncbigene:6774"}, {"y": -884.9122995868877, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD40LG", "x": -884.9122995868877, "title": "hgnc.symbol:CD40LG"}, {"y": -886.4797634409704, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TUBB4B", "x": -886.4797634409704, "title": "hgnc.symbol:TUBB4B"}, {"y": -888.0371223163188, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 121, 134, 1)", "degree": 3, "value": 2, "id": "ncbigene:472", "x": -888.0371223163188, "title": "ncbigene:472"}, {"y": -889.5843584606066, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5214", "x": -889.5843584606066, "title": "ncbigene:5214"}, {"y": -891.1214542368955, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC46A1", "x": -891.1214542368955, "title": "hgnc.symbol:SLC46A1"}, {"y": -892.6483921238383, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79571", "x": -892.6483921238383, "title": "ncbigene:79571"}, {"y": -894.1651547158771, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55914", "x": -894.1651547158771, "title": "ncbigene:55914"}, {"y": -895.6717247234418, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8439", "x": -895.6717247234418, "title": "ncbigene:8439"}, {"y": -897.1680849731481, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SIGLEC7", "x": -897.1680849731481, "title": "hgnc.symbol:SIGLEC7"}, {"y": -898.6542184079922, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:INPP4A", "x": -898.6542184079922, "title": "hgnc.symbol:INPP4A"}, {"y": -900.130108087546, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "ncbigene:1185", "x": -900.130108087546, "title": "ncbigene:1185"}, {"y": -901.5957371881502, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10392", "x": -901.5957371881502, "title": "ncbigene:10392"}, {"y": -903.0510890031048, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9060", "x": -903.0510890031048, "title": "ncbigene:9060"}, {"y": -904.4961469428616, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FCGR1A", "x": -904.4961469428616, "title": "hgnc.symbol:FCGR1A"}, {"y": -905.9308945352119, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTPRC", "x": -905.9308945352119, "title": "hgnc.symbol:PTPRC"}, {"y": -907.3553154254743, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IGHA2", "x": -907.3553154254743, "title": "hgnc.symbol:IGHA2"}, {"y": -908.7693933766816, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KIF2C", "x": -908.7693933766816, "title": "hgnc.symbol:KIF2C"}, {"y": -910.1731122697657, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GRB10", "x": -910.1731122697657, "title": "hgnc.symbol:GRB10"}, {"y": -911.5664561037416, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EPHX1", "x": -911.5664561037416, "title": "hgnc.symbol:EPHX1"}, {"y": -912.9494089958896, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 219, 36, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3303", "x": -912.9494089958896, "title": "wikipathways:WP3303"}, {"y": -914.3219551819354, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PGK2", "x": -914.3219551819354, "title": "hgnc.symbol:PGK2"}, {"y": -915.6840790162321, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9542", "x": -915.6840790162321, "title": "ncbigene:9542"}, {"y": -917.0357649719357, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5424", "x": -917.0357649719357, "title": "ncbigene:5424"}, {"y": -918.3769976411846, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STEAP2", "x": -918.3769976411846, "title": "hgnc.symbol:STEAP2"}, {"y": -919.707761735274, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GSTP1", "x": -919.707761735274, "title": "hgnc.symbol:GSTP1"}, {"y": -921.0280420848296, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 224, 31, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP134", "x": -921.0280420848296, "title": "wikipathways:WP134"}, {"y": -922.337823639982, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2286", "x": -922.337823639982, "title": "ncbigene:2286"}, {"y": -923.6370914705376, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KIF5B", "x": -923.6370914705376, "title": "hgnc.symbol:KIF5B"}, {"y": -924.9258307661481, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ENAH", "x": -924.9258307661481, "title": "hgnc.symbol:ENAH"}, {"y": -926.2040268364802, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9459", "x": -926.2040268364802, "title": "ncbigene:9459"}, {"y": -927.4716651113829, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PFKL", "x": -927.4716651113829, "title": "hgnc.symbol:PFKL"}, {"y": -928.7287311410531, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CYTIP", "x": -928.7287311410531, "title": "hgnc.symbol:CYTIP"}, {"y": -929.9752105962015, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:391365", "x": -929.9752105962015, "title": "ncbigene:391365"}, {"y": -931.211089268214, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 221, 34, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2507", "x": -931.211089268214, "title": "wikipathways:WP2507"}, {"y": -932.4363530693153, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1318", "x": -932.4363530693153, "title": "ncbigene:1318"}, {"y": -933.6509880327294, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54209", "x": -933.6509880327294, "title": "ncbigene:54209"}, {"y": -934.8549803128376, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HTRA2", "x": -934.8549803128376, "title": "hgnc.symbol:HTRA2"}, {"y": -936.0483161853377, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCNG2", "x": -936.0483161853377, "title": "hgnc.symbol:CCNG2"}, {"y": -937.2309820473994, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11131", "x": -937.2309820473994, "title": "ncbigene:11131"}, {"y": -938.40296441782, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BTRC", "x": -938.40296441782, "title": "hgnc.symbol:BTRC"}, {"y": -939.5642499371781, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DLG4", "x": -939.5642499371781, "title": "hgnc.symbol:DLG4"}, {"y": -940.7148253679851, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDH3", "x": -940.7148253679851, "title": "hgnc.symbol:CDH3"}, {"y": -941.8546775948373, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9185", "x": -941.8546775948373, "title": "ncbigene:9185"}, {"y": -942.9837936245641, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:442916", "x": -942.9837936245641, "title": "ncbigene:442916"}, {"y": -944.1021605863772, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3202", "x": -944.1021605863772, "title": "ncbigene:3202"}, {"y": -945.209765732017, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5106", "x": -945.209765732017, "title": "ncbigene:5106"}, {"y": -946.3065964358972, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4036", "x": -946.3065964358972, "title": "ncbigene:4036"}, {"y": -947.3926401952498, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HLA-DRB3", "x": -947.3926401952498, "title": "hgnc.symbol:HLA-DRB3"}, {"y": -948.4678846302671, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:80218", "x": -948.4678846302671, "title": "ncbigene:80218"}, {"y": -949.5323174842426, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TUBB6", "x": -949.5323174842426, "title": "hgnc.symbol:TUBB6"}, {"y": -950.5859266237113, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:839", "x": -950.5859266237113, "title": "ncbigene:839"}, {"y": -951.6287000385872, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9882", "x": -951.6287000385872, "title": "ncbigene:9882"}, {"y": -952.6606258423011, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3039", "x": -952.6606258423011, "title": "ncbigene:3039"}, {"y": -953.6816922719356, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1001", "x": -953.6816922719356, "title": "ncbigene:1001"}, {"y": -954.691887688359, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GNMT", "x": -954.691887688359, "title": "hgnc.symbol:GNMT"}, {"y": -955.6912005763587, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7158", "x": -955.6912005763587, "title": "ncbigene:7158"}, {"y": -956.6796195447713, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9810", "x": -956.6796195447713, "title": "ncbigene:9810"}, {"y": -957.6571333266138, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11004", "x": -957.6571333266138, "title": "ncbigene:11004"}, {"y": -958.6237307792113, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BAX", "x": -958.6237307792113, "title": "hgnc.symbol:BAX"}, {"y": -959.5794008843234, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PIK3C2G", "x": -959.5794008843234, "title": "hgnc.symbol:PIK3C2G"}, {"y": -960.5241327482712, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 209, 46, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3932", "x": -960.5241327482712, "title": "wikipathways:WP3932"}, {"y": -961.4579156020608, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RNF7", "x": -961.4579156020608, "title": "hgnc.symbol:RNF7"}, {"y": -962.3807388015053, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD80", "x": -962.3807388015053, "title": "hgnc.symbol:CD80"}, {"y": -963.2925918273477, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP466", "x": -963.2925918273477, "title": "wikipathways:WP466"}, {"y": -964.1934642853794, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10980", "x": -964.1934642853794, "title": "ncbigene:10980"}, {"y": -965.0833459065593, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SOCS3", "x": -965.0833459065593, "title": "hgnc.symbol:SOCS3"}, {"y": -965.9622265471312, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SPRY2", "x": -965.9622265471312, "title": "hgnc.symbol:SPRY2"}, {"y": -966.8300961887383, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SAC3D1", "x": -966.8300961887383, "title": "hgnc.symbol:SAC3D1"}, {"y": -967.6869449385389, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5970", "x": -967.6869449385389, "title": "ncbigene:5970"}, {"y": -968.5327630293182, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:599", "x": -968.5327630293182, "title": "ncbigene:599"}, {"y": -969.3675408195991, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5782", "x": -969.3675408195991, "title": "ncbigene:5782"}, {"y": -970.1912687937539, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNFSF9", "x": -970.1912687937539, "title": "hgnc.symbol:TNFSF9"}, {"y": -971.0039375621111, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:26872", "x": -971.0039375621111, "title": "ncbigene:26872"}, {"y": -971.8055378610632, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CSF2RB", "x": -971.8055378610632, "title": "hgnc.symbol:CSF2RB"}, {"y": -972.5960605531719, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HOXC8", "x": -972.5960605531719, "title": "hgnc.symbol:HOXC8"}, {"y": -973.3754966272729, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 216, 39, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP15", "x": -973.3754966272729, "title": "wikipathways:WP15"}, {"y": -974.143837198578, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ALDH1A1", "x": -974.143837198578, "title": "hgnc.symbol:ALDH1A1"}, {"y": -974.9010735087763, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3953", "x": -974.9010735087763, "title": "ncbigene:3953"}, {"y": -975.6471969261349, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CEP63", "x": -975.6471969261349, "title": "hgnc.symbol:CEP63"}, {"y": -976.3821989455962, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IMPDH1", "x": -976.3821989455962, "title": "hgnc.symbol:IMPDH1"}, {"y": -977.1060711888756, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 211, 44, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP75", "x": -977.1060711888756, "title": "wikipathways:WP75"}, {"y": -977.8188054045568, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PGC", "x": -977.8188054045568, "title": "hgnc.symbol:PGC"}, {"y": -978.5203934681858, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC5A8", "x": -978.5203934681858, "title": "hgnc.symbol:SLC5A8"}, {"y": -979.2108273823635, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AGAP2", "x": -979.2108273823635, "title": "hgnc.symbol:AGAP2"}, {"y": -979.8900992768367, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FN1", "x": -979.8900992768367, "title": "hgnc.symbol:FN1"}, {"y": -980.5582014085885, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PREX1", "x": -980.5582014085885, "title": "hgnc.symbol:PREX1"}, {"y": -981.2151261619255, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:440603", "x": -981.2151261619255, "title": "ncbigene:440603"}, {"y": -981.8608660485658, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR130B", "x": -981.8608660485658, "title": "hgnc.symbol:MIR130B"}, {"y": -982.495413707723, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AIFM1", "x": -982.495413707723, "title": "hgnc.symbol:AIFM1"}, {"y": -983.1187619061915, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NAA15", "x": -983.1187619061915, "title": "hgnc.symbol:NAA15"}, {"y": -983.7309035384282, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2937", "x": -983.7309035384282, "title": "ncbigene:2937"}, {"y": -984.3318316266331, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ALDH3A1", "x": -984.3318316266331, "title": "hgnc.symbol:ALDH3A1"}, {"y": -984.9215393208299, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4794", "x": -984.9215393208299, "title": "ncbigene:4794"}, {"y": -985.5000198989434, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ATIC", "x": -985.5000198989434, "title": "hgnc.symbol:ATIC"}, {"y": -986.067266766876, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1643", "x": -986.067266766876, "title": "ncbigene:1643"}, {"y": -986.6232734585834, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6009", "x": -986.6232734585834, "title": "ncbigene:6009"}, {"y": -987.1680336361477, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10276", "x": -987.1680336361477, "title": "ncbigene:10276"}, {"y": -987.7015410898504, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:UBA52", "x": -987.7015410898504, "title": "hgnc.symbol:UBA52"}, {"y": -988.2237897382421, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MARK2", "x": -988.2237897382421, "title": "hgnc.symbol:MARK2"}, {"y": -988.7347736282132, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STXBP3", "x": -988.7347736282132, "title": "hgnc.symbol:STXBP3"}, {"y": -989.2344869350609, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:641", "x": -989.2344869350609, "title": "ncbigene:641"}, {"y": -989.7229239625549, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2011", "x": -989.7229239625549, "title": "ncbigene:2011"}, {"y": -990.2000791430042, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9068", "x": -990.2000791430042, "title": "ncbigene:9068"}, {"y": -990.6659470373191, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RELN", "x": -990.6659470373191, "title": "hgnc.symbol:RELN"}, {"y": -991.1205223350735, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7476", "x": -991.1205223350735, "title": "ncbigene:7476"}, {"y": -991.5637998545659, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CYP2C8", "x": -991.5637998545659, "title": "hgnc.symbol:CYP2C8"}, {"y": -991.9957745428775, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRPH", "x": -991.9957745428775, "title": "hgnc.symbol:PRPH"}, {"y": -992.416441475931, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SELPLG", "x": -992.416441475931, "title": "hgnc.symbol:SELPLG"}, {"y": -992.8257958585461, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4594", "x": -992.8257958585461, "title": "ncbigene:4594"}, {"y": -993.2238330244941, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5630", "x": -993.2238330244941, "title": "ncbigene:5630"}, {"y": -993.6105484365509, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10459", "x": -993.6105484365509, "title": "ncbigene:10459"}, {"y": -993.9859376865494, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79751", "x": -993.9859376865494, "title": "ncbigene:79751"}, {"y": -994.3499964954294, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9341", "x": -994.3499964954294, "title": "ncbigene:9341"}, {"y": -994.7027207132862, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GSTT1", "x": -994.7027207132862, "title": "hgnc.symbol:GSTT1"}, {"y": -995.0441063194181, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:107", "x": -995.0441063194181, "title": "ncbigene:107"}, {"y": -995.374149422372, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STRADB", "x": -995.374149422372, "title": "hgnc.symbol:STRADB"}, {"y": -995.6928462599882, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PNPO", "x": -995.6928462599882, "title": "hgnc.symbol:PNPO"}, {"y": -996.0001931994427, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79370", "x": -996.0001931994427, "title": "ncbigene:79370"}, {"y": -996.2961867372896, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2214", "x": -996.2961867372896, "title": "ncbigene:2214"}, {"y": -996.5808234994996, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6120", "x": -996.5808234994996, "title": "ncbigene:6120"}, {"y": -996.8541002414995, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "ncbigene:2581", "x": -996.8541002414995, "title": "ncbigene:2581"}, {"y": -997.1160138482093, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RNF8", "x": -997.1160138482093, "title": "hgnc.symbol:RNF8"}, {"y": -997.3665613340767, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PSPH", "x": -997.3665613340767, "title": "hgnc.symbol:PSPH"}, {"y": -997.6057398431121, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTGS1", "x": -997.6057398431121, "title": "hgnc.symbol:PTGS1"}, {"y": -997.833546648921, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:375189", "x": -997.833546648921, "title": "ncbigene:375189"}, {"y": -998.0499791547345, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3551", "x": -998.0499791547345, "title": "ncbigene:3551"}, {"y": -998.2550348934395, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PKN1", "x": -998.2550348934395, "title": "hgnc.symbol:PKN1"}, {"y": -998.4487115276065, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2875", "x": -998.4487115276065, "title": "ncbigene:2875"}, {"y": -998.6310068495166, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:693122", "x": -998.6310068495166, "title": "ncbigene:693122"}, {"y": -998.801918781186, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYCBP2", "x": -998.801918781186, "title": "hgnc.symbol:MYCBP2"}, {"y": -998.9614453743908, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KIF4A", "x": -998.9614453743908, "title": "hgnc.symbol:KIF4A"}, {"y": -999.1095848106877, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GGT1", "x": -999.1095848106877, "title": "hgnc.symbol:GGT1"}, {"y": -999.2463354014361, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IKBKB", "x": -999.2463354014361, "title": "hgnc.symbol:IKBKB"}, {"y": -999.3716955878168, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RBPMS", "x": -999.3716955878168, "title": "hgnc.symbol:RBPMS"}, {"y": -999.4856639408493, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5208", "x": -999.4856639408493, "title": "ncbigene:5208"}, {"y": -999.5882391614092, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:991", "x": -999.5882391614092, "title": "ncbigene:991"}, {"y": -999.6794200802417, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5788", "x": -999.6794200802417, "title": "ncbigene:5788"}, {"y": -999.7592056579763, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55437", "x": -999.7592056579763, "title": "ncbigene:55437"}, {"y": -999.8275949851371, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MARK1", "x": -999.8275949851371, "title": "hgnc.symbol:MARK1"}, {"y": -999.884587282155, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PHLPP2", "x": -999.884587282155, "title": "hgnc.symbol:PHLPP2"}, {"y": -999.9301818993747, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3445", "x": -999.9301818993747, "title": "ncbigene:3445"}, {"y": -999.9643783170634, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11211", "x": -999.9643783170634, "title": "ncbigene:11211"}, {"y": -999.9871761454166, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RNF168", "x": -999.9871761454166, "title": "hgnc.symbol:RNF168"}, {"y": -999.9985751245615, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRAF5", "x": -999.9985751245615, "title": "hgnc.symbol:TRAF5"}, {"y": -999.9985751245615, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SELENOV", "x": -999.9985751245615, "title": "hgnc.symbol:SELENOV"}, {"y": -999.9871761454166, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:25788", "x": -999.9871761454166, "title": "ncbigene:25788"}, {"y": -999.9643783170634, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PERP", "x": -999.9643783170634, "title": "hgnc.symbol:PERP"}, {"y": -999.9301818993747, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FCER1G", "x": -999.9301818993747, "title": "hgnc.symbol:FCER1G"}, {"y": -999.884587282155, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5551", "x": -999.884587282155, "title": "ncbigene:5551"}, {"y": -999.8275949851371, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BCL2L14", "x": -999.8275949851371, "title": "hgnc.symbol:BCL2L14"}, {"y": -999.7592056579763, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:827", "x": -999.7592056579763, "title": "ncbigene:827"}, {"y": -999.6794200802418, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4303", "x": -999.6794200802418, "title": "ncbigene:4303"}, {"y": -999.5882391614092, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10617", "x": -999.5882391614092, "title": "ncbigene:10617"}, {"y": -999.4856639408493, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CLEC16A", "x": -999.4856639408493, "title": "hgnc.symbol:CLEC16A"}, {"y": -999.3716955878168, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRIP13", "x": -999.3716955878168, "title": "hgnc.symbol:TRIP13"}, {"y": -999.2463354014361, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5232", "x": -999.2463354014361, "title": "ncbigene:5232"}, {"y": -999.1095848106877, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PHB", "x": -999.1095848106877, "title": "hgnc.symbol:PHB"}, {"y": -998.9614453743908, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PGK1", "x": -998.9614453743908, "title": "hgnc.symbol:PGK1"}, {"y": -998.801918781186, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STAM2", "x": -998.801918781186, "title": "hgnc.symbol:STAM2"}, {"y": -998.6310068495166, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3667", "x": -998.6310068495166, "title": "ncbigene:3667"}, {"y": -998.4487115276065, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8636", "x": -998.4487115276065, "title": "ncbigene:8636"}, {"y": -998.2550348934395, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ATG13", "x": -998.2550348934395, "title": "hgnc.symbol:ATG13"}, {"y": -998.0499791547345, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA10", "x": -998.0499791547345, "title": "hgnc.symbol:IFNA10"}, {"y": -997.833546648921, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ZP3", "x": -997.833546648921, "title": "hgnc.symbol:ZP3"}, {"y": -997.6057398431121, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR100", "x": -997.6057398431121, "title": "hgnc.symbol:MIR100"}, {"y": -997.3665613340768, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SH2B1", "x": -997.3665613340768, "title": "hgnc.symbol:SH2B1"}, {"y": -997.1160138482093, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8711", "x": -997.1160138482093, "title": "ncbigene:8711"}, {"y": -996.8541002414995, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55740", "x": -996.8541002414995, "title": "ncbigene:55740"}, {"y": -996.5808234994996, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23583", "x": -996.5808234994996, "title": "ncbigene:23583"}, {"y": -996.2961867372896, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10131", "x": -996.2961867372896, "title": "ncbigene:10131"}, {"y": -996.0001931994428, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYLK3", "x": -996.0001931994428, "title": "hgnc.symbol:MYLK3"}, {"y": -995.6928462599882, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6472", "x": -995.6928462599882, "title": "ncbigene:6472"}, {"y": -995.374149422372, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HK1", "x": -995.374149422372, "title": "hgnc.symbol:HK1"}, {"y": -995.0441063194181, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAPN10", "x": -995.0441063194181, "title": "hgnc.symbol:CAPN10"}, {"y": -994.7027207132862, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC19A2", "x": -994.7027207132862, "title": "hgnc.symbol:SLC19A2"}, {"y": -994.3499964954295, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10771", "x": -994.3499964954295, "title": "ncbigene:10771"}, {"y": -993.9859376865494, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:896", "x": -993.9859376865494, "title": "ncbigene:896"}, {"y": -993.6105484365509, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:63970", "x": -993.6105484365509, "title": "ncbigene:63970"}, {"y": -993.2238330244941, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10109", "x": -993.2238330244941, "title": "ncbigene:10109"}, {"y": -992.8257958585461, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3112", "x": -992.8257958585461, "title": "ncbigene:3112"}, {"y": -992.4164414759312, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 169, 86, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2882", "x": -992.4164414759312, "title": "wikipathways:WP2882"}, {"y": -991.9957745428775, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8029", "x": -991.9957745428775, "title": "ncbigene:8029"}, {"y": -991.5637998545659, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6609", "x": -991.5637998545659, "title": "ncbigene:6609"}, {"y": -991.1205223350736, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA16", "x": -991.1205223350736, "title": "hgnc.symbol:IFNA16"}, {"y": -990.6659470373193, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:901", "x": -990.6659470373193, "title": "ncbigene:901"}, {"y": -990.2000791430044, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 216, 39, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1984", "x": -990.2000791430044, "title": "wikipathways:WP1984"}, {"y": -989.722923962555, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CREB3L1", "x": -989.722923962555, "title": "hgnc.symbol:CREB3L1"}, {"y": -989.2344869350609, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:973", "x": -989.2344869350609, "title": "ncbigene:973"}, {"y": -988.7347736282134, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ALS2", "x": -988.7347736282134, "title": "hgnc.symbol:ALS2"}, {"y": -988.2237897382422, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:540", "x": -988.2237897382422, "title": "ncbigene:540"}, {"y": -987.7015410898504, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3850", "x": -987.7015410898504, "title": "wikipathways:WP3850"}, {"y": -987.1680336361478, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RIF1", "x": -987.1680336361478, "title": "hgnc.symbol:RIF1"}, {"y": -986.6232734585834, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ATP7B", "x": -986.6232734585834, "title": "hgnc.symbol:ATP7B"}, {"y": -986.0672667668761, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "ncbigene:132", "x": -986.0672667668761, "title": "ncbigene:132"}, {"y": -985.5000198989434, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CFLAR", "x": -985.5000198989434, "title": "hgnc.symbol:CFLAR"}, {"y": -984.92153932083, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RRM2B", "x": -984.92153932083, "title": "hgnc.symbol:RRM2B"}, {"y": -984.3318316266332, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:22900", "x": -984.3318316266332, "title": "ncbigene:22900"}, {"y": -983.7309035384282, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1154", "x": -983.7309035384282, "title": "ncbigene:1154"}, {"y": -983.1187619061916, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NFKBIE", "x": -983.1187619061916, "title": "hgnc.symbol:NFKBIE"}, {"y": -982.4954137077231, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4628", "x": -982.4954137077231, "title": "ncbigene:4628"}, {"y": -981.8608660485659, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:326625", "x": -981.8608660485659, "title": "ncbigene:326625"}, {"y": -981.2151261619256, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1474", "x": -981.2151261619256, "title": "ncbigene:1474"}, {"y": -980.5582014085885, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:OAZ1", "x": -980.5582014085885, "title": "hgnc.symbol:OAZ1"}, {"y": -979.8900992768368, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA17", "x": -979.8900992768368, "title": "hgnc.symbol:IFNA17"}, {"y": -979.2108273823636, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:200010", "x": -979.2108273823636, "title": "ncbigene:200010"}, {"y": -978.520393468186, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9377", "x": -978.520393468186, "title": "ncbigene:9377"}, {"y": -977.818805404557, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:24137", "x": -977.818805404557, "title": "ncbigene:24137"}, {"y": -977.1060711888757, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CTTN", "x": -977.1060711888757, "title": "hgnc.symbol:CTTN"}, {"y": -976.3821989455963, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAGI2", "x": -976.3821989455963, "title": "hgnc.symbol:MAGI2"}, {"y": -975.647196926135, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2956", "x": -975.647196926135, "title": "ncbigene:2956"}, {"y": -974.9010735087764, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAPN9", "x": -974.9010735087764, "title": "hgnc.symbol:CAPN9"}, {"y": -974.143837198578, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7059", "x": -974.143837198578, "title": "ncbigene:7059"}, {"y": -973.375496627273, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LCE1D", "x": -973.375496627273, "title": "hgnc.symbol:LCE1D"}, {"y": -972.596060553172, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:213", "x": -972.596060553172, "title": "ncbigene:213"}, {"y": -971.8055378610633, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TKT", "x": -971.8055378610633, "title": "hgnc.symbol:TKT"}, {"y": -971.0039375621111, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5478", "x": -971.0039375621111, "title": "ncbigene:5478"}, {"y": -970.191268793754, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAD50", "x": -970.191268793754, "title": "hgnc.symbol:RAD50"}, {"y": -969.3675408195992, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CYCS", "x": -969.3675408195992, "title": "hgnc.symbol:CYCS"}, {"y": -968.5327630293182, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3612", "x": -968.5327630293182, "title": "wikipathways:WP3612"}, {"y": -967.686944938539, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IL21", "x": -967.686944938539, "title": "hgnc.symbol:IL21"}, {"y": -966.8300961887384, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7791", "x": -966.8300961887384, "title": "ncbigene:7791"}, {"y": -965.9622265471312, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6194", "x": -965.9622265471312, "title": "ncbigene:6194"}, {"y": -965.0833459065594, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:WASL", "x": -965.0833459065594, "title": "hgnc.symbol:WASL"}, {"y": -964.1934642853795, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ALDH1L1", "x": -964.1934642853795, "title": "hgnc.symbol:ALDH1L1"}, {"y": -963.2925918273478, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9319", "x": -963.2925918273478, "title": "ncbigene:9319"}, {"y": -962.3807388015056, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84676", "x": -962.3807388015056, "title": "ncbigene:84676"}, {"y": -961.4579156020609, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CUEDC2", "x": -961.4579156020609, "title": "hgnc.symbol:CUEDC2"}, {"y": -960.5241327482714, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:2065", "x": -960.5241327482714, "title": "ncbigene:2065"}, {"y": -959.5794008843235, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4835", "x": -959.5794008843235, "title": "ncbigene:4835"}, {"y": -958.6237307792113, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8379", "x": -958.6237307792113, "title": "ncbigene:8379"}, {"y": -957.657133326614, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:26284", "x": -957.657133326614, "title": "ncbigene:26284"}, {"y": -956.6796195447714, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RFC2", "x": -956.6796195447714, "title": "hgnc.symbol:RFC2"}, {"y": -955.6912005763588, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2057", "x": -955.6912005763588, "title": "ncbigene:2057"}, {"y": -954.6918876883592, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SELENOT", "x": -954.6918876883592, "title": "hgnc.symbol:SELENOT"}, {"y": -953.6816922719356, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2348", "x": -953.6816922719356, "title": "ncbigene:2348"}, {"y": -952.6606258423012, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR450B", "x": -952.6606258423012, "title": "hgnc.symbol:MIR450B"}, {"y": -951.6287000385872, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:252983", "x": -951.6287000385872, "title": "ncbigene:252983"}, {"y": -950.5859266237113, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FASLG", "x": -950.5859266237113, "title": "hgnc.symbol:FASLG"}, {"y": -949.5323174842429, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PF4", "x": -949.5323174842429, "title": "hgnc.symbol:PF4"}, {"y": -948.4678846302672, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CASP4", "x": -948.4678846302672, "title": "hgnc.symbol:CASP4"}, {"y": -947.39264019525, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 215, 40, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1533", "x": -947.39264019525, "title": "wikipathways:WP1533"}, {"y": -946.3065964358972, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SMPD1", "x": -946.3065964358972, "title": "hgnc.symbol:SMPD1"}, {"y": -945.2097657320171, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GRK1", "x": -945.2097657320171, "title": "hgnc.symbol:GRK1"}, {"y": -944.1021605863774, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:53919", "x": -944.1021605863774, "title": "ncbigene:53919"}, {"y": -942.9837936245642, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2952", "x": -942.9837936245642, "title": "ncbigene:2952"}, {"y": -941.8546775948374, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPP1R3A", "x": -941.8546775948374, "title": "hgnc.symbol:PPP1R3A"}, {"y": -940.7148253679853, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IRS1", "x": -940.7148253679853, "title": "hgnc.symbol:IRS1"}, {"y": -939.5642499371783, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1982", "x": -939.5642499371783, "title": "ncbigene:1982"}, {"y": -938.4029644178203, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 201, 54, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3878", "x": -938.4029644178203, "title": "wikipathways:WP3878"}, {"y": -937.2309820473995, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:554213", "x": -937.2309820473995, "title": "ncbigene:554213"}, {"y": -936.0483161853377, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PLD1", "x": -936.0483161853377, "title": "hgnc.symbol:PLD1"}, {"y": -934.8549803128378, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8555", "x": -934.8549803128378, "title": "ncbigene:8555"}, {"y": -933.6509880327295, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ADSL", "x": -933.6509880327295, "title": "hgnc.symbol:ADSL"}, {"y": -932.4363530693155, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11254", "x": -932.4363530693155, "title": "ncbigene:11254"}, {"y": -931.2110892682142, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PIP5KL1", "x": -931.2110892682142, "title": "hgnc.symbol:PIP5KL1"}, {"y": -929.9752105962016, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "ncbigene:6462", "x": -929.9752105962016, "title": "ncbigene:6462"}, {"y": -928.7287311410535, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTGS2", "x": -928.7287311410535, "title": "hgnc.symbol:PTGS2"}, {"y": -927.471665111383, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6370", "x": -927.471665111383, "title": "ncbigene:6370"}, {"y": -926.2040268364804, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1544", "x": -926.2040268364804, "title": "wikipathways:WP1544"}, {"y": -924.9258307661484, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NQO1", "x": -924.9258307661484, "title": "hgnc.symbol:NQO1"}, {"y": -923.6370914705377, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:722", "x": -923.6370914705377, "title": "ncbigene:722"}, {"y": -922.3378236399823, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3940", "x": -922.3378236399823, "title": "wikipathways:WP3940"}, {"y": -921.0280420848297, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79807", "x": -921.0280420848297, "title": "ncbigene:79807"}, {"y": -919.7077617352741, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MPO", "x": -919.7077617352741, "title": "hgnc.symbol:MPO"}, {"y": -918.3769976411849, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:WASF2", "x": -918.3769976411849, "title": "hgnc.symbol:WASF2"}, {"y": -917.0357649719358, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:POLD4", "x": -917.0357649719358, "title": "hgnc.symbol:POLD4"}, {"y": -915.6840790162322, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3577", "x": -915.6840790162322, "title": "ncbigene:3577"}, {"y": -914.3219551819357, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GIT2", "x": -914.3219551819357, "title": "hgnc.symbol:GIT2"}, {"y": -912.9494089958896, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RPS6KA2", "x": -912.9494089958896, "title": "hgnc.symbol:RPS6KA2"}, {"y": -911.566456103742, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9101", "x": -911.566456103742, "title": "ncbigene:9101"}, {"y": -910.1731122697659, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KRT71", "x": -910.1731122697659, "title": "hgnc.symbol:KRT71"}, {"y": -908.7693933766817, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54205", "x": -908.7693933766817, "title": "ncbigene:54205"}, {"y": -907.3553154254744, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MMP2", "x": -907.3553154254744, "title": "hgnc.symbol:MMP2"}, {"y": -905.930894535212, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GTPBP3", "x": -905.930894535212, "title": "hgnc.symbol:GTPBP3"}, {"y": -904.496146942862, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6415", "x": -904.496146942862, "title": "ncbigene:6415"}, {"y": -903.051089003105, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DDX1", "x": -903.051089003105, "title": "hgnc.symbol:DDX1"}, {"y": -901.5957371881503, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARPC5L", "x": -901.5957371881503, "title": "hgnc.symbol:ARPC5L"}, {"y": -900.1301080875463, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAP1B", "x": -900.1301080875463, "title": "hgnc.symbol:MAP1B"}, {"y": -898.6542184079923, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAPN5", "x": -898.6542184079923, "title": "hgnc.symbol:CAPN5"}, {"y": -897.1680849731482, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR374B", "x": -897.1680849731482, "title": "hgnc.symbol:MIR374B"}, {"y": -895.671724723442, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ESPL1", "x": -895.671724723442, "title": "hgnc.symbol:ESPL1"}, {"y": -894.1651547158772, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HLTF", "x": -894.1651547158772, "title": "hgnc.symbol:HLTF"}, {"y": -892.6483921238387, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:56731", "x": -892.6483921238387, "title": "ncbigene:56731"}, {"y": -891.1214542368956, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTGES3", "x": -891.1214542368956, "title": "hgnc.symbol:PTGES3"}, {"y": -889.5843584606067, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HILPDA", "x": -889.5843584606067, "title": "hgnc.symbol:HILPDA"}, {"y": -888.037122316319, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6947", "x": -888.037122316319, "title": "ncbigene:6947"}, {"y": -886.4797634409705, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:975", "x": -886.4797634409705, "title": "ncbigene:975"}, {"y": -884.9122995868878, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:C4BPA", "x": -884.9122995868878, "title": "hgnc.symbol:C4BPA"}, {"y": -883.3347486215841, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:875", "x": -883.3347486215841, "title": "ncbigene:875"}, {"y": -881.7471285275554, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ABCC6", "x": -881.7471285275554, "title": "hgnc.symbol:ABCC6"}, {"y": -880.1494574020763, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7145", "x": -880.1494574020763, "title": "ncbigene:7145"}, {"y": -878.541753456992, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:941", "x": -878.541753456992, "title": "ncbigene:941"}, {"y": -876.9240350185128, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRIM2", "x": -876.9240350185128, "title": "hgnc.symbol:PRIM2"}, {"y": -875.2963205270036, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:USP8", "x": -875.2963205270036, "title": "hgnc.symbol:USP8"}, {"y": -873.6586285367741, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ICAM2", "x": -873.6586285367741, "title": "hgnc.symbol:ICAM2"}, {"y": -872.0109777158682, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:151531", "x": -872.0109777158682, "title": "ncbigene:151531"}, {"y": -870.3533868458497, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3451", "x": -870.3533868458497, "title": "ncbigene:3451"}, {"y": -868.6858748215896, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KPNA4", "x": -868.6858748215896, "title": "hgnc.symbol:KPNA4"}, {"y": -867.0084606510493, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10549", "x": -867.0084606510493, "title": "ncbigene:10549"}, {"y": -865.3211634550654, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GIT1", "x": -865.3211634550654, "title": "hgnc.symbol:GIT1"}, {"y": -863.6240024671312, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAP1LC3A", "x": -863.6240024671312, "title": "hgnc.symbol:MAP1LC3A"}, {"y": -861.9169970331764, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7345", "x": -861.9169970331764, "title": "ncbigene:7345"}, {"y": -860.2001666113482, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GSTM2", "x": -860.2001666113482, "title": "hgnc.symbol:GSTM2"}, {"y": -858.4735307717891, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GSTA1", "x": -858.4735307717891, "title": "hgnc.symbol:GSTA1"}, {"y": -856.7371091964126, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1742", "x": -856.7371091964126, "title": "ncbigene:1742"}, {"y": -854.9909216786804, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PFKP", "x": -854.9909216786804, "title": "hgnc.symbol:PFKP"}, {"y": -853.2349881233761, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC2A7", "x": -853.2349881233761, "title": "hgnc.symbol:SLC2A7"}, {"y": -851.4693285463778, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10910", "x": -851.4693285463778, "title": "ncbigene:10910"}, {"y": -849.6939630744314, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SULT1C3", "x": -849.6939630744314, "title": "hgnc.symbol:SULT1C3"}, {"y": -847.9089119449193, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2004", "x": -847.9089119449193, "title": "wikipathways:WP2004"}, {"y": -846.1141955056311, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9088", "x": -846.1141955056311, "title": "ncbigene:9088"}, {"y": -844.3098342145314, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FOSL1", "x": -844.3098342145314, "title": "hgnc.symbol:FOSL1"}, {"y": -842.4958486395262, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RHEB", "x": -842.4958486395262, "title": "hgnc.symbol:RHEB"}, {"y": -840.6722594582287, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3447", "x": -840.6722594582287, "title": "ncbigene:3447"}, {"y": -838.8390874577238, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 224, 31, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3891", "x": -838.8390874577238, "title": "wikipathways:WP3891"}, {"y": -836.99635353433, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MORF4L1", "x": -836.99635353433, "title": "hgnc.symbol:MORF4L1"}, {"y": -835.1440786933634, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10592", "x": -835.1440786933634, "title": "ncbigene:10592"}, {"y": -833.2822840488963, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ABCF2", "x": -833.2822840488963, "title": "hgnc.symbol:ABCF2"}, {"y": -831.4109908235171, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SH3BP2", "x": -831.4109908235171, "title": "hgnc.symbol:SH3BP2"}, {"y": -829.5302203480887, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PDGFRA", "x": -829.5302203480887, "title": "hgnc.symbol:PDGFRA"}, {"y": -827.6399940615049, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1351", "x": -827.6399940615049, "title": "ncbigene:1351"}, {"y": -825.7403335104467, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:81620", "x": -825.7403335104467, "title": "ncbigene:81620"}, {"y": -823.831260349136, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:146850", "x": -823.831260349136, "title": "ncbigene:146850"}, {"y": -821.9127963390887, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1401", "x": -821.9127963390887, "title": "ncbigene:1401"}, {"y": -819.9849633488673, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TCF7", "x": -819.9849633488673, "title": "hgnc.symbol:TCF7"}, {"y": -818.0477833538309, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ERBB3", "x": -818.0477833538309, "title": "hgnc.symbol:ERBB3"}, {"y": -816.101278435886, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5631", "x": -816.101278435886, "title": "ncbigene:5631"}, {"y": -814.1454707832328, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1733", "x": -814.1454707832328, "title": "ncbigene:1733"}, {"y": -812.1803826901133, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2038", "x": -812.1803826901133, "title": "wikipathways:WP2038"}, {"y": -810.2060365565583, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARPC1B", "x": -810.2060365565583, "title": "hgnc.symbol:ARPC1B"}, {"y": -808.2224548881298, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARID2", "x": -808.2224548881298, "title": "hgnc.symbol:ARID2"}, {"y": -806.2296602956663, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1031", "x": -806.2296602956663, "title": "ncbigene:1031"}, {"y": -804.2276754950244, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11326", "x": -804.2276754950244, "title": "ncbigene:11326"}, {"y": -802.2165233068189, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:UBC", "x": -802.2165233068189, "title": "hgnc.symbol:UBC"}, {"y": -800.1962266561651, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LEPR", "x": -800.1962266561651, "title": "hgnc.symbol:LEPR"}, {"y": -798.1668085724148, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3664", "x": -798.1668085724148, "title": "ncbigene:3664"}, {"y": -796.1282921888951, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5888", "x": -796.1282921888951, "title": "ncbigene:5888"}, {"y": -794.0807007426456, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DNMT1", "x": -794.0807007426456, "title": "hgnc.symbol:DNMT1"}, {"y": -792.0240575741508, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC2A6", "x": -792.0240575741508, "title": "hgnc.symbol:SLC2A6"}, {"y": -789.9583861270778, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP185", "x": -789.9583861270778, "title": "wikipathways:WP185"}, {"y": -787.883709948005, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ATOX1", "x": -787.883709948005, "title": "hgnc.symbol:ATOX1"}, {"y": -785.8000526861568, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79931", "x": -785.8000526861568, "title": "ncbigene:79931"}, {"y": -783.7074380931333, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MMP9", "x": -783.7074380931333, "title": "hgnc.symbol:MMP9"}, {"y": -781.6058900226378, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LUZP1", "x": -781.6058900226378, "title": "hgnc.symbol:LUZP1"}, {"y": -779.4954324302073, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:64127", "x": -779.4954324302073, "title": "ncbigene:64127"}, {"y": -777.3760893729384, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:138429", "x": -777.3760893729384, "title": "ncbigene:138429"}, {"y": -775.2478850092124, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:30011", "x": -775.2478850092124, "title": "ncbigene:30011"}, {"y": -773.1108435984215, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BCL2A1", "x": -773.1108435984215, "title": "hgnc.symbol:BCL2A1"}, {"y": -770.9649895006909, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AIM2", "x": -770.9649895006909, "title": "hgnc.symbol:AIM2"}, {"y": -768.810347176601, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:COPS6", "x": -768.810347176601, "title": "hgnc.symbol:COPS6"}, {"y": -766.6469411869102, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 224, 31, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1772", "x": -766.6469411869102, "title": "wikipathways:WP1772"}, {"y": -764.4747961922731, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 221, 34, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP186", "x": -764.4747961922731, "title": "wikipathways:WP186"}, {"y": -762.2939369529608, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4689", "x": -762.2939369529608, "title": "ncbigene:4689"}, {"y": -760.1043883285778, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HS3ST3A1", "x": -760.1043883285778, "title": "hgnc.symbol:HS3ST3A1"}, {"y": -757.906175277778, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10111", "x": -757.906175277778, "title": "ncbigene:10111"}, {"y": -755.6993228579827, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRDX6", "x": -755.6993228579827, "title": "hgnc.symbol:PRDX6"}, {"y": -753.4838562250919, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6196", "x": -753.4838562250919, "title": "ncbigene:6196"}, {"y": -751.2598006331997, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:442902", "x": -751.2598006331997, "title": "ncbigene:442902"}, {"y": -749.0271814343057, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GLRX", "x": -749.0271814343057, "title": "hgnc.symbol:GLRX"}, {"y": -746.7860240780253, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TREM2", "x": -746.7860240780253, "title": "hgnc.symbol:TREM2"}, {"y": -744.5363541113016, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4194", "x": -744.5363541113016, "title": "ncbigene:4194"}, {"y": -742.278197178112, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MRE11", "x": -742.278197178112, "title": "hgnc.symbol:MRE11"}, {"y": -740.0115790191763, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCNA2", "x": -740.0115790191763, "title": "hgnc.symbol:CCNA2"}, {"y": -737.7365254716655, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1439", "x": -737.7365254716655, "title": "ncbigene:1439"}, {"y": -735.4530624689038, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7341", "x": -735.4530624689038, "title": "ncbigene:7341"}, {"y": -733.1612160400751, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8743", "x": -733.1612160400751, "title": "ncbigene:8743"}, {"y": -730.8610123099273, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3929", "x": -730.8610123099273, "title": "ncbigene:3929"}, {"y": -728.552477498471, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11057", "x": -728.552477498471, "title": "ncbigene:11057"}, {"y": -726.2356379206849, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPBP", "x": -726.2356379206849, "title": "hgnc.symbol:PPBP"}, {"y": -723.9105199862122, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1870", "x": -723.9105199862122, "title": "ncbigene:1870"}, {"y": -721.5771501990611, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TIE1", "x": -721.5771501990611, "title": "hgnc.symbol:TIE1"}, {"y": -719.2355551573038, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRIO", "x": -719.2355551573038, "title": "hgnc.symbol:TRIO"}, {"y": -716.8857615527705, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:990", "x": -716.8857615527705, "title": "ncbigene:990"}, {"y": -714.5277961707486, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAPN11", "x": -714.5277961707486, "title": "hgnc.symbol:CAPN11"}, {"y": -712.1616858896742, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:2052", "x": -712.1616858896742, "title": "ncbigene:2052"}, {"y": -709.7874576808272, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MCEE", "x": -709.7874576808272, "title": "hgnc.symbol:MCEE"}, {"y": -707.4051386080243, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23265", "x": -707.4051386080243, "title": "ncbigene:23265"}, {"y": -705.0147558273098, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PFN4", "x": -705.0147558273098, "title": "hgnc.symbol:PFN4"}, {"y": -702.6163365866455, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4741", "x": -702.6163365866455, "title": "ncbigene:4741"}, {"y": -700.2099082256017, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3676", "x": -700.2099082256017, "title": "wikipathways:WP3676"}, {"y": -697.7954981750438, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5479", "x": -697.7954981750438, "title": "ncbigene:5479"}, {"y": -695.3731339568213, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:26227", "x": -695.3731339568213, "title": "ncbigene:26227"}, {"y": -692.9428431834525, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NEFL", "x": -692.9428431834525, "title": "hgnc.symbol:NEFL"}, {"y": -690.5046535578105, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FKBP2", "x": -690.5046535578105, "title": "hgnc.symbol:FKBP2"}, {"y": -688.0585928728079, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:442038", "x": -688.0585928728079, "title": "ncbigene:442038"}, {"y": -685.6046890110789, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IL1R2", "x": -685.6046890110789, "title": "hgnc.symbol:IL1R2"}, {"y": -683.1429699446627, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51380", "x": -683.1429699446627, "title": "ncbigene:51380"}, {"y": -680.6734637346835, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:406948", "x": -680.6734637346835, "title": "ncbigene:406948"}, {"y": -678.1961985310306, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GPI", "x": -678.1961985310306, "title": "hgnc.symbol:GPI"}, {"y": -675.7112025720394, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4210", "x": -675.7112025720394, "title": "ncbigene:4210"}, {"y": -673.2185041841672, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HOXA5", "x": -673.2185041841672, "title": "hgnc.symbol:HOXA5"}, {"y": -670.7181317816708, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR542", "x": -670.7181317816708, "title": "hgnc.symbol:MIR542"}, {"y": -668.2101138662845, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11030", "x": -668.2101138662845, "title": "ncbigene:11030"}, {"y": -665.6944790268923, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PFKFB2", "x": -665.6944790268923, "title": "hgnc.symbol:PFKFB2"}, {"y": -663.1712559392047, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MPEG1", "x": -663.1712559392047, "title": "hgnc.symbol:MPEG1"}, {"y": -660.6404733654299, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LTA", "x": -660.6404733654299, "title": "hgnc.symbol:LTA"}, {"y": -658.1021601539462, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10413", "x": -658.1021601539462, "title": "ncbigene:10413"}, {"y": -655.5563452389752, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:28964", "x": -655.5563452389752, "title": "ncbigene:28964"}, {"y": -653.0030576402482, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:284", "x": -653.0030576402482, "title": "ncbigene:284"}, {"y": -650.4423264626802, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1147", "x": -650.4423264626802, "title": "ncbigene:1147"}, {"y": -647.8741808960325, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARHGEF6", "x": -647.8741808960325, "title": "hgnc.symbol:ARHGEF6"}, {"y": -645.2986502145855, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HUS1B", "x": -645.2986502145855, "title": "hgnc.symbol:HUS1B"}, {"y": -642.7157637768012, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4439", "x": -642.7157637768012, "title": "ncbigene:4439"}, {"y": -640.1255510249912, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BEX3", "x": -640.1255510249912, "title": "hgnc.symbol:BEX3"}, {"y": -637.5280414849769, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PFN2", "x": -637.5280414849769, "title": "hgnc.symbol:PFN2"}, {"y": -634.9232647657589, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NRG3", "x": -634.9232647657589, "title": "hgnc.symbol:NRG3"}, {"y": -632.3112505591753, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9125", "x": -632.3112505591753, "title": "ncbigene:9125"}, {"y": -629.6920286395624, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3146", "x": -629.6920286395624, "title": "ncbigene:3146"}, {"y": -627.06562886342, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1728", "x": -627.06562886342, "title": "ncbigene:1728"}, {"y": -624.4320811690674, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FCN1", "x": -624.4320811690674, "title": "hgnc.symbol:FCN1"}, {"y": -621.7914155763011, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ERAL1", "x": -621.7914155763011, "title": "hgnc.symbol:ERAL1"}, {"y": -619.1436621860571, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23563", "x": -619.1436621860571, "title": "ncbigene:23563"}, {"y": -616.4888511800644, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ADH5", "x": -616.4888511800644, "title": "hgnc.symbol:ADH5"}, {"y": -613.8270128205004, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DCLRE1C", "x": -613.8270128205004, "title": "hgnc.symbol:DCLRE1C"}, {"y": -611.1581774496486, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:XAF1", "x": -611.1581774496486, "title": "hgnc.symbol:XAF1"}, {"y": -608.4823754895519, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:VCAM1", "x": -608.4823754895519, "title": "hgnc.symbol:VCAM1"}, {"y": -605.7996374416633, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NAIP", "x": -605.7996374416633, "title": "hgnc.symbol:NAIP"}, {"y": -603.1099938865019, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 224, 31, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP23", "x": -603.1099938865019, "title": "wikipathways:WP23"}, {"y": -600.4134754833022, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:475", "x": -600.4134754833022, "title": "ncbigene:475"}, {"y": -597.7101129696659, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5981", "x": -597.7101129696659, "title": "ncbigene:5981"}, {"y": -594.9999371612083, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5471", "x": -594.9999371612083, "title": "ncbigene:5471"}, {"y": -592.2829789512116, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA14", "x": -592.2829789512116, "title": "hgnc.symbol:IFNA14"}, {"y": -589.5592693102708, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10718", "x": -589.5592693102708, "title": "ncbigene:10718"}, {"y": -586.8288392859379, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5507", "x": -586.8288392859379, "title": "ncbigene:5507"}, {"y": -584.0917200023729, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:VSNL1", "x": -584.0917200023729, "title": "hgnc.symbol:VSNL1"}, {"y": -581.3479426599866, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FRAT1", "x": -581.3479426599866, "title": "hgnc.symbol:FRAT1"}, {"y": -578.597538535083, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5287", "x": -578.597538535083, "title": "ncbigene:5287"}, {"y": -575.8405389795066, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC2A11", "x": -575.8405389795066, "title": "hgnc.symbol:SLC2A11"}, {"y": -573.0769754202835, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2887", "x": -573.0769754202835, "title": "ncbigene:2887"}, {"y": -570.3068793592602, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2886", "x": -570.3068793592602, "title": "ncbigene:2886"}, {"y": -567.53028237275, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 219, 36, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2864", "x": -567.53028237275, "title": "wikipathways:WP2864"}, {"y": -564.7472161111688, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SOCS2", "x": -564.7472161111688, "title": "hgnc.symbol:SOCS2"}, {"y": -561.957712298677, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:995", "x": -561.957712298677, "title": "ncbigene:995"}, {"y": -559.1618027328143, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:E2F6", "x": -559.1618027328143, "title": "hgnc.symbol:E2F6"}, {"y": -556.3595192841416, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4064", "x": -556.3595192841416, "title": "ncbigene:4064"}, {"y": -553.5508938958758, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3446", "x": -553.5508938958758, "title": "ncbigene:3446"}, {"y": -550.735958583523, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HLA-DOB", "x": -550.735958583523, "title": "hgnc.symbol:HLA-DOB"}, {"y": -547.9147454345189, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IL4R", "x": -547.9147454345189, "title": "hgnc.symbol:IL4R"}, {"y": -545.0872866078598, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NOXA1", "x": -545.0872866078598, "title": "hgnc.symbol:NOXA1"}, {"y": -542.2536143337343, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:29958", "x": -542.2536143337343, "title": "ncbigene:29958"}, {"y": -539.4137609131604, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79027", "x": -539.4137609131604, "title": "ncbigene:79027"}, {"y": -536.5677587176148, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HBEGF", "x": -536.5677587176148, "title": "hgnc.symbol:HBEGF"}, {"y": -533.715640188662, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MTHFD2L", "x": -533.715640188662, "title": "hgnc.symbol:MTHFD2L"}, {"y": -530.8574378375886, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3895", "x": -530.8574378375886, "title": "ncbigene:3895"}, {"y": -527.99318424503, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EIF4E2", "x": -527.99318424503, "title": "hgnc.symbol:EIF4E2"}, {"y": -525.1229120606006, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55359", "x": -525.1229120606006, "title": "ncbigene:55359"}, {"y": -522.2466540025181, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:112802", "x": -522.2466540025181, "title": "ncbigene:112802"}, {"y": -519.3644428572359, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MCM9", "x": -519.3644428572359, "title": "hgnc.symbol:MCM9"}, {"y": -516.4763114790659, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84126", "x": -516.4763114790659, "title": "ncbigene:84126"}, {"y": -513.5822927898031, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ADPGK", "x": -513.5822927898031, "title": "hgnc.symbol:ADPGK"}, {"y": -510.68241977835385, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10811", "x": -510.68241977835385, "title": "ncbigene:10811"}, {"y": -507.776725500358, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10631", "x": -507.776725500358, "title": "ncbigene:10631"}, {"y": -504.8652430778098, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:INSR", "x": -504.8652430778098, "title": "hgnc.symbol:INSR"}, {"y": -501.9480056986845, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ERC2", "x": -501.9480056986845, "title": "hgnc.symbol:ERC2"}, {"y": -499.0250466165585, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HIF1AN", "x": -499.0250466165585, "title": "hgnc.symbol:HIF1AN"}, {"y": -496.0963991502273, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PAPSS1", "x": -496.0963991502273, "title": "hgnc.symbol:PAPSS1"}, {"y": -493.1620966833306, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:221002", "x": -493.1620966833306, "title": "ncbigene:221002"}, {"y": -490.2221726639687, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TPI1", "x": -490.2221726639687, "title": "hgnc.symbol:TPI1"}, {"y": -487.27666060432273, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3614", "x": -487.27666060432273, "title": "wikipathways:WP3614"}, {"y": -484.3255940802695, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10841", "x": -484.3255940802695, "title": "ncbigene:10841"}, {"y": -481.3690067310035, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:373863", "x": -481.3690067310035, "title": "ncbigene:373863"}, {"y": -478.40693225865095, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAD1L1", "x": -478.40693225865095, "title": "hgnc.symbol:MAD1L1"}, {"y": -475.4394044278837, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1942", "x": -475.4394044278837, "title": "ncbigene:1942"}, {"y": -472.4664570655385, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BRF1", "x": -472.4664570655385, "title": "hgnc.symbol:BRF1"}, {"y": -469.48812406022944, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STYK1", "x": -469.48812406022944, "title": "hgnc.symbol:STYK1"}, {"y": -466.50443936195916, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NAA50", "x": -466.50443936195916, "title": "hgnc.symbol:NAA50"}, {"y": -463.51543698173646, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10657", "x": -463.51543698173646, "title": "ncbigene:10657"}, {"y": -460.5211509911866, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1618", "x": -460.5211509911866, "title": "ncbigene:1618"}, {"y": -457.52161552216, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:OPLAH", "x": -457.52161552216, "title": "hgnc.symbol:OPLAH"}, {"y": -454.51686476634865, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10906", "x": -454.51686476634865, "title": "ncbigene:10906"}, {"y": -451.50693297489323, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BCL2L12", "x": -451.50693297489323, "title": "hgnc.symbol:BCL2L12"}, {"y": -448.49185445799077, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SELENOW", "x": -448.49185445799077, "title": "hgnc.symbol:SELENOW"}, {"y": -445.4716635845082, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CEBPB", "x": -445.4716635845082, "title": "hgnc.symbol:CEBPB"}, {"y": -442.4463947815873, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD82", "x": -442.4463947815873, "title": "hgnc.symbol:CD82"}, {"y": -439.4160825342541, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:353134", "x": -439.4160825342541, "title": "ncbigene:353134"}, {"y": -436.3807613850222, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:POLB", "x": -436.3807613850222, "title": "hgnc.symbol:POLB"}, {"y": -433.3404659335042, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5473", "x": -433.3404659335042, "title": "ncbigene:5473"}, {"y": -430.29523083601487, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PKMYT1", "x": -430.29523083601487, "title": "hgnc.symbol:PKMYT1"}, {"y": -427.2450908051733, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA8", "x": -427.2450908051733, "title": "hgnc.symbol:IFNA8"}, {"y": -424.1900806095124, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IER3", "x": -424.1900806095124, "title": "hgnc.symbol:IER3"}, {"y": -421.1302350730802, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 223, 32, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3911", "x": -421.1302350730802, "title": "wikipathways:WP3911"}, {"y": -418.0655890750403, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CSF3R", "x": -418.0655890750403, "title": "hgnc.symbol:CSF3R"}, {"y": -414.9961775492789, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYCBP", "x": -414.9961775492789, "title": "hgnc.symbol:MYCBP"}, {"y": -411.9220354840049, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PIP4K2C", "x": -411.9220354840049, "title": "hgnc.symbol:PIP4K2C"}, {"y": -408.8431979213476, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:29901", "x": -408.8431979213476, "title": "ncbigene:29901"}, {"y": -405.75969995696323, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7075", "x": -405.75969995696323, "title": "ncbigene:7075"}, {"y": -402.6715767396307, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CBLC", "x": -402.6715767396307, "title": "hgnc.symbol:CBLC"}, {"y": -399.57886347085326, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3799", "x": -399.57886347085326, "title": "ncbigene:3799"}, {"y": -396.48159540445346, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD180", "x": -396.48159540445346, "title": "hgnc.symbol:CD180"}, {"y": -393.3798078461766, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 214, 41, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1530", "x": -393.3798078461766, "title": "wikipathways:WP1530"}, {"y": -390.2735361532855, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 224, 31, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3884", "x": -390.2735361532855, "title": "wikipathways:WP3884"}, {"y": -387.1628157341553, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCNE1", "x": -387.1628157341553, "title": "hgnc.symbol:CCNE1"}, {"y": -384.04768204787445, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84665", "x": -384.04768204787445, "title": "ncbigene:84665"}, {"y": -380.9281706038383, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10728", "x": -380.9281706038383, "title": "ncbigene:10728"}, {"y": -377.8043169613418, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9588", "x": -377.8043169613418, "title": "ncbigene:9588"}, {"y": -374.67615672917896, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7783", "x": -374.67615672917896, "title": "ncbigene:7783"}, {"y": -371.5437255652348, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1786", "x": -371.5437255652348, "title": "ncbigene:1786"}, {"y": -368.40705917607596, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:890", "x": -368.40705917607596, "title": "ncbigene:890"}, {"y": -365.26619331654905, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IRS4", "x": -365.26619331654905, "title": "hgnc.symbol:IRS4"}, {"y": -362.12116378936935, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ERBB4", "x": -362.12116378936935, "title": "hgnc.symbol:ERBB4"}, {"y": -358.9720064447149, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:348932", "x": -358.9720064447149, "title": "ncbigene:348932"}, {"y": -355.81875717981404, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 225, 30, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2942", "x": -355.81875717981404, "title": "wikipathways:WP2942"}, {"y": -352.66145193854146, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:959", "x": -352.66145193854146, "title": "ncbigene:959"}, {"y": -349.5001267110058, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PEA15", "x": -349.5001267110058, "title": "hgnc.symbol:PEA15"}, {"y": -346.3348175331372, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8754", "x": -346.3348175331372, "title": "ncbigene:8754"}, {"y": -343.1655604862811, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP231", "x": -343.1655604862811, "title": "wikipathways:WP231"}, {"y": -339.9923916967848, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAD52", "x": -339.9923916967848, "title": "hgnc.symbol:RAD52"}, {"y": -336.8153473355831, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7532", "x": -336.8153473355831, "title": "ncbigene:7532"}, {"y": -333.6344636177908, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9322", "x": -333.6344636177908, "title": "ncbigene:9322"}, {"y": -330.44977680228754, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RABIF", "x": -330.44977680228754, "title": "hgnc.symbol:RABIF"}, {"y": -327.26132319130204, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9782", "x": -327.26132319130204, "title": "ncbigene:9782"}, {"y": -324.06913913000307, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPP1R3C", "x": -324.06913913000307, "title": "hgnc.symbol:PPP1R3C"}, {"y": -320.87326100608203, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FANCG", "x": -320.87326100608203, "title": "hgnc.symbol:FANCG"}, {"y": -317.6737252493398, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2944", "x": -317.6737252493398, "title": "ncbigene:2944"}, {"y": -314.47056833126794, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPAT", "x": -314.47056833126794, "title": "hgnc.symbol:PPAT"}, {"y": -311.2638267646384, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RS1", "x": -311.2638267646384, "title": "hgnc.symbol:RS1"}, {"y": -308.0535371030841, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6888", "x": -308.0535371030841, "title": "ncbigene:6888"}, {"y": -304.83973594068067, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RNF40", "x": -304.83973594068067, "title": "hgnc.symbol:RNF40"}, {"y": -301.6224599115333, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:138428", "x": -301.6224599115333, "title": "ncbigene:138428"}, {"y": -298.40174568935765, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HYAL3", "x": -298.40174568935765, "title": "hgnc.symbol:HYAL3"}, {"y": -295.17762998705854, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRDX3", "x": -295.17762998705854, "title": "hgnc.symbol:PRDX3"}, {"y": -291.95014955631683, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:406912", "x": -291.95014955631683, "title": "ncbigene:406912"}, {"y": -288.7193411871679, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CPT1C", "x": -288.7193411871679, "title": "hgnc.symbol:CPT1C"}, {"y": -285.4852417075797, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DMGDH", "x": -285.4852417075797, "title": "hgnc.symbol:DMGDH"}, {"y": -282.24788798303825, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNFAIP2", "x": -282.24788798303825, "title": "hgnc.symbol:TNFAIP2"}, {"y": -279.0073169161245, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:685", "x": -279.0073169161245, "title": "ncbigene:685"}, {"y": -275.7635654460914, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:25824", "x": -275.7635654460914, "title": "ncbigene:25824"}, {"y": -272.5166705484478, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP410", "x": -272.5166705484478, "title": "wikipathways:WP410"}, {"y": -269.26666923453377, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 223, 32, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3639", "x": -269.26666923453377, "title": "wikipathways:WP3639"}, {"y": -266.01359855109996, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC19A1", "x": -266.01359855109996, "title": "hgnc.symbol:SLC19A1"}, {"y": -262.7574955798826, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RPP38", "x": -262.7574955798826, "title": "hgnc.symbol:RPP38"}, {"y": -259.4983974371852, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ABL1", "x": -259.4983974371852, "title": "hgnc.symbol:ABL1"}, {"y": -256.23634127345326, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "ncbigene:100", "x": -256.23634127345326, "title": "ncbigene:100"}, {"y": -252.97136427284826, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8471", "x": -252.97136427284826, "title": "ncbigene:8471"}, {"y": -249.70350365282883, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:58484", "x": -249.70350365282883, "title": "ncbigene:58484"}, {"y": -246.43279666372405, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYOF", "x": -246.43279666372405, "title": "hgnc.symbol:MYOF"}, {"y": -243.15928058830593, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RFFL", "x": -243.15928058830593, "title": "hgnc.symbol:RFFL"}, {"y": -239.8829927413701, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3494", "x": -239.8829927413701, "title": "ncbigene:3494"}, {"y": -236.60397046930737, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:200186", "x": -236.60397046930737, "title": "ncbigene:200186"}, {"y": -233.32225114967582, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BUB3", "x": -233.32225114967582, "title": "hgnc.symbol:BUB3"}, {"y": -230.03787219077975, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:50506", "x": -230.03787219077975, "title": "ncbigene:50506"}, {"y": -226.7508710312397, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27284", "x": -226.7508710312397, "title": "ncbigene:27284"}, {"y": -223.46128513956756, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PIDD1", "x": -223.46128513956756, "title": "hgnc.symbol:PIDD1"}, {"y": -220.16915201373607, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5982", "x": -220.16915201373607, "title": "ncbigene:5982"}, {"y": -216.8745091807564, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SRCAP", "x": -216.8745091807564, "title": "hgnc.symbol:SRCAP"}, {"y": -213.57739419624787, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDC20B", "x": -213.57739419624787, "title": "hgnc.symbol:CDC20B"}, {"y": -210.2778446440072, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:F2RL2", "x": -210.2778446440072, "title": "hgnc.symbol:F2RL2"}, {"y": -206.97589813558545, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RHOQ", "x": -206.97589813558545, "title": "hgnc.symbol:RHOQ"}, {"y": -203.67159230985646, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MLXIPL", "x": -203.67159230985646, "title": "hgnc.symbol:MLXIPL"}, {"y": -200.36496483258537, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10076", "x": -200.36496483258537, "title": "ncbigene:10076"}, {"y": -197.05605339600442, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IL1RN", "x": -197.05605339600442, "title": "hgnc.symbol:IL1RN"}, {"y": -193.74489571838063, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:57448", "x": -193.74489571838063, "title": "ncbigene:57448"}, {"y": -190.43152954358345, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:218", "x": -190.43152954358345, "title": "ncbigene:218"}, {"y": -187.1159926406594, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:285598", "x": -187.1159926406594, "title": "ncbigene:285598"}, {"y": -183.7983228033984, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ACVR2B", "x": -183.7983228033984, "title": "hgnc.symbol:ACVR2B"}, {"y": -180.4785578499045, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:66035", "x": -180.4785578499045, "title": "ncbigene:66035"}, {"y": -177.15673562216128, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CXCL5", "x": -177.15673562216128, "title": "hgnc.symbol:CXCL5"}, {"y": -173.83289398560592, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPP4R3B", "x": -173.83289398560592, "title": "hgnc.symbol:PPP4R3B"}, {"y": -170.50707082869476, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:165918", "x": -170.50707082869476, "title": "ncbigene:165918"}, {"y": -167.1793040624689, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1509", "x": -167.1793040624689, "title": "ncbigene:1509"}, {"y": -163.84963162012716, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:999", "x": -163.84963162012716, "title": "ncbigene:999"}, {"y": -160.51809145659132, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SULT1C4", "x": -160.51809145659132, "title": "hgnc.symbol:SULT1C4"}, {"y": -157.1847215480705, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DPYS", "x": -157.1847215480705, "title": "hgnc.symbol:DPYS"}, {"y": -153.84955989163385, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ANLN", "x": -153.84955989163385, "title": "hgnc.symbol:ANLN"}, {"y": -150.51264450477456, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:390243", "x": -150.51264450477456, "title": "ncbigene:390243"}, {"y": -147.174013424974, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:126364", "x": -147.174013424974, "title": "ncbigene:126364"}, {"y": -143.83370470927326, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNIP1", "x": -143.83370470927326, "title": "hgnc.symbol:TNIP1"}, {"y": -140.49175643383606, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:140707", "x": -140.49175643383606, "title": "ncbigene:140707"}, {"y": -137.1482066935162, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FTCD", "x": -137.1482066935162, "title": "hgnc.symbol:FTCD"}, {"y": -133.80309360142002, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP404", "x": -133.80309360142002, "title": "wikipathways:WP404"}, {"y": -130.4564552884771, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6303", "x": -130.4564552884771, "title": "ncbigene:6303"}, {"y": -127.10832990300297, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FLAD1", "x": -127.10832990300297, "title": "hgnc.symbol:FLAD1"}, {"y": -123.75875561026173, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNFRSF6B", "x": -123.75875561026173, "title": "hgnc.symbol:TNFRSF6B"}, {"y": -120.4077705920362, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:COX8A", "x": -120.4077705920362, "title": "hgnc.symbol:COX8A"}, {"y": -117.05541304618998, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:JAG1", "x": -117.05541304618998, "title": "hgnc.symbol:JAG1"}, {"y": -113.70172118622953, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTPN18", "x": -113.70172118622953, "title": "hgnc.symbol:PTPN18"}, {"y": -110.34673324087379, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDKN2C", "x": -110.34673324087379, "title": "hgnc.symbol:CDKN2C"}, {"y": -106.99048745361573, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2346", "x": -106.99048745361573, "title": "ncbigene:2346"}, {"y": -103.63302208228383, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 169, 86, 1)", "degree": 3, "value": 2, "id": "ncbigene:958", "x": -103.63302208228383, "title": "ncbigene:958"}, {"y": -100.27437539861126, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TK1", "x": -100.27437539861126, "title": "hgnc.symbol:TK1"}, {"y": -96.91458568779696, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1789", "x": -96.91458568779696, "title": "ncbigene:1789"}, {"y": -93.55369124806656, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MATR3", "x": -93.55369124806656, "title": "hgnc.symbol:MATR3"}, {"y": -90.1917303902412, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD22", "x": -90.1917303902412, "title": "hgnc.symbol:CD22"}, {"y": -86.82874143729714, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9955", "x": -86.82874143729714, "title": "ncbigene:9955"}, {"y": -83.46476272393087, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4609", "x": -83.46476272393087, "title": "ncbigene:4609"}, {"y": -80.09983259611843, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6597", "x": -80.09983259611843, "title": "ncbigene:6597"}, {"y": -76.7339894106837, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1558", "x": -76.7339894106837, "title": "ncbigene:1558"}, {"y": -73.36727153485856, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7429", "x": -73.36727153485856, "title": "ncbigene:7429"}, {"y": -69.99971734584273, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TUBB", "x": -69.99971734584273, "title": "hgnc.symbol:TUBB"}, {"y": -66.63136523037177, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CARD8", "x": -66.63136523037177, "title": "hgnc.symbol:CARD8"}, {"y": -63.2622535842768, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8546", "x": -63.2622535842768, "title": "ncbigene:8546"}, {"y": -59.89242081204416, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA4", "x": -59.89242081204416, "title": "hgnc.symbol:IFNA4"}, {"y": -56.52190532638295, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5884", "x": -56.52190532638295, "title": "ncbigene:5884"}, {"y": -53.150745547784545, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2597", "x": -53.150745547784545, "title": "ncbigene:2597"}, {"y": -49.77897990408193, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 217, 38, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP179", "x": -49.77897990408193, "title": "wikipathways:WP179"}, {"y": -46.40664683001702, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SERPINA3", "x": -46.40664683001702, "title": "hgnc.symbol:SERPINA3"}, {"y": -43.03378476679895, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EIF2B2", "x": -43.03378476679895, "title": "hgnc.symbol:EIF2B2"}, {"y": -39.66043216166772, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TYROBP", "x": -39.66043216166772, "title": "hgnc.symbol:TYROBP"}, {"y": -36.28662746745235, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2048", "x": -36.28662746745235, "title": "ncbigene:2048"}, {"y": -32.91240914213786, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9531", "x": -32.91240914213786, "title": "ncbigene:9531"}, {"y": -29.537815648424274, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8837", "x": -29.537815648424274, "title": "ncbigene:8837"}, {"y": -26.162885453285472, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NEK3", "x": -26.162885453285472, "title": "hgnc.symbol:NEK3"}, {"y": -22.787657027536074, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AMT", "x": -22.787657027536074, "title": "hgnc.symbol:AMT"}, {"y": -19.41216884539022, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RASA1", "x": -19.41216884539022, "title": "hgnc.symbol:RASA1"}, {"y": -16.03645938402036, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CFL2", "x": -16.03645938402036, "title": "hgnc.symbol:CFL2"}, {"y": -12.660567123123952, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PHGDH", "x": -12.660567123123952, "title": "hgnc.symbol:PHGDH"}, {"y": -9.2845305444822, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPP2R2D", "x": -9.2845305444822, "title": "hgnc.symbol:PPP2R2D"}, {"y": -5.908388131518711, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27294", "x": -5.908388131518711, "title": "ncbigene:27294"}, {"y": -2.532178368866165, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1032", "x": -2.532178368866165, "title": "ncbigene:1032"}, {"y": 0.8440602580759266, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27036", "x": 0.8440602580759266, "title": "ncbigene:27036"}, {"y": 4.220289263578142, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAPNS1", "x": 4.220289263578142, "title": "hgnc.symbol:CAPNS1"}, {"y": 7.596470162023397, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LYN", "x": 7.596470162023397, "title": "hgnc.symbol:LYN"}, {"y": 10.972564468340318, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3113", "x": 10.972564468340318, "title": "ncbigene:3113"}, {"y": 14.34853369844459, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "ncbigene:7066", "x": 14.34853369844459, "title": "ncbigene:7066"}, {"y": 17.724339369680308, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KRT18", "x": 17.724339369680308, "title": "hgnc.symbol:KRT18"}, {"y": 21.099943001253315, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3646", "x": 21.099943001253315, "title": "wikipathways:WP3646"}, {"y": 24.47530611467249, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9429", "x": 24.47530611467249, "title": "ncbigene:9429"}, {"y": 27.850390234191057, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LRRC25", "x": 27.850390234191057, "title": "hgnc.symbol:LRRC25"}, {"y": 31.225156887239812, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FIGLA", "x": 31.225156887239812, "title": "hgnc.symbol:FIGLA"}, {"y": 34.59956760486837, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HLA-DMB", "x": 34.59956760486837, "title": "hgnc.symbol:HLA-DMB"}, {"y": 37.97358392218628, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:219972", "x": 37.97358392218628, "title": "ncbigene:219972"}, {"y": 41.34716737879623, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 210, 45, 1)", "degree": 3, "value": 2, "id": "ncbigene:6241", "x": 41.34716737879623, "title": "ncbigene:6241"}, {"y": 44.72027951923595, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6610", "x": 44.72027951923595, "title": "ncbigene:6610"}, {"y": 48.09288189341485, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:VAMP3", "x": 48.09288189341485, "title": "hgnc.symbol:VAMP3"}, {"y": 51.464936057055766, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:25830", "x": 51.464936057055766, "title": "ncbigene:25830"}, {"y": 54.83640357212798, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDC25A", "x": 54.83640357212798, "title": "hgnc.symbol:CDC25A"}, {"y": 58.20724600728793, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SPINK13", "x": 58.20724600728793, "title": "hgnc.symbol:SPINK13"}, {"y": 61.577424938320036, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDC6", "x": 61.577424938320036, "title": "hgnc.symbol:CDC6"}, {"y": 64.94690194856932, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAPN6", "x": 64.94690194856932, "title": "hgnc.symbol:CAPN6"}, {"y": 68.31563862938201, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:407975", "x": 68.31563862938201, "title": "ncbigene:407975"}, {"y": 71.68359658054597, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3558", "x": 71.68359658054597, "title": "ncbigene:3558"}, {"y": 75.05073741072316, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:QKI", "x": 75.05073741072316, "title": "hgnc.symbol:QKI"}, {"y": 78.41702273788994, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9444", "x": 78.41702273788994, "title": "ncbigene:9444"}, {"y": 81.78241418977714, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2335", "x": 81.78241418977714, "title": "ncbigene:2335"}, {"y": 85.14687340430223, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GRN", "x": 85.14687340430223, "title": "hgnc.symbol:GRN"}, {"y": 88.51036203000928, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:UCHL1", "x": 88.51036203000928, "title": "hgnc.symbol:UCHL1"}, {"y": 91.87284172650872, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7412", "x": 91.87284172650872, "title": "ncbigene:7412"}, {"y": 95.23427416490912, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ZFX", "x": 95.23427416490912, "title": "hgnc.symbol:ZFX"}, {"y": 98.59462102825762, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BLM", "x": 98.59462102825762, "title": "hgnc.symbol:BLM"}, {"y": 101.95384401197494, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51378", "x": 101.95384401197494, "title": "ncbigene:51378"}, {"y": 105.31190482429555, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:G6PC", "x": 105.31190482429555, "title": "hgnc.symbol:G6PC"}, {"y": 108.66876518669885, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ELANE", "x": 108.66876518669885, "title": "hgnc.symbol:ELANE"}, {"y": 112.02438683434819, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:3568", "x": 112.02438683434819, "title": "ncbigene:3568"}, {"y": 115.37873151652964, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CMTR2", "x": 115.37873151652964, "title": "hgnc.symbol:CMTR2"}, {"y": 118.73176099708274, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RCAN1", "x": 118.73176099708274, "title": "hgnc.symbol:RCAN1"}, {"y": 122.08343705483907, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GART", "x": 122.08343705483907, "title": "hgnc.symbol:GART"}, {"y": 125.43372148406043, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8503", "x": 125.43372148406043, "title": "ncbigene:8503"}, {"y": 128.7825760948692, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10095", "x": 128.7825760948692, "title": "ncbigene:10095"}, {"y": 132.12996271368627, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23035", "x": 132.12996271368627, "title": "ncbigene:23035"}, {"y": 135.47584318366873, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1946", "x": 135.47584318366873, "title": "wikipathways:WP1946"}, {"y": 138.8201793651397, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2661", "x": 138.8201793651397, "title": "ncbigene:2661"}, {"y": 142.1629331360264, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9025", "x": 142.1629331360264, "title": "ncbigene:9025"}, {"y": 145.50406639229323, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CAPN3", "x": 145.50406639229323, "title": "hgnc.symbol:CAPN3"}, {"y": 148.84354104837928, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1282", "x": 148.84354104837928, "title": "ncbigene:1282"}, {"y": 152.18131903762753, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNFSF10", "x": 152.18131903762753, "title": "hgnc.symbol:TNFSF10"}, {"y": 155.51736231272116, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TP53AIP1", "x": 155.51736231272116, "title": "hgnc.symbol:TP53AIP1"}, {"y": 158.8516328461201, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IAPP", "x": 158.8516328461201, "title": "hgnc.symbol:IAPP"}, {"y": 162.18409263048898, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NOD1", "x": 162.18409263048898, "title": "hgnc.symbol:NOD1"}, {"y": 165.5147036791332, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2017", "x": 165.5147036791332, "title": "ncbigene:2017"}, {"y": 168.84342802643457, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7031", "x": 168.84342802643457, "title": "ncbigene:7031"}, {"y": 172.1702277282787, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5558", "x": 172.1702277282787, "title": "ncbigene:5558"}, {"y": 175.49506486249027, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DIABLO", "x": 175.49506486249027, "title": "hgnc.symbol:DIABLO"}, {"y": 178.81790152926794, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IFNA21", "x": 178.81790152926794, "title": "hgnc.symbol:IFNA21"}, {"y": 182.13869985161088, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:115703", "x": 182.13869985161088, "title": "ncbigene:115703"}, {"y": 185.45742197575444, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54461", "x": 185.45742197575444, "title": "ncbigene:54461"}, {"y": 188.7740300715995, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GZMB", "x": 188.7740300715995, "title": "hgnc.symbol:GZMB"}, {"y": 192.08848633314742, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MKNK1", "x": 192.08848633314742, "title": "hgnc.symbol:MKNK1"}, {"y": 195.40075297892574, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6374", "x": 195.40075297892574, "title": "ncbigene:6374"}, {"y": 198.7107922524213, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:90427", "x": 198.7107922524213, "title": "ncbigene:90427"}, {"y": 202.01856642251352, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3098", "x": 202.01856642251352, "title": "ncbigene:3098"}, {"y": 205.32403778389894, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FOLR1", "x": 205.32403778389894, "title": "hgnc.symbol:FOLR1"}, {"y": 208.62716865752392, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8835", "x": 208.62716865752392, "title": "ncbigene:8835"}, {"y": 211.92792139101667, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 228, 27, 1)", "degree": 3, "value": 2, "id": "ncbigene:5230", "x": 211.92792139101667, "title": "ncbigene:5230"}, {"y": 215.22625835911103, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:STAT3", "x": 215.22625835911103, "title": "hgnc.symbol:STAT3"}, {"y": 218.5221419640783, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8061", "x": 218.5221419640783, "title": "ncbigene:8061"}, {"y": 221.81553463615822, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2938", "x": 221.81553463615822, "title": "ncbigene:2938"}, {"y": 225.106398833982, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 214, 41, 1)", "degree": 3, "value": 2, "id": "ncbigene:6240", "x": 225.106398833982, "title": "ncbigene:6240"}, {"y": 228.39469704500388, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:406896", "x": 228.39469704500388, "title": "ncbigene:406896"}, {"y": 231.68039178592684, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55500", "x": 231.68039178592684, "title": "ncbigene:55500"}, {"y": 234.9634456031334, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MTHFD1", "x": 234.9634456031334, "title": "hgnc.symbol:MTHFD1"}, {"y": 238.24382107310737, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3070", "x": 238.24382107310737, "title": "ncbigene:3070"}, {"y": 241.5214808028631, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10847", "x": 241.5214808028631, "title": "ncbigene:10847"}, {"y": 244.79638743037407, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5649", "x": 244.79638743037407, "title": "ncbigene:5649"}, {"y": 248.068503624994, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:143686", "x": 248.068503624994, "title": "ncbigene:143686"}, {"y": 251.33779208788454, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:59067", "x": 251.33779208788454, "title": "ncbigene:59067"}, {"y": 254.6042155524433, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:126129", "x": 254.6042155524433, "title": "ncbigene:126129"}, {"y": 257.86773678472343, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6354", "x": 257.86773678472343, "title": "ncbigene:6354"}, {"y": 261.1283185838606, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:COX5A", "x": 261.1283185838606, "title": "hgnc.symbol:COX5A"}, {"y": 264.3859237824996, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10383", "x": 264.3859237824996, "title": "ncbigene:10383"}, {"y": 267.64051524721305, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:83440", "x": 267.64051524721305, "title": "ncbigene:83440"}, {"y": 270.89205587892695, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:91807", "x": 270.89205587892695, "title": "ncbigene:91807"}, {"y": 274.14050861334624, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2151", "x": 274.14050861334624, "title": "ncbigene:2151"}, {"y": 277.3858364213725, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:200407", "x": 277.3858364213725, "title": "ncbigene:200407"}, {"y": 280.6280023095289, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7086", "x": 280.6280023095289, "title": "ncbigene:7086"}, {"y": 283.86696932038063, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ITGAD", "x": 283.86696932038063, "title": "hgnc.symbol:ITGAD"}, {"y": 287.1027005329594, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1943", "x": 287.1027005329594, "title": "ncbigene:1943"}, {"y": 290.33515906317916, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7188", "x": 290.33515906317916, "title": "ncbigene:7188"}, {"y": 293.56430806425914, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10560", "x": 293.56430806425914, "title": "ncbigene:10560"}, {"y": 296.79011072714655, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8318", "x": 296.79011072714655, "title": "ncbigene:8318"}, {"y": 300.01253028093083, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4313", "x": 300.01253028093083, "title": "ncbigene:4313"}, {"y": 303.23152999326555, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:114907", "x": 303.23152999326555, "title": "ncbigene:114907"}, {"y": 306.4470731707894, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CYBB", "x": 306.4470731707894, "title": "hgnc.symbol:CYBB"}, {"y": 309.6591231595399, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ELMO1", "x": 309.6591231595399, "title": "hgnc.symbol:ELMO1"}, {"y": 312.8676433453729, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2972", "x": 312.8676433453729, "title": "ncbigene:2972"}, {"y": 316.07259715438363, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GADD45A", "x": 316.07259715438363, "title": "hgnc.symbol:GADD45A"}, {"y": 319.2739480533173, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 222, 33, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP241", "x": 319.2739480533173, "title": "wikipathways:WP241"}, {"y": 322.47165954998997, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:406892", "x": 322.47165954998997, "title": "ncbigene:406892"}, {"y": 325.66569519370205, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HELLS", "x": 325.66569519370205, "title": "hgnc.symbol:HELLS"}, {"y": 328.85601857565774, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PGLS", "x": 328.85601857565774, "title": "hgnc.symbol:PGLS"}, {"y": 332.04259332937465, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:825", "x": 332.04259332937465, "title": "ncbigene:825"}, {"y": 335.225383131101, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDKN2D", "x": 335.225383131101, "title": "hgnc.symbol:CDKN2D"}, {"y": 338.40435170023227, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD79B", "x": 338.40435170023227, "title": "hgnc.symbol:CD79B"}, {"y": 341.5794627997195, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6596", "x": 341.5794627997195, "title": "ncbigene:6596"}, {"y": 344.7506802364851, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:197259", "x": 344.7506802364851, "title": "ncbigene:197259"}, {"y": 347.91796786183784, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3002", "x": 347.91796786183784, "title": "ncbigene:3002"}, {"y": 351.0812895718798, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10753", "x": 351.0812895718798, "title": "ncbigene:10753"}, {"y": 354.2406093079206, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARHGAP33", "x": 354.2406093079206, "title": "hgnc.symbol:ARHGAP33"}, {"y": 357.3958910568907, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRPS1", "x": 357.3958910568907, "title": "hgnc.symbol:PRPS1"}, {"y": 360.5470988517474, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10093", "x": 360.5470988517474, "title": "ncbigene:10093"}, {"y": 363.6941967718874, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:494336", "x": 363.6941967718874, "title": "ncbigene:494336"}, {"y": 366.83714894355523, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ATM", "x": 366.83714894355523, "title": "hgnc.symbol:ATM"}, {"y": 369.9759195402553, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GSS", "x": 369.9759195402553, "title": "hgnc.symbol:GSS"}, {"y": 373.1104727831551, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HSPD1", "x": 373.1104727831551, "title": "hgnc.symbol:HSPD1"}, {"y": 376.240772941496, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SULT1A2", "x": 376.240772941496, "title": "hgnc.symbol:SULT1A2"}, {"y": 379.3667843330025, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6850", "x": 379.3667843330025, "title": "ncbigene:6850"}, {"y": 382.4884713242843, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10211", "x": 382.4884713242843, "title": "ncbigene:10211"}, {"y": 385.6057983312451, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ADSS", "x": 385.6057983312451, "title": "hgnc.symbol:ADSS"}, {"y": 388.7187298194903, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 133, 122, 1)", "degree": 3, "value": 2, "id": "ncbigene:25", "x": 388.7187298194903, "title": "ncbigene:25"}, {"y": 391.8272303047273, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAB2A", "x": 391.8272303047273, "title": "hgnc.symbol:RAB2A"}, {"y": 394.93126435317276, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1066", "x": 394.93126435317276, "title": "ncbigene:1066"}, {"y": 398.03079658195844, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5883", "x": 398.03079658195844, "title": "ncbigene:5883"}, {"y": 401.12579165952997, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR27A", "x": 401.12579165952997, "title": "hgnc.symbol:MIR27A"}, {"y": 404.2162143060527, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2328", "x": 404.2162143060527, "title": "wikipathways:WP2328"}, {"y": 407.3020292938123, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CD79A", "x": 407.3020292938123, "title": "hgnc.symbol:CD79A"}, {"y": 410.3832014476196, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRLR", "x": 410.3832014476196, "title": "hgnc.symbol:PRLR"}, {"y": 413.45969564520675, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAP3K7", "x": 413.45969564520675, "title": "hgnc.symbol:MAP3K7"}, {"y": 416.5314768176296, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9973", "x": 416.5314768176296, "title": "ncbigene:9973"}, {"y": 419.5985099496704, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:26135", "x": 419.5985099496704, "title": "ncbigene:26135"}, {"y": 422.6607600802319, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 222, 33, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3802", "x": 422.6607600802319, "title": "wikipathways:WP3802"}, {"y": 425.7181923027381, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP51", "x": 425.7181923027381, "title": "wikipathways:WP51"}, {"y": 428.7707717655348, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC2A14", "x": 428.7707717655348, "title": "hgnc.symbol:SLC2A14"}, {"y": 431.81846367228206, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55163", "x": 431.81846367228206, "title": "ncbigene:55163"}, {"y": 434.861233282353, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3109", "x": 434.861233282353, "title": "ncbigene:3109"}, {"y": 437.8990459112325, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2687", "x": 437.8990459112325, "title": "ncbigene:2687"}, {"y": 440.93186693090763, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9049", "x": 440.93186693090763, "title": "ncbigene:9049"}, {"y": 443.9596617702648, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:153218", "x": 443.9596617702648, "title": "ncbigene:153218"}, {"y": 446.98239591548617, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYC", "x": 446.98239591548617, "title": "hgnc.symbol:MYC"}, {"y": 450.0000349104384, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4671", "x": 450.0000349104384, "title": "ncbigene:4671"}, {"y": 453.01254435706846, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BRCA2", "x": 453.01254435706846, "title": "hgnc.symbol:BRCA2"}, {"y": 456.0198899157943, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RICTOR", "x": 456.0198899157943, "title": "hgnc.symbol:RICTOR"}, {"y": 459.0220373058993, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2350", "x": 459.0220373058993, "title": "ncbigene:2350"}, {"y": 462.0189523059185, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SGK2", "x": 462.0189523059185, "title": "hgnc.symbol:SGK2"}, {"y": 465.0106007540308, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MYO1C", "x": 465.0106007540308, "title": "hgnc.symbol:MYO1C"}, {"y": 467.9969485484509, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DIO1", "x": 467.9969485484509, "title": "hgnc.symbol:DIO1"}, {"y": 470.97796164781334, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:POLD3", "x": 470.97796164781334, "title": "hgnc.symbol:POLD3"}, {"y": 473.9536060715627, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2053", "x": 473.9536060715627, "title": "ncbigene:2053"}, {"y": 476.9238479003436, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51714", "x": 476.9238479003436, "title": "ncbigene:51714"}, {"y": 479.8886532763821, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAB10", "x": 479.8886532763821, "title": "hgnc.symbol:RAB10"}, {"y": 482.8479884038749, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2177", "x": 482.8479884038749, "title": "ncbigene:2177"}, {"y": 485.80181954937603, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8682", "x": 485.80181954937603, "title": "ncbigene:8682"}, {"y": 488.750113042177, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9470", "x": 488.750113042177, "title": "ncbigene:9470"}, {"y": 491.692835274694, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GPX7", "x": 491.692835274694, "title": "hgnc.symbol:GPX7"}, {"y": 494.629952702849, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 165, 90, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP710", "x": 494.629952702849, "title": "wikipathways:WP710"}, {"y": 497.5614318464555, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KANSL1", "x": 497.5614318464555, "title": "hgnc.symbol:KANSL1"}, {"y": 500.4872392895957, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ATMIN", "x": 500.4872392895957, "title": "hgnc.symbol:ATMIN"}, {"y": 503.4073416810031, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:57679", "x": 503.4073416810031, "title": "ncbigene:57679"}, {"y": 506.3217057344456, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IGFBP2", "x": 506.3217057344456, "title": "hgnc.symbol:IGFBP2"}, {"y": 509.2302982291, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP481", "x": 509.2302982291, "title": "wikipathways:WP481"}, {"y": 512.1330860099331, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CHST7", "x": 512.1330860099331, "title": "hgnc.symbol:CHST7"}, {"y": 515.0300359880821, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SESN3", "x": 515.0300359880821, "title": "hgnc.symbol:SESN3"}, {"y": 517.9211151412266, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SYK", "x": 517.9211151412266, "title": "hgnc.symbol:SYK"}, {"y": 520.8062905139677, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:THBS3", "x": 520.8062905139677, "title": "hgnc.symbol:THBS3"}, {"y": 523.6855292182067, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27233", "x": 523.6855292182067, "title": "ncbigene:27233"}, {"y": 526.5587984335137, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MGST1", "x": 526.5587984335137, "title": "hgnc.symbol:MGST1"}, {"y": 529.4260654075064, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:978", "x": 529.4260654075064, "title": "ncbigene:978"}, {"y": 532.2872974562208, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IL17B", "x": 532.2872974562208, "title": "hgnc.symbol:IL17B"}, {"y": 535.1424619644878, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LEP", "x": 535.1424619644878, "title": "hgnc.symbol:LEP"}, {"y": 537.9915263862993, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SMARCA1", "x": 537.9915263862993, "title": "hgnc.symbol:SMARCA1"}, {"y": 540.8344582451824, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:57223", "x": 540.8344582451824, "title": "ncbigene:57223"}, {"y": 543.6712251345715, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ADAM9", "x": 543.6712251345715, "title": "hgnc.symbol:ADAM9"}, {"y": 546.5017947181734, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GSTK1", "x": 546.5017947181734, "title": "hgnc.symbol:GSTK1"}, {"y": 549.3261347303373, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55215", "x": 549.3261347303373, "title": "ncbigene:55215"}, {"y": 552.1442129764263, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1036", "x": 552.1442129764263, "title": "ncbigene:1036"}, {"y": 554.9559973331784, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9021", "x": 554.9559973331784, "title": "ncbigene:9021"}, {"y": 557.761455749076, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AHCYL1", "x": 557.761455749076, "title": "hgnc.symbol:AHCYL1"}, {"y": 560.5605562447133, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3915", "x": 560.5605562447133, "title": "wikipathways:WP3915"}, {"y": 563.3532669131558, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:578", "x": 563.3532669131558, "title": "ncbigene:578"}, {"y": 566.1395559203073, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:246330", "x": 566.1395559203073, "title": "ncbigene:246330"}, {"y": 568.9193915052718, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:100126302", "x": 568.9193915052718, "title": "ncbigene:100126302"}, {"y": 571.6927419807175, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54443", "x": 571.6927419807175, "title": "ncbigene:54443"}, {"y": 574.4595757332346, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6885", "x": 574.4595757332346, "title": "ncbigene:6885"}, {"y": 577.219861223697, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCS", "x": 577.219861223697, "title": "hgnc.symbol:CCS"}, {"y": 579.9735669876247, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8569", "x": 579.9735669876247, "title": "ncbigene:8569"}, {"y": 582.7206616355377, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GCLC", "x": 582.7206616355377, "title": "hgnc.symbol:GCLC"}, {"y": 585.461113853316, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HIST1H2AL", "x": 585.461113853316, "title": "hgnc.symbol:HIST1H2AL"}, {"y": 588.1948924025588, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5893", "x": 588.1948924025588, "title": "ncbigene:5893"}, {"y": 590.9219661209365, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NQO2", "x": 590.9219661209365, "title": "hgnc.symbol:NQO2"}, {"y": 593.6423039225474, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MAD2L2", "x": 593.6423039225474, "title": "hgnc.symbol:MAD2L2"}, {"y": 596.355874798275, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SERPINB10", "x": 596.355874798275, "title": "hgnc.symbol:SERPINB10"}, {"y": 599.0626478161367, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:79092", "x": 599.0626478161367, "title": "ncbigene:79092"}, {"y": 601.7625921216387, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51733", "x": 601.7625921216387, "title": "ncbigene:51733"}, {"y": 604.4556769381296, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HLA-DRB4", "x": 604.4556769381296, "title": "hgnc.symbol:HLA-DRB4"}, {"y": 607.1418715671474, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4752", "x": 607.1418715671474, "title": "ncbigene:4752"}, {"y": 609.8211453887718, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CCL25", "x": 609.8211453887718, "title": "hgnc.symbol:CCL25"}, {"y": 612.4934678619724, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CTSD", "x": 612.4934678619724, "title": "hgnc.symbol:CTSD"}, {"y": 615.1588085249588, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MMAB", "x": 615.1588085249588, "title": "hgnc.symbol:MMAB"}, {"y": 617.8171369955244, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55722", "x": 617.8171369955244, "title": "ncbigene:55722"}, {"y": 620.4684229713947, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ENDOG", "x": 620.4684229713947, "title": "hgnc.symbol:ENDOG"}, {"y": 623.1126362305744, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GRIA1", "x": 623.1126362305744, "title": "hgnc.symbol:GRIA1"}, {"y": 625.7497466316879, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 197, 58, 1)", "degree": 3, "value": 2, "id": "ncbigene:331", "x": 625.7497466316879, "title": "ncbigene:331"}, {"y": 628.3797241143255, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BAG3", "x": 628.3797241143255, "title": "hgnc.symbol:BAG3"}, {"y": 631.0025386993872, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10768", "x": 631.0025386993872, "title": "ncbigene:10768"}, {"y": 633.618160489421, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23261", "x": 633.618160489421, "title": "ncbigene:23261"}, {"y": 636.2265596689655, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:KHDRBS1", "x": 636.2265596689655, "title": "hgnc.symbol:KHDRBS1"}, {"y": 638.8277065048918, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11183", "x": 638.8277065048918, "title": "ncbigene:11183"}, {"y": 641.4215713467386, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:22934", "x": 641.4215713467386, "title": "ncbigene:22934"}, {"y": 644.0081246270522, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IRF6", "x": 644.0081246270522, "title": "hgnc.symbol:IRF6"}, {"y": 646.5873368617234, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TP53I3", "x": 646.5873368617234, "title": "hgnc.symbol:TP53I3"}, {"y": 649.159178650325, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10094", "x": 649.159178650325, "title": "ncbigene:10094"}, {"y": 651.7236206764436, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EFNA1", "x": 651.7236206764436, "title": "hgnc.symbol:EFNA1"}, {"y": 654.2806337080158, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2745", "x": 654.2806337080158, "title": "ncbigene:2745"}, {"y": 656.8301885976632, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3371", "x": 656.8301885976632, "title": "ncbigene:3371"}, {"y": 659.3722562830205, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55072", "x": 659.3722562830205, "title": "ncbigene:55072"}, {"y": 661.9068077870694, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:200895", "x": 661.9068077870694, "title": "ncbigene:200895"}, {"y": 664.4338142184704, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23186", "x": 664.4338142184704, "title": "ncbigene:23186"}, {"y": 666.9532467718881, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9855", "x": 666.9532467718881, "title": "ncbigene:9855"}, {"y": 669.4650767283216, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4361", "x": 669.4650767283216, "title": "ncbigene:4361"}, {"y": 671.9692754554343, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:11335", "x": 671.9692754554343, "title": "ncbigene:11335"}, {"y": 674.4658144078759, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MST1", "x": 674.4658144078759, "title": "hgnc.symbol:MST1"}, {"y": 676.9546651276102, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SUGT1", "x": 676.9546651276102, "title": "hgnc.symbol:SUGT1"}, {"y": 679.4357992442388, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2678", "x": 679.4357992442388, "title": "ncbigene:2678"}, {"y": 681.9091884753266, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:666", "x": 681.9091884753266, "title": "ncbigene:666"}, {"y": 684.3748046267206, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:26292", "x": 684.3748046267206, "title": "ncbigene:26292"}, {"y": 686.8326195928728, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:158", "x": 686.8326195928728, "title": "ncbigene:158"}, {"y": 689.2826053571632, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:56616", "x": 689.2826053571632, "title": "ncbigene:56616"}, {"y": 691.7247339922147, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DCK", "x": 691.7247339922147, "title": "hgnc.symbol:DCK"}, {"y": 694.1589776602138, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AIFM2", "x": 694.1589776602138, "title": "hgnc.symbol:AIFM2"}, {"y": 696.5853086132292, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GABPB1", "x": 696.5853086132292, "title": "hgnc.symbol:GABPB1"}, {"y": 699.0036991935249, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP100", "x": 699.0036991935249, "title": "wikipathways:WP100"}, {"y": 701.4141218338773, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NRG4", "x": 701.4141218338773, "title": "hgnc.symbol:NRG4"}, {"y": 703.816549057891, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SARDH", "x": 703.816549057891, "title": "hgnc.symbol:SARDH"}, {"y": 706.2109534803087, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6199", "x": 706.2109534803087, "title": "ncbigene:6199"}, {"y": 708.5973078073254, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10714", "x": 708.5973078073254, "title": "ncbigene:10714"}, {"y": 710.9755848368984, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNIP3", "x": 710.9755848368984, "title": "hgnc.symbol:TNIP3"}, {"y": 713.34575745906, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BCL3", "x": 713.34575745906, "title": "hgnc.symbol:BCL3"}, {"y": 715.7077986562231, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ETNK1", "x": 715.7077986562231, "title": "hgnc.symbol:ETNK1"}, {"y": 718.0616815034899, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2272", "x": 718.0616815034899, "title": "wikipathways:WP2272"}, {"y": 720.4073791689623, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 216, 39, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP176", "x": 720.4073791689623, "title": "wikipathways:WP176"}, {"y": 722.7448649140426, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RBBP8", "x": 722.7448649140426, "title": "hgnc.symbol:RBBP8"}, {"y": 725.0741120937413, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55226", "x": 725.0741120937413, "title": "ncbigene:55226"}, {"y": 727.3950941569815, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ABHD2", "x": 727.3950941569815, "title": "hgnc.symbol:ABHD2"}, {"y": 729.7077846468986, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 222, 33, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP254", "x": 729.7077846468986, "title": "wikipathways:WP254"}, {"y": 732.0121572011441, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NEB", "x": 732.0121572011441, "title": "hgnc.symbol:NEB"}, {"y": 734.3081855521868, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84557", "x": 734.3081855521868, "title": "ncbigene:84557"}, {"y": 736.5958435276098, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:27232", "x": 736.5958435276098, "title": "ncbigene:27232"}, {"y": 738.8751050504096, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51094", "x": 738.8751050504096, "title": "ncbigene:51094"}, {"y": 741.1459441392958, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1807", "x": 741.1459441392958, "title": "ncbigene:1807"}, {"y": 743.4083349089838, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3560", "x": 743.4083349089838, "title": "ncbigene:3560"}, {"y": 745.6622515704912, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TALDO1", "x": 745.6622515704912, "title": "hgnc.symbol:TALDO1"}, {"y": 747.9076684314321, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23002", "x": 747.9076684314321, "title": "ncbigene:23002"}, {"y": 750.144559896311, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:150684", "x": 750.144559896311, "title": "ncbigene:150684"}, {"y": 752.3729004668121, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GPT", "x": 752.3729004668121, "title": "hgnc.symbol:GPT"}, {"y": 754.5926647420906, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9169", "x": 754.5926647420906, "title": "ncbigene:9169"}, {"y": 756.8038274190653, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3651", "x": 756.8038274190653, "title": "wikipathways:WP3651"}, {"y": 759.0063632927023, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CASP6", "x": 759.0063632927023, "title": "hgnc.symbol:CASP6"}, {"y": 761.2002472563048, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRPS2", "x": 761.2002472563048, "title": "hgnc.symbol:PRPS2"}, {"y": 763.3854543018006, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPIA", "x": 763.3854543018006, "title": "hgnc.symbol:PPIA"}, {"y": 765.5619595200243, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:54487", "x": 765.5619595200243, "title": "ncbigene:54487"}, {"y": 767.7297381010022, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 176, 79, 1)", "degree": 3, "value": 2, "id": "ncbigene:4524", "x": 767.7297381010022, "title": "ncbigene:4524"}, {"y": 769.8887653342375, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDO1", "x": 769.8887653342375, "title": "hgnc.symbol:CDO1"}, {"y": 772.0390166089882, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LPAR3", "x": 772.0390166089882, "title": "hgnc.symbol:LPAR3"}, {"y": 774.18046741455, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:940", "x": 774.18046741455, "title": "ncbigene:940"}, {"y": 776.3130933405342, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:UCK1", "x": 776.3130933405342, "title": "hgnc.symbol:UCK1"}, {"y": 778.4368700771491, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GSTA5", "x": 778.4368700771491, "title": "hgnc.symbol:GSTA5"}, {"y": 780.5517734154728, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:POLD2", "x": 780.5517734154728, "title": "hgnc.symbol:POLD2"}, {"y": 782.6577792477312, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP581", "x": 782.6577792477312, "title": "wikipathways:WP581"}, {"y": 784.7548635675751, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MTHFS", "x": 784.7548635675751, "title": "hgnc.symbol:MTHFS"}, {"y": 786.843002470349, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARC", "x": 786.843002470349, "title": "hgnc.symbol:ARC"}, {"y": 788.9221721533668, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5875", "x": 788.9221721533668, "title": "ncbigene:5875"}, {"y": 790.992348916184, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NLRP2", "x": 790.992348916184, "title": "hgnc.symbol:NLRP2"}, {"y": 793.0535091608646, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RPS6KB2", "x": 793.0535091608646, "title": "hgnc.symbol:RPS6KB2"}, {"y": 795.105629392252, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNK1", "x": 795.105629392252, "title": "hgnc.symbol:TNK1"}, {"y": 797.1486862182384, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FCGR3A", "x": 797.1486862182384, "title": "hgnc.symbol:FCGR3A"}, {"y": 799.1826563500275, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3443", "x": 799.1826563500275, "title": "ncbigene:3443"}, {"y": 801.2075166024035, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PRKX", "x": 801.2075166024035, "title": "hgnc.symbol:PRKX"}, {"y": 803.2232438939931, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23423", "x": 803.2232438939931, "title": "ncbigene:23423"}, {"y": 805.2298152475312, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4883", "x": 805.2298152475312, "title": "ncbigene:4883"}, {"y": 807.2272077901197, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:406990", "x": 807.2272077901197, "title": "ncbigene:406990"}, {"y": 809.2153987534898, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:627", "x": 809.2153987534898, "title": "ncbigene:627"}, {"y": 811.1943654742627, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 221, 34, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3935", "x": 811.1943654742627, "title": "wikipathways:WP3935"}, {"y": 813.1640853942056, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:57804", "x": 813.1640853942056, "title": "ncbigene:57804"}, {"y": 815.1245360604895, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARL10", "x": 815.1245360604895, "title": "hgnc.symbol:ARL10"}, {"y": 817.0756951259476, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GPX5", "x": 817.0756951259476, "title": "hgnc.symbol:GPX5"}, {"y": 819.0175403493258, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPL", "x": 819.0175403493258, "title": "hgnc.symbol:PPL"}, {"y": 820.9500495955393, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPM1D", "x": 820.9500495955393, "title": "hgnc.symbol:PPM1D"}, {"y": 822.8732008359248, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:898", "x": 822.8732008359248, "title": "ncbigene:898"}, {"y": 824.7869721484898, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DHDH", "x": 824.7869721484898, "title": "hgnc.symbol:DHDH"}, {"y": 826.6913417181638, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:344018", "x": 826.6913417181638, "title": "ncbigene:344018"}, {"y": 828.5862878370466, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ACTR2", "x": 828.5862878370466, "title": "hgnc.symbol:ACTR2"}, {"y": 830.471788904657, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:345456", "x": 830.471788904657, "title": "ncbigene:345456"}, {"y": 832.3478234281765, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:203068", "x": 832.3478234281765, "title": "ncbigene:203068"}, {"y": 834.2143700226957, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:IZUMO1R", "x": 834.2143700226957, "title": "hgnc.symbol:IZUMO1R"}, {"y": 836.0714074114597, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10942", "x": 836.0714074114597, "title": "ncbigene:10942"}, {"y": 837.9189144261074, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51552", "x": 837.9189144261074, "title": "ncbigene:51552"}, {"y": 839.7568700069141, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4137", "x": 839.7568700069141, "title": "ncbigene:4137"}, {"y": 841.5852532030339, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7225", "x": 841.5852532030339, "title": "ncbigene:7225"}, {"y": 843.4040431727345, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MLH1", "x": 843.4040431727345, "title": "hgnc.symbol:MLH1"}, {"y": 845.213219183637, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1571", "x": 845.213219183637, "title": "ncbigene:1571"}, {"y": 847.0127606129533, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:140885", "x": 847.0127606129533, "title": "ncbigene:140885"}, {"y": 848.8026469477188, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7204", "x": 848.8026469477188, "title": "ncbigene:7204"}, {"y": 850.5828577850265, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5723", "x": 850.5828577850265, "title": "ncbigene:5723"}, {"y": 852.3533728322624, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SRMS", "x": 852.3533728322624, "title": "hgnc.symbol:SRMS"}, {"y": 854.1141719073332, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:INS-IGF2", "x": 854.1141719073332, "title": "hgnc.symbol:INS-IGF2"}, {"y": 855.8652349388983, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3631", "x": 855.8652349388983, "title": "ncbigene:3631"}, {"y": 857.6065419665979, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NTRK2", "x": 857.6065419665979, "title": "hgnc.symbol:NTRK2"}, {"y": 859.3380731412822, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC31A1", "x": 859.3380731412822, "title": "hgnc.symbol:SLC31A1"}, {"y": 861.0598087252347, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2882", "x": 861.0598087252347, "title": "ncbigene:2882"}, {"y": 862.771729092399, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR421", "x": 862.771729092399, "title": "hgnc.symbol:MIR421"}, {"y": 864.4738147286038, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 219, 36, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP453", "x": 864.4738147286038, "title": "wikipathways:WP453"}, {"y": 866.1660462317822, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PPIB", "x": 866.1660462317822, "title": "hgnc.symbol:PPIB"}, {"y": 867.8484043121946, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:874", "x": 867.8484043121946, "title": "ncbigene:874"}, {"y": 869.5208697926499, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TFF1", "x": 869.5208697926499, "title": "hgnc.symbol:TFF1"}, {"y": 871.1834236087216, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2553", "x": 871.1834236087216, "title": "ncbigene:2553"}, {"y": 872.8360468089656, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTRH1", "x": 872.8360468089656, "title": "hgnc.symbol:PTRH1"}, {"y": 874.478720555139, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BOK", "x": 874.478720555139, "title": "hgnc.symbol:BOK"}, {"y": 876.1114261224104, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:182", "x": 876.1114261224104, "title": "ncbigene:182"}, {"y": 877.7341448995769, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TRIP10", "x": 877.7341448995769, "title": "hgnc.symbol:TRIP10"}, {"y": 879.3468583892742, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23098", "x": 879.3468583892742, "title": "ncbigene:23098"}, {"y": 880.9495482081894, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MSH6", "x": 880.9495482081894, "title": "hgnc.symbol:MSH6"}, {"y": 882.5421960872684, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55526", "x": 882.5421960872684, "title": "ncbigene:55526"}, {"y": 884.1247838719246, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2322", "x": 884.1247838719246, "title": "ncbigene:2322"}, {"y": 885.6972935222484, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10017", "x": 885.6972935222484, "title": "ncbigene:10017"}, {"y": 887.259707113209, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 219, 36, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3680", "x": 887.259707113209, "title": "wikipathways:WP3680"}, {"y": 888.8120068348604, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23491", "x": 888.8120068348604, "title": "ncbigene:23491"}, {"y": 890.3541749925464, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BIRC6", "x": 890.3541749925464, "title": "hgnc.symbol:BIRC6"}, {"y": 891.8861940070988, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARFIP2", "x": 891.8861940070988, "title": "hgnc.symbol:ARFIP2"}, {"y": 893.4080464150394, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RBCK1", "x": 893.4080464150394, "title": "hgnc.symbol:RBCK1"}, {"y": 894.9197148687804, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NEFH", "x": 894.9197148687804, "title": "hgnc.symbol:NEFH"}, {"y": 896.4211821368199, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ARPC3", "x": 896.4211821368199, "title": "hgnc.symbol:ARPC3"}, {"y": 897.9124311039393, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FARP2", "x": 897.9124311039393, "title": "hgnc.symbol:FARP2"}, {"y": 899.3934447713981, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:284058", "x": 899.3934447713981, "title": "ncbigene:284058"}, {"y": 900.864206257129, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PIK3R6", "x": 900.864206257129, "title": "hgnc.symbol:PIK3R6"}, {"y": 902.3246987959285, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 213, 42, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1449", "x": 902.3246987959285, "title": "wikipathways:WP1449"}, {"y": 903.7749057396483, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5211", "x": 903.7749057396483, "title": "ncbigene:5211"}, {"y": 905.214810557387, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NBN", "x": 905.214810557387, "title": "hgnc.symbol:NBN"}, {"y": 906.6443968356757, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP2806", "x": 906.6443968356757, "title": "wikipathways:WP2806"}, {"y": 908.0636482786667, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MCM8", "x": 908.0636482786667, "title": "hgnc.symbol:MCM8"}, {"y": 909.4725487083201, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FCN2", "x": 909.4725487083201, "title": "hgnc.symbol:FCN2"}, {"y": 910.8710820645862, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23077", "x": 910.8710820645862, "title": "ncbigene:23077"}, {"y": 912.2592324055892, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:695", "x": 912.2592324055892, "title": "ncbigene:695"}, {"y": 913.6369839078104, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:81873", "x": 913.6369839078104, "title": "ncbigene:81873"}, {"y": 915.0043208662667, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC22A7", "x": 915.0043208662667, "title": "hgnc.symbol:SLC22A7"}, {"y": 916.3612276946901, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RNF31", "x": 916.3612276946901, "title": "hgnc.symbol:RNF31"}, {"y": 917.7076889257057, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9131", "x": 917.7076889257057, "title": "ncbigene:9131"}, {"y": 919.043689211009, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RCOR1", "x": 919.043689211009, "title": "hgnc.symbol:RCOR1"}, {"y": 920.3692133215382, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NR5A1", "x": 920.3692133215382, "title": "hgnc.symbol:NR5A1"}, {"y": 921.6842461476501, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1653", "x": 921.6842461476501, "title": "ncbigene:1653"}, {"y": 922.988772699292, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9456", "x": 922.988772699292, "title": "ncbigene:9456"}, {"y": 924.2827781061717, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:83596", "x": 924.2827781061717, "title": "ncbigene:83596"}, {"y": 925.5662476179269, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55908", "x": 925.5662476179269, "title": "ncbigene:55908"}, {"y": 926.8391666042954, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3224", "x": 926.8391666042954, "title": "ncbigene:3224"}, {"y": 928.1015205552792, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EEF2K", "x": 928.1015205552792, "title": "hgnc.symbol:EEF2K"}, {"y": 929.353295081311, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CXCR1", "x": 929.353295081311, "title": "hgnc.symbol:CXCR1"}, {"y": 930.5944759134195, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR92A1", "x": 930.5944759134195, "title": "hgnc.symbol:MIR92A1"}, {"y": 931.8250489033898, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CUBN", "x": 931.8250489033898, "title": "hgnc.symbol:CUBN"}, {"y": 933.0450000239258, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAD51D", "x": 933.0450000239258, "title": "hgnc.symbol:RAD51D"}, {"y": 934.2543153688107, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:HS3ST3B1", "x": 934.2543153688107, "title": "hgnc.symbol:HS3ST3B1"}, {"y": 935.4529811530645, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:993", "x": 935.4529811530645, "title": "ncbigene:993"}, {"y": 936.640983713101, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3448", "x": 936.640983713101, "title": "ncbigene:3448"}, {"y": 937.8183095068846, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 220, 35, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP3844", "x": 937.8183095068846, "title": "wikipathways:WP3844"}, {"y": 938.9849451140844, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PAPSS2", "x": 938.9849451140844, "title": "hgnc.symbol:PAPSS2"}, {"y": 940.1408772362264, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNC", "x": 940.1408772362264, "title": "hgnc.symbol:TNC"}, {"y": 941.2860926968451, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR449A", "x": 941.2860926968451, "title": "hgnc.symbol:MIR449A"}, {"y": 942.4205784416356, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GAPDH", "x": 942.4205784416356, "title": "hgnc.symbol:GAPDH"}, {"y": 943.5443215385997, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:UPB1", "x": 943.5443215385997, "title": "hgnc.symbol:UPB1"}, {"y": 944.6573091781946, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BCL2L10", "x": 944.6573091781946, "title": "hgnc.symbol:BCL2L10"}, {"y": 945.7595286734801, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:GADD45G", "x": 945.7595286734801, "title": "hgnc.symbol:GADD45G"}, {"y": 946.850967460261, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CDC45", "x": 946.850967460261, "title": "hgnc.symbol:CDC45"}, {"y": 947.9316130972312, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10557", "x": 947.9316130972312, "title": "ncbigene:10557"}, {"y": 949.0014532661166, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:826", "x": 949.0014532661166, "title": "ncbigene:826"}, {"y": 950.0604757718139, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10486", "x": 950.0604757718139, "title": "ncbigene:10486"}, {"y": 951.1086685425305, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8626", "x": 951.1086685425305, "title": "ncbigene:8626"}, {"y": 952.1460196299213, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EPOR", "x": 952.1460196299213, "title": "hgnc.symbol:EPOR"}, {"y": 953.1725172092268, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:6369", "x": 953.1725172092268, "title": "ncbigene:6369"}, {"y": 954.1881495794055, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CES3", "x": 954.1881495794055, "title": "hgnc.symbol:CES3"}, {"y": 955.1929051632684, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SH3KBP1", "x": 955.1929051632684, "title": "hgnc.symbol:SH3KBP1"}, {"y": 956.1867725076117, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DUOX2", "x": 956.1867725076117, "title": "hgnc.symbol:DUOX2"}, {"y": 957.1697402833461, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:960", "x": 957.1697402833461, "title": "ncbigene:960"}, {"y": 958.141797285626, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9230", "x": 958.141797285626, "title": "ncbigene:9230"}, {"y": 959.1029324339786, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2189", "x": 959.1029324339786, "title": "ncbigene:2189"}, {"y": 960.0531347724287, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:92745", "x": 960.0531347724287, "title": "ncbigene:92745"}, {"y": 960.9923934696238, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4331", "x": 960.9923934696238, "title": "ncbigene:4331"}, {"y": 961.9206978189591, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC6A18", "x": 961.9206978189591, "title": "hgnc.symbol:SLC6A18"}, {"y": 962.838037238697, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NEFM", "x": 962.838037238697, "title": "hgnc.symbol:NEFM"}, {"y": 963.7444012720899, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:594", "x": 963.7444012720899, "title": "ncbigene:594"}, {"y": 964.6397795874981, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8651", "x": 964.6397795874981, "title": "ncbigene:8651"}, {"y": 965.5241619785089, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DDB2", "x": 965.5241619785089, "title": "hgnc.symbol:DDB2"}, {"y": 966.3975383640511, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MED9", "x": 966.3975383640511, "title": "hgnc.symbol:MED9"}, {"y": 967.2598987885109, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NOD2", "x": 967.2598987885109, "title": "hgnc.symbol:NOD2"}, {"y": 968.1112334218467, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7294", "x": 968.1112334218467, "title": "ncbigene:7294"}, {"y": 968.9515325596984, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:12", "x": 968.9515325596984, "title": "ncbigene:12"}, {"y": 969.7807866235, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC25A22", "x": 969.7807866235, "title": "hgnc.symbol:SLC25A22"}, {"y": 970.5989861605885, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SELENOF", "x": 970.5989861605885, "title": "hgnc.symbol:SELENOF"}, {"y": 971.406121844311, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RAB11B", "x": 971.406121844311, "title": "hgnc.symbol:RAB11B"}, {"y": 972.2021844741313, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:YBX3", "x": 972.2021844741313, "title": "hgnc.symbol:YBX3"}, {"y": 972.9871649757358, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:159", "x": 972.9871649757358, "title": "ncbigene:159"}, {"y": 973.7610544011349, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:23566", "x": 973.7610544011349, "title": "ncbigene:23566"}, {"y": 974.5238439287667, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP1433", "x": 974.5238439287667, "title": "wikipathways:WP1433"}, {"y": 975.2755248635967, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:100526830", "x": 975.2755248635967, "title": "ncbigene:100526830"}, {"y": 976.0160886372178, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5868", "x": 976.0160886372178, "title": "ncbigene:5868"}, {"y": 976.7455268079468, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7852", "x": 976.7455268079468, "title": "ncbigene:7852"}, {"y": 977.463831060921, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9061", "x": 977.463831060921, "title": "ncbigene:9061"}, {"y": 978.1709932081942, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5428", "x": 978.1709932081942, "title": "ncbigene:5428"}, {"y": 978.867005188828, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:56548", "x": 978.867005188828, "title": "ncbigene:56548"}, {"y": 979.5518590689848, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SCAF11", "x": 979.5518590689848, "title": "hgnc.symbol:SCAF11"}, {"y": 980.2255470420188, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:LRP2", "x": 980.2255470420188, "title": "hgnc.symbol:LRP2"}, {"y": 980.8880614285638, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:RPIA", "x": 980.8880614285638, "title": "hgnc.symbol:RPIA"}, {"y": 981.539394676621, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:406920", "x": 981.539394676621, "title": "ncbigene:406920"}, {"y": 982.1795393616461, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:AHRR", "x": 982.1795393616461, "title": "hgnc.symbol:AHRR"}, {"y": 982.8084881866329, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP692", "x": 982.8084881866329, "title": "wikipathways:WP692"}, {"y": 983.4262339821961, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9863", "x": 983.4262339821961, "title": "ncbigene:9863"}, {"y": 984.0327697066548, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:10096", "x": 984.0327697066548, "title": "ncbigene:10096"}, {"y": 984.6280884461108, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7222", "x": 984.6280884461108, "title": "ncbigene:7222"}, {"y": 985.2121834145286, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TSC22D3", "x": 985.2121834145286, "title": "hgnc.symbol:TSC22D3"}, {"y": 985.7850479538121, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ACTR3", "x": 985.7850479538121, "title": "hgnc.symbol:ACTR3"}, {"y": 986.3466755338815, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4744", "x": 986.3466755338815, "title": "ncbigene:4744"}, {"y": 986.8970597527464, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7462", "x": 986.8970597527464, "title": "ncbigene:7462"}, {"y": 987.4361943365792, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:4831", "x": 987.4361943365792, "title": "ncbigene:4831"}, {"y": 987.9640731397881, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9447", "x": 987.9640731397881, "title": "ncbigene:9447"}, {"y": 988.4806901450845, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:EPAS1", "x": 988.4806901450845, "title": "hgnc.symbol:EPAS1"}, {"y": 988.9860394635537, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NSMAF", "x": 988.9860394635537, "title": "hgnc.symbol:NSMAF"}, {"y": 989.4801153347212, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 91, 164, 1)", "degree": 3, "value": 2, "id": "drugname:fludarabine", "x": 989.4801153347212, "title": "drugname:fludarabine"}, {"y": 989.9629121266181, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:394", "x": 989.9629121266181, "title": "ncbigene:394"}, {"y": 990.4344243358464, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ATP7A", "x": 990.4344243358464, "title": "hgnc.symbol:ATP7A"}, {"y": 990.8946465876405, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9656", "x": 990.8946465876405, "title": "ncbigene:9656"}, {"y": 991.3435736359289, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:84515", "x": 991.3435736359289, "title": "ncbigene:84515"}, {"y": 991.7812003633944, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3452", "x": 991.7812003633944, "title": "ncbigene:3452"}, {"y": 992.2075217815319, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:1839", "x": 992.2075217815319, "title": "ncbigene:1839"}, {"y": 992.6225330307055, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:NUP85", "x": 992.6225330307055, "title": "hgnc.symbol:NUP85"}, {"y": 993.0262293802041, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BIRC7", "x": 993.0262293802041, "title": "hgnc.symbol:BIRC7"}, {"y": 993.4186062282945, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 217, 38, 1)", "degree": 3, "value": 2, "id": "ncbigene:5422", "x": 993.4186062282945, "title": "ncbigene:5422"}, {"y": 993.7996591022752, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:8793", "x": 993.7996591022752, "title": "ncbigene:8793"}, {"y": 994.1693836585259, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:140809", "x": 994.1693836585259, "title": "ncbigene:140809"}, {"y": 994.5277756825584, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CES1", "x": 994.5277756825584, "title": "hgnc.symbol:CES1"}, {"y": 994.8748310890634, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:DNMT3B", "x": 994.8748310890634, "title": "hgnc.symbol:DNMT3B"}, {"y": 995.2105459219581, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:51499", "x": 995.2105459219581, "title": "ncbigene:51499"}, {"y": 995.5349163544305, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:55662", "x": 995.5349163544305, "title": "ncbigene:55662"}, {"y": 995.8479386889838, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SIRPA", "x": 995.8479386889838, "title": "hgnc.symbol:SIRPA"}, {"y": 996.1496093574776, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5425", "x": 996.1496093574776, "title": "ncbigene:5425"}, {"y": 996.4399249211696, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ULK1", "x": 996.4399249211696, "title": "hgnc.symbol:ULK1"}, {"y": 996.7188820707538, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TNS1", "x": 996.7188820707538, "title": "hgnc.symbol:TNS1"}, {"y": 996.9864776263989, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SLC2A4RG", "x": 996.9864776263989, "title": "hgnc.symbol:SLC2A4RG"}, {"y": 997.2427085377847, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3126", "x": 997.2427085377847, "title": "ncbigene:3126"}, {"y": 997.4875718841358, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:3449", "x": 997.4875718841358, "title": "ncbigene:3449"}, {"y": 997.7210648742564, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TCF7L2", "x": 997.7210648742564, "title": "hgnc.symbol:TCF7L2"}, {"y": 997.9431848465608, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:2056", "x": 997.9431848465608, "title": "ncbigene:2056"}, {"y": 998.1539292691047, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:BTC", "x": 998.1539292691047, "title": "hgnc.symbol:BTC"}, {"y": 998.353295739613, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:723961", "x": 998.353295739613, "title": "ncbigene:723961"}, {"y": 998.5412819855086, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:ANGPTL1", "x": 998.5412819855086, "title": "hgnc.symbol:ANGPTL1"}, {"y": 998.7178858639369, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "ncbigene:613", "x": 998.7178858639369, "title": "ncbigene:613"}, {"y": 998.8831053617912, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PFKFB3", "x": 998.8831053617912, "title": "hgnc.symbol:PFKFB3"}, {"y": 999.0369385957351, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:FKBP1B", "x": 999.0369385957351, "title": "hgnc.symbol:FKBP1B"}, {"y": 999.1793838122246, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PTPRU", "x": 999.1793838122246, "title": "hgnc.symbol:PTPRU"}, {"y": 999.3104393875269, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:MIR93", "x": 999.3104393875269, "title": "hgnc.symbol:MIR93"}, {"y": 999.4301038277406, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7486", "x": 999.4301038277406, "title": "ncbigene:7486"}, {"y": 999.5383757688107, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:SULT1A4", "x": 999.5383757688107, "title": "hgnc.symbol:SULT1A4"}, {"y": 999.6352539765463, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:PGAM1", "x": 999.6352539765463, "title": "hgnc.symbol:PGAM1"}, {"y": 999.720737346633, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:7167", "x": 999.720737346633, "title": "ncbigene:7167"}, {"y": 999.7948249046464, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:CTF1", "x": 999.7948249046464, "title": "hgnc.symbol:CTF1"}, {"y": 999.8575158060625, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:TESK2", "x": 999.8575158060625, "title": "hgnc.symbol:TESK2"}, {"y": 999.9088093362681, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 218, 37, 1)", "degree": 3, "value": 2, "id": "wikipathways:WP673", "x": 999.9088093362681, "title": "wikipathways:WP673"}, {"y": 999.9487049105684, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:5337", "x": 999.9487049105684, "title": "ncbigene:5337"}, {"y": 999.9772020741942, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 230, 25, 1)", "degree": 3, "value": 2, "id": "hgnc.symbol:POLD1", "x": 999.9772020741942, "title": "hgnc.symbol:POLD1"}, {"y": 999.9943005023064, "border_width": 0, "node_shape": "dot", "color": "rgba(256, 229, 26, 1)", "degree": 3, "value": 2, "id": "ncbigene:9844", "x": 999.9943005023064, "title": "ncbigene:9844"}], [{"target": 166, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 1655, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 907, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 134, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 385, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 797, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 1514, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 1846, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 980, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 78, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 1042, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 1400, "source": 672, "id": "targets", "color": "gray", "title": "test"}, {"target": 724, "source": 166, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 386, "source": 166, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 967, "source": 166, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1314, "source": 166, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 140, "source": 166, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1005, "source": 166, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1027, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1048, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 748, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1492, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 381, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 324, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 862, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 182, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 105, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1634, "source": 1655, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1126, "source": 385, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 761, "source": 385, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 847, "source": 385, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1217, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 32, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1115, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 972, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 419, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 317, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 408, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1857, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 516, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1549, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1633, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 255, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 713, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1381, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1276, "source": 1514, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 812, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 74, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 386, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1436, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 967, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 401, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 377, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 439, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1035, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1625, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1096, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1806, "source": 78, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1542, "source": 724, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1107, "source": 724, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1373, "source": 724, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 992, "source": 724, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 166, "source": 724, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 719, "source": 724, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 165, "source": 724, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 765, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 991, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1040, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1707, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 232, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 657, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 631, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1281, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 42, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1342, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 991, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1484, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 451, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 531, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1154, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 649, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1287, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 426, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1532, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 792, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 17, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 38, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 626, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1034, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1419, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1614, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 734, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1179, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1210, "source": 1314, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1636, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1198, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1370, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 6, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1800, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 697, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 718, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 261, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1049, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 835, "source": 140, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1015, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1403, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1161, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 166, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 246, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 433, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 240, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 670, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1829, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1516, "source": 1005, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 24, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 968, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 839, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1000, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 595, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1072, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 987, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 833, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 327, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 895, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 293, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1641, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 265, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 472, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1465, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1703, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1173, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 30, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1226, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1569, "source": 1048, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 958, "source": 748, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1655, "source": 748, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 592, "source": 748, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1607, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 669, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 708, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1246, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 560, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 730, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1364, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 465, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 294, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 318, "source": 1492, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1587, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 434, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 955, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1561, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1207, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 179, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1082, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1643, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 437, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 635, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1655, "source": 324, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1114, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 416, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1085, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1528, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1543, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 323, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1061, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 287, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 174, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1313, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1168, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1598, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 708, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 365, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 455, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1697, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 753, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1610, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 560, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 640, "source": 182, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 669, "source": 105, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1655, "source": 105, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1694, "source": 105, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 618, "source": 105, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 54, "source": 105, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 624, "source": 105, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1075, "source": 105, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 447, "source": 105, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 36, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1021, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 370, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 676, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 753, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1351, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1537, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 366, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 465, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 294, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 596, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 825, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 937, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1279, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 510, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 729, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1502, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1077, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 604, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1496, "source": 1126, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1232, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 132, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1007, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 953, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 689, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1786, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1469, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 652, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1819, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1612, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 157, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1249, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 61, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1482, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1435, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1775, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1690, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 118, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 482, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1547, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1586, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 883, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 687, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 762, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 752, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1524, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 53, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 514, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 349, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 104, "source": 1217, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1123, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1754, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 350, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1517, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1219, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1514, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 842, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 645, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1682, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 52, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 526, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 740, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1478, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 844, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 888, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 56, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 764, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 736, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1696, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 296, "source": 1115, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1565, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 492, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1243, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 34, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 146, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1735, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1716, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1765, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1017, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 392, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 521, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 476, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 690, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1493, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 581, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 628, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 771, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1506, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1575, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 830, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 400, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 453, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1227, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1776, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1499, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 723, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1103, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1576, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 222, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 993, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 113, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 579, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 221, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 939, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1056, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 857, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 49, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 785, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1133, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 829, "source": 408, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 650, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 597, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1209, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 127, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1312, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 586, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 808, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1014, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 214, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 543, "source": 1857, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 241, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1446, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 70, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 554, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 623, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1490, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1237, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 107, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1851, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 784, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1194, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1461, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1500, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 266, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 971, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 463, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 588, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 213, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 832, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 891, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1737, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 360, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1605, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 965, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 739, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1687, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1475, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 602, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1505, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 62, "source": 1633, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1379, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 330, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 582, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1235, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 444, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 743, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 964, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1545, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1206, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 102, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 769, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1768, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 374, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1151, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1514, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1618, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1152, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 376, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 395, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 52, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1822, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 181, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 67, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1407, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1016, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1038, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1097, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 897, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 922, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 58, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 582, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1235, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1036, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 252, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 444, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1416, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 742, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1144, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 915, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 102, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1303, "source": 812, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 906, "source": 812, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1480, "source": 812, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 260, "source": 812, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 90, "source": 812, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1602, "source": 812, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 78, "source": 812, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 320, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1193, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 398, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 544, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 153, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1599, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 678, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1377, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1777, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 947, "source": 74, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 765, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 991, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1040, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1707, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 232, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 657, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 631, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1281, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 42, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1342, "source": 386, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1459, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1380, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 942, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 247, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1303, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 790, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 914, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 570, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1854, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 75, "source": 1436, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 765, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1230, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 451, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1707, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 580, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 631, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 585, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1342, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 792, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 42, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 705, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1247, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 457, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1479, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1233, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1352, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 988, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 499, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 665, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1261, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 481, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 706, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1781, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1354, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 621, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 185, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1011, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1747, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1593, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 898, "source": 377, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 541, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1305, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 746, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1271, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1297, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 59, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1174, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1476, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1672, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1689, "source": 439, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1438, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 549, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 843, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 576, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 29, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 633, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 0, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1345, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 345, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 120, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1031, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 162, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 647, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 462, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 151, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1617, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 371, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1530, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 877, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1462, "source": 1625, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 272, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 79, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 899, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 831, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 636, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 14, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 424, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1611, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1673, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1340, "source": 1096, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1798, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 819, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1795, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 456, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1559, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 799, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1171, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1328, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 154, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1411, "source": 1806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 292, "source": 1542, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1360, "source": 1107, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 892, "source": 1373, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1474, "source": 992, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 811, "source": 166, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 550, "source": 719, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 227, "source": 165, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1125, "source": 765, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 403, "source": 991, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 66, "source": 1040, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 280, "source": 1707, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1093, "source": 232, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 680, "source": 657, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 305, "source": 631, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1142, "source": 1281, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 575, "source": 42, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1214, "source": 1342, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 403, "source": 991, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 961, "source": 1484, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1564, "source": 451, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1527, "source": 531, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1637, "source": 1154, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 869, "source": 649, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1779, "source": 1287, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 190, "source": 426, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1413, "source": 1532, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 691, "source": 792, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 422, "source": 17, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 404, "source": 38, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 547, "source": 626, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 452, "source": 1034, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 155, "source": 1, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1418, "source": 1419, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 464, "source": 1614, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1240, "source": 734, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 920, "source": 1179, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1298, "source": 1210, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 236, "source": 1636, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 336, "source": 1198, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1140, "source": 1370, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1567, "source": 6, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1555, "source": 1800, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1753, "source": 697, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 373, "source": 718, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 406, "source": 261, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 443, "source": 1049, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1252, "source": 835, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1583, "source": 1015, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 5, "source": 1403, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 805, "source": 1161, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 811, "source": 166, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1076, "source": 246, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 251, "source": 433, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 720, "source": 240, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1580, "source": 670, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 641, "source": 1829, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1830, "source": 1516, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 484, "source": 24, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1751, "source": 968, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 535, "source": 839, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 702, "source": 1000, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1162, "source": 595, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 219, "source": 1072, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1592, "source": 987, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1802, "source": 833, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 601, "source": 327, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 259, "source": 895, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1627, "source": 293, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 841, "source": 1641, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 417, "source": 265, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1679, "source": 472, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1632, "source": 1465, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1548, "source": 1703, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 142, "source": 1173, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 126, "source": 30, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1310, "source": 1226, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1656, "source": 1569, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 750, "source": 958, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 244, "source": 1655, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 99, "source": 592, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1145, "source": 1607, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1010, "source": 669, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1389, "source": 708, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1355, "source": 1246, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 448, "source": 560, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 880, "source": 730, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 677, "source": 1364, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1432, "source": 465, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1663, "source": 294, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 170, "source": 318, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1761, "source": 1587, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1738, "source": 434, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 666, "source": 955, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 346, "source": 1561, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1301, "source": 1207, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1659, "source": 179, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 778, "source": 1082, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1349, "source": 1643, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1366, "source": 437, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 303, "source": 635, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 244, "source": 1655, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1540, "source": 1114, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 686, "source": 416, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 468, "source": 1085, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 903, "source": 1528, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1020, "source": 1543, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 931, "source": 323, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1258, "source": 1061, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1307, "source": 287, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1789, "source": 174, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 767, "source": 1313, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1392, "source": 1168, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1571, "source": 1598, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1389, "source": 708, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1229, "source": 365, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 383, "source": 455, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 909, "source": 1697, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1466, "source": 753, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 646, "source": 1610, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 448, "source": 560, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 425, "source": 640, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1010, "source": 669, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 244, "source": 1655, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 614, "source": 1694, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 863, "source": 618, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 199, "source": 54, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1259, "source": 624, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 314, "source": 1075, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1199, "source": 447, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 791, "source": 36, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1457, "source": 1021, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 372, "source": 370, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1358, "source": 676, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1466, "source": 753, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1688, "source": 1351, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 627, "source": 1537, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1316, "source": 366, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1432, "source": 465, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1663, "source": 294, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1054, "source": 596, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1160, "source": 825, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1415, "source": 937, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 572, "source": 1279, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 138, "source": 510, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1065, "source": 729, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 997, "source": 1502, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1837, "source": 1077, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 960, "source": 604, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1439, "source": 1496, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1251, "source": 1232, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 766, "source": 132, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 684, "source": 1007, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1668, "source": 953, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 283, "source": 689, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 46, "source": 1786, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 890, "source": 1469, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1698, "source": 652, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 186, "source": 1819, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1726, "source": 1612, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1544, "source": 157, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1606, "source": 1249, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 43, "source": 61, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 135, "source": 1482, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 926, "source": 1435, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1790, "source": 1775, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 562, "source": 1690, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1268, "source": 118, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1515, "source": 482, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1231, "source": 1547, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 577, "source": 1586, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 710, "source": 883, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1190, "source": 687, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1509, "source": 762, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1791, "source": 752, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 667, "source": 1524, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1631, "source": 53, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 848, "source": 514, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 913, "source": 349, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1266, "source": 104, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 496, "source": 1123, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1412, "source": 1754, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1329, "source": 350, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 760, "source": 1517, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 573, "source": 1219, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1318, "source": 1514, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 490, "source": 842, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 96, "source": 645, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1278, "source": 1682, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 33, "source": 52, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 420, "source": 526, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 662, "source": 740, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1333, "source": 1478, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 803, "source": 844, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 885, "source": 888, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1064, "source": 56, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 925, "source": 764, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1856, "source": 736, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1158, "source": 1696, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 655, "source": 296, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1344, "source": 1565, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 460, "source": 492, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 625, "source": 1243, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1825, "source": 34, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1421, "source": 146, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 916, "source": 1735, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 245, "source": 1716, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1317, "source": 1765, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1197, "source": 1017, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 943, "source": 392, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1518, "source": 521, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1066, "source": 476, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 91, "source": 690, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 951, "source": 1493, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1178, "source": 581, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1850, "source": 628, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1750, "source": 771, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 76, "source": 1506, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1022, "source": 1575, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 298, "source": 830, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 391, "source": 400, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1622, "source": 453, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 98, "source": 1227, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1299, "source": 1776, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1068, "source": 1499, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 469, "source": 723, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 418, "source": 1103, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1350, "source": 1576, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1296, "source": 222, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 917, "source": 993, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 574, "source": 113, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 25, "source": 579, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 945, "source": 221, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 312, "source": 939, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1080, "source": 1056, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 551, "source": 857, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 13, "source": 49, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 110, "source": 785, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1772, "source": 1133, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 738, "source": 829, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 148, "source": 650, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 363, "source": 597, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1192, "source": 1209, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1273, "source": 127, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1843, "source": 1312, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 45, "source": 586, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 700, "source": 808, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1112, "source": 1014, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1286, "source": 214, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1626, "source": 543, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1848, "source": 241, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1708, "source": 1446, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1443, "source": 70, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1260, "source": 554, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1585, "source": 623, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1250, "source": 1490, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1225, "source": 1237, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1615, "source": 107, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 559, "source": 1851, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 239, "source": 784, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 271, "source": 1194, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1098, "source": 1461, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 168, "source": 1500, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1427, "source": 266, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 824, "source": 971, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1212, "source": 463, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 846, "source": 588, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 513, "source": 213, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 158, "source": 832, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 57, "source": 891, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1063, "source": 1737, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 638, "source": 360, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1725, "source": 1605, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 348, "source": 965, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1401, "source": 739, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1375, "source": 1687, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 788, "source": 1475, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 836, "source": 602, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 215, "source": 1505, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 405, "source": 62, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 313, "source": 1379, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 982, "source": 330, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1188, "source": 582, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 117, "source": 1235, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1763, "source": 444, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 167, "source": 743, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1442, "source": 964, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 519, "source": 1545, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 415, "source": 1206, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 423, "source": 102, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 10, "source": 769, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 654, "source": 1768, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 429, "source": 374, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 675, "source": 1151, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1318, "source": 1514, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1711, "source": 1618, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1441, "source": 1152, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 119, "source": 376, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1491, "source": 395, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 33, "source": 52, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1733, "source": 1822, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1067, "source": 181, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1234, "source": 67, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1181, "source": 1407, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1248, "source": 1016, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 432, "source": 1038, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1264, "source": 1097, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1584, "source": 897, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 663, "source": 922, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1326, "source": 58, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1188, "source": 582, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 117, "source": 1235, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1759, "source": 1036, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1332, "source": 252, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1763, "source": 444, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 494, "source": 1416, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 715, "source": 742, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 274, "source": 1144, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1704, "source": 915, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 423, "source": 102, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1645, "source": 1303, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 756, "source": 906, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1001, "source": 1480, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 471, "source": 260, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1495, "source": 90, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1803, "source": 1602, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 92, "source": 78, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1211, "source": 320, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 751, "source": 1193, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1306, "source": 398, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 876, "source": 544, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 780, "source": 153, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 248, "source": 1599, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1130, "source": 678, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 224, "source": 1377, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 569, "source": 1777, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 612, "source": 947, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1125, "source": 765, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 403, "source": 991, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 66, "source": 1040, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 280, "source": 1707, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1093, "source": 232, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 680, "source": 657, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 305, "source": 631, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1142, "source": 1281, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 575, "source": 42, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1214, "source": 1342, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 944, "source": 1459, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1760, "source": 1380, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 807, "source": 942, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 101, "source": 247, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1645, "source": 1303, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1092, "source": 790, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1648, "source": 914, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1175, "source": 570, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1244, "source": 1854, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1853, "source": 75, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1125, "source": 765, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 498, "source": 1230, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1564, "source": 451, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 280, "source": 1707, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1810, "source": 580, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 305, "source": 631, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 749, "source": 585, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1214, "source": 1342, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 691, "source": 792, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 575, "source": 42, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 40, "source": 705, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 333, "source": 1247, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1071, "source": 457, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 701, "source": 1479, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1057, "source": 1233, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1404, "source": 1352, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 22, "source": 988, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 940, "source": 499, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1784, "source": 665, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 999, "source": 1261, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1722, "source": 481, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1104, "source": 706, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 466, "source": 1781, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 679, "source": 1354, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1680, "source": 621, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 868, "source": 185, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 941, "source": 1011, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 861, "source": 1747, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 637, "source": 1593, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1788, "source": 898, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 256, "source": 541, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1710, "source": 1305, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 44, "source": 746, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 854, "source": 1271, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1368, "source": 1297, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1311, "source": 59, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 64, "source": 1174, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1236, "source": 1476, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 307, "source": 1672, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 587, "source": 1689, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 908, "source": 1438, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 865, "source": 549, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1304, "source": 843, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 85, "source": 576, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1635, "source": 29, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 978, "source": 633, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1551, "source": 0, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 929, "source": 1345, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1681, "source": 345, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1200, "source": 120, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 900, "source": 1031, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1089, "source": 162, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 741, "source": 647, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1660, "source": 462, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1255, "source": 151, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 918, "source": 1617, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 504, "source": 371, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 660, "source": 1530, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1508, "source": 877, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1090, "source": 1462, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1117, "source": 272, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 682, "source": 79, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1410, "source": 899, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1177, "source": 831, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 776, "source": 636, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1060, "source": 14, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 319, "source": 424, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1741, "source": 1611, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 685, "source": 1673, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1678, "source": 1340, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1242, "source": 1798, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 87, "source": 819, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 332, "source": 1795, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1852, "source": 456, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1348, "source": 1559, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1757, "source": 799, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1095, "source": 1171, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 630, "source": 1328, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1510, "source": 154, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 309, "source": 1411, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1408, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 717, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 453, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 1463, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 1365, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 789, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 1596, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 1319, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 616, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 328, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 1827, "source": 1818, "id": "targets", "color": "gray", "title": "test"}, {"target": 1402, "source": 1408, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1356, "source": 1408, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 317, "source": 1408, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 381, "source": 1408, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1315, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 806, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 516, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1292, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 68, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1245, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 195, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1549, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 480, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 255, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 713, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 758, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 972, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1267, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 967, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1638, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 726, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1525, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 205, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 820, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 220, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1137, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 262, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1276, "source": 717, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 317, "source": 453, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 516, "source": 1463, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1356, "source": 1463, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 317, "source": 1463, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 381, "source": 1463, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1519, "source": 1365, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 867, "source": 1365, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 401, "source": 1365, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1732, "source": 1365, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1729, "source": 1365, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 375, "source": 1365, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1705, "source": 1365, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 32, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 419, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 268, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1381, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1138, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 100, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 777, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 534, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1035, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 516, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1288, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1549, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 255, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 713, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1650, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 173, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1276, "source": 789, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1315, "source": 1596, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1267, "source": 1596, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 210, "source": 1596, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1638, "source": 1596, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 480, "source": 1596, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 761, "source": 1596, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1794, "source": 1596, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1137, "source": 1596, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1756, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 100, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1526, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1729, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1662, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1166, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 847, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1204, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 977, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1045, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1549, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 230, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 508, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1572, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 511, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 302, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 605, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 761, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1277, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 95, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1719, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 867, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1554, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 262, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1676, "source": 616, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1027, "source": 328, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1101, "source": 328, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 862, "source": 328, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1634, "source": 328, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1356, "source": 1827, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 317, "source": 1827, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 850, "source": 1827, "id": "isParticipantIn", "color": "gray", "title": "test"}, {"target": 1445, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 136, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1408, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1774, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1156, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 501, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1088, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1053, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 493, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 111, "source": 1402, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1620, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 159, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1799, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1113, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 782, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1357, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 783, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 81, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1814, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1792, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 400, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 453, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1227, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1776, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1499, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 723, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1103, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1576, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 222, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 993, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1587, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 434, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 955, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1561, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1207, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 179, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1082, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1643, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 437, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 635, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 656, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1467, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1768, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 249, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 143, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1649, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1122, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 935, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 530, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 879, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1216, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 889, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 352, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1183, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 31, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1426, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 732, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 441, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1272, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1128, "source": 806, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 241, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1446, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 70, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 554, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 623, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1490, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1237, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 107, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1851, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 784, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 956, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 794, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 571, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 88, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1409, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 552, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 11, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 500, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 475, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 277, "source": 1292, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1420, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 696, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 963, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1440, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 509, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1110, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 322, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 334, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 642, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 840, "source": 68, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1459, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1185, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1730, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 206, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 247, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 299, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1833, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1456, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 189, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 530, "source": 1245, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 717, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 557, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1347, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 388, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1570, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 267, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1371, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 786, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 69, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 737, "source": 195, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1194, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1461, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1500, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 266, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 971, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 463, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 588, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 213, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 832, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 891, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1546, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1338, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 643, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1766, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1718, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1828, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 4, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1534, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 394, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 402, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1379, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 330, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 582, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1235, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 444, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 743, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 964, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1545, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1206, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 102, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 769, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1768, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 374, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1151, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1514, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1618, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1152, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 376, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 395, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 52, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 644, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 709, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 775, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1720, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1767, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1531, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1280, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 585, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1339, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 111, "source": 758, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1565, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 492, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1243, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 34, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 146, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1735, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1716, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1765, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1017, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 392, "source": 972, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 150, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1546, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1338, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1766, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1718, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 213, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1828, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 4, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 735, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1534, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 765, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1230, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 451, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1707, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 580, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 631, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 585, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1342, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 792, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 42, "source": 967, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 656, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 269, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1467, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 249, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 143, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1649, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1122, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 935, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 530, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 879, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1284, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1824, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1483, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1455, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 53, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 35, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1152, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1387, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 599, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1486, "source": 726, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 23, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 9, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1832, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1321, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1828, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 904, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1665, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 133, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 530, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 703, "source": 1525, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1165, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1552, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 759, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 487, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 564, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1796, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 896, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1812, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1523, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 212, "source": 205, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1058, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1740, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 935, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 402, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 763, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1387, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1573, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 837, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1621, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 436, "source": 820, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1458, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 177, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 270, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 83, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 745, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 864, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1253, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 47, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 196, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 639, "source": 220, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1546, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1338, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 643, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1766, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1718, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1828, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 4, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1534, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 394, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 402, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 525, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1745, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1718, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 856, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 198, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 546, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 339, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1618, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 873, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 904, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 582, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1235, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1036, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 252, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 444, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1416, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 742, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1144, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 915, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 102, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 400, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 453, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1227, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1776, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1499, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 723, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1103, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1576, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 222, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 993, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 241, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1446, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 70, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 554, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 623, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1490, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1237, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 107, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1851, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 784, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1620, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 159, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1799, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1113, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 782, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1357, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 783, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 81, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1814, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1792, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 400, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 453, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1227, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1776, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1499, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 723, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1103, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1576, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 222, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 993, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1587, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 434, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 955, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1561, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1207, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 179, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1082, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1643, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 437, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 635, "source": 381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 589, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 254, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1471, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 634, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 966, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1839, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 489, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1529, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 744, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1399, "source": 1519, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1670, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1153, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1823, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1755, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 387, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1100, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1840, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1222, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1083, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 613, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 705, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1247, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 457, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1479, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1233, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1352, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 988, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 499, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 665, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1261, "source": 401, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 770, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 378, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 485, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 905, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 721, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1119, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1047, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 813, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 301, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 114, "source": 1732, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1714, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1451, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1574, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1256, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 399, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 728, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1609, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1221, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 497, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 962, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1186, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1365, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 793, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 586, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 755, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1577, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1385, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 234, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 855, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 912, "source": 375, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1658, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1289, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 594, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 998, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1429, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1644, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1078, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1324, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 191, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 278, "source": 1705, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1123, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1754, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 350, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1517, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1219, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1514, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 842, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 645, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1682, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 52, "source": 32, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 476, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 521, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 690, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1493, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 581, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 628, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 771, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1506, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1575, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 830, "source": 419, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1501, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 72, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1367, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1717, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1283, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1372, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 149, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 567, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 773, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1709, "source": 268, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1822, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 181, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 67, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1407, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1016, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1038, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1097, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 897, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 922, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 58, "source": 1381, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1677, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 809, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1629, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1835, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 671, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 932, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1582, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 344, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1141, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1613, "source": 1138, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 545, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1213, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1118, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1014, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1147, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 704, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 588, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 996, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 938, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 344, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 459, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 674, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1568, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 881, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 732, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 548, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 556, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1545, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1821, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 338, "source": 777, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1778, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 658, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1395, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 129, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 971, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 284, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 335, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 285, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1447, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1485, "source": 534, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1438, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 549, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 843, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 576, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 29, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 633, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 0, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1345, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 345, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 120, "source": 1035, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 241, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 70, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 784, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 887, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1490, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1237, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 623, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 107, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1851, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1446, "source": 516, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1654, "source": 1288, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 789, "source": 1288, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1743, "source": 1288, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 671, "source": 1288, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1141, "source": 1288, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1613, "source": 1288, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 97, "source": 1288, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1194, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1461, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1500, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 266, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 971, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 463, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 588, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 213, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 832, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 891, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1379, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 330, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 582, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1235, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 444, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 743, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 964, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1545, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1206, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 102, "source": 255, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 769, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1768, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 374, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1151, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1514, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1618, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1152, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 376, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 395, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 52, "source": 713, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 711, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 163, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1807, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 354, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1468, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1619, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 112, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1727, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 731, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 578, "source": 1650, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1189, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 651, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1684, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 754, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1254, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1282, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1437, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 295, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 609, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 969, "source": 173, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 582, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1235, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1036, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 252, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 444, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1416, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 742, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1144, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 915, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 102, "source": 1276, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 656, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1467, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1768, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 249, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 143, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1649, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1122, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 935, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 530, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 879, "source": 1315, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 150, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1546, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1338, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1766, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1718, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 213, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1828, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 4, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 735, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1534, "source": 1267, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 976, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1291, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1205, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 859, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 342, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 359, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 495, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 821, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 523, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1647, "source": 210, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 656, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 269, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1467, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 249, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 143, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1649, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1122, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 935, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 530, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 879, "source": 1638, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 133, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1338, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 643, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1766, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1718, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1828, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 4, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1386, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 394, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 402, "source": 480, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1232, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 132, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1007, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 953, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 689, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1786, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1469, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 652, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1819, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1612, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 983, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 250, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1176, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 851, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1094, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 379, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 798, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1131, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1815, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1327, "source": 1794, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1546, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1338, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 643, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1766, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1718, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1828, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 4, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1534, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 394, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 402, "source": 1137, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 882, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 310, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 598, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 141, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 477, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 258, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 542, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1215, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 938, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1433, "source": 1756, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 545, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1213, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1118, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1014, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1147, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 704, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 588, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 996, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 938, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 344, "source": 100, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 411, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 617, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 306, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1374, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1132, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 954, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 986, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 816, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1184, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 540, "source": 1526, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1714, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1451, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1574, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1256, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 399, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 728, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1609, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1221, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 497, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 962, "source": 1729, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1336, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 300, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1842, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 178, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 923, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 946, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 984, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1019, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1782, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 289, "source": 1662, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1744, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1579, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1692, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 421, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1091, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 51, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 341, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1675, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 901, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1809, "source": 1166, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 157, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1249, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1482, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 921, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1435, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1793, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1690, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 118, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 619, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1547, "source": 847, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 561, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 458, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 3, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 427, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 528, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1813, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1073, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 974, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 257, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 229, "source": 1204, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 60, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 343, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1858, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1012, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1640, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 183, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 121, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 467, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 203, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1487, "source": 977, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 325, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1477, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1308, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1674, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 15, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 208, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1464, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 28, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 648, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1804, "source": 1045, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1194, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1461, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1500, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 266, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 971, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 463, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 588, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 213, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 832, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 891, "source": 1549, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 243, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 82, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 629, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1797, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 27, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1238, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1712, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 772, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1608, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1423, "source": 230, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1770, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1454, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 382, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 351, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1263, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1044, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1473, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 695, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1860, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 512, "source": 508, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1295, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1601, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1030, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1163, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1512, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 273, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 694, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1746, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 218, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1470, "source": 1572, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1139, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 563, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1396, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 661, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 822, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1109, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 515, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 297, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1434, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 608, "source": 511, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 611, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 924, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 668, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1069, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1472, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 202, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1642, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 707, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1325, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1844, "source": 302, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1167, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1002, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1589, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1143, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 177, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 368, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 714, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1695, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1294, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1346, "source": 605, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1232, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 132, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1007, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 953, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 689, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1786, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1469, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 652, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1819, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1612, "source": 761, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 561, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 458, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 3, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 427, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 528, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1813, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1073, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 974, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 257, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 229, "source": 1277, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1736, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 71, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1417, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 217, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1511, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1008, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1429, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1691, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1628, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1150, "source": 95, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1165, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1646, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 39, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 564, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 928, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 911, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1812, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1686, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 440, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1808, "source": 1719, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1153, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1670, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1823, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 387, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1100, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 927, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1840, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1222, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1083, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 613, "source": 867, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 194, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1450, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 450, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1023, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 304, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1700, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 683, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 122, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 838, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1274, "source": 1554, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 525, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1745, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1718, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 856, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 198, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 546, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 339, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1618, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 873, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 904, "source": 262, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1458, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 7, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 300, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1320, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 37, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 20, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 864, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 144, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1782, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1433, "source": 1676, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 24, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 968, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1000, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 595, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1072, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 987, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 833, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1787, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 327, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 895, "source": 1027, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1300, "source": 1101, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1394, "source": 1101, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1694, "source": 1101, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1161, "source": 1101, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1195, "source": 1101, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 328, "source": 1101, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1114, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 416, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1085, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1528, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1543, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 323, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1061, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 287, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 174, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1313, "source": 862, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 36, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1021, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 370, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 676, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 753, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1351, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1537, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 366, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 465, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 294, "source": 1634, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1620, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 159, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1799, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1113, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 782, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1357, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 783, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 81, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1814, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1792, "source": 1356, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 400, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 453, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1227, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1776, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1499, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 723, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1103, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1576, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 222, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 993, "source": 317, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 566, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1108, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1677, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 2, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1159, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1330, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 180, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 393, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 264, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 1447, "source": 850, "id": "hasGeneId", "color": "gray", "title": "test"}, {"target": 994, "source": 1445, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 187, "source": 136, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 226, "source": 1408, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 192, "source": 1774, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 164, "source": 1156, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 63, "source": 501, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1422, "source": 1088, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1749, "source": 1053, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 470, "source": 493, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1322, "source": 111, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1039, "source": 1620, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1652, "source": 159, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 18, "source": 1799, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1504, "source": 1113, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1262, "source": 782, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 331, "source": 1357, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 866, "source": 783, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 989, "source": 81, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 235, "source": 1814, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1513, "source": 1792, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 391, "source": 400, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1622, "source": 453, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 98, "source": 1227, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1299, "source": 1776, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1068, "source": 1499, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 469, "source": 723, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 418, "source": 1103, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1350, "source": 1576, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1296, "source": 222, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 917, "source": 993, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1761, "source": 1587, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1738, "source": 434, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 666, "source": 955, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 346, "source": 1561, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1301, "source": 1207, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1659, "source": 179, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 778, "source": 1082, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1349, "source": 1643, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1366, "source": 437, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 303, "source": 635, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 223, "source": 656, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1494, "source": 1467, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 654, "source": 1768, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 615, "source": 249, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1182, "source": 143, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1801, "source": 1649, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1603, "source": 1122, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 733, "source": 935, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 355, "source": 530, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 985, "source": 879, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 48, "source": 1216, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1845, "source": 889, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 19, "source": 352, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 520, "source": 1183, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1353, "source": 31, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 692, "source": 1426, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 527, "source": 732, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1302, "source": 441, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1157, "source": 1272, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1630, "source": 1128, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1848, "source": 241, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1708, "source": 1446, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1443, "source": 70, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1260, "source": 554, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1585, "source": 623, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1250, "source": 1490, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1225, "source": 1237, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1615, "source": 107, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 559, "source": 1851, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 239, "source": 784, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 529, "source": 956, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1817, "source": 794, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 347, "source": 571, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 237, "source": 88, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 290, "source": 1409, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 353, "source": 552, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 826, "source": 11, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1323, "source": 500, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 108, "source": 475, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 473, "source": 277, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 871, "source": 1420, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1043, "source": 696, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 228, "source": 963, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 55, "source": 1440, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 910, "source": 509, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 109, "source": 1110, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1481, "source": 322, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 161, "source": 334, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 389, "source": 642, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 828, "source": 840, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 944, "source": 1459, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 231, "source": 1185, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 817, "source": 1730, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1553, "source": 206, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 101, "source": 247, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 537, "source": 299, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1241, "source": 1833, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 959, "source": 1456, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 474, "source": 189, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 355, "source": 530, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 845, "source": 717, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 130, "source": 557, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 610, "source": 1347, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 8, "source": 388, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 852, "source": 1570, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1129, "source": 267, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1533, "source": 1371, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1460, "source": 786, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 86, "source": 69, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 271, "source": 1194, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1098, "source": 1461, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 168, "source": 1500, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1427, "source": 266, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 824, "source": 971, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1212, "source": 463, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 846, "source": 588, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 513, "source": 213, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 158, "source": 832, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 57, "source": 891, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1290, "source": 1546, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1721, "source": 1338, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 524, "source": 643, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1397, "source": 1766, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1762, "source": 1718, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 263, "source": 1828, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 428, "source": 4, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1203, "source": 1534, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1172, "source": 394, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1594, "source": 402, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 313, "source": 1379, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 982, "source": 330, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1188, "source": 582, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 117, "source": 1235, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1763, "source": 444, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 167, "source": 743, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1442, "source": 964, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 519, "source": 1545, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 415, "source": 1206, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 423, "source": 102, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 10, "source": 769, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 654, "source": 1768, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 429, "source": 374, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 675, "source": 1151, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1318, "source": 1514, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1711, "source": 1618, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1441, "source": 1152, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 119, "source": 376, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1491, "source": 395, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 33, "source": 52, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1805, "source": 644, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1560, "source": 709, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1562, "source": 775, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1771, "source": 1720, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 367, "source": 1767, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 156, "source": 1531, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1070, "source": 1280, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 749, "source": 585, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 878, "source": 1339, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1322, "source": 111, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1344, "source": 1565, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 460, "source": 492, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 625, "source": 1243, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1825, "source": 34, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1421, "source": 146, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 916, "source": 1735, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 245, "source": 1716, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1317, "source": 1765, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1197, "source": 1017, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 943, "source": 392, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1826, "source": 150, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1290, "source": 1546, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1721, "source": 1338, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1397, "source": 1766, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1762, "source": 1718, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 513, "source": 213, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 263, "source": 1828, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 428, "source": 4, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1359, "source": 735, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1203, "source": 1534, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1125, "source": 765, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 498, "source": 1230, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1564, "source": 451, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 280, "source": 1707, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1810, "source": 580, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 305, "source": 631, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 749, "source": 585, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1214, "source": 1342, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 691, "source": 792, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 575, "source": 42, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 223, "source": 656, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1026, "source": 269, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1494, "source": 1467, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 615, "source": 249, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1182, "source": 143, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1801, "source": 1649, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1603, "source": 1122, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 733, "source": 935, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 355, "source": 530, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 985, "source": 879, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1149, "source": 1284, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1228, "source": 1824, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 930, "source": 1483, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 276, "source": 1455, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1631, "source": 53, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 607, "source": 35, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1441, "source": 1152, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 981, "source": 1387, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1106, "source": 599, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1059, "source": 1486, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 933, "source": 23, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 533, "source": 9, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 147, "source": 1832, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 94, "source": 1321, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 263, "source": 1828, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 936, "source": 904, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 286, "source": 1665, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1623, "source": 133, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 355, "source": 530, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1604, "source": 703, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1780, "source": 1165, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 975, "source": 1552, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 321, "source": 759, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1595, "source": 487, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1169, "source": 564, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 242, "source": 1796, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 893, "source": 896, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1724, "source": 1812, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1578, "source": 1523, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 106, "source": 212, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1004, "source": 1058, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 875, "source": 1740, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 733, "source": 935, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1594, "source": 402, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 823, "source": 763, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 981, "source": 1387, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 80, "source": 1573, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1651, "source": 837, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1448, "source": 1621, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1024, "source": 436, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1218, "source": 1458, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 16, "source": 177, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1337, "source": 270, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1084, "source": 83, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 357, "source": 745, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1121, "source": 864, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1600, "source": 1253, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1391, "source": 47, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 952, "source": 196, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 384, "source": 639, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1290, "source": 1546, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1721, "source": 1338, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 524, "source": 643, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1397, "source": 1766, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1762, "source": 1718, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 263, "source": 1828, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 428, "source": 4, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1203, "source": 1534, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1172, "source": 394, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1594, "source": 402, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 145, "source": 525, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1257, "source": 1745, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1762, "source": 1718, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 89, "source": 856, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1134, "source": 198, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 454, "source": 546, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 209, "source": 339, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1711, "source": 1618, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 410, "source": 873, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 936, "source": 904, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1188, "source": 582, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 117, "source": 1235, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1759, "source": 1036, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1332, "source": 252, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1763, "source": 444, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 494, "source": 1416, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 715, "source": 742, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 274, "source": 1144, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1704, "source": 915, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 423, "source": 102, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 391, "source": 400, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1622, "source": 453, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 98, "source": 1227, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1299, "source": 1776, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1068, "source": 1499, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 469, "source": 723, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 418, "source": 1103, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1350, "source": 1576, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1296, "source": 222, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 917, "source": 993, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1848, "source": 241, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1708, "source": 1446, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1443, "source": 70, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1260, "source": 554, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1585, "source": 623, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1250, "source": 1490, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1225, "source": 1237, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1615, "source": 107, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 559, "source": 1851, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 239, "source": 784, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1039, "source": 1620, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1652, "source": 159, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 18, "source": 1799, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1504, "source": 1113, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1262, "source": 782, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 331, "source": 1357, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 866, "source": 783, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 989, "source": 81, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 235, "source": 1814, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1513, "source": 1792, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 391, "source": 400, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1622, "source": 453, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 98, "source": 1227, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1299, "source": 1776, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1068, "source": 1499, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 469, "source": 723, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 418, "source": 1103, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1350, "source": 1576, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1296, "source": 222, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 917, "source": 993, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1761, "source": 1587, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1738, "source": 434, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 666, "source": 955, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 346, "source": 1561, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1301, "source": 1207, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1659, "source": 179, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 778, "source": 1082, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1349, "source": 1643, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1366, "source": 437, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 303, "source": 635, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 160, "source": 589, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 412, "source": 254, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1006, "source": 1471, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 834, "source": 634, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1223, "source": 966, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1588, "source": 1839, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 553, "source": 489, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1406, "source": 1529, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 73, "source": 744, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 188, "source": 1399, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 774, "source": 1670, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 539, "source": 1153, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1449, "source": 1823, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1208, "source": 1755, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1378, "source": 387, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 479, "source": 1100, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 970, "source": 1840, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 949, "source": 1222, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 990, "source": 1083, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 446, "source": 613, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 40, "source": 705, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 333, "source": 1247, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1071, "source": 457, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 701, "source": 1479, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1057, "source": 1233, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1404, "source": 1352, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 22, "source": 988, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 940, "source": 499, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1784, "source": 665, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 999, "source": 1261, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 894, "source": 770, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1734, "source": 378, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1081, "source": 485, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1669, "source": 905, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 26, "source": 721, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 172, "source": 1119, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1074, "source": 1047, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1170, "source": 813, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1196, "source": 301, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1428, "source": 114, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 84, "source": 1714, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 200, "source": 1451, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 532, "source": 1574, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 517, "source": 1256, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1723, "source": 399, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 430, "source": 728, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1739, "source": 1609, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1275, "source": 1221, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1013, "source": 497, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 503, "source": 962, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 583, "source": 1186, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 397, "source": 1365, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 356, "source": 793, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 45, "source": 586, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 137, "source": 755, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1522, "source": 1577, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 445, "source": 1385, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 620, "source": 234, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 12, "source": 855, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 919, "source": 912, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 311, "source": 1658, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 787, "source": 1289, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1224, "source": 594, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1558, "source": 998, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 50, "source": 1429, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 291, "source": 1644, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 849, "source": 1078, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 802, "source": 1324, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 21, "source": 191, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 768, "source": 278, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 496, "source": 1123, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1412, "source": 1754, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1329, "source": 350, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 760, "source": 1517, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 573, "source": 1219, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1318, "source": 1514, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 490, "source": 842, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 96, "source": 645, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1278, "source": 1682, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 33, "source": 52, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1066, "source": 476, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1518, "source": 521, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 91, "source": 690, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 951, "source": 1493, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1178, "source": 581, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1850, "source": 628, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1750, "source": 771, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 76, "source": 1506, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1022, "source": 1575, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 298, "source": 830, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1452, "source": 1501, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 502, "source": 72, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1831, "source": 1367, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 275, "source": 1717, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1124, "source": 1283, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 337, "source": 1372, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 279, "source": 149, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 779, "source": 567, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1424, "source": 773, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1624, "source": 1709, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1733, "source": 1822, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1067, "source": 181, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1234, "source": 67, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1181, "source": 1407, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1248, "source": 1016, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 432, "source": 1038, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1264, "source": 1097, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1584, "source": 897, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 663, "source": 922, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1326, "source": 58, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1052, "source": 1677, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1859, "source": 809, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1541, "source": 1629, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1661, "source": 1835, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1731, "source": 671, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 584, "source": 932, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1293, "source": 1582, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1535, "source": 344, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1003, "source": 1141, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1148, "source": 1613, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 632, "source": 545, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 491, "source": 1213, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1363, "source": 1118, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1112, "source": 1014, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 216, "source": 1147, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 853, "source": 704, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 846, "source": 588, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1715, "source": 996, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 664, "source": 938, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1535, "source": 344, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 558, "source": 459, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 505, "source": 674, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 233, "source": 1568, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1783, "source": 881, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 527, "source": 732, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1693, "source": 548, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1752, "source": 556, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 519, "source": 1545, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 483, "source": 1821, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 116, "source": 338, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 699, "source": 1778, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1220, "source": 658, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1497, "source": 1395, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 414, "source": 129, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 824, "source": 971, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 396, "source": 284, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 973, "source": 335, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 329, "source": 285, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1079, "source": 1447, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1764, "source": 1485, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 908, "source": 1438, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 865, "source": 549, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1304, "source": 843, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 85, "source": 576, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1635, "source": 29, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 978, "source": 633, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1551, "source": 0, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 929, "source": 1345, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1681, "source": 345, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1200, "source": 120, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1848, "source": 241, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1443, "source": 70, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 239, "source": 784, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1425, "source": 887, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1250, "source": 1490, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1225, "source": 1237, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1585, "source": 623, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1615, "source": 107, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 559, "source": 1851, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1708, "source": 1446, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 316, "source": 1654, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1507, "source": 789, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1062, "source": 1743, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1731, "source": 671, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1003, "source": 1141, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1148, "source": 1613, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 139, "source": 97, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 271, "source": 1194, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1098, "source": 1461, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 168, "source": 1500, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1427, "source": 266, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 824, "source": 971, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1212, "source": 463, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 846, "source": 588, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 513, "source": 213, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 158, "source": 832, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 57, "source": 891, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 313, "source": 1379, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 982, "source": 330, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1188, "source": 582, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 117, "source": 1235, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1763, "source": 444, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 167, "source": 743, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1442, "source": 964, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 519, "source": 1545, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 415, "source": 1206, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 423, "source": 102, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 10, "source": 769, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 654, "source": 1768, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 429, "source": 374, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 675, "source": 1151, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1318, "source": 1514, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1711, "source": 1618, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1441, "source": 1152, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 119, "source": 376, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1491, "source": 395, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 33, "source": 52, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1102, "source": 711, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 369, "source": 163, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 995, "source": 1807, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1430, "source": 354, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1331, "source": 1468, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1269, "source": 1619, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1581, "source": 112, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1550, "source": 1727, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 725, "source": 731, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 507, "source": 578, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 688, "source": 1189, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1742, "source": 651, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1405, "source": 1684, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 622, "source": 754, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 115, "source": 1254, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 253, "source": 1282, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 225, "source": 1437, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 288, "source": 295, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 950, "source": 609, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1028, "source": 969, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1188, "source": 582, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 117, "source": 1235, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1759, "source": 1036, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1332, "source": 252, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1763, "source": 444, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 494, "source": 1416, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 715, "source": 742, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 274, "source": 1144, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1704, "source": 915, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 423, "source": 102, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 223, "source": 656, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1494, "source": 1467, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 654, "source": 1768, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 615, "source": 249, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1182, "source": 143, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1801, "source": 1649, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1603, "source": 1122, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 733, "source": 935, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 355, "source": 530, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 985, "source": 879, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1826, "source": 150, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1290, "source": 1546, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1721, "source": 1338, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1397, "source": 1766, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1762, "source": 1718, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 513, "source": 213, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 263, "source": 1828, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 428, "source": 4, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1359, "source": 735, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1203, "source": 1534, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 979, "source": 976, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1566, "source": 1291, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1127, "source": 1205, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 103, "source": 859, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1702, "source": 342, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1820, "source": 359, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1201, "source": 495, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 698, "source": 821, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 810, "source": 523, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 591, "source": 1647, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 223, "source": 656, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1026, "source": 269, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1494, "source": 1467, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 615, "source": 249, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1182, "source": 143, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1801, "source": 1649, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1603, "source": 1122, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 733, "source": 935, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 355, "source": 530, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 985, "source": 879, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1623, "source": 133, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1721, "source": 1338, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 524, "source": 643, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1397, "source": 1766, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1762, "source": 1718, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 263, "source": 1828, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 428, "source": 4, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1597, "source": 1386, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1172, "source": 394, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1594, "source": 402, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1251, "source": 1232, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 766, "source": 132, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 684, "source": 1007, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1668, "source": 953, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 283, "source": 689, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 46, "source": 1786, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 890, "source": 1469, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1698, "source": 652, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 186, "source": 1819, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1726, "source": 1612, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1376, "source": 983, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1666, "source": 250, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 176, "source": 1176, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1136, "source": 851, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1616, "source": 1094, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 522, "source": 379, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1444, "source": 798, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1785, "source": 1131, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1135, "source": 1815, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1773, "source": 1327, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1290, "source": 1546, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1721, "source": 1338, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 524, "source": 643, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1397, "source": 1766, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1762, "source": 1718, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 263, "source": 1828, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 428, "source": 4, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1203, "source": 1534, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1172, "source": 394, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1594, "source": 402, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1099, "source": 882, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1836, "source": 310, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 308, "source": 598, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1536, "source": 141, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 712, "source": 477, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 948, "source": 258, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 380, "source": 542, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 804, "source": 1215, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 664, "source": 938, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 238, "source": 1433, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 632, "source": 545, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 491, "source": 1213, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1363, "source": 1118, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1112, "source": 1014, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 216, "source": 1147, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 853, "source": 704, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 846, "source": 588, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1715, "source": 996, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 664, "source": 938, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1535, "source": 344, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 124, "source": 411, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 693, "source": 617, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1051, "source": 306, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 193, "source": 1374, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1041, "source": 1132, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 815, "source": 954, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 207, "source": 986, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1187, "source": 816, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1086, "source": 1184, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1270, "source": 540, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 84, "source": 1714, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 200, "source": 1451, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 532, "source": 1574, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 517, "source": 1256, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1723, "source": 399, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 430, "source": 728, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1739, "source": 1609, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1275, "source": 1221, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1013, "source": 497, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 503, "source": 962, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1849, "source": 1336, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 606, "source": 300, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 438, "source": 1842, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1390, "source": 178, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 801, "source": 923, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1033, "source": 946, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 600, "source": 984, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1769, "source": 1019, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 590, "source": 1782, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 169, "source": 289, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 131, "source": 1744, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1453, "source": 1579, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 407, "source": 1692, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1664, "source": 421, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 827, "source": 1091, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1748, "source": 51, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1701, "source": 341, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 565, "source": 1675, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 364, "source": 901, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 506, "source": 1809, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1544, "source": 157, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1606, "source": 1249, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 135, "source": 1482, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1180, "source": 921, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 926, "source": 1435, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1657, "source": 1793, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 562, "source": 1690, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1268, "source": 118, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1393, "source": 619, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1231, "source": 1547, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1369, "source": 561, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1498, "source": 458, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1362, "source": 3, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1105, "source": 427, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 362, "source": 528, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 390, "source": 1813, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 488, "source": 1073, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1520, "source": 974, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 361, "source": 257, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 123, "source": 229, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1639, "source": 60, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1009, "source": 343, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1037, "source": 1858, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 603, "source": 1012, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1087, "source": 1640, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1341, "source": 183, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1383, "source": 121, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 204, "source": 467, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 858, "source": 203, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 77, "source": 1487, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1855, "source": 325, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 957, "source": 1477, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 568, "source": 1308, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 413, "source": 1674, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 442, "source": 15, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1431, "source": 208, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 171, "source": 1464, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 461, "source": 28, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 211, "source": 648, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 874, "source": 1804, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 271, "source": 1194, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1098, "source": 1461, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 168, "source": 1500, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1427, "source": 266, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 824, "source": 971, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1212, "source": 463, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 846, "source": 588, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 513, "source": 213, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 158, "source": 832, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 57, "source": 891, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 818, "source": 243, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1816, "source": 82, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1111, "source": 629, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 449, "source": 1797, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 781, "source": 27, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 435, "source": 1238, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1361, "source": 1712, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1841, "source": 772, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1758, "source": 1608, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1202, "source": 1423, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 409, "source": 1770, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1343, "source": 1454, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1025, "source": 382, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1029, "source": 351, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1155, "source": 1263, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1590, "source": 1044, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 93, "source": 1473, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 872, "source": 695, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1489, "source": 1860, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1671, "source": 512, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1713, "source": 1295, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 722, "source": 1601, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 65, "source": 1030, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 673, "source": 1163, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 326, "source": 1512, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1335, "source": 273, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 538, "source": 694, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 281, "source": 1746, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1334, "source": 218, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1556, "source": 1470, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 681, "source": 1139, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 934, "source": 563, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 795, "source": 1396, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 800, "source": 661, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1146, "source": 822, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1728, "source": 1109, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1488, "source": 515, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 653, "source": 297, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1116, "source": 1434, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1384, "source": 608, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 315, "source": 611, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 902, "source": 924, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 128, "source": 668, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1838, "source": 1069, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1309, "source": 1472, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1847, "source": 202, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 486, "source": 1642, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 175, "source": 707, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 41, "source": 1325, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1699, "source": 1844, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1706, "source": 1167, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1653, "source": 1002, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1388, "source": 1589, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1055, "source": 1143, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 16, "source": 177, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1521, "source": 368, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 870, "source": 714, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1834, "source": 1695, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 757, "source": 1294, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1591, "source": 1346, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1251, "source": 1232, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 766, "source": 132, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 684, "source": 1007, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1668, "source": 953, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 283, "source": 689, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 46, "source": 1786, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 890, "source": 1469, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1698, "source": 652, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 186, "source": 1819, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1726, "source": 1612, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1369, "source": 561, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1498, "source": 458, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1362, "source": 3, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1105, "source": 427, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 362, "source": 528, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 390, "source": 1813, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 488, "source": 1073, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1520, "source": 974, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 361, "source": 257, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 123, "source": 229, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 716, "source": 1736, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 340, "source": 71, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 747, "source": 1417, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1398, "source": 217, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1557, "source": 1511, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 659, "source": 1008, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 50, "source": 1429, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 518, "source": 1691, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1667, "source": 1628, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 860, "source": 1150, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1780, "source": 1165, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 197, "source": 1646, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1191, "source": 39, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1169, "source": 564, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 593, "source": 928, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1164, "source": 911, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1724, "source": 1812, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 358, "source": 1686, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1685, "source": 440, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1811, "source": 1808, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 539, "source": 1153, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 774, "source": 1670, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1449, "source": 1823, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1378, "source": 387, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 479, "source": 1100, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1265, "source": 927, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 970, "source": 1840, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 949, "source": 1222, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 990, "source": 1083, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 446, "source": 613, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1538, "source": 194, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1503, "source": 1450, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1539, "source": 450, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 184, "source": 1023, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 886, "source": 304, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 796, "source": 1700, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1032, "source": 683, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 125, "source": 122, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 478, "source": 838, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 814, "source": 1274, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 145, "source": 525, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1257, "source": 1745, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1762, "source": 1718, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 89, "source": 856, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1134, "source": 198, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 454, "source": 546, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 209, "source": 339, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1711, "source": 1618, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 410, "source": 873, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 936, "source": 904, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1218, "source": 1458, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 431, "source": 7, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 606, "source": 300, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1285, "source": 1320, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 201, "source": 37, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1239, "source": 20, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1121, "source": 864, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1563, "source": 144, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 590, "source": 1782, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 238, "source": 1433, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 484, "source": 24, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1751, "source": 968, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 702, "source": 1000, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1162, "source": 595, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 219, "source": 1072, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1592, "source": 987, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1802, "source": 833, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1382, "source": 1787, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 601, "source": 327, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 259, "source": 895, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 282, "source": 1300, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1683, "source": 1394, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 614, "source": 1694, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 805, "source": 1161, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1046, "source": 1195, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1050, "source": 328, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1540, "source": 1114, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 686, "source": 416, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 468, "source": 1085, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 903, "source": 1528, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1020, "source": 1543, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 931, "source": 323, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1258, "source": 1061, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1307, "source": 287, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1789, "source": 174, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 767, "source": 1313, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 791, "source": 36, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1457, "source": 1021, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 372, "source": 370, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1358, "source": 676, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1466, "source": 753, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1688, "source": 1351, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 627, "source": 1537, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1316, "source": 366, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1432, "source": 465, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1663, "source": 294, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1039, "source": 1620, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1652, "source": 159, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 18, "source": 1799, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1504, "source": 1113, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1262, "source": 782, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 331, "source": 1357, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 866, "source": 783, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 989, "source": 81, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 235, "source": 1814, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1513, "source": 1792, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 391, "source": 400, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1622, "source": 453, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 98, "source": 1227, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1299, "source": 1776, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1068, "source": 1499, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 469, "source": 723, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 418, "source": 1103, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1350, "source": 1576, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1296, "source": 222, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 917, "source": 993, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 727, "source": 566, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 152, "source": 1108, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1052, "source": 1677, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 884, "source": 2, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1414, "source": 1159, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1018, "source": 1330, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 536, "source": 180, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 555, "source": 393, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1120, "source": 264, "id": "hasSymbol", "color": "gray", "title": "test"}, {"target": 1079, "source": 1447, "id": "hasSymbol", "color": "gray", "title": "test"}]);}</script><iframe name="style_file8" src="style_file8.html" height="1200px" width="100%;"></iframe></body></html>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Analyze-output">Analyze output<a class="anchor-link" href="#Analyze-output">&#182;</a></h2>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[15]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">t</span><span class="o">.</span><span class="n">result_summary</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_subarea output_stream output_stdout output_text">
<pre>Your exploration starts from drugname: [&#39;busulfan&#39;, &#39;fludarabine&#39;].
It goes through 4 API Endpoints.
The final output comes from API Endpoint http://mygene.info/v3/gene/{geneid}.
You can access the final output by calling the &#39;final_results&#39; object in pathViewer Class.
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[16]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">busulfan_related_genes</span> <span class="o">=</span> <span class="n">t</span><span class="o">.</span><span class="n">final_results</span><span class="p">[</span><span class="s1">&#39;busulfan&#39;</span><span class="p">]</span>
<span class="n">fludarabine_related_genes</span> <span class="o">=</span> <span class="n">t</span><span class="o">.</span><span class="n">final_results</span><span class="p">[</span><span class="s1">&#39;fludarabine&#39;</span><span class="p">]</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Total number of busulfan related genes: </span><span class="si">{}</span><span class="s1">, Total number of fludarabine related genes: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">busulfan_related_genes</span><span class="p">),</span> <span class="nb">len</span><span class="p">(</span><span class="n">fludarabine_related_genes</span><span class="p">)))</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_subarea output_stream output_stdout output_text">
<pre>Total number of busulfan related genes: 436, Total number of fludarabine related genes: 962
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[18]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">busulfan_only_genes</span> <span class="o">=</span> <span class="nb">set</span><span class="p">(</span><span class="n">busulfan_related_genes</span><span class="p">)</span> <span class="o">-</span> <span class="nb">set</span><span class="p">(</span><span class="n">fludarabine_related_genes</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Total number of genes only related to busulfan: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">busulfan_only_genes</span><span class="p">)))</span>
<span class="n">fludarabine_only_genes</span> <span class="o">=</span> <span class="nb">set</span><span class="p">(</span><span class="n">fludarabine_related_genes</span><span class="p">)</span> <span class="o">-</span> <span class="nb">set</span><span class="p">(</span><span class="n">busulfan_related_genes</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Total number of genes only related to fludarabine: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">fludarabine_only_genes</span><span class="p">)))</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_subarea output_stream output_stdout output_text">
<pre>Total number of genes only related to busulfan: 215
Total number of genes only related to fludarabine: 471
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="List-of-genes-only-related-to-busulfan">List of genes only related to busulfan<a class="anchor-link" href="#List-of-genes-only-related-to-busulfan">&#182;</a></h3>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[20]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">_gene</span> <span class="ow">in</span> <span class="n">busulfan_only_genes</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="n">_gene</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s1">&#39;:&#39;</span><span class="p">)[</span><span class="mi">1</span><span class="p">])</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_subarea output_stream output_stdout output_text">
<pre>TALDO1
NAT10
ABCG2
CAPN6
GPT
MTHFR
GPI
CDO1
PLSCR1
HOXA5
CAMTA1
KRT18
TRIP13
GSTA5
STAM2
C1orf56
CARD14
NET1
SYNJ1
VAMP3
CAPN7
SPINK13
BEX3
GCLM
NRG3
CAPN10
SLC19A2
QKI
ARHGEF2
ARL10
GPX5
PPL
ADH5
FLT4
CA12
REPS2
IQSEC1
GPX4
CNOT9
DHFR2
SHMT2
EPHX2
MIR15A
GSTP1
RPE
SLC6A14
CAPN9
NRG2
TKT
MTHFD2L
PTRH1
ADPGK
TMED3
ALDH1L1
BCKDHB
PGD
SULT4A1
HBA1
STAMBP
CBS
PAPSS1
COX5A
SULT6B1
TAF9B
IDH1
G6PD
ARFIP2
AZIN1
NAA50
ARPC3
TUBB4B
OPLAH
CYP2C9
PTPN12
SLX1A-SULT1A3
CEBPB
CHST5
PGLS
AHCYL1
IER3
SLC38A5
HSPD1
CBLC
GSS
MYPN
KIF2C
USP6NL
ARPC2
KEAP1
PGK2
PAPSS2
ERBB4
SLC2A14
CEPT1
GAPDH
VSNL1
GIT2
EREG
PRSS21
ERC2
TMEM87A
GTPBP3
BTC
ARPC5L
MAP1B
CAPN5
CHST1
SH3KBP1
SLC6A18
GPX7
DNMT3L
CSAD
ABCC6
DMGDH
HYAL3
TUBB6
USP8
TNFAIP2
PAK4
CHST7
GNMT
SLC25A22
RNF7
MYF6
SLC5A9
DNAJA1
ARPC1A
GSTM2
KCNAB2
GSTA1
SSNA1
GSTK1
RAB11B
YBX3
SLC2A7
SAC3D1
PPP1R3C
CAPN3
SULT1C3
PGAM1
RPIA
HOXC8
BHMT2
F2RL2
GCLC
ALDH1A1
THEM4
ABCF2
CLIP1
SULT1B1
NQO2
RAB2A
PGC
HIST1H2BN
AHCYL2
PFKP
NAA15
CEP72
SULT1C4
SRXN1
ARID2
ATIC
FTCD
HS3ST3B1
SLC2A13
MARK2
LUZP1
COX8A
MAPRE1
CES1
CREB1
CYP2C8
GSTCD
HS3ST3A1
PRDX6
MATR3
GGT5
SULT1A2
TPI1
GLRX
MTHFD1L
CLASP1
TNS1
TUBB
RCOR1
EIF4G2
PSPH
SERBP1
NRG4
SHMT1
SARDH
ARPC4
AMT
MTFMT
PKN1
ETNK1
TRIO
FOLH1
SLC5A8
CBX3
SULT1A4
BRI3BP
ABHD2
CAPN11
AP3B1
BLVRB
GSTT1
GGT1
ABHD11
RBPMS
CYP2J2
TESK2
NPR3
PHGDH
MARK1
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="List-of-pathways-only-related-to-fludarabine">List of pathways only related to fludarabine<a class="anchor-link" href="#List-of-pathways-only-related-to-fludarabine">&#182;</a></h3>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[22]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">_gene</span> <span class="ow">in</span> <span class="n">busulfan_only_genes</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="n">_gene</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s1">&#39;:&#39;</span><span class="p">)[</span><span class="mi">1</span><span class="p">])</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_subarea output_stream output_stdout output_text">
<pre>TALDO1
NAT10
ABCG2
CAPN6
GPT
MTHFR
GPI
CDO1
PLSCR1
HOXA5
CAMTA1
KRT18
TRIP13
GSTA5
STAM2
C1orf56
CARD14
NET1
SYNJ1
VAMP3
CAPN7
SPINK13
BEX3
GCLM
NRG3
CAPN10
SLC19A2
QKI
ARHGEF2
ARL10
GPX5
PPL
ADH5
FLT4
CA12
REPS2
IQSEC1
GPX4
CNOT9
DHFR2
SHMT2
EPHX2
MIR15A
GSTP1
RPE
SLC6A14
CAPN9
NRG2
TKT
MTHFD2L
PTRH1
ADPGK
TMED3
ALDH1L1
BCKDHB
PGD
SULT4A1
HBA1
STAMBP
CBS
PAPSS1
COX5A
SULT6B1
TAF9B
IDH1
G6PD
ARFIP2
AZIN1
NAA50
ARPC3
TUBB4B
OPLAH
CYP2C9
PTPN12
SLX1A-SULT1A3
CEBPB
CHST5
PGLS
AHCYL1
IER3
SLC38A5
HSPD1
CBLC
GSS
MYPN
KIF2C
USP6NL
ARPC2
KEAP1
PGK2
PAPSS2
ERBB4
SLC2A14
CEPT1
GAPDH
VSNL1
GIT2
EREG
PRSS21
ERC2
TMEM87A
GTPBP3
BTC
ARPC5L
MAP1B
CAPN5
CHST1
SH3KBP1
SLC6A18
GPX7
DNMT3L
CSAD
ABCC6
DMGDH
HYAL3
TUBB6
USP8
TNFAIP2
PAK4
CHST7
GNMT
SLC25A22
RNF7
MYF6
SLC5A9
DNAJA1
ARPC1A
GSTM2
KCNAB2
GSTA1
SSNA1
GSTK1
RAB11B
YBX3
SLC2A7
SAC3D1
PPP1R3C
CAPN3
SULT1C3
PGAM1
RPIA
HOXC8
BHMT2
F2RL2
GCLC
ALDH1A1
THEM4
ABCF2
CLIP1
SULT1B1
NQO2
RAB2A
PGC
HIST1H2BN
AHCYL2
PFKP
NAA15
CEP72
SULT1C4
SRXN1
ARID2
ATIC
FTCD
HS3ST3B1
SLC2A13
MARK2
LUZP1
COX8A
MAPRE1
CES1
CREB1
CYP2C8
GSTCD
HS3ST3A1
PRDX6
MATR3
GGT5
SULT1A2
TPI1
GLRX
MTHFD1L
CLASP1
TNS1
TUBB
RCOR1
EIF4G2
PSPH
SERBP1
NRG4
SHMT1
SARDH
ARPC4
AMT
MTFMT
PKN1
ETNK1
TRIO
FOLH1
SLC5A8
CBX3
SULT1A4
BRI3BP
ABHD2
CAPN11
AP3B1
BLVRB
GSTT1
GGT1
ABHD11
RBPMS
CYP2J2
TESK2
NPR3
PHGDH
MARK1
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="List-of-genes-related-to-both-fludarabine-and-busulfan">List of genes related to both fludarabine and busulfan<a class="anchor-link" href="#List-of-genes-related-to-both-fludarabine-and-busulfan">&#182;</a></h3>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[23]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">_gene</span> <span class="ow">in</span> <span class="nb">set</span><span class="p">(</span><span class="n">busulfan_related_genes</span><span class="p">)</span><span class="o">.</span><span class="n">intersection</span><span class="p">(</span><span class="n">fludarabine_related_genes</span><span class="p">):</span>
<span class="nb">print</span><span class="p">(</span><span class="n">_gene</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s1">&#39;:&#39;</span><span class="p">)[</span><span class="mi">1</span><span class="p">])</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_subarea output_stream output_stdout output_text">
<pre>GCC1
RNF168
SELENOV
FKBP3
BBC3
CREG2
ALB
DHTKD1
CLEC16A
MIR542
UCK1
PHB
PGK1
WRN
LRRC25
CST6
CDC25C
MTHFS
MIR100
DIO1
HILPDA
CDC25A
TCN2
HUS1B
TP53BP1
GRN
MIR17HG
MIR330
PPM1D
ERAL1
GART
RAD51
DACT2
CBR3
KTN1
DCLRE1C
MUT
IZUMO1R
HMGB1
TXK
PARVB
TNFSF10
TP53AIP1
IAPP
POLK
SLC2A11
RIF1
RRM2B
BOK
EIF4E2
WNT7A
BIK
FRAT1
SRMS
MIR421
UPB1
FOLR1
FANCD2
LCE1D
RAD9A
MIR371A
NOXA1
TFF1
MYL6
UCK2
MCM9
CES4A
MIR424
PRDX5
MTHFD1
MCEE
PHLPP2
RAD17
RNF20
G6PC
UPP2
TP73
RELN
MAD1L1
BRF1
MIR450B
STYK1
CCNB1
SELENOT
SLC46A1
LDHA
SELENOW
CD82
GADD45A
DND1
MCM8
RAB10
SLC22A7
RAB14
SMARCA1
PKMYT1
ERBB3
CSF3R
CDA
ATRIP
PTGR1
CCNE1
OTX2
MIR92A1
TCN1
EPHX1
MIR27A
CUBN
MIR497
MIR449A
GADD45G
RNF8
CCNG2
EFNA2
FOLR3
MIR374B
ESPL1
HLTF
PPAT
RABIF
FANCG
RNF40
PIK3C2G
GIF
PRDX3
ATMIN
MED9
PLK4
SLC19A1
RPP38
MPEG1
PNPO
ABL1
SELENOF
PCK2
KRT71
CYP2E1
AREG
BUB3
PIDD1
FOSL1
SESN1
DPYS
MLKL
RFC1
RASGEF1A
LRP2
CDC20B
ZNF655
FOLR2
SMC2
CEP63
FARP2
MAD2L2
PPP4R3B
TLK2
PMAIP1
MMAB
SERPINB10
ANLN
CDC14B
ARHGAP5
MIR449B
SLC2A6
NUP85
FLAD1
TNK1
TP63
EFNA1
TK1
MST1
CDC20
DCK
SMUG1
FKBP1B
BCL3
ITPKC
MIR93
SUMO1
MYCBP2
TSC22D3
KIF4A
RBBP8
ZYX
PRDX2
PRDX4
TTK
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!doctype html>
<html>
<head>
<title>Network | Basic usage</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.1.0/d3.min.js" type="text/javascript"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.js"></script>
<style type="text/css">
#mynetwork {
width: 600px;
height: 400px;
border: 5px solid white;
}
</style>
</head>
<body onload="init();">
<p>
</p>
<div id="mynetwork" style="height: 800px; width: 900px;"></div>
<script>
function init() { window.parent.setUpFrame(); return true; }
function runVis(visNodes, visEdges) {
var vizOptions = {
configure: {
enabled: false,
filter: 'nodes,edges',
container: undefined,
showButton: false
},
edges:{
arrows: {
to: {enabled: true, scaleFactor:0.4},
middle: {enabled: false, scaleFactor:1},
from: {enabled: false, scaleFactor:1}
},
arrowStrikethrough: true,
color: {
color: '#848484',
highlight: '#848484',
hover: '#848484',
inherit: 'from',
opacity: 1.0
},
dashes: false,
font: {
color: '#343434',
size: 10*1,
face: 'ariel',
background: 'rgba(0,0,0,0)',
strokeWidth: 0,
strokeColor: '#343434',
align:'bottom'
},
hoverWidth: 0.5,
labelHighlightBold: true,
length: undefined,
scaling:{
min: 1,
max: 15,
label: {
enabled: false,
min: 14,
max: 30*1,
maxVisible: 30*1,
drawThreshold: 5,
}
},
selectionWidth: 1,
selfReferenceSize: 10,
shadow:{
enabled: false,
color: 'rgba(0,0,0,0.5)',
size: 10,
x: 5,
y: 5
},
smooth: {
enabled: false,
type: 'dynamic',
forceDirection: 'none',
roundness: 0.5
},
width: 1*1,
},
interaction:{
dragNodes: true,
dragView: true,
hideEdgesOnDrag: false,
hideNodesOnDrag: false,
hover: true,
hoverConnectedEdges: true,
keyboard: {
enabled: false,
speed: {x: 10, y: 10, zoom: 0.02},
bindToWindow: true
},
multiselect: false,
navigationButtons: false,
selectable: true,
selectConnectedEdges: true,
tooltipDelay: 300,
zoomView: true
},
layout: {
improvedLayout:true,
hierarchical: {
enabled:false,
levelSeparation: 150,
direction: 'UD',
sortMethod: 'hubsize'
},
randomSeed: 780555
},
nodes: {
borderWidth: 2,
borderWidthSelected: 2,
brokenImage: undefined,
color: {
border: 'black',
highlight: {
background: 'orange',
border: '#2B7CE9'
},
hover: {
background: 'orange',
border: '#2B7CE9'
}
},
font: {
color: '#343434',
size: 15*1,
face: 'arial',
background: 'rgba(0,0,0,0)',
strokeWidth: 0,
strokeColor: '#ffffff',
align: 'left'
},
icon: {
face: 'FontAwesome',
code: undefined,
size: 50,
color:'#2B7CE9'
},
image: undefined,
labelHighlightBold: true,
scaling: {
min: 10,
max: 30,
label: {
enabled: false,
min: 14,
max: 30*1,
maxVisible: 30*1,
drawThreshold: 5
}
},
shadow:{
enabled: true,
color: 'rgba(0,0,0,0.5)',
size:10,
x: 5,
y: 5
},
shapeProperties: {
borderDashes: false, // only for borders
borderRadius: 6, // only for box shape
interpolation: true, // only for image and circularImage shapes
useImageSize: false, // only for image and circularImage shapes
useBorderWithImage: false // only for image shape
}
},
physics: {
enabled: true,
stabilization: false,
barnesHut: {gravitationalConstant: -8000, springConstant: 0.012, springLength: 100},
maxVelocity: 8,
minVelocity: 2,
solver: 'barnesHut',
adaptiveTimestep: true,
stabilization: {
enabled: true,
iterations: 1000,
updateInterval: 100,
onlyDynamicEdges: false,
fit: true
}
}
};
var python_nodes = visNodes;
var nodeArray = [];
for(var i=0; i<python_nodes.length; i++){
var node_degree = python_nodes[i].degree > 30 ? 30 + ((python_nodes[i].degree - 30)/6) : python_nodes[i].degree;
node_degree = node_degree < 10 ? 10 : node_degree;
var font_size = python_nodes[i].degree * 2;
font_size = font_size < 10 ? 10 : font_size;
nodeArray.push({id: i,
label: python_nodes[i].id,
borderWidth: python_nodes[i].border_width * 1,
borderWidthSelected: 2,
color: {
background: python_nodes[i].color,
border: python_nodes[i].border_color,
hover: {
border: python_nodes[i].border_color_hover,
},
},
title: python_nodes[i].title,
shape: python_nodes[i].node_shape,
size: Math.sqrt(python_nodes[i].degree)*3*1,
x: python_nodes[i].x * 1,
y: python_nodes[i].y * 1});
}
var python_edges = visEdges;
var edgeArray = [];
for(var i=0; i<python_edges.length; i++){
edgeArray.push({from: python_edges[i].source,
to: python_edges[i].target,
label: python_edges[i].id,
title: python_edges[i].id,
color: {
color: python_edges[i].color,
opacity: 1.0
}
});
}
//console.log(nodeArray);
//console.log(edgeArray);
var vis_nodes = new vis.DataSet(nodeArray);
var vis_edges = new vis.DataSet(edgeArray);
var container = document.getElementById('mynetwork');
var data = {
edges: vis_edges,
nodes: vis_nodes
};
var options = {};
var myNetwork = new vis.Network(container, data, vizOptions);
myNetwork.fit();
console.log( "ready!" );
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment