-
Notifications
You must be signed in to change notification settings - Fork 7
/
2_staple_2_helix_modifications.sc
89 lines (89 loc) · 2.79 KB
/
2_staple_2_helix_modifications.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
{
"version": "0.19.0",
"grid": "square",
"helices": [
{"grid_position": [0, 0]},
{"grid_position": [0, 1]}
],
"modifications_in_design": {
"/5Biosg/": {
"display_text": "B",
"vendor_code": "/5Biosg/",
"display_connector": false,
"location": "5'"
},
"/3Bio/": {
"display_text": "B",
"vendor_code": "/3Bio/",
"display_connector": false,
"location": "3'"
},
"/iBiodT/": {
"display_text": "B",
"vendor_code": "/iBiodT/",
"display_connector": false,
"location": "internal",
"allowed_bases": ["T"]
},
"/iCy3/": {
"display_text": "Cy3",
"vendor_code": "/iCy3/",
"display_connector": false,
"location": "internal"
},
"/iCy5/": {
"display_text": "Cy5",
"vendor_code": "/iCy5/",
"display_connector": false,
"location": "internal"
},
"/3Cy3Sp/": {
"display_text": "Cy3",
"vendor_code": "/3Cy3Sp/",
"display_connector": false,
"location": "3'"
},
"/5Cy5/": {
"display_text": "Cy5",
"vendor_code": "/5Cy5/",
"display_connector": false,
"location": "5'"
}
},
"strands": [
{
"color": "#0066cc",
"sequence": "AACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTAACTA",
"domains": [
{"helix": 1, "forward": false, "start": 0, "end": 16, "deletions": [12], "insertions": [[2, 1]]},
{"helix": 0, "forward": true, "start": 0, "end": 32, "deletions": [11, 12, 24], "insertions": [[29, 1]]},
{"helix": 1, "forward": false, "start": 16, "end": 32, "deletions": [24]}
],
"5prime_modification": "/5Biosg/",
"3prime_modification": "/3Cy3Sp/",
"internal_modifications": {"5": "/iCy5/", "32": "/iCy3/"}
},
{
"color": "#f74308",
"sequence": "AGTTAGTTAGTTAGTTTTAGTTAGTTAGTT",
"domains": [
{"helix": 1, "forward": true, "start": 0, "end": 16, "deletions": [12], "insertions": [[2, 1]]},
{"helix": 0, "forward": false, "start": 0, "end": 16, "deletions": [11, 12]}
],
"5prime_modification": "/5Biosg/",
"3prime_modification": "/3Cy3Sp/",
"internal_modifications": {"9": "/iCy3/", "10": "/iBiodT/", "11": "/iCy3/", "12": "/iCy5/", "4": "/iCy3/", "26": "/iCy5/"}
},
{
"color": "#57bb00",
"sequence": "TTAGTTAGTTAGTTAGTAGTTAGTTAGTTAG",
"domains": [
{"helix": 0, "forward": false, "start": 16, "end": 32, "deletions": [24], "insertions": [[29, 1]]},
{"helix": 1, "forward": true, "start": 16, "end": 32, "deletions": [24]}
],
"5prime_modification": "/5Cy5/",
"3prime_modification": "/3Bio/",
"internal_modifications": {"5": "/iCy3/"}
}
]
}