Skip to content

calugo/RNA-NETS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THREE.JS GENETIC CODE NEUTRAL NETWORKS EXPLORER

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.

There is a link on the top of this page and here and a pretty jupyter notebook to generate pretty images of each aminoacid's connections here.

Cheers!