1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"directed": true,
"elements": {
"edges": [
{
"data": {
"breakpoints": "chr1,chr1,1700,2000,INV",
"id": "e1",
"source": "n1",
"target": "n3"
}
},
{
"data": {
"breakpoints": "chr1,chr1,1700,2000,DUP",
"id": "e2",
"source": "n3",
"target": "n4"
}
},
{
"data": {
"breakpoints": "chr1,chr1,2200,2500,TDUP",
"id": "e3",
"source": "n2",
"target": "n3"
}
},
{
"data": {
"breakpoints": "chr1,chr1,1700,2500,DUP",
"id": "e4",
"source": "n3",
"target": "n5"
}
}
],
"nodes": [
{
"data": {
"chrom": "chr1",
"exons": "[1000-1200,1500-1700]",
"expression": "10.5",
"id": "n1",
"ptc": "10",
"reads": [
"read1:SO",
"read2:SO"
],
"ref_end": 1700,
"ref_start": 1000,
"strand": "+"
}
},
{
"data": {
"chrom": "chr1",
"exons": "[2000-2200]",
"id": "n2",
"reads": [
"read4:SO",
"read5:SO"
],
"ref_end": 2200,
"ref_start": 2000,
"strand": "+"
}
},
{
"data": {
"chrom": "chr1",
"exons": "[2500-2700]",
"id": "n3",
"reads": [
"read1:IN",
"read2:IN",
"read3:IN",
"read4:IN"
],
"ref_end": 2700,
"ref_start": 2500,
"strand": "+"
}
},
{
"data": {
"chrom": "chr1",
"exons": "[2500-2700]",
"id": "n4",
"reads": [
"read1:SI",
"read2:SI"
],
"ref_end": 2700,
"ref_start": 2500,
"strand": "-"
}
},
{
"data": {
"chrom": "chr1",
"exons": "[2500-2700]",
"id": "n5",
"reads": [
"read3:SI",
"read4:SI"
],
"ref_end": 2700,
"ref_start": 2500,
"strand": "+"
}
}
]
},
"multigraph": true
}