Coder Social home page Coder Social logo

dnaviewer's Introduction

DNAViewer

Experimental application for viewing DNA in interesting ways.

How it Works

DNA is composed of four molecules. {T, C, G, A} we wont get into the names but at least the initial concept works as follows.

start drawing a line-strip made up of points

for each `molecule` in DNA-sequence:

  if the `molecule` is 'T'
    move X to the right one
  if the `molecule` is 'T'
    move X to the left one
  if the `molecule` is 'G'
    move Y to down one
  if the `molecule` is 'A'
    move Y to up one
  
  draw the current point / line

The key to this project going forward is to come up with much more intuitive ways of visualizing the data. This will involve reasearching DNA and talking to people familiar with the problem space.

Common DNA Sequences

Other future improvements include 3-dimensionality to the concept.

Experimental Data Set

Screenshots

Second screenshot captured just after adding basic 3d viewing.

ScreenshotTwo

The first screenshot to be generated from the very first sequence of ECOLI. What's fascinating about this is the near complete cirle that is formed -- there is an infinte number of ways to NOT create something semi-circular; I'm very curious to see what the beginning of other DNA sequences yeild.

ScreenshotOne

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.