There was an error while loading. Please reload this page.
1 parent 6b7282d commit 92cbd9fCopy full SHA for 92cbd9f
1 file changed
README.md
@@ -20,6 +20,14 @@ npm run watch
20
|02|entityId|`string`|Entity ID - Example: '3'|
21
|03|chainId|`string`|Chain ID - Example: 'R'|
22
|04|subscribeEvents|`boolean`| Default - `false`|
23
+|05|apiData|`ApiData`| Default - `undefined` |
24
+|06|FR3DData|`JSON`| Default - `undefined` |
25
+
26
+apiData and FR3DData are automatically retrieved using pdbeId, entityId and chainId if not set on options
27
28
+See data examples at:
29
+- APIData: https://www.ebi.ac.uk/pdbe/static/entry/7v08_4_3.json
30
+- FR3DData: https://www.ebi.ac.uk/pdbe/static/entry/7v08_3_basepair.json
31
32
## Web app implementation
33
**Refer index.html and component.html for implementation example**
0 commit comments