Skip to content

structuralState information for complexes not available via MINERVA API

The structuralState information for complexes doesn't seem to be available via MINERVA API.

I have a few examples from the PAMP signalling pathway (COVID-19 Disease Map).

The CellDesigner XML contains structural state information for the complexes. However, the json received via MINERVA API doesn't. It just says "structuralState": null.

TANK:TRAF3:IKBKE

<celldesigner:state>
	<celldesigner:listOfStructuralStates>
		<celldesigner:structuralState structuralState="activated">activated</celldesigner:structuralState>
	</celldesigner:listOfStructuralStates>
</celldesigner:state>
"elementId": "csa82",
"id": 155728,
"modelId": 919,
"name": "TANK:TRAF3:IKBKE",
"other": {
	"modifications": [],
	"structuralState": null,
	"structures": {}
},

RIPK1:FADD

<celldesigner:state>
	<celldesigner:listOfStructuralStates>
		<celldesigner:structuralState structuralState="activated">activated</celldesigner:structuralState>
	</celldesigner:listOfStructuralStates>
</celldesigner:state>
"elementId": "csa84",
"id": 155725,
"modelId": 919,
"name": "RIPK1:FADD",
"other": {
	"modifications": [],
	"structuralState": null,
	"structures": {}
},

AP1

<celldesigner:state>
	<celldesigner:listOfStructuralStates>
		<celldesigner:structuralState structuralState="activated">activated</celldesigner:structuralState>
	</celldesigner:listOfStructuralStates>
</celldesigner:state>
"elementId": "csa104",
"id": 155781,
"modelId": 919,
"name": "AP1",
"other": {
	"modifications": [],
	"structuralState": null,
	"structures": {}
},

IKK_space_Complex

<celldesigner:state>
	<celldesigner:listOfStructuralStates>
		<celldesigner:structuralState structuralState="activated">activated</celldesigner:structuralState>
	</celldesigner:listOfStructuralStates>
</celldesigner:state>
"elementId": "csa99",
"id": 155699,
"modelId": 919,
"name": "IKK Complex",
"other": {
	"modifications": [],
	"structuralState": null,
	"structures": {}
},

AP1

<celldesigner:state>
	<celldesigner:listOfStructuralStates>
		<celldesigner:structuralState structuralState="activated">activated</celldesigner:structuralState>
	</celldesigner:listOfStructuralStates>
</celldesigner:state>
"elementId": "csa79",
"id": 155687,
"modelId": 919,
"name": "AP1",
"other": {
	"modifications": [],
	"structuralState": null,
	"structures": {}
},