Cas9 & Cpf1 secretion
and activity
Line 789: | Line 789: | ||
<div id="popover-1" style="display: none;"> | <div id="popover-1" style="display: none;"> | ||
− | + | First, gRNA needs to be added, which is complementary to the DNA sequence you want to detect. | |
<br> | <br> | ||
<br> | <br> | ||
Line 796: | Line 796: | ||
<div id="popover-2" style="display: none;"> | <div id="popover-2" style="display: none;"> | ||
− | + | dCas9 and dCpf1 will bind their corresponding gRNA. | |
<br> | <br> | ||
<br> | <br> | ||
Line 803: | Line 803: | ||
<div id="popover-3" style="display: none;"> | <div id="popover-3" style="display: none;"> | ||
− | + | DNA from the sample that matches the gRNA will first bind to one of the proteins. | |
<br> | <br> | ||
<br> | <br> | ||
Line 810: | Line 810: | ||
<div id="popover-4" style="display: none;"> | <div id="popover-4" style="display: none;"> | ||
− | + | Once the DNA fragment binds the other protein, the system will co-localize. This allows the protease to release the transcription factor from the complex. | |
<br> | <br> | ||
<br> | <br> | ||
Line 898: | Line 898: | ||
var title; | var title; | ||
− | if(i == 1) | + | /*if(i == 1) |
title = "Guide RNA"; | title = "Guide RNA"; | ||
else if(i == 2) | else if(i == 2) | ||
Line 904: | Line 904: | ||
else if(i == 3) | else if(i == 3) | ||
title = "Signal transduction"; | title = "Signal transduction"; | ||
+ | else if(i == 4) | ||
+ | title = "Signal transduction";*/ | ||
+ | |||
+ | if(i == 1) | ||
+ | title = "Start"; | ||
+ | else if(i == 2) | ||
+ | title = "gRNA binding"; | ||
+ | else if(i == 3) | ||
+ | title = "DNA binding"; | ||
else if(i == 4) | else if(i == 4) | ||
title = "Signal transduction"; | title = "Signal transduction"; |
Revision as of 23:57, 1 November 2017
<!DOCTYPE html>
×