You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2019. It is now read-only.
blakesweeney edited this page Mar 6, 2013
·
1 revision
RNA2D.js API
This is overviews of the API and important concepts in the library.
Components
Components are a way of keeping common behavior and configuration for one thing in one place.
Nucleotides
This component contains everything needed to configure the display and actions for a nucleotide.
getSequence
highlight
normalize
mouseover
mouseout
click
color
class
classOf
highlightColor
Interactions
Motifs
Brush
Jmol
This is an interface to the jmolTools jquery plugin. As such, using this plugin requires that jquery and jmolTools be loaded.
Views
A view is a way to display the 2D structure. The purpose of a view is to separate out the code that lays everything out in one particular way from the parts that