@jbrowse/plugin-spreadsheet-view 2.6.1 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/LaunchSpreadsheetView/index.js +0 -1
- package/dist/SpreadsheetView/components/CellData.js +0 -1
- package/dist/SpreadsheetView/components/ColumnFilterControls.js +0 -1
- package/dist/SpreadsheetView/components/ColumnMenu.js +0 -1
- package/dist/SpreadsheetView/components/DataRow.js +0 -1
- package/dist/SpreadsheetView/components/DataTable.js +0 -1
- package/dist/SpreadsheetView/components/DataTableHeader.js +0 -1
- package/dist/SpreadsheetView/components/GlobalFilterControls.js +0 -1
- package/dist/SpreadsheetView/components/ImportWizard.js +0 -1
- package/dist/SpreadsheetView/components/NumberEditor.js +0 -1
- package/dist/SpreadsheetView/components/RowCountMessage.js +0 -1
- package/dist/SpreadsheetView/components/RowMenu.js +0 -1
- package/dist/SpreadsheetView/components/SortIndicator.js +0 -1
- package/dist/SpreadsheetView/components/Spreadsheet.js +0 -1
- package/dist/SpreadsheetView/components/SpreadsheetView.js +0 -1
- package/dist/SpreadsheetView/components/StatusBar.js +0 -1
- package/dist/SpreadsheetView/components/util.js +0 -1
- package/dist/SpreadsheetView/importAdapters/BedImport.js +0 -1
- package/dist/SpreadsheetView/importAdapters/ImportUtils.js +0 -1
- package/dist/SpreadsheetView/importAdapters/STARFusionImport.js +0 -1
- package/dist/SpreadsheetView/importAdapters/VcfImport.js +0 -1
- package/dist/SpreadsheetView/index.js +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/LocEnd.js +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/LocRef.js +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/LocStart.js +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/LocString.js +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/MakeSpreadsheetColumnType.js +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/Number.js +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/Text.js +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/index.js +0 -1
- package/dist/SpreadsheetView/models/FilterControls.js +0 -1
- package/dist/SpreadsheetView/models/ImportWizard.js +0 -1
- package/dist/SpreadsheetView/models/Row.js +0 -1
- package/dist/SpreadsheetView/models/Spreadsheet.js +0 -1
- package/dist/SpreadsheetView/models/SpreadsheetView.js +0 -1
- package/dist/SpreadsheetView/models/StaticRowSet.js +0 -1
- package/dist/index.js +0 -1
- package/esm/LaunchSpreadsheetView/index.js +0 -1
- package/esm/SpreadsheetView/components/CellData.js +0 -1
- package/esm/SpreadsheetView/components/ColumnFilterControls.js +0 -1
- package/esm/SpreadsheetView/components/ColumnMenu.js +0 -1
- package/esm/SpreadsheetView/components/DataRow.js +0 -1
- package/esm/SpreadsheetView/components/DataTable.js +0 -1
- package/esm/SpreadsheetView/components/DataTableHeader.js +0 -1
- package/esm/SpreadsheetView/components/GlobalFilterControls.js +0 -1
- package/esm/SpreadsheetView/components/ImportWizard.js +0 -1
- package/esm/SpreadsheetView/components/NumberEditor.js +0 -1
- package/esm/SpreadsheetView/components/RowCountMessage.js +0 -1
- package/esm/SpreadsheetView/components/RowMenu.js +0 -1
- package/esm/SpreadsheetView/components/SortIndicator.js +0 -1
- package/esm/SpreadsheetView/components/Spreadsheet.js +0 -1
- package/esm/SpreadsheetView/components/SpreadsheetView.js +0 -1
- package/esm/SpreadsheetView/components/StatusBar.js +0 -1
- package/esm/SpreadsheetView/components/util.js +0 -1
- package/esm/SpreadsheetView/importAdapters/BedImport.js +0 -1
- package/esm/SpreadsheetView/importAdapters/ImportUtils.js +0 -1
- package/esm/SpreadsheetView/importAdapters/STARFusionImport.js +0 -1
- package/esm/SpreadsheetView/importAdapters/VcfImport.js +0 -1
- package/esm/SpreadsheetView/index.js +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/LocEnd.js +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/LocRef.js +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/LocStart.js +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/LocString.js +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/MakeSpreadsheetColumnType.js +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/Number.js +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/Text.js +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/index.js +0 -1
- package/esm/SpreadsheetView/models/FilterControls.js +0 -1
- package/esm/SpreadsheetView/models/ImportWizard.js +0 -1
- package/esm/SpreadsheetView/models/Row.js +0 -1
- package/esm/SpreadsheetView/models/Spreadsheet.js +0 -1
- package/esm/SpreadsheetView/models/SpreadsheetView.js +0 -1
- package/esm/SpreadsheetView/models/StaticRowSet.js +0 -1
- package/esm/index.js +0 -1
- package/package.json +4 -5
- package/dist/LaunchSpreadsheetView/index.js.map +0 -1
- package/dist/SpreadsheetView/components/CellData.js.map +0 -1
- package/dist/SpreadsheetView/components/ColumnFilterControls.js.map +0 -1
- package/dist/SpreadsheetView/components/ColumnMenu.js.map +0 -1
- package/dist/SpreadsheetView/components/DataRow.js.map +0 -1
- package/dist/SpreadsheetView/components/DataTable.js.map +0 -1
- package/dist/SpreadsheetView/components/DataTableHeader.js.map +0 -1
- package/dist/SpreadsheetView/components/GlobalFilterControls.js.map +0 -1
- package/dist/SpreadsheetView/components/ImportWizard.js.map +0 -1
- package/dist/SpreadsheetView/components/NumberEditor.js.map +0 -1
- package/dist/SpreadsheetView/components/RowCountMessage.js.map +0 -1
- package/dist/SpreadsheetView/components/RowMenu.js.map +0 -1
- package/dist/SpreadsheetView/components/SortIndicator.js.map +0 -1
- package/dist/SpreadsheetView/components/Spreadsheet.js.map +0 -1
- package/dist/SpreadsheetView/components/SpreadsheetView.js.map +0 -1
- package/dist/SpreadsheetView/components/StatusBar.js.map +0 -1
- package/dist/SpreadsheetView/components/util.js.map +0 -1
- package/dist/SpreadsheetView/importAdapters/BedImport.js.map +0 -1
- package/dist/SpreadsheetView/importAdapters/ImportUtils.js.map +0 -1
- package/dist/SpreadsheetView/importAdapters/STARFusionImport.js.map +0 -1
- package/dist/SpreadsheetView/importAdapters/VcfImport.js.map +0 -1
- package/dist/SpreadsheetView/index.js.map +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/LocEnd.js.map +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/LocRef.js.map +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/LocStart.js.map +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/LocString.js.map +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/MakeSpreadsheetColumnType.js.map +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/Number.js.map +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/Text.js.map +0 -1
- package/dist/SpreadsheetView/models/ColumnDataTypes/index.js.map +0 -1
- package/dist/SpreadsheetView/models/FilterControls.js.map +0 -1
- package/dist/SpreadsheetView/models/ImportWizard.js.map +0 -1
- package/dist/SpreadsheetView/models/Row.js.map +0 -1
- package/dist/SpreadsheetView/models/Spreadsheet.js.map +0 -1
- package/dist/SpreadsheetView/models/SpreadsheetView.js.map +0 -1
- package/dist/SpreadsheetView/models/StaticRowSet.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/esm/LaunchSpreadsheetView/index.js.map +0 -1
- package/esm/SpreadsheetView/components/CellData.js.map +0 -1
- package/esm/SpreadsheetView/components/ColumnFilterControls.js.map +0 -1
- package/esm/SpreadsheetView/components/ColumnMenu.js.map +0 -1
- package/esm/SpreadsheetView/components/DataRow.js.map +0 -1
- package/esm/SpreadsheetView/components/DataTable.js.map +0 -1
- package/esm/SpreadsheetView/components/DataTableHeader.js.map +0 -1
- package/esm/SpreadsheetView/components/GlobalFilterControls.js.map +0 -1
- package/esm/SpreadsheetView/components/ImportWizard.js.map +0 -1
- package/esm/SpreadsheetView/components/NumberEditor.js.map +0 -1
- package/esm/SpreadsheetView/components/RowCountMessage.js.map +0 -1
- package/esm/SpreadsheetView/components/RowMenu.js.map +0 -1
- package/esm/SpreadsheetView/components/SortIndicator.js.map +0 -1
- package/esm/SpreadsheetView/components/Spreadsheet.js.map +0 -1
- package/esm/SpreadsheetView/components/SpreadsheetView.js.map +0 -1
- package/esm/SpreadsheetView/components/StatusBar.js.map +0 -1
- package/esm/SpreadsheetView/components/util.js.map +0 -1
- package/esm/SpreadsheetView/importAdapters/BedImport.js.map +0 -1
- package/esm/SpreadsheetView/importAdapters/ImportUtils.js.map +0 -1
- package/esm/SpreadsheetView/importAdapters/STARFusionImport.js.map +0 -1
- package/esm/SpreadsheetView/importAdapters/VcfImport.js.map +0 -1
- package/esm/SpreadsheetView/index.js.map +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/LocEnd.js.map +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/LocRef.js.map +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/LocStart.js.map +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/LocString.js.map +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/MakeSpreadsheetColumnType.js.map +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/Number.js.map +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/Text.js.map +0 -1
- package/esm/SpreadsheetView/models/ColumnDataTypes/index.js.map +0 -1
- package/esm/SpreadsheetView/models/FilterControls.js.map +0 -1
- package/esm/SpreadsheetView/models/ImportWizard.js.map +0 -1
- package/esm/SpreadsheetView/models/Row.js.map +0 -1
- package/esm/SpreadsheetView/models/Spreadsheet.js.map +0 -1
- package/esm/SpreadsheetView/models/SpreadsheetView.js.map +0 -1
- package/esm/SpreadsheetView/models/StaticRowSet.js.map +0 -1
- package/esm/index.js.map +0 -1
- package/src/LaunchSpreadsheetView/index.ts +0 -40
- package/src/SpreadsheetView/components/CellData.tsx +0 -35
- package/src/SpreadsheetView/components/ColumnFilterControls.tsx +0 -84
- package/src/SpreadsheetView/components/ColumnMenu.tsx +0 -166
- package/src/SpreadsheetView/components/DataRow.tsx +0 -126
- package/src/SpreadsheetView/components/DataTable.tsx +0 -91
- package/src/SpreadsheetView/components/DataTableHeader.tsx +0 -122
- package/src/SpreadsheetView/components/GlobalFilterControls.tsx +0 -70
- package/src/SpreadsheetView/components/ImportWizard.tsx +0 -139
- package/src/SpreadsheetView/components/NumberEditor.tsx +0 -50
- package/src/SpreadsheetView/components/RowCountMessage.tsx +0 -44
- package/src/SpreadsheetView/components/RowMenu.tsx +0 -65
- package/src/SpreadsheetView/components/SortIndicator.tsx +0 -36
- package/src/SpreadsheetView/components/Spreadsheet.test.ts +0 -17
- package/src/SpreadsheetView/components/Spreadsheet.tsx +0 -46
- package/src/SpreadsheetView/components/SpreadsheetView.tsx +0 -119
- package/src/SpreadsheetView/components/StatusBar.tsx +0 -75
- package/src/SpreadsheetView/components/util.ts +0 -16
- package/src/SpreadsheetView/importAdapters/BedImport.test.ts +0 -14
- package/src/SpreadsheetView/importAdapters/BedImport.ts +0 -155
- package/src/SpreadsheetView/importAdapters/ImportUtils.test.ts +0 -25
- package/src/SpreadsheetView/importAdapters/ImportUtils.ts +0 -152
- package/src/SpreadsheetView/importAdapters/STARFusionImport.test.ts +0 -27
- package/src/SpreadsheetView/importAdapters/STARFusionImport.ts +0 -74
- package/src/SpreadsheetView/importAdapters/VcfImport.test.ts +0 -42
- package/src/SpreadsheetView/importAdapters/VcfImport.ts +0 -118
- package/src/SpreadsheetView/importAdapters/__snapshots__/ImportUtils.test.ts.snap +0 -6555
- package/src/SpreadsheetView/importAdapters/__snapshots__/STARFusionImport.test.ts.snap +0 -2354
- package/src/SpreadsheetView/importAdapters/__snapshots__/VcfImport.test.ts.snap +0 -16329
- package/src/SpreadsheetView/index.ts +0 -20
- package/src/SpreadsheetView/models/ColumnDataTypes/LocEnd.ts +0 -21
- package/src/SpreadsheetView/models/ColumnDataTypes/LocRef.ts +0 -21
- package/src/SpreadsheetView/models/ColumnDataTypes/LocStart.ts +0 -21
- package/src/SpreadsheetView/models/ColumnDataTypes/LocString.tsx +0 -328
- package/src/SpreadsheetView/models/ColumnDataTypes/MakeSpreadsheetColumnType.tsx +0 -38
- package/src/SpreadsheetView/models/ColumnDataTypes/Number.tsx +0 -177
- package/src/SpreadsheetView/models/ColumnDataTypes/Text.tsx +0 -173
- package/src/SpreadsheetView/models/ColumnDataTypes/index.ts +0 -34
- package/src/SpreadsheetView/models/FilterControls.ts +0 -95
- package/src/SpreadsheetView/models/ImportWizard.ts +0 -203
- package/src/SpreadsheetView/models/Row.ts +0 -46
- package/src/SpreadsheetView/models/Spreadsheet.ts +0 -209
- package/src/SpreadsheetView/models/SpreadsheetView.test.ts +0 -8
- package/src/SpreadsheetView/models/SpreadsheetView.ts +0 -243
- package/src/SpreadsheetView/models/StaticRowSet.ts +0 -65
- package/src/SpreadsheetView/test_data/1801160099-N32519_26611_S51_56704.hard-filtered.vcf +0 -174
- package/src/SpreadsheetView/test_data/breast_cancer.subset.csv +0 -50
- package/src/SpreadsheetView/test_data/diabetes_target.csv.gz +0 -0
- package/src/SpreadsheetView/test_data/foo.bed +0 -11
- package/src/SpreadsheetView/test_data/location_test.csv +0 -3
- package/src/SpreadsheetView/test_data/location_test_2.csv +0 -3
- package/src/SpreadsheetView/test_data/reads_lr_skbr3.fa_ngmlr-0.2.3_mapped.bam.sniffles1kb_auto_l8_s5_noalt.bedpe +0 -1405
- package/src/SpreadsheetView/test_data/starfusion_example.fusion_predictions.tsv +0 -25
- package/src/SpreadsheetView/test_data/volvox.sort.bed +0 -109
- package/src/index.ts +0 -38
|
@@ -1,2354 +0,0 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
-
|
|
3
|
-
exports[`starfusion import 1`] = `
|
|
4
|
-
{
|
|
5
|
-
"assemblyName": "fogbat",
|
|
6
|
-
"columnDisplayOrder": [
|
|
7
|
-
0,
|
|
8
|
-
1,
|
|
9
|
-
2,
|
|
10
|
-
3,
|
|
11
|
-
4,
|
|
12
|
-
5,
|
|
13
|
-
6,
|
|
14
|
-
7,
|
|
15
|
-
8,
|
|
16
|
-
9,
|
|
17
|
-
10,
|
|
18
|
-
11,
|
|
19
|
-
12,
|
|
20
|
-
13,
|
|
21
|
-
14,
|
|
22
|
-
],
|
|
23
|
-
"columns": [
|
|
24
|
-
{
|
|
25
|
-
"dataType": {
|
|
26
|
-
"type": "Text",
|
|
27
|
-
},
|
|
28
|
-
"name": "FusionName",
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"dataType": {
|
|
32
|
-
"type": "Number",
|
|
33
|
-
},
|
|
34
|
-
"name": "JunctionReadCount",
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"dataType": {
|
|
38
|
-
"type": "Number",
|
|
39
|
-
},
|
|
40
|
-
"name": "SpanningFragCount",
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"dataType": {
|
|
44
|
-
"type": "Text",
|
|
45
|
-
},
|
|
46
|
-
"name": "SpliceType",
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"dataType": {
|
|
50
|
-
"type": "Text",
|
|
51
|
-
},
|
|
52
|
-
"name": "LeftGene",
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"dataType": {
|
|
56
|
-
"type": "Text",
|
|
57
|
-
},
|
|
58
|
-
"name": "LeftBreakpoint",
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"dataType": {
|
|
62
|
-
"type": "Text",
|
|
63
|
-
},
|
|
64
|
-
"name": "RightGene",
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"dataType": {
|
|
68
|
-
"type": "Text",
|
|
69
|
-
},
|
|
70
|
-
"name": "RightBreakpoint",
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"dataType": {
|
|
74
|
-
"type": "Text",
|
|
75
|
-
},
|
|
76
|
-
"name": "LargeAnchorSupport",
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"dataType": {
|
|
80
|
-
"type": "Number",
|
|
81
|
-
},
|
|
82
|
-
"name": "FFPM",
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"dataType": {
|
|
86
|
-
"type": "Text",
|
|
87
|
-
},
|
|
88
|
-
"name": "LeftBreakDinuc",
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"dataType": {
|
|
92
|
-
"type": "Number",
|
|
93
|
-
},
|
|
94
|
-
"name": "LeftBreakEntropy",
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"dataType": {
|
|
98
|
-
"type": "Text",
|
|
99
|
-
},
|
|
100
|
-
"name": "RightBreakDinuc",
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"dataType": {
|
|
104
|
-
"type": "Number",
|
|
105
|
-
},
|
|
106
|
-
"name": "RightBreakEntropy",
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"dataType": {
|
|
110
|
-
"type": "Text",
|
|
111
|
-
},
|
|
112
|
-
"name": "annots",
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
"hasColumnNames": true,
|
|
116
|
-
"rowSet": {
|
|
117
|
-
"isLoaded": true,
|
|
118
|
-
"rows": [
|
|
119
|
-
{
|
|
120
|
-
"cells": [
|
|
121
|
-
{
|
|
122
|
-
"columnNumber": 0,
|
|
123
|
-
"text": "THRA--AC090627.1",
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"columnNumber": 1,
|
|
127
|
-
"text": "27",
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"columnNumber": 2,
|
|
131
|
-
"text": "93",
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"columnNumber": 3,
|
|
135
|
-
"text": "ONLY_REF_SPLICE",
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"columnNumber": 4,
|
|
139
|
-
"text": "THRA^ENSG00000126351.8",
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"columnNumber": 5,
|
|
143
|
-
"text": "chr17:38243106:+",
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"columnNumber": 6,
|
|
147
|
-
"text": "AC090627.1^ENSG00000235300.3",
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"columnNumber": 7,
|
|
151
|
-
"text": "chr17:46371709:+",
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"columnNumber": 8,
|
|
155
|
-
"text": "YES_LDAS",
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"columnNumber": 9,
|
|
159
|
-
"text": "23875.8456",
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"columnNumber": 10,
|
|
163
|
-
"text": "GT",
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"columnNumber": 11,
|
|
167
|
-
"text": "1.8892",
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"columnNumber": 12,
|
|
171
|
-
"text": "AG",
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"columnNumber": 13,
|
|
175
|
-
"text": "1.9656",
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"columnNumber": 14,
|
|
179
|
-
"text": "["CCLE","FA_CancerSupp","INTRACHROMOSOMAL[chr17:8.12Mb]"]",
|
|
180
|
-
},
|
|
181
|
-
],
|
|
182
|
-
"extendedData": {
|
|
183
|
-
"feature": {
|
|
184
|
-
"FFPM": 23875.8456,
|
|
185
|
-
"FusionName": "THRA--AC090627.1",
|
|
186
|
-
"JunctionReadCount": 27,
|
|
187
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
188
|
-
"LeftBreakDinuc": "GT",
|
|
189
|
-
"LeftBreakEntropy": 1.8892,
|
|
190
|
-
"LeftGene": "THRA^ENSG00000126351.8",
|
|
191
|
-
"RightBreakDinuc": "AG",
|
|
192
|
-
"RightBreakEntropy": 1.9656,
|
|
193
|
-
"RightGene": "AC090627.1^ENSG00000235300.3",
|
|
194
|
-
"SpanningFragCount": 93,
|
|
195
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
196
|
-
"annots": "["CCLE","FA_CancerSupp","INTRACHROMOSOMAL[chr17:8.12Mb]"]",
|
|
197
|
-
"end": 38243106,
|
|
198
|
-
"mate": {
|
|
199
|
-
"end": 46371709,
|
|
200
|
-
"refName": "chr17",
|
|
201
|
-
"start": 46371709,
|
|
202
|
-
"strand": 1,
|
|
203
|
-
},
|
|
204
|
-
"refName": "chr17",
|
|
205
|
-
"start": 38243106,
|
|
206
|
-
"strand": 1,
|
|
207
|
-
"uniqueId": "sf-1",
|
|
208
|
-
},
|
|
209
|
-
},
|
|
210
|
-
"id": "1",
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"cells": [
|
|
214
|
-
{
|
|
215
|
-
"columnNumber": 0,
|
|
216
|
-
"text": "THRA--AC090627.1",
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"columnNumber": 1,
|
|
220
|
-
"text": "5",
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"columnNumber": 2,
|
|
224
|
-
"text": "93",
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"columnNumber": 3,
|
|
228
|
-
"text": "ONLY_REF_SPLICE",
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"columnNumber": 4,
|
|
232
|
-
"text": "THRA^ENSG00000126351.8",
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"columnNumber": 5,
|
|
236
|
-
"text": "chr17:38243106:+",
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"columnNumber": 6,
|
|
240
|
-
"text": "AC090627.1^ENSG00000235300.3",
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"columnNumber": 7,
|
|
244
|
-
"text": "chr17:46384693:+",
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"columnNumber": 8,
|
|
248
|
-
"text": "YES_LDAS",
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"columnNumber": 9,
|
|
252
|
-
"text": "19498.6072",
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"columnNumber": 10,
|
|
256
|
-
"text": "GT",
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"columnNumber": 11,
|
|
260
|
-
"text": "1.8892",
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"columnNumber": 12,
|
|
264
|
-
"text": "AG",
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"columnNumber": 13,
|
|
268
|
-
"text": "1.4295",
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"columnNumber": 14,
|
|
272
|
-
"text": "["CCLE","FA_CancerSupp","INTRACHROMOSOMAL[chr17:8.12Mb]"]",
|
|
273
|
-
},
|
|
274
|
-
],
|
|
275
|
-
"extendedData": {
|
|
276
|
-
"feature": {
|
|
277
|
-
"FFPM": 19498.6072,
|
|
278
|
-
"FusionName": "THRA--AC090627.1",
|
|
279
|
-
"JunctionReadCount": 5,
|
|
280
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
281
|
-
"LeftBreakDinuc": "GT",
|
|
282
|
-
"LeftBreakEntropy": 1.8892,
|
|
283
|
-
"LeftGene": "THRA^ENSG00000126351.8",
|
|
284
|
-
"RightBreakDinuc": "AG",
|
|
285
|
-
"RightBreakEntropy": 1.4295,
|
|
286
|
-
"RightGene": "AC090627.1^ENSG00000235300.3",
|
|
287
|
-
"SpanningFragCount": 93,
|
|
288
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
289
|
-
"annots": "["CCLE","FA_CancerSupp","INTRACHROMOSOMAL[chr17:8.12Mb]"]",
|
|
290
|
-
"end": 38243106,
|
|
291
|
-
"mate": {
|
|
292
|
-
"end": 46384693,
|
|
293
|
-
"refName": "chr17",
|
|
294
|
-
"start": 46384693,
|
|
295
|
-
"strand": 1,
|
|
296
|
-
},
|
|
297
|
-
"refName": "chr17",
|
|
298
|
-
"start": 38243106,
|
|
299
|
-
"strand": 1,
|
|
300
|
-
"uniqueId": "sf-2",
|
|
301
|
-
},
|
|
302
|
-
},
|
|
303
|
-
"id": "2",
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"cells": [
|
|
307
|
-
{
|
|
308
|
-
"columnNumber": 0,
|
|
309
|
-
"text": "ACACA--STAC2",
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"columnNumber": 1,
|
|
313
|
-
"text": "12",
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"columnNumber": 2,
|
|
317
|
-
"text": "52",
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"columnNumber": 3,
|
|
321
|
-
"text": "ONLY_REF_SPLICE",
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"columnNumber": 4,
|
|
325
|
-
"text": "ACACA^ENSG00000132142.15",
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"columnNumber": 5,
|
|
329
|
-
"text": "chr17:35479453:-",
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"columnNumber": 6,
|
|
333
|
-
"text": "STAC2^ENSG00000141750.6",
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"columnNumber": 7,
|
|
337
|
-
"text": "chr17:37374426:-",
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"columnNumber": 8,
|
|
341
|
-
"text": "YES_LDAS",
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"columnNumber": 9,
|
|
345
|
-
"text": "12733.7844",
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"columnNumber": 10,
|
|
349
|
-
"text": "GT",
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"columnNumber": 11,
|
|
353
|
-
"text": "1.9656",
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"columnNumber": 12,
|
|
357
|
-
"text": "AG",
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"columnNumber": 13,
|
|
361
|
-
"text": "1.9656",
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"columnNumber": 14,
|
|
365
|
-
"text": "["ChimerSeq","CCLE","Klijn_CellLines","FA_CancerSupp","INTRACHROMOSOMAL[chr17:1.60Mb]"]",
|
|
366
|
-
},
|
|
367
|
-
],
|
|
368
|
-
"extendedData": {
|
|
369
|
-
"feature": {
|
|
370
|
-
"FFPM": 12733.7844,
|
|
371
|
-
"FusionName": "ACACA--STAC2",
|
|
372
|
-
"JunctionReadCount": 12,
|
|
373
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
374
|
-
"LeftBreakDinuc": "GT",
|
|
375
|
-
"LeftBreakEntropy": 1.9656,
|
|
376
|
-
"LeftGene": "ACACA^ENSG00000132142.15",
|
|
377
|
-
"RightBreakDinuc": "AG",
|
|
378
|
-
"RightBreakEntropy": 1.9656,
|
|
379
|
-
"RightGene": "STAC2^ENSG00000141750.6",
|
|
380
|
-
"SpanningFragCount": 52,
|
|
381
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
382
|
-
"annots": "["ChimerSeq","CCLE","Klijn_CellLines","FA_CancerSupp","INTRACHROMOSOMAL[chr17:1.60Mb]"]",
|
|
383
|
-
"end": 35479453,
|
|
384
|
-
"mate": {
|
|
385
|
-
"end": 37374426,
|
|
386
|
-
"refName": "chr17",
|
|
387
|
-
"start": 37374426,
|
|
388
|
-
"strand": -1,
|
|
389
|
-
},
|
|
390
|
-
"refName": "chr17",
|
|
391
|
-
"start": 35479453,
|
|
392
|
-
"strand": -1,
|
|
393
|
-
"uniqueId": "sf-3",
|
|
394
|
-
},
|
|
395
|
-
},
|
|
396
|
-
"id": "3",
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"cells": [
|
|
400
|
-
{
|
|
401
|
-
"columnNumber": 0,
|
|
402
|
-
"text": "RPS6KB1--SNF8",
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"columnNumber": 1,
|
|
406
|
-
"text": "10",
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"columnNumber": 2,
|
|
410
|
-
"text": "43",
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"columnNumber": 3,
|
|
414
|
-
"text": "ONLY_REF_SPLICE",
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"columnNumber": 4,
|
|
418
|
-
"text": "RPS6KB1^ENSG00000108443.9",
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"columnNumber": 5,
|
|
422
|
-
"text": "chr17:57970686:+",
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"columnNumber": 6,
|
|
426
|
-
"text": "SNF8^ENSG00000159210.5",
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"columnNumber": 7,
|
|
430
|
-
"text": "chr17:47021337:-",
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"columnNumber": 8,
|
|
434
|
-
"text": "YES_LDAS",
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"columnNumber": 9,
|
|
438
|
-
"text": "10545.1651",
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"columnNumber": 10,
|
|
442
|
-
"text": "GT",
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"columnNumber": 11,
|
|
446
|
-
"text": "1.3753",
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"columnNumber": 12,
|
|
450
|
-
"text": "AG",
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"columnNumber": 13,
|
|
454
|
-
"text": "1.8323",
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"columnNumber": 14,
|
|
458
|
-
"text": "["Klijn_CellLines","FA_CancerSupp","ChimerSeq","CCLE","INTRACHROMOSOMAL[chr17:10.95Mb]"]",
|
|
459
|
-
},
|
|
460
|
-
],
|
|
461
|
-
"extendedData": {
|
|
462
|
-
"feature": {
|
|
463
|
-
"FFPM": 10545.1651,
|
|
464
|
-
"FusionName": "RPS6KB1--SNF8",
|
|
465
|
-
"JunctionReadCount": 10,
|
|
466
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
467
|
-
"LeftBreakDinuc": "GT",
|
|
468
|
-
"LeftBreakEntropy": 1.3753,
|
|
469
|
-
"LeftGene": "RPS6KB1^ENSG00000108443.9",
|
|
470
|
-
"RightBreakDinuc": "AG",
|
|
471
|
-
"RightBreakEntropy": 1.8323,
|
|
472
|
-
"RightGene": "SNF8^ENSG00000159210.5",
|
|
473
|
-
"SpanningFragCount": 43,
|
|
474
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
475
|
-
"annots": "["Klijn_CellLines","FA_CancerSupp","ChimerSeq","CCLE","INTRACHROMOSOMAL[chr17:10.95Mb]"]",
|
|
476
|
-
"end": 57970686,
|
|
477
|
-
"mate": {
|
|
478
|
-
"end": 47021337,
|
|
479
|
-
"refName": "chr17",
|
|
480
|
-
"start": 47021337,
|
|
481
|
-
"strand": -1,
|
|
482
|
-
},
|
|
483
|
-
"refName": "chr17",
|
|
484
|
-
"start": 57970686,
|
|
485
|
-
"strand": 1,
|
|
486
|
-
"uniqueId": "sf-4",
|
|
487
|
-
},
|
|
488
|
-
},
|
|
489
|
-
"id": "4",
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"cells": [
|
|
493
|
-
{
|
|
494
|
-
"columnNumber": 0,
|
|
495
|
-
"text": "TOB1--SYNRG",
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"columnNumber": 1,
|
|
499
|
-
"text": "8",
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"columnNumber": 2,
|
|
503
|
-
"text": "30",
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"columnNumber": 3,
|
|
507
|
-
"text": "ONLY_REF_SPLICE",
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"columnNumber": 4,
|
|
511
|
-
"text": "TOB1^ENSG00000141232.4",
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"columnNumber": 5,
|
|
515
|
-
"text": "chr17:48943419:-",
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"columnNumber": 6,
|
|
519
|
-
"text": "SYNRG^ENSG00000006114.11",
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"columnNumber": 7,
|
|
523
|
-
"text": "chr17:35880751:-",
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"columnNumber": 8,
|
|
527
|
-
"text": "YES_LDAS",
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"columnNumber": 9,
|
|
531
|
-
"text": "7560.6844",
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"columnNumber": 10,
|
|
535
|
-
"text": "GT",
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"columnNumber": 11,
|
|
539
|
-
"text": "1.4566",
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"columnNumber": 12,
|
|
543
|
-
"text": "AG",
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"columnNumber": 13,
|
|
547
|
-
"text": "1.8892",
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"columnNumber": 14,
|
|
551
|
-
"text": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr17:12.97Mb]"]",
|
|
552
|
-
},
|
|
553
|
-
],
|
|
554
|
-
"extendedData": {
|
|
555
|
-
"feature": {
|
|
556
|
-
"FFPM": 7560.6844,
|
|
557
|
-
"FusionName": "TOB1--SYNRG",
|
|
558
|
-
"JunctionReadCount": 8,
|
|
559
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
560
|
-
"LeftBreakDinuc": "GT",
|
|
561
|
-
"LeftBreakEntropy": 1.4566,
|
|
562
|
-
"LeftGene": "TOB1^ENSG00000141232.4",
|
|
563
|
-
"RightBreakDinuc": "AG",
|
|
564
|
-
"RightBreakEntropy": 1.8892,
|
|
565
|
-
"RightGene": "SYNRG^ENSG00000006114.11",
|
|
566
|
-
"SpanningFragCount": 30,
|
|
567
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
568
|
-
"annots": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr17:12.97Mb]"]",
|
|
569
|
-
"end": 48943419,
|
|
570
|
-
"mate": {
|
|
571
|
-
"end": 35880751,
|
|
572
|
-
"refName": "chr17",
|
|
573
|
-
"start": 35880751,
|
|
574
|
-
"strand": -1,
|
|
575
|
-
},
|
|
576
|
-
"refName": "chr17",
|
|
577
|
-
"start": 48943419,
|
|
578
|
-
"strand": -1,
|
|
579
|
-
"uniqueId": "sf-5",
|
|
580
|
-
},
|
|
581
|
-
},
|
|
582
|
-
"id": "5",
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"cells": [
|
|
586
|
-
{
|
|
587
|
-
"columnNumber": 0,
|
|
588
|
-
"text": "VAPB--IKZF3",
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"columnNumber": 1,
|
|
592
|
-
"text": "4",
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"columnNumber": 2,
|
|
596
|
-
"text": "46",
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"columnNumber": 3,
|
|
600
|
-
"text": "ONLY_REF_SPLICE",
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"columnNumber": 4,
|
|
604
|
-
"text": "VAPB^ENSG00000124164.11",
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"columnNumber": 5,
|
|
608
|
-
"text": "chr20:56964573:+",
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"columnNumber": 6,
|
|
612
|
-
"text": "IKZF3^ENSG00000161405.12",
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"columnNumber": 7,
|
|
616
|
-
"text": "chr17:37934020:-",
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"columnNumber": 8,
|
|
620
|
-
"text": "YES_LDAS",
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"columnNumber": 9,
|
|
624
|
-
"text": "9948.269",
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"columnNumber": 10,
|
|
628
|
-
"text": "GT",
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"columnNumber": 11,
|
|
632
|
-
"text": "1.9656",
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"columnNumber": 12,
|
|
636
|
-
"text": "AG",
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"columnNumber": 13,
|
|
640
|
-
"text": "1.7819",
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"columnNumber": 14,
|
|
644
|
-
"text": "["FA_CancerSupp","Klijn_CellLines","CCLE","ChimerSeq","ChimerPub","INTERCHROMOSOMAL[chr20--chr17]"]",
|
|
645
|
-
},
|
|
646
|
-
],
|
|
647
|
-
"extendedData": {
|
|
648
|
-
"feature": {
|
|
649
|
-
"FFPM": 9948.269,
|
|
650
|
-
"FusionName": "VAPB--IKZF3",
|
|
651
|
-
"JunctionReadCount": 4,
|
|
652
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
653
|
-
"LeftBreakDinuc": "GT",
|
|
654
|
-
"LeftBreakEntropy": 1.9656,
|
|
655
|
-
"LeftGene": "VAPB^ENSG00000124164.11",
|
|
656
|
-
"RightBreakDinuc": "AG",
|
|
657
|
-
"RightBreakEntropy": 1.7819,
|
|
658
|
-
"RightGene": "IKZF3^ENSG00000161405.12",
|
|
659
|
-
"SpanningFragCount": 46,
|
|
660
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
661
|
-
"annots": "["FA_CancerSupp","Klijn_CellLines","CCLE","ChimerSeq","ChimerPub","INTERCHROMOSOMAL[chr20--chr17]"]",
|
|
662
|
-
"end": 56964573,
|
|
663
|
-
"mate": {
|
|
664
|
-
"end": 37934020,
|
|
665
|
-
"refName": "chr17",
|
|
666
|
-
"start": 37934020,
|
|
667
|
-
"strand": -1,
|
|
668
|
-
},
|
|
669
|
-
"refName": "chr20",
|
|
670
|
-
"start": 56964573,
|
|
671
|
-
"strand": 1,
|
|
672
|
-
"uniqueId": "sf-6",
|
|
673
|
-
},
|
|
674
|
-
},
|
|
675
|
-
"id": "6",
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"cells": [
|
|
679
|
-
{
|
|
680
|
-
"columnNumber": 0,
|
|
681
|
-
"text": "ZMYND8--CEP250",
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"columnNumber": 1,
|
|
685
|
-
"text": "2",
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"columnNumber": 2,
|
|
689
|
-
"text": "44",
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"columnNumber": 3,
|
|
693
|
-
"text": "ONLY_REF_SPLICE",
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"columnNumber": 4,
|
|
697
|
-
"text": "ZMYND8^ENSG00000101040.15",
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"columnNumber": 5,
|
|
701
|
-
"text": "chr20:45852970:-",
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"columnNumber": 6,
|
|
705
|
-
"text": "CEP250^ENSG00000126001.11",
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"columnNumber": 7,
|
|
709
|
-
"text": "chr20:34078463:+",
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"columnNumber": 8,
|
|
713
|
-
"text": "NO_LDAS",
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"columnNumber": 9,
|
|
717
|
-
"text": "9152.4075",
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"columnNumber": 10,
|
|
721
|
-
"text": "GT",
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"columnNumber": 11,
|
|
725
|
-
"text": "1.8295",
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"columnNumber": 12,
|
|
729
|
-
"text": "AG",
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"columnNumber": 13,
|
|
733
|
-
"text": "1.8062",
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"columnNumber": 14,
|
|
737
|
-
"text": "["FA_CancerSupp","CCLE","ChimerSeq","INTRACHROMOSOMAL[chr20:11.74Mb]"]",
|
|
738
|
-
},
|
|
739
|
-
],
|
|
740
|
-
"extendedData": {
|
|
741
|
-
"feature": {
|
|
742
|
-
"FFPM": 9152.4075,
|
|
743
|
-
"FusionName": "ZMYND8--CEP250",
|
|
744
|
-
"JunctionReadCount": 2,
|
|
745
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
746
|
-
"LeftBreakDinuc": "GT",
|
|
747
|
-
"LeftBreakEntropy": 1.8295,
|
|
748
|
-
"LeftGene": "ZMYND8^ENSG00000101040.15",
|
|
749
|
-
"RightBreakDinuc": "AG",
|
|
750
|
-
"RightBreakEntropy": 1.8062,
|
|
751
|
-
"RightGene": "CEP250^ENSG00000126001.11",
|
|
752
|
-
"SpanningFragCount": 44,
|
|
753
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
754
|
-
"annots": "["FA_CancerSupp","CCLE","ChimerSeq","INTRACHROMOSOMAL[chr20:11.74Mb]"]",
|
|
755
|
-
"end": 45852970,
|
|
756
|
-
"mate": {
|
|
757
|
-
"end": 34078463,
|
|
758
|
-
"refName": "chr20",
|
|
759
|
-
"start": 34078463,
|
|
760
|
-
"strand": 1,
|
|
761
|
-
},
|
|
762
|
-
"refName": "chr20",
|
|
763
|
-
"start": 45852970,
|
|
764
|
-
"strand": -1,
|
|
765
|
-
"uniqueId": "sf-7",
|
|
766
|
-
},
|
|
767
|
-
},
|
|
768
|
-
"id": "7",
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"cells": [
|
|
772
|
-
{
|
|
773
|
-
"columnNumber": 0,
|
|
774
|
-
"text": "AHCTF1--NAAA",
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"columnNumber": 1,
|
|
778
|
-
"text": "3",
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"columnNumber": 2,
|
|
782
|
-
"text": "38",
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"columnNumber": 3,
|
|
786
|
-
"text": "ONLY_REF_SPLICE",
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"columnNumber": 4,
|
|
790
|
-
"text": "AHCTF1^ENSG00000153207.10",
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"columnNumber": 5,
|
|
794
|
-
"text": "chr1:247094880:-",
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"columnNumber": 6,
|
|
798
|
-
"text": "NAAA^ENSG00000138744.10",
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"columnNumber": 7,
|
|
802
|
-
"text": "chr4:76846964:-",
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"columnNumber": 8,
|
|
806
|
-
"text": "YES_LDAS",
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"columnNumber": 9,
|
|
810
|
-
"text": "8157.5805",
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"columnNumber": 10,
|
|
814
|
-
"text": "GT",
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"columnNumber": 11,
|
|
818
|
-
"text": "1.7232",
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"columnNumber": 12,
|
|
822
|
-
"text": "AG",
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"columnNumber": 13,
|
|
826
|
-
"text": "1.8062",
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"columnNumber": 14,
|
|
830
|
-
"text": "["FA_CancerSupp","CCLE","INTERCHROMOSOMAL[chr1--chr4]"]",
|
|
831
|
-
},
|
|
832
|
-
],
|
|
833
|
-
"extendedData": {
|
|
834
|
-
"feature": {
|
|
835
|
-
"FFPM": 8157.5805,
|
|
836
|
-
"FusionName": "AHCTF1--NAAA",
|
|
837
|
-
"JunctionReadCount": 3,
|
|
838
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
839
|
-
"LeftBreakDinuc": "GT",
|
|
840
|
-
"LeftBreakEntropy": 1.7232,
|
|
841
|
-
"LeftGene": "AHCTF1^ENSG00000153207.10",
|
|
842
|
-
"RightBreakDinuc": "AG",
|
|
843
|
-
"RightBreakEntropy": 1.8062,
|
|
844
|
-
"RightGene": "NAAA^ENSG00000138744.10",
|
|
845
|
-
"SpanningFragCount": 38,
|
|
846
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
847
|
-
"annots": "["FA_CancerSupp","CCLE","INTERCHROMOSOMAL[chr1--chr4]"]",
|
|
848
|
-
"end": 247094880,
|
|
849
|
-
"mate": {
|
|
850
|
-
"end": 76846964,
|
|
851
|
-
"refName": "chr4",
|
|
852
|
-
"start": 76846964,
|
|
853
|
-
"strand": -1,
|
|
854
|
-
},
|
|
855
|
-
"refName": "chr1",
|
|
856
|
-
"start": 247094880,
|
|
857
|
-
"strand": -1,
|
|
858
|
-
"uniqueId": "sf-8",
|
|
859
|
-
},
|
|
860
|
-
},
|
|
861
|
-
"id": "8",
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"cells": [
|
|
865
|
-
{
|
|
866
|
-
"columnNumber": 0,
|
|
867
|
-
"text": "VAPB--IKZF3",
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"columnNumber": 1,
|
|
871
|
-
"text": "1",
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"columnNumber": 2,
|
|
875
|
-
"text": "46",
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"columnNumber": 3,
|
|
879
|
-
"text": "ONLY_REF_SPLICE",
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"columnNumber": 4,
|
|
883
|
-
"text": "VAPB^ENSG00000124164.11",
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"columnNumber": 5,
|
|
887
|
-
"text": "chr20:56964573:+",
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"columnNumber": 6,
|
|
891
|
-
"text": "IKZF3^ENSG00000161405.12",
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"columnNumber": 7,
|
|
895
|
-
"text": "chr17:37922746:-",
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"columnNumber": 8,
|
|
899
|
-
"text": "NO_LDAS",
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"columnNumber": 9,
|
|
903
|
-
"text": "9351.3729",
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"columnNumber": 10,
|
|
907
|
-
"text": "GT",
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"columnNumber": 11,
|
|
911
|
-
"text": "1.9656",
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"columnNumber": 12,
|
|
915
|
-
"text": "AG",
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"columnNumber": 13,
|
|
919
|
-
"text": "1.9329",
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"columnNumber": 14,
|
|
923
|
-
"text": "["FA_CancerSupp","Klijn_CellLines","CCLE","ChimerSeq","ChimerPub","INTERCHROMOSOMAL[chr20--chr17]"]",
|
|
924
|
-
},
|
|
925
|
-
],
|
|
926
|
-
"extendedData": {
|
|
927
|
-
"feature": {
|
|
928
|
-
"FFPM": 9351.3729,
|
|
929
|
-
"FusionName": "VAPB--IKZF3",
|
|
930
|
-
"JunctionReadCount": 1,
|
|
931
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
932
|
-
"LeftBreakDinuc": "GT",
|
|
933
|
-
"LeftBreakEntropy": 1.9656,
|
|
934
|
-
"LeftGene": "VAPB^ENSG00000124164.11",
|
|
935
|
-
"RightBreakDinuc": "AG",
|
|
936
|
-
"RightBreakEntropy": 1.9329,
|
|
937
|
-
"RightGene": "IKZF3^ENSG00000161405.12",
|
|
938
|
-
"SpanningFragCount": 46,
|
|
939
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
940
|
-
"annots": "["FA_CancerSupp","Klijn_CellLines","CCLE","ChimerSeq","ChimerPub","INTERCHROMOSOMAL[chr20--chr17]"]",
|
|
941
|
-
"end": 56964573,
|
|
942
|
-
"mate": {
|
|
943
|
-
"end": 37922746,
|
|
944
|
-
"refName": "chr17",
|
|
945
|
-
"start": 37922746,
|
|
946
|
-
"strand": -1,
|
|
947
|
-
},
|
|
948
|
-
"refName": "chr20",
|
|
949
|
-
"start": 56964573,
|
|
950
|
-
"strand": 1,
|
|
951
|
-
"uniqueId": "sf-9",
|
|
952
|
-
},
|
|
953
|
-
},
|
|
954
|
-
"id": "9",
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"cells": [
|
|
958
|
-
{
|
|
959
|
-
"columnNumber": 0,
|
|
960
|
-
"text": "VAPB--IKZF3",
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"columnNumber": 1,
|
|
964
|
-
"text": "1",
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"columnNumber": 2,
|
|
968
|
-
"text": "46",
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"columnNumber": 3,
|
|
972
|
-
"text": "ONLY_REF_SPLICE",
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"columnNumber": 4,
|
|
976
|
-
"text": "VAPB^ENSG00000124164.11",
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"columnNumber": 5,
|
|
980
|
-
"text": "chr20:56964573:+",
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"columnNumber": 6,
|
|
984
|
-
"text": "IKZF3^ENSG00000161405.12",
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"columnNumber": 7,
|
|
988
|
-
"text": "chr17:37944627:-",
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"columnNumber": 8,
|
|
992
|
-
"text": "NO_LDAS",
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"columnNumber": 9,
|
|
996
|
-
"text": "9351.3729",
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"columnNumber": 10,
|
|
1000
|
-
"text": "GT",
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"columnNumber": 11,
|
|
1004
|
-
"text": "1.9656",
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"columnNumber": 12,
|
|
1008
|
-
"text": "AG",
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"columnNumber": 13,
|
|
1012
|
-
"text": "1.8892",
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"columnNumber": 14,
|
|
1016
|
-
"text": "["FA_CancerSupp","Klijn_CellLines","CCLE","ChimerSeq","ChimerPub","INTERCHROMOSOMAL[chr20--chr17]"]",
|
|
1017
|
-
},
|
|
1018
|
-
],
|
|
1019
|
-
"extendedData": {
|
|
1020
|
-
"feature": {
|
|
1021
|
-
"FFPM": 9351.3729,
|
|
1022
|
-
"FusionName": "VAPB--IKZF3",
|
|
1023
|
-
"JunctionReadCount": 1,
|
|
1024
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
1025
|
-
"LeftBreakDinuc": "GT",
|
|
1026
|
-
"LeftBreakEntropy": 1.9656,
|
|
1027
|
-
"LeftGene": "VAPB^ENSG00000124164.11",
|
|
1028
|
-
"RightBreakDinuc": "AG",
|
|
1029
|
-
"RightBreakEntropy": 1.8892,
|
|
1030
|
-
"RightGene": "IKZF3^ENSG00000161405.12",
|
|
1031
|
-
"SpanningFragCount": 46,
|
|
1032
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1033
|
-
"annots": "["FA_CancerSupp","Klijn_CellLines","CCLE","ChimerSeq","ChimerPub","INTERCHROMOSOMAL[chr20--chr17]"]",
|
|
1034
|
-
"end": 56964573,
|
|
1035
|
-
"mate": {
|
|
1036
|
-
"end": 37944627,
|
|
1037
|
-
"refName": "chr17",
|
|
1038
|
-
"start": 37944627,
|
|
1039
|
-
"strand": -1,
|
|
1040
|
-
},
|
|
1041
|
-
"refName": "chr20",
|
|
1042
|
-
"start": 56964573,
|
|
1043
|
-
"strand": 1,
|
|
1044
|
-
"uniqueId": "sf-10",
|
|
1045
|
-
},
|
|
1046
|
-
},
|
|
1047
|
-
"id": "10",
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"cells": [
|
|
1051
|
-
{
|
|
1052
|
-
"columnNumber": 0,
|
|
1053
|
-
"text": "STX16--RAE1",
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"columnNumber": 1,
|
|
1057
|
-
"text": "4",
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"columnNumber": 2,
|
|
1061
|
-
"text": "33",
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"columnNumber": 3,
|
|
1065
|
-
"text": "ONLY_REF_SPLICE",
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"columnNumber": 4,
|
|
1069
|
-
"text": "STX16^ENSG00000124222.17",
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"columnNumber": 5,
|
|
1073
|
-
"text": "chr20:57227143:+",
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"columnNumber": 6,
|
|
1077
|
-
"text": "RAE1^ENSG00000101146.8",
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"columnNumber": 7,
|
|
1081
|
-
"text": "chr20:55929088:+",
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"columnNumber": 8,
|
|
1085
|
-
"text": "YES_LDAS",
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"columnNumber": 9,
|
|
1089
|
-
"text": "7361.719",
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"columnNumber": 10,
|
|
1093
|
-
"text": "GT",
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"columnNumber": 11,
|
|
1097
|
-
"text": "1.9899",
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"columnNumber": 12,
|
|
1101
|
-
"text": "AG",
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"columnNumber": 13,
|
|
1105
|
-
"text": "1.9656",
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"columnNumber": 14,
|
|
1109
|
-
"text": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr20:1.27Mb]"]",
|
|
1110
|
-
},
|
|
1111
|
-
],
|
|
1112
|
-
"extendedData": {
|
|
1113
|
-
"feature": {
|
|
1114
|
-
"FFPM": 7361.719,
|
|
1115
|
-
"FusionName": "STX16--RAE1",
|
|
1116
|
-
"JunctionReadCount": 4,
|
|
1117
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
1118
|
-
"LeftBreakDinuc": "GT",
|
|
1119
|
-
"LeftBreakEntropy": 1.9899,
|
|
1120
|
-
"LeftGene": "STX16^ENSG00000124222.17",
|
|
1121
|
-
"RightBreakDinuc": "AG",
|
|
1122
|
-
"RightBreakEntropy": 1.9656,
|
|
1123
|
-
"RightGene": "RAE1^ENSG00000101146.8",
|
|
1124
|
-
"SpanningFragCount": 33,
|
|
1125
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1126
|
-
"annots": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr20:1.27Mb]"]",
|
|
1127
|
-
"end": 57227143,
|
|
1128
|
-
"mate": {
|
|
1129
|
-
"end": 55929088,
|
|
1130
|
-
"refName": "chr20",
|
|
1131
|
-
"start": 55929088,
|
|
1132
|
-
"strand": 1,
|
|
1133
|
-
},
|
|
1134
|
-
"refName": "chr20",
|
|
1135
|
-
"start": 57227143,
|
|
1136
|
-
"strand": 1,
|
|
1137
|
-
"uniqueId": "sf-11",
|
|
1138
|
-
},
|
|
1139
|
-
},
|
|
1140
|
-
"id": "11",
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"cells": [
|
|
1144
|
-
{
|
|
1145
|
-
"columnNumber": 0,
|
|
1146
|
-
"text": "AHCTF1--NAAA",
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"columnNumber": 1,
|
|
1150
|
-
"text": "1",
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"columnNumber": 2,
|
|
1154
|
-
"text": "38",
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"columnNumber": 3,
|
|
1158
|
-
"text": "ONLY_REF_SPLICE",
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"columnNumber": 4,
|
|
1162
|
-
"text": "AHCTF1^ENSG00000153207.10",
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"columnNumber": 5,
|
|
1166
|
-
"text": "chr1:247094431:-",
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"columnNumber": 6,
|
|
1170
|
-
"text": "NAAA^ENSG00000138744.10",
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"columnNumber": 7,
|
|
1174
|
-
"text": "chr4:76846964:-",
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"columnNumber": 8,
|
|
1178
|
-
"text": "NO_LDAS",
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"columnNumber": 9,
|
|
1182
|
-
"text": "7759.6498",
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"columnNumber": 10,
|
|
1186
|
-
"text": "GT",
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"columnNumber": 11,
|
|
1190
|
-
"text": "1.9086",
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"columnNumber": 12,
|
|
1194
|
-
"text": "AG",
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"columnNumber": 13,
|
|
1198
|
-
"text": "1.8062",
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"columnNumber": 14,
|
|
1202
|
-
"text": "["FA_CancerSupp","CCLE","INTERCHROMOSOMAL[chr1--chr4]"]",
|
|
1203
|
-
},
|
|
1204
|
-
],
|
|
1205
|
-
"extendedData": {
|
|
1206
|
-
"feature": {
|
|
1207
|
-
"FFPM": 7759.6498,
|
|
1208
|
-
"FusionName": "AHCTF1--NAAA",
|
|
1209
|
-
"JunctionReadCount": 1,
|
|
1210
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
1211
|
-
"LeftBreakDinuc": "GT",
|
|
1212
|
-
"LeftBreakEntropy": 1.9086,
|
|
1213
|
-
"LeftGene": "AHCTF1^ENSG00000153207.10",
|
|
1214
|
-
"RightBreakDinuc": "AG",
|
|
1215
|
-
"RightBreakEntropy": 1.8062,
|
|
1216
|
-
"RightGene": "NAAA^ENSG00000138744.10",
|
|
1217
|
-
"SpanningFragCount": 38,
|
|
1218
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1219
|
-
"annots": "["FA_CancerSupp","CCLE","INTERCHROMOSOMAL[chr1--chr4]"]",
|
|
1220
|
-
"end": 247094431,
|
|
1221
|
-
"mate": {
|
|
1222
|
-
"end": 76846964,
|
|
1223
|
-
"refName": "chr4",
|
|
1224
|
-
"start": 76846964,
|
|
1225
|
-
"strand": -1,
|
|
1226
|
-
},
|
|
1227
|
-
"refName": "chr1",
|
|
1228
|
-
"start": 247094431,
|
|
1229
|
-
"strand": -1,
|
|
1230
|
-
"uniqueId": "sf-12",
|
|
1231
|
-
},
|
|
1232
|
-
},
|
|
1233
|
-
"id": "12",
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"cells": [
|
|
1237
|
-
{
|
|
1238
|
-
"columnNumber": 0,
|
|
1239
|
-
"text": "STX16-NPEPL1--RAE1",
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"columnNumber": 1,
|
|
1243
|
-
"text": "4",
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"columnNumber": 2,
|
|
1247
|
-
"text": "24",
|
|
1248
|
-
},
|
|
1249
|
-
{
|
|
1250
|
-
"columnNumber": 3,
|
|
1251
|
-
"text": "INCL_NON_REF_SPLICE",
|
|
1252
|
-
},
|
|
1253
|
-
{
|
|
1254
|
-
"columnNumber": 4,
|
|
1255
|
-
"text": "STX16-NPEPL1^ENSG00000254995.4",
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"columnNumber": 5,
|
|
1259
|
-
"text": "chr20:57227143:+",
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"columnNumber": 6,
|
|
1263
|
-
"text": "RAE1^ENSG00000101146.8",
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"columnNumber": 7,
|
|
1267
|
-
"text": "chr20:55929088:+",
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"columnNumber": 8,
|
|
1271
|
-
"text": "YES_LDAS",
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"columnNumber": 9,
|
|
1275
|
-
"text": "5571.0306",
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"columnNumber": 10,
|
|
1279
|
-
"text": "GT",
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"columnNumber": 11,
|
|
1283
|
-
"text": "1.9899",
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"columnNumber": 12,
|
|
1287
|
-
"text": "AG",
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"columnNumber": 13,
|
|
1291
|
-
"text": "1.9656",
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"columnNumber": 14,
|
|
1295
|
-
"text": "INTRACHROMOSOMAL[chr20:1.27Mb]",
|
|
1296
|
-
},
|
|
1297
|
-
],
|
|
1298
|
-
"extendedData": {
|
|
1299
|
-
"feature": {
|
|
1300
|
-
"FFPM": 5571.0306,
|
|
1301
|
-
"FusionName": "STX16-NPEPL1--RAE1",
|
|
1302
|
-
"JunctionReadCount": 4,
|
|
1303
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
1304
|
-
"LeftBreakDinuc": "GT",
|
|
1305
|
-
"LeftBreakEntropy": 1.9899,
|
|
1306
|
-
"LeftGene": "STX16-NPEPL1^ENSG00000254995.4",
|
|
1307
|
-
"RightBreakDinuc": "AG",
|
|
1308
|
-
"RightBreakEntropy": 1.9656,
|
|
1309
|
-
"RightGene": "RAE1^ENSG00000101146.8",
|
|
1310
|
-
"SpanningFragCount": 24,
|
|
1311
|
-
"SpliceType": "INCL_NON_REF_SPLICE",
|
|
1312
|
-
"annots": "INTRACHROMOSOMAL[chr20:1.27Mb]",
|
|
1313
|
-
"end": 57227143,
|
|
1314
|
-
"mate": {
|
|
1315
|
-
"end": 55929088,
|
|
1316
|
-
"refName": "chr20",
|
|
1317
|
-
"start": 55929088,
|
|
1318
|
-
"strand": 1,
|
|
1319
|
-
},
|
|
1320
|
-
"refName": "chr20",
|
|
1321
|
-
"start": 57227143,
|
|
1322
|
-
"strand": 1,
|
|
1323
|
-
"uniqueId": "sf-13",
|
|
1324
|
-
},
|
|
1325
|
-
},
|
|
1326
|
-
"id": "13",
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"cells": [
|
|
1330
|
-
{
|
|
1331
|
-
"columnNumber": 0,
|
|
1332
|
-
"text": "RAB22A--MYO9B",
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
"columnNumber": 1,
|
|
1336
|
-
"text": "6",
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"columnNumber": 2,
|
|
1340
|
-
"text": "11",
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"columnNumber": 3,
|
|
1344
|
-
"text": "ONLY_REF_SPLICE",
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"columnNumber": 4,
|
|
1348
|
-
"text": "RAB22A^ENSG00000124209.3",
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"columnNumber": 5,
|
|
1352
|
-
"text": "chr20:56886178:+",
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"columnNumber": 6,
|
|
1356
|
-
"text": "MYO9B^ENSG00000099331.9",
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"columnNumber": 7,
|
|
1360
|
-
"text": "chr19:17256207:+",
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"columnNumber": 8,
|
|
1364
|
-
"text": "YES_LDAS",
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
"columnNumber": 9,
|
|
1368
|
-
"text": "3382.4115",
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"columnNumber": 10,
|
|
1372
|
-
"text": "GT",
|
|
1373
|
-
},
|
|
1374
|
-
{
|
|
1375
|
-
"columnNumber": 11,
|
|
1376
|
-
"text": "1.6895",
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"columnNumber": 12,
|
|
1380
|
-
"text": "AG",
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"columnNumber": 13,
|
|
1384
|
-
"text": "1.9656",
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"columnNumber": 14,
|
|
1388
|
-
"text": "["FA_CancerSupp","ChimerSeq","CCLE","INTERCHROMOSOMAL[chr20--chr19]"]",
|
|
1389
|
-
},
|
|
1390
|
-
],
|
|
1391
|
-
"extendedData": {
|
|
1392
|
-
"feature": {
|
|
1393
|
-
"FFPM": 3382.4115,
|
|
1394
|
-
"FusionName": "RAB22A--MYO9B",
|
|
1395
|
-
"JunctionReadCount": 6,
|
|
1396
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
1397
|
-
"LeftBreakDinuc": "GT",
|
|
1398
|
-
"LeftBreakEntropy": 1.6895,
|
|
1399
|
-
"LeftGene": "RAB22A^ENSG00000124209.3",
|
|
1400
|
-
"RightBreakDinuc": "AG",
|
|
1401
|
-
"RightBreakEntropy": 1.9656,
|
|
1402
|
-
"RightGene": "MYO9B^ENSG00000099331.9",
|
|
1403
|
-
"SpanningFragCount": 11,
|
|
1404
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1405
|
-
"annots": "["FA_CancerSupp","ChimerSeq","CCLE","INTERCHROMOSOMAL[chr20--chr19]"]",
|
|
1406
|
-
"end": 56886178,
|
|
1407
|
-
"mate": {
|
|
1408
|
-
"end": 17256207,
|
|
1409
|
-
"refName": "chr19",
|
|
1410
|
-
"start": 17256207,
|
|
1411
|
-
"strand": 1,
|
|
1412
|
-
},
|
|
1413
|
-
"refName": "chr20",
|
|
1414
|
-
"start": 56886178,
|
|
1415
|
-
"strand": 1,
|
|
1416
|
-
"uniqueId": "sf-14",
|
|
1417
|
-
},
|
|
1418
|
-
},
|
|
1419
|
-
"id": "14",
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"cells": [
|
|
1423
|
-
{
|
|
1424
|
-
"columnNumber": 0,
|
|
1425
|
-
"text": "MED1--ACSF2",
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"columnNumber": 1,
|
|
1429
|
-
"text": "4",
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"columnNumber": 2,
|
|
1433
|
-
"text": "11",
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"columnNumber": 3,
|
|
1437
|
-
"text": "ONLY_REF_SPLICE",
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"columnNumber": 4,
|
|
1441
|
-
"text": "MED1^ENSG00000125686.7",
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"columnNumber": 5,
|
|
1445
|
-
"text": "chr17:37595418:-",
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"columnNumber": 6,
|
|
1449
|
-
"text": "ACSF2^ENSG00000167107.8",
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"columnNumber": 7,
|
|
1453
|
-
"text": "chr17:48548389:+",
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
"columnNumber": 8,
|
|
1457
|
-
"text": "YES_LDAS",
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"columnNumber": 9,
|
|
1461
|
-
"text": "2984.4807",
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"columnNumber": 10,
|
|
1465
|
-
"text": "GT",
|
|
1466
|
-
},
|
|
1467
|
-
{
|
|
1468
|
-
"columnNumber": 11,
|
|
1469
|
-
"text": "1.9656",
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"columnNumber": 12,
|
|
1473
|
-
"text": "AG",
|
|
1474
|
-
},
|
|
1475
|
-
{
|
|
1476
|
-
"columnNumber": 13,
|
|
1477
|
-
"text": "1.9656",
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"columnNumber": 14,
|
|
1481
|
-
"text": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr17:10.90Mb]"]",
|
|
1482
|
-
},
|
|
1483
|
-
],
|
|
1484
|
-
"extendedData": {
|
|
1485
|
-
"feature": {
|
|
1486
|
-
"FFPM": 2984.4807,
|
|
1487
|
-
"FusionName": "MED1--ACSF2",
|
|
1488
|
-
"JunctionReadCount": 4,
|
|
1489
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
1490
|
-
"LeftBreakDinuc": "GT",
|
|
1491
|
-
"LeftBreakEntropy": 1.9656,
|
|
1492
|
-
"LeftGene": "MED1^ENSG00000125686.7",
|
|
1493
|
-
"RightBreakDinuc": "AG",
|
|
1494
|
-
"RightBreakEntropy": 1.9656,
|
|
1495
|
-
"RightGene": "ACSF2^ENSG00000167107.8",
|
|
1496
|
-
"SpanningFragCount": 11,
|
|
1497
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1498
|
-
"annots": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr17:10.90Mb]"]",
|
|
1499
|
-
"end": 37595418,
|
|
1500
|
-
"mate": {
|
|
1501
|
-
"end": 48548389,
|
|
1502
|
-
"refName": "chr17",
|
|
1503
|
-
"start": 48548389,
|
|
1504
|
-
"strand": 1,
|
|
1505
|
-
},
|
|
1506
|
-
"refName": "chr17",
|
|
1507
|
-
"start": 37595418,
|
|
1508
|
-
"strand": -1,
|
|
1509
|
-
"uniqueId": "sf-15",
|
|
1510
|
-
},
|
|
1511
|
-
},
|
|
1512
|
-
"id": "15",
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"cells": [
|
|
1516
|
-
{
|
|
1517
|
-
"columnNumber": 0,
|
|
1518
|
-
"text": "MED13--BCAS3",
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"columnNumber": 1,
|
|
1522
|
-
"text": "2",
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"columnNumber": 2,
|
|
1526
|
-
"text": "12",
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"columnNumber": 3,
|
|
1530
|
-
"text": "ONLY_REF_SPLICE",
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"columnNumber": 4,
|
|
1534
|
-
"text": "MED13^ENSG00000108510.5",
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"columnNumber": 5,
|
|
1538
|
-
"text": "chr17:60129898:-",
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"columnNumber": 6,
|
|
1542
|
-
"text": "BCAS3^ENSG00000141376.16",
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"columnNumber": 7,
|
|
1546
|
-
"text": "chr17:59469338:+",
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"columnNumber": 8,
|
|
1550
|
-
"text": "YES_LDAS",
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"columnNumber": 9,
|
|
1554
|
-
"text": "2785.5154",
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"columnNumber": 10,
|
|
1558
|
-
"text": "GT",
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"columnNumber": 11,
|
|
1562
|
-
"text": "1.5546",
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
"columnNumber": 12,
|
|
1566
|
-
"text": "AG",
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"columnNumber": 13,
|
|
1570
|
-
"text": "1.9086",
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"columnNumber": 14,
|
|
1574
|
-
"text": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr17:0.55Mb]"]",
|
|
1575
|
-
},
|
|
1576
|
-
],
|
|
1577
|
-
"extendedData": {
|
|
1578
|
-
"feature": {
|
|
1579
|
-
"FFPM": 2785.5154,
|
|
1580
|
-
"FusionName": "MED13--BCAS3",
|
|
1581
|
-
"JunctionReadCount": 2,
|
|
1582
|
-
"LargeAnchorSupport": "YES_LDAS",
|
|
1583
|
-
"LeftBreakDinuc": "GT",
|
|
1584
|
-
"LeftBreakEntropy": 1.5546,
|
|
1585
|
-
"LeftGene": "MED13^ENSG00000108510.5",
|
|
1586
|
-
"RightBreakDinuc": "AG",
|
|
1587
|
-
"RightBreakEntropy": 1.9086,
|
|
1588
|
-
"RightGene": "BCAS3^ENSG00000141376.16",
|
|
1589
|
-
"SpanningFragCount": 12,
|
|
1590
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1591
|
-
"annots": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr17:0.55Mb]"]",
|
|
1592
|
-
"end": 60129898,
|
|
1593
|
-
"mate": {
|
|
1594
|
-
"end": 59469338,
|
|
1595
|
-
"refName": "chr17",
|
|
1596
|
-
"start": 59469338,
|
|
1597
|
-
"strand": 1,
|
|
1598
|
-
},
|
|
1599
|
-
"refName": "chr17",
|
|
1600
|
-
"start": 60129898,
|
|
1601
|
-
"strand": -1,
|
|
1602
|
-
"uniqueId": "sf-16",
|
|
1603
|
-
},
|
|
1604
|
-
},
|
|
1605
|
-
"id": "16",
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"cells": [
|
|
1609
|
-
{
|
|
1610
|
-
"columnNumber": 0,
|
|
1611
|
-
"text": "MED1--STXBP4",
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"columnNumber": 1,
|
|
1615
|
-
"text": "1",
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"columnNumber": 2,
|
|
1619
|
-
"text": "15",
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"columnNumber": 3,
|
|
1623
|
-
"text": "ONLY_REF_SPLICE",
|
|
1624
|
-
},
|
|
1625
|
-
{
|
|
1626
|
-
"columnNumber": 4,
|
|
1627
|
-
"text": "MED1^ENSG00000125686.7",
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"columnNumber": 5,
|
|
1631
|
-
"text": "chr17:37607291:-",
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"columnNumber": 6,
|
|
1635
|
-
"text": "STXBP4^ENSG00000166263.9",
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"columnNumber": 7,
|
|
1639
|
-
"text": "chr17:53218671:+",
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"columnNumber": 8,
|
|
1643
|
-
"text": "NO_LDAS",
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"columnNumber": 9,
|
|
1647
|
-
"text": "3183.4461",
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"columnNumber": 10,
|
|
1651
|
-
"text": "GT",
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"columnNumber": 11,
|
|
1655
|
-
"text": "1.3996",
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"columnNumber": 12,
|
|
1659
|
-
"text": "AG",
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
"columnNumber": 13,
|
|
1663
|
-
"text": "1.7968",
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
"columnNumber": 14,
|
|
1667
|
-
"text": "["CCLE","FA_CancerSupp","Klijn_CellLines","INTRACHROMOSOMAL[chr17:15.44Mb]"]",
|
|
1668
|
-
},
|
|
1669
|
-
],
|
|
1670
|
-
"extendedData": {
|
|
1671
|
-
"feature": {
|
|
1672
|
-
"FFPM": 3183.4461,
|
|
1673
|
-
"FusionName": "MED1--STXBP4",
|
|
1674
|
-
"JunctionReadCount": 1,
|
|
1675
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
1676
|
-
"LeftBreakDinuc": "GT",
|
|
1677
|
-
"LeftBreakEntropy": 1.3996,
|
|
1678
|
-
"LeftGene": "MED1^ENSG00000125686.7",
|
|
1679
|
-
"RightBreakDinuc": "AG",
|
|
1680
|
-
"RightBreakEntropy": 1.7968,
|
|
1681
|
-
"RightGene": "STXBP4^ENSG00000166263.9",
|
|
1682
|
-
"SpanningFragCount": 15,
|
|
1683
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1684
|
-
"annots": "["CCLE","FA_CancerSupp","Klijn_CellLines","INTRACHROMOSOMAL[chr17:15.44Mb]"]",
|
|
1685
|
-
"end": 37607291,
|
|
1686
|
-
"mate": {
|
|
1687
|
-
"end": 53218671,
|
|
1688
|
-
"refName": "chr17",
|
|
1689
|
-
"start": 53218671,
|
|
1690
|
-
"strand": 1,
|
|
1691
|
-
},
|
|
1692
|
-
"refName": "chr17",
|
|
1693
|
-
"start": 37607291,
|
|
1694
|
-
"strand": -1,
|
|
1695
|
-
"uniqueId": "sf-17",
|
|
1696
|
-
},
|
|
1697
|
-
},
|
|
1698
|
-
"id": "17",
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"cells": [
|
|
1702
|
-
{
|
|
1703
|
-
"columnNumber": 0,
|
|
1704
|
-
"text": "MED13--BCAS3",
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"columnNumber": 1,
|
|
1708
|
-
"text": "1",
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"columnNumber": 2,
|
|
1712
|
-
"text": "12",
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"columnNumber": 3,
|
|
1716
|
-
"text": "ONLY_REF_SPLICE",
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"columnNumber": 4,
|
|
1720
|
-
"text": "MED13^ENSG00000108510.5",
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"columnNumber": 5,
|
|
1724
|
-
"text": "chr17:60129898:-",
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"columnNumber": 6,
|
|
1728
|
-
"text": "BCAS3^ENSG00000141376.16",
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"columnNumber": 7,
|
|
1732
|
-
"text": "chr17:59465979:+",
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"columnNumber": 8,
|
|
1736
|
-
"text": "NO_LDAS",
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"columnNumber": 9,
|
|
1740
|
-
"text": "2586.55",
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"columnNumber": 10,
|
|
1744
|
-
"text": "GT",
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"columnNumber": 11,
|
|
1748
|
-
"text": "1.5546",
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"columnNumber": 12,
|
|
1752
|
-
"text": "AG",
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"columnNumber": 13,
|
|
1756
|
-
"text": "0.8366",
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"columnNumber": 14,
|
|
1760
|
-
"text": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr17:0.55Mb]"]",
|
|
1761
|
-
},
|
|
1762
|
-
],
|
|
1763
|
-
"extendedData": {
|
|
1764
|
-
"feature": {
|
|
1765
|
-
"FFPM": 2586.55,
|
|
1766
|
-
"FusionName": "MED13--BCAS3",
|
|
1767
|
-
"JunctionReadCount": 1,
|
|
1768
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
1769
|
-
"LeftBreakDinuc": "GT",
|
|
1770
|
-
"LeftBreakEntropy": 1.5546,
|
|
1771
|
-
"LeftGene": "MED13^ENSG00000108510.5",
|
|
1772
|
-
"RightBreakDinuc": "AG",
|
|
1773
|
-
"RightBreakEntropy": 0.8366,
|
|
1774
|
-
"RightGene": "BCAS3^ENSG00000141376.16",
|
|
1775
|
-
"SpanningFragCount": 12,
|
|
1776
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1777
|
-
"annots": "["FA_CancerSupp","CCLE","INTRACHROMOSOMAL[chr17:0.55Mb]"]",
|
|
1778
|
-
"end": 60129898,
|
|
1779
|
-
"mate": {
|
|
1780
|
-
"end": 59465979,
|
|
1781
|
-
"refName": "chr17",
|
|
1782
|
-
"start": 59465979,
|
|
1783
|
-
"strand": 1,
|
|
1784
|
-
},
|
|
1785
|
-
"refName": "chr17",
|
|
1786
|
-
"start": 60129898,
|
|
1787
|
-
"strand": -1,
|
|
1788
|
-
"uniqueId": "sf-18",
|
|
1789
|
-
},
|
|
1790
|
-
},
|
|
1791
|
-
"id": "18",
|
|
1792
|
-
},
|
|
1793
|
-
{
|
|
1794
|
-
"cells": [
|
|
1795
|
-
{
|
|
1796
|
-
"columnNumber": 0,
|
|
1797
|
-
"text": "STARD3--DOK5",
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"columnNumber": 1,
|
|
1801
|
-
"text": "2",
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"columnNumber": 2,
|
|
1805
|
-
"text": "7",
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"columnNumber": 3,
|
|
1809
|
-
"text": "ONLY_REF_SPLICE",
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"columnNumber": 4,
|
|
1813
|
-
"text": "STARD3^ENSG00000131748.11",
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"columnNumber": 5,
|
|
1817
|
-
"text": "chr17:37793484:+",
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"columnNumber": 6,
|
|
1821
|
-
"text": "DOK5^ENSG00000101134.7",
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"columnNumber": 7,
|
|
1825
|
-
"text": "chr20:53259997:+",
|
|
1826
|
-
},
|
|
1827
|
-
{
|
|
1828
|
-
"columnNumber": 8,
|
|
1829
|
-
"text": "NO_LDAS",
|
|
1830
|
-
},
|
|
1831
|
-
{
|
|
1832
|
-
"columnNumber": 9,
|
|
1833
|
-
"text": "1790.6885",
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"columnNumber": 10,
|
|
1837
|
-
"text": "GT",
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"columnNumber": 11,
|
|
1841
|
-
"text": "1.8892",
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"columnNumber": 12,
|
|
1845
|
-
"text": "AG",
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"columnNumber": 13,
|
|
1849
|
-
"text": "1.9656",
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"columnNumber": 14,
|
|
1853
|
-
"text": "["FA_CancerSupp","CCLE","INTERCHROMOSOMAL[chr17--chr20]"]",
|
|
1854
|
-
},
|
|
1855
|
-
],
|
|
1856
|
-
"extendedData": {
|
|
1857
|
-
"feature": {
|
|
1858
|
-
"FFPM": 1790.6885,
|
|
1859
|
-
"FusionName": "STARD3--DOK5",
|
|
1860
|
-
"JunctionReadCount": 2,
|
|
1861
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
1862
|
-
"LeftBreakDinuc": "GT",
|
|
1863
|
-
"LeftBreakEntropy": 1.8892,
|
|
1864
|
-
"LeftGene": "STARD3^ENSG00000131748.11",
|
|
1865
|
-
"RightBreakDinuc": "AG",
|
|
1866
|
-
"RightBreakEntropy": 1.9656,
|
|
1867
|
-
"RightGene": "DOK5^ENSG00000101134.7",
|
|
1868
|
-
"SpanningFragCount": 7,
|
|
1869
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1870
|
-
"annots": "["FA_CancerSupp","CCLE","INTERCHROMOSOMAL[chr17--chr20]"]",
|
|
1871
|
-
"end": 37793484,
|
|
1872
|
-
"mate": {
|
|
1873
|
-
"end": 53259997,
|
|
1874
|
-
"refName": "chr20",
|
|
1875
|
-
"start": 53259997,
|
|
1876
|
-
"strand": 1,
|
|
1877
|
-
},
|
|
1878
|
-
"refName": "chr17",
|
|
1879
|
-
"start": 37793484,
|
|
1880
|
-
"strand": 1,
|
|
1881
|
-
"uniqueId": "sf-19",
|
|
1882
|
-
},
|
|
1883
|
-
},
|
|
1884
|
-
"id": "19",
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"cells": [
|
|
1888
|
-
{
|
|
1889
|
-
"columnNumber": 0,
|
|
1890
|
-
"text": "DIDO1--TTI1",
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"columnNumber": 1,
|
|
1894
|
-
"text": "1",
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"columnNumber": 2,
|
|
1898
|
-
"text": "10",
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
"columnNumber": 3,
|
|
1902
|
-
"text": "ONLY_REF_SPLICE",
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"columnNumber": 4,
|
|
1906
|
-
"text": "DIDO1^ENSG00000101191.12",
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"columnNumber": 5,
|
|
1910
|
-
"text": "chr20:61569148:-",
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"columnNumber": 6,
|
|
1914
|
-
"text": "TTI1^ENSG00000101407.8",
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"columnNumber": 7,
|
|
1918
|
-
"text": "chr20:36642259:-",
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"columnNumber": 8,
|
|
1922
|
-
"text": "NO_LDAS",
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"columnNumber": 9,
|
|
1926
|
-
"text": "2188.6192",
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"columnNumber": 10,
|
|
1930
|
-
"text": "GT",
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"columnNumber": 11,
|
|
1934
|
-
"text": "1.6402",
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"columnNumber": 12,
|
|
1938
|
-
"text": "AG",
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"columnNumber": 13,
|
|
1942
|
-
"text": "1.9329",
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"columnNumber": 14,
|
|
1946
|
-
"text": "["FA_CancerSupp","ChimerSeq","CCLE","INTRACHROMOSOMAL[chr20:24.85Mb]"]",
|
|
1947
|
-
},
|
|
1948
|
-
],
|
|
1949
|
-
"extendedData": {
|
|
1950
|
-
"feature": {
|
|
1951
|
-
"FFPM": 2188.6192,
|
|
1952
|
-
"FusionName": "DIDO1--TTI1",
|
|
1953
|
-
"JunctionReadCount": 1,
|
|
1954
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
1955
|
-
"LeftBreakDinuc": "GT",
|
|
1956
|
-
"LeftBreakEntropy": 1.6402,
|
|
1957
|
-
"LeftGene": "DIDO1^ENSG00000101191.12",
|
|
1958
|
-
"RightBreakDinuc": "AG",
|
|
1959
|
-
"RightBreakEntropy": 1.9329,
|
|
1960
|
-
"RightGene": "TTI1^ENSG00000101407.8",
|
|
1961
|
-
"SpanningFragCount": 10,
|
|
1962
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
1963
|
-
"annots": "["FA_CancerSupp","ChimerSeq","CCLE","INTRACHROMOSOMAL[chr20:24.85Mb]"]",
|
|
1964
|
-
"end": 61569148,
|
|
1965
|
-
"mate": {
|
|
1966
|
-
"end": 36642259,
|
|
1967
|
-
"refName": "chr20",
|
|
1968
|
-
"start": 36642259,
|
|
1969
|
-
"strand": -1,
|
|
1970
|
-
},
|
|
1971
|
-
"refName": "chr20",
|
|
1972
|
-
"start": 61569148,
|
|
1973
|
-
"strand": -1,
|
|
1974
|
-
"uniqueId": "sf-20",
|
|
1975
|
-
},
|
|
1976
|
-
},
|
|
1977
|
-
"id": "20",
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
"cells": [
|
|
1981
|
-
{
|
|
1982
|
-
"columnNumber": 0,
|
|
1983
|
-
"text": "DIDO1--TTI1",
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"columnNumber": 1,
|
|
1987
|
-
"text": "1",
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"columnNumber": 2,
|
|
1991
|
-
"text": "10",
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"columnNumber": 3,
|
|
1995
|
-
"text": "ONLY_REF_SPLICE",
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"columnNumber": 4,
|
|
1999
|
-
"text": "DIDO1^ENSG00000101191.12",
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"columnNumber": 5,
|
|
2003
|
-
"text": "chr20:61569148:-",
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"columnNumber": 6,
|
|
2007
|
-
"text": "TTI1^ENSG00000101407.8",
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
"columnNumber": 7,
|
|
2011
|
-
"text": "chr20:36634799:-",
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"columnNumber": 8,
|
|
2015
|
-
"text": "NO_LDAS",
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"columnNumber": 9,
|
|
2019
|
-
"text": "2188.6192",
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"columnNumber": 10,
|
|
2023
|
-
"text": "GT",
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"columnNumber": 11,
|
|
2027
|
-
"text": "1.6402",
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
"columnNumber": 12,
|
|
2031
|
-
"text": "AG",
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"columnNumber": 13,
|
|
2035
|
-
"text": "1.8892",
|
|
2036
|
-
},
|
|
2037
|
-
{
|
|
2038
|
-
"columnNumber": 14,
|
|
2039
|
-
"text": "["FA_CancerSupp","ChimerSeq","CCLE","INTRACHROMOSOMAL[chr20:24.85Mb]"]",
|
|
2040
|
-
},
|
|
2041
|
-
],
|
|
2042
|
-
"extendedData": {
|
|
2043
|
-
"feature": {
|
|
2044
|
-
"FFPM": 2188.6192,
|
|
2045
|
-
"FusionName": "DIDO1--TTI1",
|
|
2046
|
-
"JunctionReadCount": 1,
|
|
2047
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
2048
|
-
"LeftBreakDinuc": "GT",
|
|
2049
|
-
"LeftBreakEntropy": 1.6402,
|
|
2050
|
-
"LeftGene": "DIDO1^ENSG00000101191.12",
|
|
2051
|
-
"RightBreakDinuc": "AG",
|
|
2052
|
-
"RightBreakEntropy": 1.8892,
|
|
2053
|
-
"RightGene": "TTI1^ENSG00000101407.8",
|
|
2054
|
-
"SpanningFragCount": 10,
|
|
2055
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
2056
|
-
"annots": "["FA_CancerSupp","ChimerSeq","CCLE","INTRACHROMOSOMAL[chr20:24.85Mb]"]",
|
|
2057
|
-
"end": 61569148,
|
|
2058
|
-
"mate": {
|
|
2059
|
-
"end": 36634799,
|
|
2060
|
-
"refName": "chr20",
|
|
2061
|
-
"start": 36634799,
|
|
2062
|
-
"strand": -1,
|
|
2063
|
-
},
|
|
2064
|
-
"refName": "chr20",
|
|
2065
|
-
"start": 61569148,
|
|
2066
|
-
"strand": -1,
|
|
2067
|
-
"uniqueId": "sf-21",
|
|
2068
|
-
},
|
|
2069
|
-
},
|
|
2070
|
-
"id": "21",
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"cells": [
|
|
2074
|
-
{
|
|
2075
|
-
"columnNumber": 0,
|
|
2076
|
-
"text": "BRD4--RFX1",
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"columnNumber": 1,
|
|
2080
|
-
"text": "1",
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"columnNumber": 2,
|
|
2084
|
-
"text": "8",
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"columnNumber": 3,
|
|
2088
|
-
"text": "ONLY_REF_SPLICE",
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"columnNumber": 4,
|
|
2092
|
-
"text": "BRD4^ENSG00000141867.13",
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"columnNumber": 5,
|
|
2096
|
-
"text": "chr19:15443101:-",
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"columnNumber": 6,
|
|
2100
|
-
"text": "RFX1^ENSG00000132005.4",
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"columnNumber": 7,
|
|
2104
|
-
"text": "chr19:14109129:-",
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"columnNumber": 8,
|
|
2108
|
-
"text": "NO_LDAS",
|
|
2109
|
-
},
|
|
2110
|
-
{
|
|
2111
|
-
"columnNumber": 9,
|
|
2112
|
-
"text": "1790.6884",
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"columnNumber": 10,
|
|
2116
|
-
"text": "GT",
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"columnNumber": 11,
|
|
2120
|
-
"text": "1.9086",
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
"columnNumber": 12,
|
|
2124
|
-
"text": "AG",
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"columnNumber": 13,
|
|
2128
|
-
"text": "1.8892",
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"columnNumber": 14,
|
|
2132
|
-
"text": "["CCLE","FA_CancerSupp","INTRACHROMOSOMAL[chr19:1.23Mb]"]",
|
|
2133
|
-
},
|
|
2134
|
-
],
|
|
2135
|
-
"extendedData": {
|
|
2136
|
-
"feature": {
|
|
2137
|
-
"FFPM": 1790.6884,
|
|
2138
|
-
"FusionName": "BRD4--RFX1",
|
|
2139
|
-
"JunctionReadCount": 1,
|
|
2140
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
2141
|
-
"LeftBreakDinuc": "GT",
|
|
2142
|
-
"LeftBreakEntropy": 1.9086,
|
|
2143
|
-
"LeftGene": "BRD4^ENSG00000141867.13",
|
|
2144
|
-
"RightBreakDinuc": "AG",
|
|
2145
|
-
"RightBreakEntropy": 1.8892,
|
|
2146
|
-
"RightGene": "RFX1^ENSG00000132005.4",
|
|
2147
|
-
"SpanningFragCount": 8,
|
|
2148
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
2149
|
-
"annots": "["CCLE","FA_CancerSupp","INTRACHROMOSOMAL[chr19:1.23Mb]"]",
|
|
2150
|
-
"end": 15443101,
|
|
2151
|
-
"mate": {
|
|
2152
|
-
"end": 14109129,
|
|
2153
|
-
"refName": "chr19",
|
|
2154
|
-
"start": 14109129,
|
|
2155
|
-
"strand": -1,
|
|
2156
|
-
},
|
|
2157
|
-
"refName": "chr19",
|
|
2158
|
-
"start": 15443101,
|
|
2159
|
-
"strand": -1,
|
|
2160
|
-
"uniqueId": "sf-22",
|
|
2161
|
-
},
|
|
2162
|
-
},
|
|
2163
|
-
"id": "22",
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"cells": [
|
|
2167
|
-
{
|
|
2168
|
-
"columnNumber": 0,
|
|
2169
|
-
"text": "BRD4--RFX1",
|
|
2170
|
-
},
|
|
2171
|
-
{
|
|
2172
|
-
"columnNumber": 1,
|
|
2173
|
-
"text": "1",
|
|
2174
|
-
},
|
|
2175
|
-
{
|
|
2176
|
-
"columnNumber": 2,
|
|
2177
|
-
"text": "8",
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"columnNumber": 3,
|
|
2181
|
-
"text": "ONLY_REF_SPLICE",
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
"columnNumber": 4,
|
|
2185
|
-
"text": "BRD4^ENSG00000141867.13",
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"columnNumber": 5,
|
|
2189
|
-
"text": "chr19:15443101:-",
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"columnNumber": 6,
|
|
2193
|
-
"text": "RFX1^ENSG00000132005.4",
|
|
2194
|
-
},
|
|
2195
|
-
{
|
|
2196
|
-
"columnNumber": 7,
|
|
2197
|
-
"text": "chr19:14094407:-",
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"columnNumber": 8,
|
|
2201
|
-
"text": "NO_LDAS",
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
"columnNumber": 9,
|
|
2205
|
-
"text": "1790.6884",
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"columnNumber": 10,
|
|
2209
|
-
"text": "GT",
|
|
2210
|
-
},
|
|
2211
|
-
{
|
|
2212
|
-
"columnNumber": 11,
|
|
2213
|
-
"text": "1.9086",
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"columnNumber": 12,
|
|
2217
|
-
"text": "AG",
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"columnNumber": 13,
|
|
2221
|
-
"text": "1.8295",
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"columnNumber": 14,
|
|
2225
|
-
"text": "["CCLE","FA_CancerSupp","INTRACHROMOSOMAL[chr19:1.23Mb]"]",
|
|
2226
|
-
},
|
|
2227
|
-
],
|
|
2228
|
-
"extendedData": {
|
|
2229
|
-
"feature": {
|
|
2230
|
-
"FFPM": 1790.6884,
|
|
2231
|
-
"FusionName": "BRD4--RFX1",
|
|
2232
|
-
"JunctionReadCount": 1,
|
|
2233
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
2234
|
-
"LeftBreakDinuc": "GT",
|
|
2235
|
-
"LeftBreakEntropy": 1.9086,
|
|
2236
|
-
"LeftGene": "BRD4^ENSG00000141867.13",
|
|
2237
|
-
"RightBreakDinuc": "AG",
|
|
2238
|
-
"RightBreakEntropy": 1.8295,
|
|
2239
|
-
"RightGene": "RFX1^ENSG00000132005.4",
|
|
2240
|
-
"SpanningFragCount": 8,
|
|
2241
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
2242
|
-
"annots": "["CCLE","FA_CancerSupp","INTRACHROMOSOMAL[chr19:1.23Mb]"]",
|
|
2243
|
-
"end": 15443101,
|
|
2244
|
-
"mate": {
|
|
2245
|
-
"end": 14094407,
|
|
2246
|
-
"refName": "chr19",
|
|
2247
|
-
"start": 14094407,
|
|
2248
|
-
"strand": -1,
|
|
2249
|
-
},
|
|
2250
|
-
"refName": "chr19",
|
|
2251
|
-
"start": 15443101,
|
|
2252
|
-
"strand": -1,
|
|
2253
|
-
"uniqueId": "sf-23",
|
|
2254
|
-
},
|
|
2255
|
-
},
|
|
2256
|
-
"id": "23",
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"cells": [
|
|
2260
|
-
{
|
|
2261
|
-
"columnNumber": 0,
|
|
2262
|
-
"text": "TRPC4AP--MRPL45",
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"columnNumber": 1,
|
|
2266
|
-
"text": "1",
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"columnNumber": 2,
|
|
2270
|
-
"text": "8",
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"columnNumber": 3,
|
|
2274
|
-
"text": "ONLY_REF_SPLICE",
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"columnNumber": 4,
|
|
2278
|
-
"text": "TRPC4AP^ENSG00000100991.7",
|
|
2279
|
-
},
|
|
2280
|
-
{
|
|
2281
|
-
"columnNumber": 5,
|
|
2282
|
-
"text": "chr20:33665849:-",
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"columnNumber": 6,
|
|
2286
|
-
"text": "MRPL45^ENSG00000174100.5",
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"columnNumber": 7,
|
|
2290
|
-
"text": "chr17:36478009:+",
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"columnNumber": 8,
|
|
2294
|
-
"text": "NO_LDAS",
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"columnNumber": 9,
|
|
2298
|
-
"text": "1790.6884",
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"columnNumber": 10,
|
|
2302
|
-
"text": "GT",
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"columnNumber": 11,
|
|
2306
|
-
"text": "1.6895",
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
"columnNumber": 12,
|
|
2310
|
-
"text": "AG",
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"columnNumber": 13,
|
|
2314
|
-
"text": "1.9086",
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"columnNumber": 14,
|
|
2318
|
-
"text": "["CCLE","Klijn_CellLines","FA_CancerSupp","INTERCHROMOSOMAL[chr20--chr17]"]",
|
|
2319
|
-
},
|
|
2320
|
-
],
|
|
2321
|
-
"extendedData": {
|
|
2322
|
-
"feature": {
|
|
2323
|
-
"FFPM": 1790.6884,
|
|
2324
|
-
"FusionName": "TRPC4AP--MRPL45",
|
|
2325
|
-
"JunctionReadCount": 1,
|
|
2326
|
-
"LargeAnchorSupport": "NO_LDAS",
|
|
2327
|
-
"LeftBreakDinuc": "GT",
|
|
2328
|
-
"LeftBreakEntropy": 1.6895,
|
|
2329
|
-
"LeftGene": "TRPC4AP^ENSG00000100991.7",
|
|
2330
|
-
"RightBreakDinuc": "AG",
|
|
2331
|
-
"RightBreakEntropy": 1.9086,
|
|
2332
|
-
"RightGene": "MRPL45^ENSG00000174100.5",
|
|
2333
|
-
"SpanningFragCount": 8,
|
|
2334
|
-
"SpliceType": "ONLY_REF_SPLICE",
|
|
2335
|
-
"annots": "["CCLE","Klijn_CellLines","FA_CancerSupp","INTERCHROMOSOMAL[chr20--chr17]"]",
|
|
2336
|
-
"end": 33665849,
|
|
2337
|
-
"mate": {
|
|
2338
|
-
"end": 36478009,
|
|
2339
|
-
"refName": "chr17",
|
|
2340
|
-
"start": 36478009,
|
|
2341
|
-
"strand": 1,
|
|
2342
|
-
},
|
|
2343
|
-
"refName": "chr20",
|
|
2344
|
-
"start": 33665849,
|
|
2345
|
-
"strand": -1,
|
|
2346
|
-
"uniqueId": "sf-24",
|
|
2347
|
-
},
|
|
2348
|
-
},
|
|
2349
|
-
"id": "24",
|
|
2350
|
-
},
|
|
2351
|
-
],
|
|
2352
|
-
},
|
|
2353
|
-
}
|
|
2354
|
-
`;
|