https://github.com/pdbeurope/pdb-rna-viewer
The PDB RNA viewer depicts the secondary structure of a RNA in a 2D representation
https://github.com/pdbeurope/pdb-rna-viewer
Last synced: 3 months ago
JSON representation
The PDB RNA viewer depicts the secondary structure of a RNA in a 2D representation
- Host: GitHub
- URL: https://github.com/pdbeurope/pdb-rna-viewer
- Owner: PDBeurope
- License: other
- Created: 2021-10-15T12:45:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T10:19:46.000Z (over 2 years ago)
- Last Synced: 2025-04-12T07:39:31.877Z (6 months ago)
- Language: TypeScript
- Size: 435 KB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDB RNA Viewer
## Building & Running locally
```JS
npm install
npm run build
npm run serve
```## Build automatically on file save
```JS
npm run watch
```## Plugin parameters (options)
|No.|Option|Value|Details|
|---|---|---|---|
|01|pdbeId|`string`|PDB ID - Example: '3l3c'|
|02|entityId|`string`|Entity ID - Example: '3'|
|03|chainId|`string`|Chain ID - Example: 'R'|
|04|subscribeEvents|`boolean`| Default - `false`|## Web app implementation
**Refer index.html and component.html for implementation example**