Team:Penn/Software

From 2013.igem.org

(Difference between revisions)
(Created page with "<html lang="en"> <head> <title>modeling</title> <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/> <script ...")
Line 1: Line 1:
<html lang="en">
<html lang="en">
<head>
<head>
-
     <title>modeling</title>
+
 
-
      <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/>
+
     <title>Penn iGEM</title>
-
    <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
+
    <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/> <!--css-->
-
    <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ" type="text/javascript"></script>
+
 
-
<script src="https://googledrive.com/host/0B4ZBZOYYKBzEblVWdXkta245Y0k/" type="text/javascript"> </script> <!--javascript-->
+
<script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script> <!--jquery-->
 +
   
<script>
<script>
         $(document).ready(function($) {
         $(document).ready(function($) {
-
/*load in the sidebar*/
+
$('.nav_wrap').load('https://googledrive.com/host/0B4ZBZOYYKBzEclFHMmpZcVlydmc');
-
$('.left_wrap').load('https://googledrive.com/host/0B4ZBZOYYKBzEclFHMmpZcVlydmc');
+
  });
 +
    </script>
 +
</head>
-
          });
 
-
    </script>   
 
-
<style>
 
-
           
 
-
       
 
-
   
 
-
       
 
-
    </style>
 
-
</head>
 
<body>
<body>
-
<img src="http://upload.wikimedia.org/wikipedia/en/d/d6/IGEM_official_logo.png" id="igem"/><!--igem logo-->
+
<div id = "banner_wrap">
-
<img src="http://collegediabetesnetwork.org/wp-content/uploads/2012/07/UPenn_logo1.png" id="penn"/> <!--penn logo-->
+
<div class = "banner"></div>
-
  <div class="left_wrap">
+
</div>
-
   
+
<div id = "nav_holder">
-
 
+
<div class = "nav_wrap"></div>
-
  <!-- <div class="logo-wrap"><img src="https://googledrive.com/host/0B4ZBZOYYKBzEUlI3ZDU2OGRrc1E" id="penn"/></div><!--penn logo-->
+
</div>
-
   
+
</div>
-
   
+
<div id="text">
-
   
+
<div class = "textwrap">
-
   
+
-
    <div class="section-title" style="left: 20px;">modeling</div>
+
-
    </div>
+
<b><center><h1>
-
    <div class="section1" style="background-position: top;">
+
-
        <div class="text">
+
-
            <b><center><h1>
+
MaGellin
MaGellin
</b></center></h1>
</b></center></h1>
Line 75: Line 64:
         </div>
         </div>
     </div>
     </div>
-
   
 
    
    

Revision as of 02:21, 27 October 2013

Penn iGEM

MaGellin


Open Source Automated, Quantifiable DNA Analysis for our Assay

MaGellin is a MATLAB script that uses computer vision algorithms to calculate the location and intensity of DNA bands. It also has a bioinformatics module to compare the lengths of bands with the expected lengths, based on the methylation sensitivity of the enzymes and the plasmid of the sequence. So, MaGellin is more than another gel quantifier - it interprets the biological meaning of the band lengths and returns experimentally relevant analyses. MaGellin is crucial for our workflow because it allows for clear input/output. Since our restriction digests always yield bands in predictable locations, MaGellin eliminates user bias and standardizes data sets across trials and labs, accelerating the pace of discovery.

MaGellin converts gel images into standardized data sets, making data analysis quick, easy and unbiased.


A User-friendly GUI that is easy to navigate makes it ideal for first time users.


The bioinformatics module simulates DNA digestion, so you know what bands to expect before even touching a pipette.


Computer vision algorithm calculates location and intensity of DNA bands.


SkyDrive provides open access to data and encourages collaborations. MaGellin is the interface to our assay, and it acts to abstract our plasmid system the same way a programming language abstracts computer hardware.