Team:Goettingen/Project/Bioinformatical Tool

From 2012.igem.org

(Difference between revisions)
 
(26 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr" lang="en"><head>
+
{{GoettingenHeader|deu=Team:Goettingen/Project/Bioinformatical Tool|eng=Team:Goettingen/Project/Bioinformatical Tool}}
-
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
{{GoettingenBlue}}
-
                                <meta name="keywords" content="Team:Goettingen,Team:Goettingen,Team:Goettingen/Homing coli,Team:Goettingen/Human Practice/Flash coli,Team:Goettingen/Press,Team:Goettingen/Project/General information">
+
-
                <link rel="shortcut icon" href="https://2012.igem.org/favicon.ico">
+
-
                <link rel="search" type="application/opensearchdescription+xml" href="https://2012.igem.org/wiki/opensearch_desc.php" title="2012.igem.org (English)">
+
-
                <link title="Creative Commons" type="application/rdf+xml" href="https://2012.igem.org/wiki/index.php?title=Team:Goettingen&amp;action=creativecommons" rel="meta">
+
-
<link rel="alternate" type="application/rss+xml" title="2012.igem.org RSS Feed" href="https://2012.igem.org/wiki/index.php?title=Special:Recentchanges&amp;feed=rss">
+
-
<link rel="alternate" type="application/atom+xml" title="2012.igem.org Atom Feed" href="https://2012.igem.org/wiki/index.php?title=Special:Recentchanges&amp;feed=atom">
+
-
 
+
== Link List of Bioinformatical Tools ==
-
<body class="mediawiki ns-0 ltr page-Team_Goettingen">
+
-
 
+
-
 
+
-
 
+
-
 
+
-
                        <!-- start content -->
+
-
 
+
-
 
+
-
 
+
-
<style>
+
-
h1.firstHeading { display: none; }
+
-
 
+
-
p {text-align: justify;}
+
-
 
+
-
a:link { color: #004080; text-decoration: none}
+
-
a:visited { color:##003090; text-decoration: none}
+
-
a:hover { color:#f29400; text-decoration: none}
+
-
a:active { color:#f29400; text-decoration: none}
+
-
 
+
-
#bodyContent { padding: 10px auto; width: 910px; margin: auto; clear: none; }
+
-
 
+
-
table#team_members { text-align: justify; border: 0; }
+
-
table#team_members h2, table#team_members h3 { clear: both; }
+
-
 
+
-
 
+
-
/*-----------------------------------------------------------------------------------------------*/
+
-
div.MenuBar ul li ul.DropDownMenu {
+
-
  display: none; /* Hides all drop-down menus. */
+
-
 
+
-
}
+
-
/*
+
-
li:hover works in IE7 and FF2.
+
-
a:hover works in IE6 and FF2.
+
-
a:hover breaks li:hover in FF2.
+
-
*/
+
-
div.MenuBar ul li:hover ul.DropDownMenu li ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a ul.SideMenu {
+
-
  display: none; /* Hides all side menus. */
+
-
}
+
-
/*------------------------------------------------------------------------------------- Menu Bar */
+
-
div.MenuBar {
+
-
  font: Verdana;
+
-
  height: 30px;
+
-
  width: 910px;
+
-
  /*width: 100%*/
+
-
  margin: 0;
+
-
  border-top: 0;
+
-
  border-right: 0;
+
-
  border-left: 0;
+
-
  padding: 0;
+
-
  background: #00446b;
+
-
 
+
-
}
+
-
div.MenuBar ul {
+
-
  font: Verdana;
+
-
  text-align: center;
+
-
  list-style-type: none;
+
-
  margin: 0 auto;
+
-
  border: 0;
+
-
  padding: 0;
+
-
  background: #00446b;
+
-
}
+
-
div.MenuBar ul li {
+
-
  font: Verdana;
+
-
  display: block;
+
-
  padding: 0;
+
-
  margin: 0;
+
-
  font-size: 1.3em;
+
-
  float: left;
+
-
  background: #00446b;
+
-
  text-align: center;
+
-
  width: 107px;
+
-
  position: relative; /* Sets the positioning context for each drop-down menu. */
+
-
}
+
-
 
+
-
div.MenuBar ul li a {
+
-
  font: Verdana;
+
-
  display: block;
+
-
  background: #00446b;
+
-
  height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
+
-
  color: white;
+
-
  padding-top: 4px;
+
-
  padding-bottom: 4px;
+
-
  padding-left: 1em; /* Sets the left space between top-level items. */
+
-
  padding-right: 1em; /* Sets the right space between top-level items. */
+
-
  text-decoration: none;
+
-
}
+
-
 
+
-
/*------------------------------------------------------------------------------ Drop-Down Menus */
+
-
div.MenuBar ul li:hover ul.DropDownMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu {
+
-
  display: block;
+
-
  width: 10em; /* Drop-down menu width.
+
-
                  Use MenuTailor.css to customize. */
+
-
  height: 1em;
+
-
  padding: 1px; /* Sets the drop-down menu "effective border" width. */
+
-
  position: absolute;
+
-
  top: 28px; /* Places the drop-down menu under the menu bar.
+
-
                Keep it sync with the menu bar height. */
+
-
  left: 0; /* Aligns the drop-down menu to its top-level item. */
+
-
  background-color: #A3C0E0; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
 
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a {
+
-
  width: 10em; /* Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
  height: 1em;
+
-
  padding-left: 0;
+
-
  padding-right: 0;
+
-
  background-color: #A3C0E0; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
}
+
-
ul.DropDownMenu li a span {
+
-
  display: block;
+
-
  padding-left: 0.75em; /* Sets the left space of each drop-down menu item. */
+
-
  padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */
+
-
  text-align: right; /* Aligns the >> symbol to the right. */
+
-
}
+
-
ul.DropDownMenu li a span span {
+
-
  float: left; /* Aligns the text (back) to the left. */
+
-
  font: 12px Verdana; /* Required for IE55. */
+
-
  height: 20px;
+
-
  color: #FFFFFF;
+
-
}
+
-
/*----------------------------------------------------------------------------------- Side Menus */
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
+
-
  display: block;
+
-
  width: 11em; /* Side menu width.
+
-
                  Use MenuTailor.css to customize. */
+
-
  padding: 1px; /* Sets the side menu "effective border" width. */
+
-
  position: absolute;
+
-
  top: -1px; /* Aligns the side menu to its drop-down menu item.
+
-
                Keep it sync with the side menu "effective border" width. */
+
-
  left: 13em; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
+
-
  width: 11em; /* Keep it sync with the side menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
  font: 12px Verdana; /* Required for IE55. */
+
-
  left: 13em; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
}
+
-
div.MenuBar ul li ul.DropDownMenu li ul.SideMenu li a span {
+
-
  padding-left: 1.5em; /* Sets the left space of each side menu item. */
+
-
  padding-right: 0.5em; /* Sets the right space of each side menu item. */
+
-
  text-align: left;
+
-
  font: 12px Verdana; /* Required for IE55. */
+
-
  left: 13em; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
}
+
-
/*----------------------------------------------------------------------------- Browser Specific */
+
-
* html div.MenuBar ul li a {
+
-
  float: left; /* Required for IE55 and IE6.
+
-
                            Breaks O9.
+
-
                            Hidden (* html) from non-IE browsers. */
+
-
}
+
-
* html ul.DropDownMenu li a:hover {
+
-
  cursor: hand; /* Required for IE55.
+
-
                  Hidden (* html) from non-IE browsers. */
+
-
}
+
-
ul.DropDownMenu li a:hover {
+
-
  cursor: pointer; /* Required for IE6 and IE7.
+
-
                      Hidding it (* html) from non-IE browsers breaks IE7!
+
-
}
+
-
* html div.MenuBar a:hover {
+
-
  text-decoration: none; /* Required for IE55 and IE6.
+
-
                            Hidden (* html) from non-IE browsers. */
+
-
}
+
-
* html div.MenuBar ul li table,
+
-
* html div.MenuBar ul li table td {
+
-
  border: 0; /* Required for IE55 and IE6.
+
-
                Hidden (* html) from non-IE browsers. */
+
-
}
+
-
/*------------------------------------------------------------------------------- Default Colors */
+
-
div.MenuBar {
+
-
  background-color: Menu;
+
-
  border-bottom: 1px solid ButtonShadow;
+
-
}
+
-
div.MenuBar a {
+
-
  background-color: Menu; /* Top-level unselected items. */
+
-
  color: MenuText;
+
-
}
+
-
div.MenuBar ul li:hover a,
+
-
div.MenuBar ul li a:hover {
+
-
  color: #A3C0E0;
+
-
  background-color: Highlight; /* Top-level selected item. */
+
-
  color: HighlightText;
+
-
}
+
-
/*...............................................................................................*/
+
-
div.MenuBar ul li:hover ul.DropDownMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu {
+
-
  background-color: ButtonShadow; /* Sets the drop-down menu "effective border" color. */
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a {
+
-
  background-color: Menu;  Drop-down menu unselected items.
+
-
                            Sets the drop-down menu "effective background" color. */
+
-
  color: MenuText;
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
+
-
  background-color: Highlight; /* Drop-down menu selected item. */
+
-
  color: HighlightText;
+
-
}
+
-
/*...............................................................................................*/
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
+
-
  background-color: ButtonShadow; /* Sets the side menu "effective border" color. */
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
+
-
  background-color: Menu; /* Side menu unselected items.
+
-
                            Sets the side menu "effective background" color. */
+
-
  color: MenuText;
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
+
-
  background-color: Highlight; /* Side menu selected item. */
+
-
  color: HighlightText;
+
-
}
+
-
/*-----------------------------------------------------------------------------------------------*/
+
-
 
+
-
/*-------------------------------------------------------------------------------------- General */
+
-
body {
+
-
  background: white;
+
-
  color: black;
+
-
  margin: 0;
+
-
  border: 0;
+
-
  padding: 0;
+
-
}
+
-
 
+
-
 
+
-
div.MenuBar {
+
-
  font: 13px arial, helvetica, sans-serif;
+
-
}
+
-
div.MenuBar ul {
+
-
  font: 13px arial, helvetica, sans-serif; /* Required for IE55. */
+
-
}
+
-
/*--------------------------------------------------------------------------------------- Colors */
+
-
div.MenuBar {
+
-
  background-color: #0064C8; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
  border-bottom: 1px solid ButtonShadow;
+
-
}
+
-
div.MenuBar a,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
+
-
  background-color: #00446b; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
}
+
-
div.MenuBar ul li:hover a,
+
-
div.MenuBar ul li a:hover,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
+
-
  background-color: #A3C0E0; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
+
-
  background-color: ButtonShadow; /* Sets the drop-down and side menus "effective border" color. */
+
-
}
+
-
/*--------------------------------------------------------------------------------------- Widths */
+
-
/*
+
-
 
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a {
+
-
  width: 15.5em; /* Drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a {
+
-
  width: 14em; /* Drop-down menu width. */
+
-
}
+
-
 
+
-
/*...............................................................................................*/
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
Side Menu #1
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 {
+
-
  left: 15.5em !important; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a {
+
-
  width: 15em; /* Side menu width. */
+
-
}
+
-
/*...............................................................................................*/
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
Side Menu #2
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 {
+
-
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a {
+
-
  width: 7em; /* Side menu width. */
+
-
}
+
-
/*...............................................................................................*/
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
Side Menu #3
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 {
+
-
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a {
+
-
  width: 17em; /* Side menu width. */
+
-
}
+
-
/*...............................................................................................*/
+
-
 
+
-
</style>
+
-
 
+
-
 
+
-
 
+
-
</p><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr" lang="en"><head>
+
-
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
-
                                <meta name="keywords" content="Team:Goettingen,Team:Goettingen,Team:Goettingen/Homing coli,Team:Goettingen/Human Practice/Flash coli,Team:Goettingen/Press,Team:Goettingen/Project/General information">
+
-
                <link rel="shortcut icon" href="https://2012.igem.org/favicon.ico">
+
-
                <link rel="search" type="application/opensearchdescription+xml" href="https://2012.igem.org/wiki/opensearch_desc.php" title="2012.igem.org (English)">
+
-
                <link title="Creative Commons" type="application/rdf+xml" href="https://2012.igem.org/wiki/index.php?title=Team:Goettingen&amp;action=creativecommons" rel="meta">
+
-
<link rel="alternate" type="application/rss+xml" title="2012.igem.org RSS Feed" href="https://2012.igem.org/wiki/index.php?title=Special:Recentchanges&amp;feed=rss">
+
-
<link rel="alternate" type="application/atom+xml" title="2012.igem.org Atom Feed" href="https://2012.igem.org/wiki/index.php?title=Special:Recentchanges&amp;feed=atom">
+
-
 
+
-
 
+
-
<body class="mediawiki ns-0 ltr page-Team_Goettingen">
+
-
 
+
-
 
+
-
 
+
-
 
+
-
                        <!-- start content -->
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<div id="header"><img src="http://www.patrickreinke.de/igem/headpicture_2.jpg" alt="Team Goettingen">
+
-
<br><div class="MenuBar" id="navi">
+
-
        <ul>
+
-
                <li>
+
-
                      <a href="https://2012.igem.org/Team:Goettingen" style="color: white;">Home<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
                        <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                        <ul class="DropDownMenu" id="MB1-DDM2-SM3">
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/News"><span><span>News</span></span></a></li>
+
-
                        <!--<li><a href="https://2012.igem.org/Team:Goettingen/News"><span><span><div style="text-indent:20px;">&#8901; Advisors</div></span></span></a></li> -->
+
-
                        </ul>
+
-
                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
                </li>
+
-
                <li>
+
-
                        <a href="https://2012.igem.org/Team:Goettingen/Team" style="color: white;">Team<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
                        <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                        <ul class="DropDownMenu" id="MB1-DDM5">
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Team"><span><span>Members</span></span></a></li>
+
-
                        <!--<li><a href="https://2012.igem.org/Team:Goettingen/Team#advisor"><span><span><div style="text-indent:20px;">&#8901; Advisors</div></span></span></a></li> -->
+
-
                        <!--<li><a href="https://2012.igem.org/Team:Goettingen/Team#students"><span><span><div style="text-indent:20px;">&#8901; Students</div></span></span></a></li> -->
+
-
                        <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/Team#responsibitlities"><span><span><div style="text-indent:20px;">&#8901; Responsibilities</div></span></span></a></li> -->
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Focus_Groups"><span><span>Focus Groups</span></span></a></li>
+
-
                        <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/groups#group1"><span><span><div style="text-indent:20px;">&#8901; #1 Selection / Swimming</div></span></span></a></li>  -->
+
-
                        <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/groups#group2"><span><span><div style="text-indent:20px;">&#8901; #2 Speed Improvement</div></span></span></a></li>  -->
+
-
                        <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/groups#group3"><span><span><div style="text-indent:20px;">&#8901; #3 Chemoreceptor</div></span></span></a></li>    -->
+
-
                        <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/groups#library"><span><span><div style="text-indent:20px;">&#8901; Library</div></span></span></a></li>            -->
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Seminars"><span><span>Seminars</span></span></a></li>
+
-
                        <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/seminars#announce"><span><span><div style="text-indent:20px;">&#8901; Announcements</div></span></span></a></li>    -->
+
-
                        <!--<li><li><a href="https://2012.igem.org/Team:Goettingen/seminars#presentations"><span><span><div style="text-indent:20px;">&#8901; Past Presentations</div></span></span></a></li> -->
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Work_Impressions"><span><span>Work Impressions</span></span></a></li>
+
-
                        </ul>
+
-
                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
                </li>
+
-
                <li>
+
-
                        <a href="https://2012.igem.org/Team:Goettingen/Project" style="color: white;">Project<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
                        <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                        <ul class="DropDownMenu" id="MB1-DDM2-SM3">
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Project"><span><span>Our Project</span></span></a></li>
+
-
                        <!--<li></li><li><a href="https://2012.igem.org/Team:Goettingen/Chemotaxis"><span><span><div style="text-indent:20px;">&#8901; Chemotaxis</div></span></span></a></li>  -->
+
-
                        <!--<li></li><li><a href="https://2012.igem.org/Team:Goettingen/Poster"><span><span><div style="text-indent:20px;">&#8901; Poster</div></span></span></a></li>    -->
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Project/Materials"><span><span>Materials</span></span></a>
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Project/Methods"><span><span>Methods</span></span></a>
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Project/Computational_Data"><span><span>Computational Data</span></span></a>
+
-
                        <!--</li><li><a href="https://2012.igem.org/Team:Goettingen/Maps"><span><span><div style="text-indent:20px;">&#8901; Maps</div></span></span></a></li>
+
-
                        </li><li><a href="https://2012.igem.org/Team:Goettingen/Sequences"><span><span><div style="text-indent:20px;">&#8901; Sequences</div></span></span></a></li> -->
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Project/Bioinformatical_Tool"><span><span>Bioinformatical Tools</span></span></a>
+
-
                        <li><a href="https://2012.igem.org/Team:Goettingen/Project/Lab_Work_Flow"><span><span>Lab Work Flow</span></span></a>
+
-
                        <!--</li><li><a href="https://2012.igem.org/Team:Goettingen/Maps"><span><span><div style="text-indent:20px;">&#8901; Golden Lab Rules</div></span></span></a></li>
+
-
                        </li><li><a href="https://2012.igem.org/Team:Goettingen/Sequences"><span><span><div style="text-indent:20px;">&#8901; Daily Check List</div></span></span></a></li> -->
+
-
                        </ul>
+
-
                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
                </li>
+
-
 
+
-
                <li>
+
-
                        <a href="https://2012.igem.org/Team:Goettingen/Notebook" style="color: white;">Notebook<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
                        <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                                <ul class="DropDownMenu" id="MB1-DDM2">
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/Notebook"><span><span>Overview</span></span></a></li>
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/Notebook/Summary"><span><span>Summary</span></span></a></li>
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/Notebook/Discussion"><span><span>Discussion</span></span></a></li>
+
-
                                </ul>
+
-
                                <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
                </li>
+
-
                <li>
+
-
                        <a href="https://2012.igem.org/Team:Goettingen/iGEM" style="color: white;">iGEM<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
                        <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                                <ul class="DropDownMenu" id="MB1-DDM6">
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/iGEM"><span><span>What is iGEM?</span></span></a></li>
+
-
                                <!--<li><a href="https://2012.igem.org/Team:Goettingen/BioBrick_System"><span><span>iGEM BioBrick System</span></span></a></li>
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/Part_Registry"><span><span>iGEM Part Registry</span></span></a></li>  -->
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/iGEM/Parts"><span><span>Parts Submitted</span></span></a></li>
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/iGEM/Attributions"><span><span>Attributions</span></span></a></li>
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/iGEM/Saftey"><span><span>Saftey</span></span></a></li>>
+
-
                                </ul>
+
-
                                <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
                </li>
+
-
                <li>
+
-
                        <a href="https://2012.igem.org/Team:Goettingen/Goettingen" style="color: white;">G&ouml;ttingen<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
                        <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                                <ul class="DropDownMenu" id="MB1-DDM5">
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/Goettingen"><span><span>City</span></span></a></li>
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/Goettingen/University"><span><span>Georg-August-University</span></span></a></li>
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/Goettingen/MPI"><span><span>Max-Planck-Institute</span></span></a></li>
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/Goettingen/S1-Demo_Lab"><span><span>S1-Demo Lab</span></span></a></li>
+
-
 
+
-
                        <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
                                </li>
+
-
 
+
-
                                </ul>
+
-
                                <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
                </li>
+
-
                <li style="width: 160px">
+
-
                        <a href="https://2012.igem.org/Team:Goettingen/Human_Practice" style="color: white;">Human Practice<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
                        <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                                <ul class="DropDownMenu" id="MB1-DDM5">
+
-
                              <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice"><span><span>Why Human Practice?</span></span></a></li>
+
-
                              <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Public_and_Media"><span><span>Public and Media</span></span></a></li>
+
-
                              <!--</li><li><a href="https://2012.igem.org/Team:Goettingen/Newspaper"><span><span><div style="text-indent:20px;">&#8901; Newspaper</div></span></span></a></li>
+
-
                              </li><li><a href="https://2012.igem.org/Team:Goettingen/Conference"><span><span><div style="text-indent:20px;">&#8901; Conference</div></span></span></a></li>
+
-
                              </li><li><a href="https://2012.igem.org/Team:Goettingen/Synthetic_Biology_Day"><span><span><div style="text-indent:20px;">&#8901; Synthetic Biology Day</div></span></span></a></li> -->
+
-
                              <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Survey"><span><span>Survey</span></span></a></li>
+
-
                              <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Panel_Discussion"><span><span>Panel Discussion</span></span></a></li>-->
+
-
                              <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Flash_coli"><span><span>Flash Coli</span></span></a></li>
+
-
                              </ul>
+
-
                                <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
                </li>
+
-
 
+
-
                <li>
+
-
                        <a href="https://2012.igem.org/Team:Goettingen/Sponsoring" style="color: white;">Sponsoring</a>
+
-
                        <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                                <ul class="DropDownMenu" id="MB1-DDM2-SM3">
+
-
                              <li><a href="https://2012.igem.org/Team:Goettingen/Sponsoring"><span><span>Interested in...?</span></span></a></li>
+
-
                                <!-- <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Sponsors"><span><span>Sponsors</span></span></a></li>
+
-
                                <li><a href="https://2012.igem.org/Team:Goettingen/Human_Practice/Supporters"><span><span>Supporters</span></span></a></li>    -->
+
-
                </li>
+
-
        </ul>
+
-
 
+
-
</div>
+
-
 
+
-
 
+
-
<table>
+
-
                                <!-- Text body -->
+
-
<tbody><tr valign="top" align="left">
+
-
 
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<br>
+
-
Language: <img height="20", src="http://www.patrickreinke.de/igem/eng.jpg"> English, <img height="20", src="http://www.patrickreinke.de/igem/deu.jpg"> <a href="https://2012.igem.org/Team:Goettingen/main_deu">Deutsch</a> <br>
+
-
<br>
+
-
 
+
-
<table id="toc" class="toc"><tbody><tr><td><div id="toctitle"><h2>Contents</h2> <span class="toctoggle">[<a href="javascript:toggleToc()" class="internal" id="togglelink">hide</a>]</span></div>
+
-
<ul>
+
-
<li class="toclevel-1"><a href="#Weekly_Seminars"><span class="tocnumber">1</span> <span class="toctext">Weekly Seminars</span></a></li>
+
-
<li class="toclevel-1"><a href="#Announcements"><span class="tocnumber">2</span> <span class="toctext">Announcements</span></a></li>
+
-
<li class="toclevel-1"><a href="#Past_Presentations"><span class="tocnumber">3</span> <span class="toctext">Past Presentations</span></a></li>
+
-
</ul>
+
-
</td></tr></tbody></table>
+
-
<br>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<p></p>
+
-
<table>
+
-
                                <!-- Text body -->
+
-
<tbody><tr valign="top" align="left">
+
-
 
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<h2><b><a name="Weekly_Seminars"></a>Weekly Seminars</b></h2>
+
-
 
+
-
<p align="justify" style="line-height:1.6em">
+
-
The iGEM Team Göttingen meets once a week for information exchange on actual topics concerning officialism but also to discuss the results of
+
-
the experiments and to find new solutions for upcoming problems. Moreover, also papers on diverse topics related to synthetic
+
-
biology are presented by the students. Presentations are hold in English.  <br>
+
-
 
+
-
 
+
-
</p>
+
-
<br>
+
-
<br>
+
-
 
+
-
<tbody><tr valign="top" align="left">
+
-
 
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<h2><b><a name="Announcements"></a>Announcements</b></h2>
+
-
 
+
-
<p align="left"><i>15 August 2012,</i>  <b>Student Presentation</b>
+
-
</p>
+
-
<p align="justify">
+
-
<u>Anna will present the topic</u>  <br>
+
-
"Synthetic Biology in Examples I: Environmentally Controlled Invasion of Cancer Cells by Engineered Bacteria" the paper: <br>
+
-
<font size="-1">  <a href="http://web.mit.edu/voigtlab/papers/2006_anderson_jmb_invasion.pdf">J. Christopher Anderson, Elizabeth J. Clarke, Adam P. Arkin
+
-
and Christopher A. Voigt. (2006). Environmentally Controlled Invasion of Cancer Cells by Engineered Bacteria. J. Mol. Biol., Vol. 355: 619–627.</a> </font><br>
+
-
 
+
-
 
+
-
</p>
+
-
<br>
+
-
<br>
+
-
 
+
-
 
+
-
  <!-- News cap -->
+
-
<h2> <span><b><a name="Past_Presentations"></a>Past Presentations</b></span></h2>
+
-
  <!-- News cap end -->
+
-
 
+
-
        <!-- News 5 -->
+
-
<p align="left"><i>08 August 2012,</i>  <b>Student Presentations</b>
+
-
</p>
+
-
<p align="justify">
+
-
<u>Sandra presented on the topic</u>  <br>
+
-
"Chemotaxis I: The signalling network, cellular computation, integrated gene circuits" the paper: <br>
+
-
<font size="-1">  <a href="http://www.its.caltech.edu/~haylab/research/SBReview2011.pdf">Nagarajan Nandagopal and Michael B. Elowitz. (2011). Synthetic Biology: Integrated
+
-
Gene Circuits. SCIENCE, Vol. 333: 1244-1248.</a> </font><br>
+
-
<br>
+
-
<u>Alicia presented on the topic</u> <br>
+
-
"Chemotaxis II: Quorum sensing and its applications in synthetic biology" the paper: <br>
+
-
<font size="-1">  <a href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3202794/pdf/msb201155.pdf">Nazanin Saeidi, Choon Kit Wong, Tat-Ming Lo, Hung Xuan Nguyen, Hua Ling, Susanna Su Jan Leong, Chueh Loo Poh
+
-
and Matthew Wook Chang. (2011) Engineering microbes to sense and eradicate <i>Pseudomonas aeruginosa</i>, a human pathogen.
+
-
Molecular Systems Biology 7:521.</a> </font><br>
+
-
</p>
+
-
<br>
+
-
        <!-- News 5 end-->
+
-
<hr>
+
-
        <!-- News 4 -->
+
-
<p align="left"><i>15 May 2012,</i>  <b>Student Presentation</b>
+
-
</p>
+
-
<p align="justify">
+
-
<u>Jan presented on the topic</u>  <br>
+
-
"Directed Evolution" the paper: <br>
+
-
<font size="-1">  <a href="http://www.sciencedirect.com/science/article/pii/S1046202312000655">Ryan E. Cobba, Ning Sunc, Huimin Zhao.
+
-
(2012) Directed evolution as a powerful synthetic biology tool. Methods</a> </font><br>
+
-
</p>
+
-
<br>
+
-
        <!-- News 4 end-->
+
-
<hr>
+
-
        <!-- News 3 -->
+
-
<p align="left"><i>08 May 2012,</i>  <b>Advisor Presentation</b>
+
-
</p>
+
-
<p align="justify">
+
-
<u>Prof. Neumann presented on the topic</u>  <br>
+
-
<ul>
+
-
<li> Introduction to iGEM and the project</li>
+
-
</ul>
+
-
</p>
+
-
<br>
+
-
        <!-- News 3 end-->
+
-
<hr>
+
-
        <!-- News 2 -->
+
-
<p align="left"><i>30 April 2012,</i>  <b>Advisor Presentation</b>
+
-
</p>
+
-
<p align="justify">
+
-
<u>Prof. Neumann presented on the topic</u>  <br>
+
-
<ul>
+
-
<li> PCR: Polymerases, Primer design, PCR parameters, PCR protocols (e.g. touch down, gradients, nested, multiplex), QuikChange mutagenesis, trouble shooting</li>
+
-
</ul>
+
-
</p>
+
-
<br>
+
-
        <!-- News 2 end-->
+
-
<hr>
+
-
        <!-- News 1 -->
+
-
<p align="left"><i>24 April 2012,</i>  <b>Advisor Presentation</b>
+
-
</p>
+
-
<p align="justify">
+
-
<u>Prof. Neumann presented on the topic</u>  <br>
+
-
<ul>
+
-
<li> Cloning strategies: Restriction enzymes [Typ IIA (standard), IIM (<i>Dpn</i>I), IIS (<i>Bsa</i>I); unit definition, buffers, handling], BioBricks strategy,
+
-
Ligation free cloning, trouble shooting</li>
+
-
</ul>
+
-
</p>
+
-
<br>
+
-
        <!-- News 1 end-->
+
-
<hr>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
 
+
-
<body id="top">
+
-
<a href="#top">&uarr; Return to top</a>
+
-
<br>
+
-
<br>
+
-
 
+
-
 
+
-
 
+
-
<table bordercolor="black" border="1 px" width="600 px"><tr><td>
+
-
<b>Important pages</b>:<br>
+
-
<a href="https://2012.igem.org/Team:Goettingen">Home</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Team">Team</a>;
+
-
<a href="https://igem.org/Team.cgi?year=2012">Official Team Profile</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Project">Project</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Parts">Parts submitted to the Registry</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Modeling">Modeling</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Notebook">Notebook</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Saftey">Saftey</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Attributions">Attributions</a>
+
-
</td></tr>
+
-
</table>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</font>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</font>
+
-
                                <!-- Text body zu Ende -->
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</font></td></tr></tbody></table></div>
+
-
</td></tr>
+
-
</table>
+
-
</body>
+
-
</html>
+
-
 
+
-
 
+
-
 
+
-
<p></p>
+
-
<table>
+
-
 
+
-
                                <!-- Text body -->
+
-
<tbody><tr valign="top" align="left">
+
-
 
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<br>
+
-
Language: <img height="20", src="http://www.patrickreinke.de/igem/eng.jpg"> English, <img height="20", src="http://www.patrickreinke.de/igem/deu.jpg"> <a href="https://2012.igem.org/Team:Goettingen/main_deu">Deutsch</a> <br>
+
-
<br>
+
-
 
+
-
<table id="toc" class="toc"><tbody><tr><td><div id="toctitle"><h2>Contents</h2> <span class="toctoggle">[<a href="javascript:toggleToc()" class="internal" id="togglelink">hide</a>]</span></div>
+
-
<ul>
+
-
<li class="toclevel-1"><a href="#Link_List_of_Bioinformatical_Tools"><span class="tocnumber">1</span> <span class="toctext">Link List of Bioinformatical Tools</span></a></li
+
-
<li class="toclevel-1"><a href="#ApE"><span class="tocnumber">2</span> <span class="toctext">A plasmid Editor ApE</span></a></li>
+
-
<li class="toclevel-1"><a href="#BLAST"><span class="tocnumber">3</span> <span class="toctext">Blasting of Sequences</span></a></li>
+
-
<li class="toclevel-1"><a href="#T<sub>m</sub>_calculator">4<span class="tocnumber"></span> <span class="toctext">T<sub>m</sub> calculator</span></a></li>
+
-
<li class="toclevel-1"><a href="#Double_Digest_Finder">5<span class="tocnumber"></span> <span class="toctext">Double Digest Finder</span></a></li>
+
-
<li class="toclevel-1"><a href="#Enzyme_Finder">6<span class="tocnumber"></span> <span class="toctext">Enzyme Finder</span></a></li>
+
-
<li class="toclevel-1"><a href="#NEBcutter_V2.0">7<span class="tocnumber"></span> <span class="toctext">NEBcutter V2.0</span></a></li>
+
-
<li class="toclevel-1"><a href="#ORF_Finder">8<span class="tocnumber"></span> <span class="toctext">ORF Finder</span></a></li>
+
-
<li class="toclevel-1"><a href="#RE_Base">9<span class="tocnumber"></span> <span class="toctext">RE Base</span></a></li>
+
-
</td></tr></tbody></table>
+
-
<br>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
                                <!-- Text body -->
+
-
<tbody>
+
-
<tr valign="top" align="left">
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="910px">
+
-
<font face="Verdana" size="-1">
+
-
 
+
-
                                <!-- Ab hier kannst du editieren -->
+
-
 
+
-
<h2><b><a name="Link_List_of_Bioinformatical_Tools"></a>Link List of Bioinformatical Tools</b></h2>
+
Here, an useful link list of computational and bioinformatical tools is provided. All of these programs are regularly used by the students to do the cloning process.
Here, an useful link list of computational and bioinformatical tools is provided. All of these programs are regularly used by the students to do the cloning process.
-
<br>
 
-
<br>
 
-
<p align="justify" style="line-height:1.6em">
 
-
<ul>
 
-
<li> <a href="http://biologylabs.utah.edu/jorgensen/wayned/ape/">A plasmid Editor ApE </a> - Use of ApE </li>
 
-
<li> <a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi">Blasting of Sequences </a> - BLAST: Basic Local Alignment Search Tool of NCBI </li>
 
-
<li> <a href="http://www.iit-biotech.de/iit-cgi/oligo-tm.pl"> T<sub>m</sub> calculator </a> - Calculator for Primer Melting Temperature </li>
 
-
<li> <a href="http://www.fermentas.com/en/tools/doubledigest/">Double Digest Finder </a> - Double Digest Finder of Thermo Scientific </li>
 
-
<li> <a href="http://www.neb.com/nebecomm/EnzymeFinderSearchbySequence.asp">Enzyme Finder </a> - Enzyme Finder of NEB </li>
 
-
<li> <a href="http://tools.neb.com/NEBcutter2/">NEBcutter V2.0 </a> - NEBcutter V2.0 </li>
 
-
<li> <a href="http://www.ncbi.nlm.nih.gov/gorf/gorf.html"> ORF Finder </a> - ORF Finder of NCBI </li>
 
-
<li> <a href="http://rebase.neb.com/rebase/rebase.html">RE Base </a> - The Restriction Enzyme Database RE Base of NEB </li>
 
-
</ul>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<tbody><tr valign="top" align="left">
 
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
 
-
<font face="Verdana" size="-1">
 
-
<h2><b><a name="ApE"></a>A plasmid Editor ApE</b></h2>
 
-
<p align="justify" style="line-height:1.6em">
+
* [http://biologylabs.utah.edu/jorgensen/wayned/ape/ A plasmid Editor ApE] - Use of ApE
-
The plasmid Editor ApE by M. Wayne Davis is a free ware program conceived for both Windows (XP, Vista and 7) and Mac (OS X v10.5 and above). It can be downloaded from <a href="http://biologylabs.utah.edu/jorgensen/wayned/ape/">http://biologylabs.utah.edu/jorgensen/wayned/ape/], [06/29/2012]</a>. The program offers lots of applications required for cloning processes, e.g. construction of plasmid maps, primer design, sequence alignments, management of sequences, ORF finder, Tm calculator, translation of nucleotide sequences and a lot more. ApE is compatible for the handling of common sequencing formatted .seq and .ab1 files. For further information visit the ApE homepage. Moreover, the hoster´s of the program take care about an <a href="http://ape-a-plasmid-editor.wikispaces.com/">ApE Wiki, [08/01/2012]</a> where you can find help and advice if questions in the use of ApE pop up.<br>
+
* [http://blast.ncbi.nlm.nih.gov/Blast.cgi Blasting of Sequences] - BLAST: Basic Local Alignment Search Tool of NCBI
-
<br>
+
* [http://www.iit-biotech.de/iit-cgi/oligo-tm.pl  T<sub>m</sub> calculator] - Calculator for Primer Melting Temperature
-
</p>
+
* [http://www.fermentas.com/en/tools/doubledigest/ Double Digest Finder] - Double Digest Finder of Thermo Scientific
 +
* [http://www.neb.com/nebecomm/EnzymeFinderSearchbySequence.asp Enzyme Finder] - Enzyme Finder of NEB
 +
* [http://tools.neb.com/NEBcutter2/ NEBcutter V2.0] - NEBcutter V2.0
 +
* [http://www.ncbi.nlm.nih.gov/gorf/gorf.html  ORF Finder] - ORF Finder of NCBI
 +
* [http://rebase.neb.com/rebase/rebase.html RE Base] - The Restriction Enzyme Database RE Base of NEB
 +
* [http://weblogo.berkeley.edu/logo.cgi WebLogo] - WebLogo 
-
<h3><b>Primer Design with ApE</b></h3>
+
== A plasmid Editor ApE ==
-
<p align="justify" style="line-height:1.6em">
+
[[File:Goett_Ape_BG.gif|100px|thumb|right|The Ape Logo]] The plasmid Editor ApE by M. Wayne Davis is a free ware program conceived for both Windows (XP, Vista and 7) and Mac (OS X v10.5 and above). It can be downloaded [http://biologylabs.utah.edu/jorgensen/wayned/ape/ here]. The program offers lots of applications required for cloning processes, e.g. construction of plasmid maps, primer design, sequence alignments, management of sequences, ORF finder, Tm calculator, translation of nucleotide sequences and a lot more. ApE is compatible for the handling of common sequencing formatted .seq and .ab1 files. For further information visit the ApE homepage. Moreover, the hoster´s of the program take care about an [http://ape-a-plasmid-editor.wikispaces.com/ ApE Wiki] where you can find help and advice if questions in the use of ApE pop up.
 +
 +
 +
 +
 +
 +
 +
=== Primer Design with ApE ===
Primers depend mainly on the chosen criteria. Yet, the specifity and the tendency to form hair-pins drastically reduces straight forward PCR amplification of genes.
Primers depend mainly on the chosen criteria. Yet, the specifity and the tendency to form hair-pins drastically reduces straight forward PCR amplification of genes.
-
ApE also offers a primer design feature. <br>
+
ApE also offers a primer design feature.  
-
<ol>
+
# Highlight the sequence to which the primer should bind. Recognize that given standard minimum and maximum length is 20 bp and 25 bp, respectively. Nevertheless, these options can be altered.  
-
<blockquote>
+
# Select "Tools -> Find Primers". A new window Find primers will emerge offering lots of different manipulatable attributes.  
-
<li> Highlight the sequence to which the primer should bind. Recognize that given standard minimum and maximum length is 20 bp and 25 bp, respectively. Nevertheless, these options can be altered. </li>
+
# Click "OK" to see the possible primers.  
-
<li> Select "Tools -> Find Primers". A new window Find primers will emerge offering lots of different manipulatable attributes. </li>
+
-
<li> Click "OK" to see the possible primers. </li>
+
-
</blockquote>
+
-
</ol>
+
-
</p>
+
-
 
+
-
 
+
-
<h3><b>Primer Binding with ApE</b></h3>
+
=== Primer Binding with ApE ===
-
<p align="justify" style="line-height:1.6em">
+
[[File:ApE Primer01.jpg|thumb|250px|'''Fig. 1: ApE window for binding of primers''']]
[[File:ApE Primer01.jpg|thumb|250px|'''Fig. 1: ApE window for binding of primers''']]
-
In this example, ApE is used to find the binding site on Lambda DNA for primer with a specific sequence.  <br>
+
In this example, ApE is used to find the binding site on Lambda DNA for primer with a specific sequence.   
-
<ol>
+
# Open ApE and paste the desired sequence, for which the primer is designated, in the sequence field (or open according .ape file, if made before.  
-
<blockquote>
+
# Go to Edit>Find (or use Ctrl+F).  
-
<li> Open ApE and paste the desired sequence, for which the primer is designated, in the sequence field (or open according .ape file, if made before. </li>
+
# Paste the primer sequence and check "also find rev-com of string" (the primer may be identical to (a part of) the opposite DNA strand.) and click the "Find Next" button, as shown in Fig. 1.   
-
<li> Go to Edit>Find (or use Ctrl+F). </li>
+
# The in blue highlighted sequence appears to be the desired primer sequence annealing to the template sequence. Check also if primer is indeed the reverse complement. Below the icon bar, one can find information about the length of the primer 30 nucleotides and the binding site.  
-
<li> Paste the primer sequence and check "also find rev-com of string" (the primer may be identical to (a part of) the opposite DNA strand.) and click the "Find Next" button, as shown in Fig. 1.  </li>
+
For an illustrative description of each steps, please follow [http://www.bioinformatics.nl/molbi/SCLResources/Bioinformatics.htm#Finding_primer_binding_sites_using_ApE this link]
-
<li> The in blue highlighted sequence appears to be the desired primer sequence annealing to the template sequence. Check also if primer is indeed the reverse complement. Below the icon bar, one can find information about the length of the primer 30 nucleotides and the binding site. </li>
+
-
For an illustrative description of each steps, please follow <a href="http://www.bioinformatics.nl/molbi/SCLResources/Bioinformatics.htm#Finding_primer_binding_sites_using_ApE">http://www.bioinformatics.nl/molbi/SCLResources/Bioinformatics.htm#Finding_primer_binding_sites_using_ApE; [06/29/2012] </a>. </li>
+
-
</blockquote>
+
-
</ol>
+
-
</p>
+
 +
=== Find restriction sites and fragment lenghts with ApE ===
 +
# Start ApE and open desired sequence.
 +
# Go to the Enzyme Selector (or use Ctrl+E) and click on the wanted restriction enzymes; the amount of restriction sites will be indicated in brackets.
 +
# One can now continue with different options:
 +
** searching different restriction enzymes with particular properties applying the various buttons in the "Select panel",
 +
** or highlighting the restiction site within the given sequence by pressing "Highlight" button,
 +
** or simulating a restriction <i>in silico</i> by klicking on the "Digest" button.
-
<h3><b>Find restriction sites and fragment lenghts with ApE</b></h3>
 
-
<p align="justify" style="line-height:1.6em">
 
-
<ol>
 
-
<blockquote>
 
-
<li> Start ApE and open desired sequence. </li>
 
-
<li> Go to the Enzyme Selector (or use Ctrl+E) and click on the wanted restriction enzymes; the amount of restriction sites will be indicated in brackets.</li>
 
-
<li> One can now continue with different options:
 
-
</blockquote>
 
-
<blockquote>
 
-
<ul>
 
-
<li> searching different restriction enzymes with particular properties applying the various buttons in the "Select panel",</li>
 
-
<li> or highlighting the restiction site within the given sequence by pressing "Highlight" button, </li>
 
-
<li> or simulating a restriction <i>in silico</i> by klicking on the "Digest" button.</li>
 
-
</ul>
 
-
</blockquote>
 
-
</ol>
 
-
</p>
 
-
 
-
<p align="justify" style="line-height:1.6em">
 
A new window will appear showing the digestion results. Additional information about the different bands can be received by hovering the mouse arrow over the bands, map or text. A convenient way to see the respective sequence behind a digested fragment is by simply klicking on the fragment within the digest window.
A new window will appear showing the digestion results. Additional information about the different bands can be received by hovering the mouse arrow over the bands, map or text. A convenient way to see the respective sequence behind a digested fragment is by simply klicking on the fragment within the digest window.
-
For a description with the use of pictures for each step, please follow <a href="http://www.bioinformatics.nl/molbi/SCLResources/ApE_and_lambda.htm">http://www.bioinformatics.nl/molbi/SCLResources/ApE_and_lambda.htm; [06/29/2012]</a>.
+
For a description with the use of pictures for each step, please follow [http://www.bioinformatics.nl/molbi/SCLResources/ApE_and_lambda.htm this link].
-
</p>
+
-
 
+
-
<h3><b>Blasting Sequences</b></h3>
+
=== Blasting Sequences ===
-
<p align="justify" style="line-height:1.6em">
+
For blasting two Sequences:
For blasting two Sequences:
-
<ol>
+
# Open two sequences on ApE.  
-
<li> Open two sequences on ApE. </li>
+
# Select "Tools -> Align Two Sequences".
-
<li> Select "Tools -> Align Two Sequences".
+
-
</ol>
+
-
<br>
+
For blasting multiple Sequences:
For blasting multiple Sequences:
-
<ol>
+
# Open multiple sequences on ApE.  
-
<li> Open multiple sequences on ApE. </li>
+
# Select "Tools -> Align Sequences".  
-
<li> Select "Tools -> Align Sequences". </li>
+
-
</ol>
+
-
</p>
+
-
<p align="justify" style="line-height:1.6em">
 
It is important to note that the opening chronology of the ApE files will matter in the order of the alignment sequences. Those will show up in according sequence from top to bottom.
It is important to note that the opening chronology of the ApE files will matter in the order of the alignment sequences. Those will show up in according sequence from top to bottom.
Mismatches will be highlighted in red color, whereas matches will use the respective nucleotide linked with a dash. By double-clicking on any base pair within the sequence alignment, the sequence corresponding to this location will appear in the sequence ApE window.
Mismatches will be highlighted in red color, whereas matches will use the respective nucleotide linked with a dash. By double-clicking on any base pair within the sequence alignment, the sequence corresponding to this location will appear in the sequence ApE window.
-
</p>
 
 +
=== Finding the ORF ===
 +
# Under "ORFs -> Find Next (or Ctrl+>) / Find Previous (or Ctrl+<)" open reading frames, i. e sequences beginning with a start codon ATG and end with one of the stop codons, become visible. 
 +
# These ORFs can be translated using "ORFs -> Selection Translate" for direct amino acid sequence in the current displayed selection or by creating a new window "ORFs (or Ctrl+T)-> Translate" listing the aa sequence and enabling to link the amino acids with the nucleotides, respectively. The translated sequence can be chosen in 1- or 3-letter code.
 +
=== General Remarks ===
 +
* While copying features from one file to another, it is obligatory to have the file containing those features still open. 
 +
* Addition of extra enzymes is possible only via the "Enzyme Editor (or Ctrl+E) -> Enzymes -> New Enzyme". To save these changes in the program folders ApE, use "Enzyme Editor (or Ctrl+E) -> File -> Save Current Enzymes as Default". For permanent saving exceeding new installing of the program, copy your Default file within the ApE program pathway. After installing paste this file in the corresponding folder.
 +
* Features in the DNA sequences can be labeled, selecting "Features (or Ctrl+.) -> New Feature" allowing to mark the standard BioBrick restriction sites obvious or e.g. antibiotic resistances. These annotations are also saved. Moreover, it has a preexisting Feature Library which can be used for easily see important regions.
-
<h3><b>Finding the ORF</b></h3>
+
== Blasting of Sequences ==
-
<p align="justify" style="line-height:1.6em">
+
This [http://blast.ncbi.nlm.nih.gov/Blast.cgi link] allows for alignment of two or even multiple given sequences.
-
<ol>
+
To become more informed how to do the sequence alignment with BLAST follow [http://www.bioinformatics.nl/molbi/SCLResources/Bioinformatics.htm#Alignment_of_two_given_sequences_ here].
-
<li> Under "ORFs -> Find Next (or Ctrl+>) / Find Previous (or Ctrl+<)" open reading frames, i. e sequences beginning with a start codon ATG and end with one of the stop codons, become visible. </li>
+
-
<li> These ORFs can be translated using "ORFs -> Selection Translate" for direct amino acid sequence in the current displayed selection or by creating a new window "ORFs (or Ctrl+T)-> Translate" listing the aa sequence and enabling to link the amino acids with the nucleotides, respectively. The translated sequence can be chosen in 1- or 3-letter code. </li>
+
-
</ol>
+
-
</p>
+
 +
== T<sub>m</sub> calculator ==
 +
This [http://www.iit-biotech.de/iit-cgi/oligo-tm.pl link] provides an online calculation form for the melting temperature T<sub>m</sub> of
 +
PCR primers referring to the so-called Nearest Neighbour method.
-
<h3><b>General Remarks </b></h3>
+
== Double Digest Finder ==
-
<p align="justify" style="line-height:1.6em">
+
This [http://www.fermentas.com/en/tools/doubledigest/ link] helps to find the appropriate reaction conditions while cleaving a DNA
-
<ul>
+
-
<li> While copying features from one file to another, it is obligatory to have the file containing those features still open.  </li>
+
-
<li> Addition of extra enzymes is possible only via the "Enzyme Editor (or Ctrl+E) -> Enzymes -> New Enzyme". To save these changes in the program folders ApE, use "Enzyme Editor (or Ctrl+E) -> File -> Save Current Enzymes as Default". For permanent saving exceeding new installing of the program, copy your Default file within the ApE program pathway. After installing paste this file in the corresponding folder. </li>
+
-
Features in the DNA sequences can be labeled, selecting "Features (or Ctrl+.) -> New Feature" allowing to mark the standard BioBrick restriction sites obvious or e.g. antibiotic resistances. These annotations are also saved. Moreover, it has a preexisting Feature Library which can be used for easily see important regions. </li>
+
-
</ul>
+
-
</p>
+
-
 
+
-
 
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<tbody><tr valign="top" align="left">
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<h2><b><a name="BLAST"></a>Blasting of Sequences</b></h2>
+
-
 
+
-
<p align="justify" style="line-height:1.6em">
+
-
This <a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi">link </a> allows for alignment of two or even multiple given sequences.
+
-
To become more informed how to do the sequence alignment with BLAST follow
+
-
<a href="http://www.bioinformatics.nl/molbi/SCLResources/Bioinformatics.htm#Alignment_of_two_given_sequences_">here</a>. <br>
+
-
</p>
+
-
 
+
-
 
+
-
 
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<tbody><tr valign="top" align="left">
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<h2><b><a name="T<sub>m</sub>_calculator"></a>T<sub>m</sub> calculator</b></h2>
+
-
 
+
-
<p align="justify" style="line-height:1.6em">This <a href="http://www.iit-biotech.de/iit-cgi/oligo-tm.pl">link</a> provides an online calculation form for the melting temperature T<sub>m</sub> of
+
-
PCR primers referring to the so-called Nearest Neighbour method. <br>
+
-
</p>
+
-
 
+
-
 
+
-
 
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<tbody><tr valign="top" align="left">
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<h2><b><a name="Double_Digest_Finder"></a>Double Digest Finder</b></h2>
+
-
 
+
-
<p align="justify" style="line-height:1.6em">
+
-
This <a href="http://www.fermentas.com/en/tools/doubledigest/">link </a> helps to find the appropriate reaction conditions while cleaving a DNA
+
substrate with two restriction enzymes simultaneously as double digestion is a common timesaving procedure. The Thermo Scientific Double Digest
substrate with two restriction enzymes simultaneously as double digestion is a common timesaving procedure. The Thermo Scientific Double Digest
Finder tool is applied by selecting the two restriction enzymes and submitting the query. It gives the reaction conditions amenable to any two
Finder tool is applied by selecting the two restriction enzymes and submitting the query. It gives the reaction conditions amenable to any two
-
Thermo Scientific restriction enzymes. <br>
+
Thermo Scientific restriction enzymes.  
-
</p>
+
-
 
+
-
 
+
-
 
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<tbody><tr valign="top" align="left">
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<h2><b><a name="Enzyme_Finder"></a>Enzyme Finder</b></h2>
+
-
<p align="justify" style="line-height:1.6em">
+
== Enzyme Finder ==
-
This <a href="http://www.neb.com/nebecomm/EnzymeFinderSearchbySequence.asp">link </a> leads to a tool which allows for selection of restriction
+
This [http://www.neb.com/nebecomm/EnzymeFinderSearchbySequence.asp link] leads to a tool which allows for selection of restriction
enzymes by name, sequence, overhang, or type. It should be noted that the single letter code nomenclature should be entered for restriction sites.
enzymes by name, sequence, overhang, or type. It should be noted that the single letter code nomenclature should be entered for restriction sites.
The search results appear in a list having enzymes supplied by NEB at the top with corresponding displayed links.
The search results appear in a list having enzymes supplied by NEB at the top with corresponding displayed links.
-
</p>
 
-
 
+
== NEBcutter V2.0 ==
-
 
+
This [http://tools.neb.com/NEBcutter2/ link] will lead one to the NEBcutter: a program to cleave DNA with restriction enzymes.
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<tbody><tr valign="top" align="left">
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<h2><b><a name="NEBcutter_V2.0"></a>NEBcutter V2.0</b></h2>
+
-
 
+
-
<p align="justify" style="line-height:1.6em">
+
-
This <a href="http://tools.neb.com/NEBcutter2/">link</a> will lead one to the NEBcutter: a program to cleave DNA with restriction enzymes.
+
By submitting a maximum size of the input file of 1 MByte or a maximum sequence length of 300 kb, a linearized sequence restriction map will
By submitting a maximum size of the input file of 1 MByte or a maximum sequence length of 300 kb, a linearized sequence restriction map will
be the result containing the marked restriction enzyme sites. The map also indicates the fashion of the sticky or blunted end cutters.
be the result containing the marked restriction enzyme sites. The map also indicates the fashion of the sticky or blunted end cutters.
-
Moreover, additional effects like methylation of the DNA sequence are given, too. <br>
+
Moreover, additional effects like methylation of the DNA sequence are given, too.  
-
</p>
+
-
 
+
-
 
+
-
 
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<tbody><tr valign="top" align="left">
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<h2><b><a name="ORF_Finder"></a>ORF Finder</b></h2>
+
-
<p align="justify" style="line-height:1.6em">
+
== ORF Finder ==
"The ORF Finder (Open Reading Frame Finder) is a graphical analysis tool which finds all open reading frames of a selectable minimum size
"The ORF Finder (Open Reading Frame Finder) is a graphical analysis tool which finds all open reading frames of a selectable minimum size
in a user's sequence or in a sequence already in the database. This tool identifies all open reading frames using the standard or alternative
in a user's sequence or in a sequence already in the database. This tool identifies all open reading frames using the standard or alternative
genetic codes. The deduced amino acid sequence can be saved in various formats and searched against the sequence database using the WWW BLAST server.
genetic codes. The deduced amino acid sequence can be saved in various formats and searched against the sequence database using the WWW BLAST server.
The ORF Finder should be helpful in preparing complete and accurate sequence submissions. It is also packaged with the Sequin sequence submission software"
The ORF Finder should be helpful in preparing complete and accurate sequence submissions. It is also packaged with the Sequin sequence submission software"
-
(Quote from: <a href="http://www.ncbi.nlm.nih.gov/project/gorf/">http://www.ncbi.nlm.nih.gov/project/gorf/; 06/29/2012</a>).
+
(Quote from: [http://www.ncbi.nlm.nih.gov/project/gorf/ http://www.ncbi.nlm.nih.gov/project/gorf/; 06/29/2012]).
-
This <a href="http://www.ncbi.nlm.nih.gov/gorf/gorf.html"> link </a> aids to find all open reading frames (ORFs) in a given sequence.
+
This [http://www.ncbi.nlm.nih.gov/gorf/gorf.html link] aids to find all open reading frames (ORFs) in a given sequence.
It is an ideal alternative to the ApE ORF finding feature if an ApE sequence file has not been constructed yet or if ApE is not installed at the
It is an ideal alternative to the ApE ORF finding feature if an ApE sequence file has not been constructed yet or if ApE is not installed at the
-
used computer. <br>
+
used computer.  
-
</p>
+
-
 
+
== RE Base ==
-
 
+
This [http://rebase.neb.com/rebase/rebase.html link] encompasses comprehensive information about restriction enzymes and is the
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<tbody><tr valign="top" align="left">
+
-
<td style="padding: 0pt 20px 0pt 0pt;" width="650px">
+
-
<font face="Verdana" size="-1">
+
-
<h2><b><a name="RE_Base"></a>RE Base</b></h2>
+
-
 
+
-
<p align="justify" style="line-height:1.6em">
+
-
This <a href="http://rebase.neb.com/rebase/rebase.html">link </a> encompasses comprehensive information about restriction enzymes and is the
+
official RE Database by NEB. It provides for instance information of suppliers,recognition sequence, isoschizomers and the restriction enzyme type.
official RE Database by NEB. It provides for instance information of suppliers,recognition sequence, isoschizomers and the restriction enzyme type.
-
In regard of a single enzyme also the organism and organism type with respective growth temperature behind the abbreviation is listed. <br>
+
In regard of a single enzyme also the organism and organism type with respective growth temperature behind the abbreviation is listed.  
Choose the search enzyme names or the recognition sequence search catagory, and type a keyword (e.g. ecor or gaattc) to quickly find info about
Choose the search enzyme names or the recognition sequence search catagory, and type a keyword (e.g. ecor or gaattc) to quickly find info about
specific enzymes and click REbase list to find more specialised information. In this example, BamHI was searched within the RE Base:
specific enzymes and click REbase list to find more specialised information. In this example, BamHI was searched within the RE Base:
-
<ul>
+
* Acronym: BamH  
-
<li>Acronym: BamH </li>
+
* Prototype: <i>BamH</i>I  
-
<li>Prototype: <i>BamH</i>I </li>
+
* Org #: 208
-
<li>Org #: 208</li>
+
* Organism: Bacillus amyloliquefaciens H
-
<li>Organism: Bacillus amyloliquefaciens H</li>
+
* Organism type: bacteria  
-
<li>Organism type: bacteria </li>
+
* Organism source: ATCC 49763 (ATCC LINK)
-
<li>Organism source: ATCC 49763 (ATCC LINK)</li>
+
* Growth Temperature: 37°C
-
<li>Growth Temperature: 37°C</li>
+
* Experimental Evidence: biochemistry
-
<li>Experimental Evidence: biochemistry</li>
+
* Exhibits star activity  
-
<li>Exhibits star activity </li>
+
* Enzyme gene cloned.
-
<li>Enzyme gene cloned.</li>
+
* Enzyme gene sequenced.  
-
<li>Enzyme gene sequenced. </li>
+
* Crystal data present.
-
<li>Crystal data present.</li>
+
* Kinetics data present.  
-
<li>Kinetics data present. </li>
+
* Molecular Weight: 24569   
-
<li>Molecular Weight: 24569  </li>
+
-
</ul>
+
-
Have also a look at the <a href="http://www.neb.com/nebecomm/EnzymeFinder.asp">Enzyme Finder</a> as alternative source of information.
+
-
</p>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<br>
+
-
<body id="top">
+
-
<a href="#top">&uarr; Return to top</a>
+
-
<br>
+
-
<br>
+
-
 
+
-
 
+
-
 
+
-
<table bordercolor="black" border="1 px" width="600 px"><tr><td>
+
-
<b>Important pages</b>:<br>
+
-
<a href="https://2012.igem.org/Team:Goettingen">Home</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Team">Team</a>;
+
-
<a href="https://igem.org/Team.cgi?year=2012">Official Team Profile</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Project">Project</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Parts">Parts submitted to the Registry</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Modeling">Modeling</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Notebook">Notebook</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Saftey">Saftey</a>;
+
-
<a href="https://2012.igem.org/Team:Goettingen/Attributions">Attributions</a>
+
-
</td></tr>
+
-
</table>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</font>
+
-
                                <!-- Text body zu Ende -->
+
-
 
+
-
                                <!-- Ab hier ist Ende im Gelände -->
+
-
</td><tr>
+
Have also a look at the [http://www.neb.com/nebecomm/EnzymeFinder.asp Enzyme Finder] as alternative source of information.
-
</table>
+
 +
== WebLogo ==
 +
This [http://weblogo.berkeley.edu/logo.cgi link] encompasses a web based application. It will help you to generate sequence logos easily. To create your own sequence logos it is important to enter the sequence data only in the allowed file type:
 +
* FASTA format
 +
* CLUSTALW format
 +
* Flat format.
-
                                <!-- Text body end-->
+
{{GoettingenFooter}}
-
</font></td></tr></tbody></table></div>
+
-
</td></tr>
+
-
</table>
+
-
</body>
+
-
</html>
+

Latest revision as of 19:12, 25 September 2012

Deutsch  / English 

Contents

Link List of Bioinformatical Tools

Here, an useful link list of computational and bioinformatical tools is provided. All of these programs are regularly used by the students to do the cloning process.

  • [http://biologylabs.utah.edu/jorgensen/wayned/ape/ A plasmid Editor ApE] - Use of ApE
  • [http://blast.ncbi.nlm.nih.gov/Blast.cgi Blasting of Sequences] - BLAST: Basic Local Alignment Search Tool of NCBI
  • [http://www.iit-biotech.de/iit-cgi/oligo-tm.pl Tm calculator] - Calculator for Primer Melting Temperature
  • [http://www.fermentas.com/en/tools/doubledigest/ Double Digest Finder] - Double Digest Finder of Thermo Scientific
  • [http://www.neb.com/nebecomm/EnzymeFinderSearchbySequence.asp Enzyme Finder] - Enzyme Finder of NEB
  • [http://tools.neb.com/NEBcutter2/ NEBcutter V2.0] - NEBcutter V2.0
  • [http://www.ncbi.nlm.nih.gov/gorf/gorf.html ORF Finder] - ORF Finder of NCBI
  • [http://rebase.neb.com/rebase/rebase.html RE Base] - The Restriction Enzyme Database RE Base of NEB
  • [http://weblogo.berkeley.edu/logo.cgi WebLogo] - WebLogo

A plasmid Editor ApE

The plasmid Editor ApE by M. Wayne Davis is a free ware program conceived for both Windows (XP, Vista and 7) and Mac (OS X v10.5 and above). It can be downloaded [http://biologylabs.utah.edu/jorgensen/wayned/ape/ here]. The program offers lots of applications required for cloning processes, e.g. construction of plasmid maps, primer design, sequence alignments, management of sequences, ORF finder, Tm calculator, translation of nucleotide sequences and a lot more. ApE is compatible for the handling of common sequencing formatted .seq and .ab1 files. For further information visit the ApE homepage. Moreover, the hoster´s of the program take care about an [http://ape-a-plasmid-editor.wikispaces.com/ ApE Wiki] where you can find help and advice if questions in the use of ApE pop up.




Primer Design with ApE

Primers depend mainly on the chosen criteria. Yet, the specifity and the tendency to form hair-pins drastically reduces straight forward PCR amplification of genes. ApE also offers a primer design feature.

  1. Highlight the sequence to which the primer should bind. Recognize that given standard minimum and maximum length is 20 bp and 25 bp, respectively. Nevertheless, these options can be altered.
  2. Select "Tools -> Find Primers". A new window Find primers will emerge offering lots of different manipulatable attributes.
  3. Click "OK" to see the possible primers.

Primer Binding with ApE

Fig. 1: ApE window for binding of primers

In this example, ApE is used to find the binding site on Lambda DNA for primer with a specific sequence.

  1. Open ApE and paste the desired sequence, for which the primer is designated, in the sequence field (or open according .ape file, if made before.
  2. Go to Edit>Find (or use Ctrl+F).
  3. Paste the primer sequence and check "also find rev-com of string" (the primer may be identical to (a part of) the opposite DNA strand.) and click the "Find Next" button, as shown in Fig. 1.
  4. The in blue highlighted sequence appears to be the desired primer sequence annealing to the template sequence. Check also if primer is indeed the reverse complement. Below the icon bar, one can find information about the length of the primer 30 nucleotides and the binding site.

For an illustrative description of each steps, please follow [http://www.bioinformatics.nl/molbi/SCLResources/Bioinformatics.htm#Finding_primer_binding_sites_using_ApE this link]

Find restriction sites and fragment lenghts with ApE

  1. Start ApE and open desired sequence.
  2. Go to the Enzyme Selector (or use Ctrl+E) and click on the wanted restriction enzymes; the amount of restriction sites will be indicated in brackets.
  3. One can now continue with different options:
    • searching different restriction enzymes with particular properties applying the various buttons in the "Select panel",
    • or highlighting the restiction site within the given sequence by pressing "Highlight" button,
    • or simulating a restriction in silico by klicking on the "Digest" button.

A new window will appear showing the digestion results. Additional information about the different bands can be received by hovering the mouse arrow over the bands, map or text. A convenient way to see the respective sequence behind a digested fragment is by simply klicking on the fragment within the digest window. For a description with the use of pictures for each step, please follow [http://www.bioinformatics.nl/molbi/SCLResources/ApE_and_lambda.htm this link].

Blasting Sequences

For blasting two Sequences:

  1. Open two sequences on ApE.
  2. Select "Tools -> Align Two Sequences".

For blasting multiple Sequences:

  1. Open multiple sequences on ApE.
  2. Select "Tools -> Align Sequences".

It is important to note that the opening chronology of the ApE files will matter in the order of the alignment sequences. Those will show up in according sequence from top to bottom. Mismatches will be highlighted in red color, whereas matches will use the respective nucleotide linked with a dash. By double-clicking on any base pair within the sequence alignment, the sequence corresponding to this location will appear in the sequence ApE window.

Finding the ORF

  1. Under "ORFs -> Find Next (or Ctrl+>) / Find Previous (or Ctrl+<)" open reading frames, i. e sequences beginning with a start codon ATG and end with one of the stop codons, become visible.
  2. These ORFs can be translated using "ORFs -> Selection Translate" for direct amino acid sequence in the current displayed selection or by creating a new window "ORFs (or Ctrl+T)-> Translate" listing the aa sequence and enabling to link the amino acids with the nucleotides, respectively. The translated sequence can be chosen in 1- or 3-letter code.

General Remarks

  • While copying features from one file to another, it is obligatory to have the file containing those features still open.
  • Addition of extra enzymes is possible only via the "Enzyme Editor (or Ctrl+E) -> Enzymes -> New Enzyme". To save these changes in the program folders ApE, use "Enzyme Editor (or Ctrl+E) -> File -> Save Current Enzymes as Default". For permanent saving exceeding new installing of the program, copy your Default file within the ApE program pathway. After installing paste this file in the corresponding folder.
  • Features in the DNA sequences can be labeled, selecting "Features (or Ctrl+.) -> New Feature" allowing to mark the standard BioBrick restriction sites obvious or e.g. antibiotic resistances. These annotations are also saved. Moreover, it has a preexisting Feature Library which can be used for easily see important regions.

Blasting of Sequences

This [http://blast.ncbi.nlm.nih.gov/Blast.cgi link] allows for alignment of two or even multiple given sequences. To become more informed how to do the sequence alignment with BLAST follow [http://www.bioinformatics.nl/molbi/SCLResources/Bioinformatics.htm#Alignment_of_two_given_sequences_ here].

Tm calculator

This [http://www.iit-biotech.de/iit-cgi/oligo-tm.pl link] provides an online calculation form for the melting temperature Tm of PCR primers referring to the so-called Nearest Neighbour method.

Double Digest Finder

This [http://www.fermentas.com/en/tools/doubledigest/ link] helps to find the appropriate reaction conditions while cleaving a DNA substrate with two restriction enzymes simultaneously as double digestion is a common timesaving procedure. The Thermo Scientific Double Digest Finder tool is applied by selecting the two restriction enzymes and submitting the query. It gives the reaction conditions amenable to any two Thermo Scientific restriction enzymes.

Enzyme Finder

This [http://www.neb.com/nebecomm/EnzymeFinderSearchbySequence.asp link] leads to a tool which allows for selection of restriction enzymes by name, sequence, overhang, or type. It should be noted that the single letter code nomenclature should be entered for restriction sites. The search results appear in a list having enzymes supplied by NEB at the top with corresponding displayed links.

NEBcutter V2.0

This [http://tools.neb.com/NEBcutter2/ link] will lead one to the NEBcutter: a program to cleave DNA with restriction enzymes. By submitting a maximum size of the input file of 1 MByte or a maximum sequence length of 300 kb, a linearized sequence restriction map will be the result containing the marked restriction enzyme sites. The map also indicates the fashion of the sticky or blunted end cutters. Moreover, additional effects like methylation of the DNA sequence are given, too.

ORF Finder

"The ORF Finder (Open Reading Frame Finder) is a graphical analysis tool which finds all open reading frames of a selectable minimum size in a user's sequence or in a sequence already in the database. This tool identifies all open reading frames using the standard or alternative genetic codes. The deduced amino acid sequence can be saved in various formats and searched against the sequence database using the WWW BLAST server. The ORF Finder should be helpful in preparing complete and accurate sequence submissions. It is also packaged with the Sequin sequence submission software" (Quote from: [http://www.ncbi.nlm.nih.gov/project/gorf/ http://www.ncbi.nlm.nih.gov/project/gorf/; 06/29/2012]).

This [http://www.ncbi.nlm.nih.gov/gorf/gorf.html link] aids to find all open reading frames (ORFs) in a given sequence. It is an ideal alternative to the ApE ORF finding feature if an ApE sequence file has not been constructed yet or if ApE is not installed at the used computer.

RE Base

This [http://rebase.neb.com/rebase/rebase.html link] encompasses comprehensive information about restriction enzymes and is the official RE Database by NEB. It provides for instance information of suppliers,recognition sequence, isoschizomers and the restriction enzyme type. In regard of a single enzyme also the organism and organism type with respective growth temperature behind the abbreviation is listed.

Choose the search enzyme names or the recognition sequence search catagory, and type a keyword (e.g. ecor or gaattc) to quickly find info about specific enzymes and click REbase list to find more specialised information. In this example, BamHI was searched within the RE Base:

  • Acronym: BamH
  • Prototype: BamHI
  • Org #: 208
  • Organism: Bacillus amyloliquefaciens H
  • Organism type: bacteria
  • Organism source: ATCC 49763 (ATCC LINK)
  • Growth Temperature: 37°C
  • Experimental Evidence: biochemistry
  • Exhibits star activity
  • Enzyme gene cloned.
  • Enzyme gene sequenced.
  • Crystal data present.
  • Kinetics data present.
  • Molecular Weight: 24569

Have also a look at the [http://www.neb.com/nebecomm/EnzymeFinder.asp Enzyme Finder] as alternative source of information.

This [http://weblogo.berkeley.edu/logo.cgi link] encompasses a web based application. It will help you to generate sequence logos easily. To create your own sequence logos it is important to enter the sequence data only in the allowed file type:

  • FASTA format
  • CLUSTALW format
  • Flat format.

↑ Back to top!