-
Notifications
You must be signed in to change notification settings - Fork 0
/
small.json
42 lines (41 loc) · 1.18 KB
/
small.json
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
[{
"version": "RIFv1.0",
"ID": "6561bahas87y",
"class": "RNA-RNA",
"type": "basepairing",
"evidence": [{
"type": "Direct Duplex Detection",
"method": "RANnue",
"command": "RNAnue -minfraglen 18 -minlen 36 -sitelenratio 0.3",
"data": {
"complementarity": {
"unit": "gcs",
"value": 0.8
}
}
}],
"partners": [
{
"name": "dsrA",
"symbol": "dsrA",
"type": "small_regulatory_ncRNA",
"genomic_coordinates": "chr1:+:2025223-2025313",
"organism_name": "Escherichia coli K-12 MG1655",
"organism_acc": "NC_000913",
"local_sites": {
"rpoS":[[25,32],[10,17]]
}
},
{
"name": "rpoS",
"symbol": "rpoS",
"type": "mRNA",
"genomic_coordinates": "chr1:-:2866559-2867551",
"organism_name": "Escherichia coli K-12 MG1655",
"organism_acc": "NC_000913",
"local_sites":{
"dsrA":[[70,83],[19,32]]
}
}
]
}]