Skip to content

calugo/RNA-NETS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THREE.JS GENETIC CODE NEUTRAL NETWORKS EXPLORERS.

This repo contains the demo codes for the network spanned by the genetic code. Two versions are coontained:

Viewer I - Genetic code in full three dimensions.

alt text

Viewer II. Genetic code in two dimensions.

alt text

This is the network of codons gruped according to the aminoacid they belong to.

Each node represents a codon and it is connected to those codons one mutation away.

Use the mouse to highlight a codon and the links to its neighbours, the links higlighted in blue are links to codons in the same aminoacid and links highlighted black are to neighbour codons in other aminoacids.

Use the mouse to interact with the network as follows:

  1. Left button: Rotate the view.

  2. Center button or track-wheel: Zoom in or out.

  3. Right button: Translate the view to right or to the left.

The recommended way to play with the viewer, is on a full screen, which can be accessed here and a legacy version with draggable nodes here

A jupyter notebook to generate pretty images of each aminoacid's connections here.

Cheers!