-
Notifications
You must be signed in to change notification settings - Fork 7
/
3_helix_deletions_insertions.sc
90 lines (90 loc) · 2.6 KB
/
3_helix_deletions_insertions.sc
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
{
"version": "0.19.0",
"grid": "square",
"helices": [
{"grid_position": [0, 0]},
{"grid_position": [0, 1]},
{"grid_position": [0, 2]}
],
"strands": [
{
"color": "#0066cc",
"sequence": "AACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACT",
"domains": [
{"helix": 1, "forward": false, "start": 0, "end": 16, "deletions": [12], "insertions": [[6, 3]]},
{"helix": 0, "forward": true, "start": 0, "end": 32, "deletions": [11, 12, 24], "insertions": [[6, 1], [18, 2]]},
{"loopout": 3},
{"helix": 1, "forward": false, "start": 16, "end": 32, "deletions": [24], "insertions": [[18, 4]]}
],
"is_scaffold": true
},
{
"color": "#f74308",
"sequence": "TTAGTTAGTTAGTTAGTTTAGTTAGTTAGTTAG",
"domains": [
{"helix": 1, "forward": true, "start": 0, "end": 16, "deletions": [12], "insertions": [[6, 3]]},
{"helix": 0, "forward": false, "start": 0, "end": 16, "deletions": [11, 12], "insertions": [[6, 1]]}
]
},
{
"color": "#57bb00",
"sequence": "TTAGTTAGTTAGTTAGTAGTTAGTTAGTTAGTTAGT",
"domains": [
{"helix": 0, "forward": false, "start": 16, "end": 32, "deletions": [24], "insertions": [[18, 2]]},
{"helix": 1, "forward": true, "start": 16, "end": 32, "deletions": [24], "insertions": [[18, 4]]}
]
},
{
"color": "#888888",
"sequence": "AACTAACTAACTAACT",
"domains": [
{"helix": 1, "forward": true, "start": 32, "end": 48}
]
},
{
"color": "#32b86c",
"sequence": "GGTAGGTAGGTAGGTA",
"domains": [
{"helix": 1, "forward": true, "start": 48, "end": 64}
]
},
{
"color": "#333333",
"domains": [
{"helix": 2, "forward": false, "start": 32, "end": 48}
]
},
{
"color": "#320096",
"domains": [
{"helix": 2, "forward": true, "start": 16, "end": 32}
]
},
{
"color": "#03b6a2",
"sequence": "AGTTAGTTAGTTAGTT",
"domains": [
{"helix": 1, "forward": false, "start": 32, "end": 48}
]
},
{
"color": "#7300de",
"sequence": "TACCTACCTACCTACC",
"domains": [
{"helix": 1, "forward": false, "start": 48, "end": 64}
]
},
{
"color": "#aaaa00",
"domains": [
{"helix": 2, "forward": true, "start": 32, "end": 48}
]
},
{
"color": "#b8056c",
"domains": [
{"helix": 2, "forward": true, "start": 0, "end": 16}
]
}
]
}