vibing
v0.1.0
Published
Experimental RNA structure drawing in typescript
Downloads
6
Readme
VIBING
Varna Implemented as a Browser Interface for Nucleic acid Graphing
Ved's attempt at using Typescript to write a pure Javascript RNA secondary structure drawing app. Play around with it here: https://vedtopkar.github.io/vibing
Demo

Use the GUI
Using the following inputs:
AAAAAGGGGGAAGGGGAAACCCAAGGGGAAACCCACCCCCAAAAAAAAAAGGGGGGAAAAAAACCACCCAAAAA
.....(((((..(((....)))..(((....))).)))))..........(((((........)).))).....We get:

Use as CLI utility
You can install this package with npm. First, install node.js. On MacOS you can just do a quick brew install node.
Once you have node (and thus npm) installed, you can install this package as a global CLI utility by running:
npm install -g vibingLocal Development
Clone:
git clone https://github.com/vedtopkar/vibing.gitInstall npm module dependencies:
cd vibing && yarn installFor development, start the parcel server with yarn:
yarn watchYour page will reload every time you hit save on a modified .ts or .html file.
Dependencies
Feature TODOs
- ~~Implement pan mouse functionality~~
- Figure out robust vertical text centering for nucleotides
- ~~Implement interactive flipping stems around baseline~~
- ~~Scale up terminal loop radius for large-sequence loops~~
- ~~Abstract away global variables for drawing config~~
- ~~Split up drawing scripts for each element type~~
- ~~Update stem drawing for arbitrary angles~~
- ~~Implement drawing bulges~~
- ~~Implement drawing internal loops~~
- ~~Implement drawing multi-loops~~
- ~~Implement zoom mouse functionality~~
- ~~Implement interactive stem moving at bulges~~
- ~~Implement interactive stem moving at internal loops~~
- ~~Implement interactive stem moving at multi-loops~~
