|
|
(16 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| == Background ==
| | #REDIRECT: [[Mycoplasma mycoides JCVI-syn1.0 Decoded]] |
| | |
| Rumor has it that there is a code in one of the synthetic genomes by JCVI (passed along to me from Haibao Tang). Supposedly, this code contains an email address or a URL (or a secret message from Dr. V!). I wanted to know if CoGe's comparative genomics tools would make this relatively easy to do.
| |
| | |
| == Synthetic JCVI genomes in CoGe ==
| |
| | |
| *synthetic Mycoplasma genitalium strain JCVI-1.0: http://genomevolution.org/CoGe/OrganismView.pl?oid=35986
| |
| *synthetic Mycoplasma mycoides JCVI-syn1.0: http://genomevolution.org/CoGe/OrganismView.pl?oid=35385
| |
| | |
| ==Methods==
| |
| #Find closest natural relatives
| |
| #Identify syntenic discontinuities (this is where the new JCVI code should reside
| |
| #Decode new sequence
| |
| ##Identify coding scheme
| |
| ###Probably using natural codon triplet encoding given that:
| |
| ####1x4 encoding = 4 letters
| |
| ####2x4 encoding = 16 letters
| |
| ####3x4 encoding = 64 letters
| |
| ###Given that there are 20ish natural amino acids, some of the codons will be appropriated for additional letters and symbols
| |
| ####An example for students of expanded codon encoding (using neighboring codons for additional letters): http://nature.ca/genome/05/051/0511/0511_m205_e.cfm
| |
| ##Decode email address
| |
| #Validate email address
| |
| | |
| == Closest natural relatives ==
| |
| | |
| {| width="200" cellspacing="1" cellpadding="1" border="1"
| |
| |-
| |
| | Syntenic dotplot of synthetic Mycoplasma genitalium strain JCVI-1.0 (y-axis) v. Mycoplasma genitalium strain G37 (x-axis) http://genomevolution.org/r/4mx1
| |
| | Syntenic dotplot of synthetic Mycoplasma mycoides JCVI-syn1.0 (y-axis) v. Mycoplasma mycoides subsp. capri strain GM12 (x-axis) http://genomevolution.org/r/4mx2
| |
| |-
| |
| | [[Image:Screen_Shot_2012-03-22_at_6.23.29_AM.png|400px]]
| |
| | [[Image:Screen_Shot_2012-03-22_at_6.26.34_AM.png|400px]]
| |
| |}
| |
| | |
| ==[[GEvo]] Analyses: high-resolution detection of syntenic discontinuities==
| |
| ===Genitalium===
| |
| [[Jcvi code genitalium]]
| |
| | |
| ===Mycoides===
| |
| [[File:Screen shot 2012-03-22 at 9.12.01 AM.png|thumb|center|800px|GEvo whole genome analysis of Mycoplasma mycoides JCVI-syn1.0 v. Mycoplasma mycoides subsp. capri strain GM12. Results may be regenerated at http://genomevolution.org/r/4mxd]]
| |
| | |
| [[Identifying JCVI watermark sequences in mycoides using GEvo]]
| |
| | |
| | |
| ====No luck with first attempt at decoding====
| |
| | |
| After searching through the watermarks, performing 6-frame translations on all of them, searching for "words" (e.g. CVI from JCVI), and looking at the darn sequences, and trying some funky stuff with overlayed 6-frame translations (in case the message was written in multiple reading frames simultaneously -- yes, highly unlikely!), I decided to dig into the literature a bit:
| |
| | |
| Example: [[JCVI code 6-frame translation watermark 4 | Aligned 6-frame translation of watermark 4 shows nothing]]
| |
| | |
| ====Hints From the Paper and Craig V.====
| |
| | |
| The paper describes four watermark sequences added to the genome, and these sequences were given in the supplementary information! Fortunately, using SynMap and GEvo, CoGe correctly identified these (along with the carryover piece of E. coli), but getting them from the literature would have been a lot easier. There were additional hints as to the information in the watermarks. Specifically that three of the four watermarks have quotes (given) and that one contained the secret message. There is also a Skype interview with Craig that is fun to watch.
| |
| #Paper: http://www.sciencemag.org/content/329/5987/52.abstract
| |
| #Sup Data: http://www.sciencemag.org/content/suppl/2010/05/18/science.1190719.DC1/Gibson.SOM.pdf
| |
| #http://www.popsci.com/science/article/2010-05/venter-institutes-synthetic-cell-genome-contains-hidden-messages-watermarks
| |
| #http://en.wikipedia.org/wiki/Mycoplasma_laboratorium
| |
| #[[JCVI code phrases]]
| |
| #[[JCVI watermarks (without end sequences)]]
| |
| | |
| ====Decoding part one====
| |
| The code is something different than using protein translation. Also, there needs to be a way to code special characters, such as "," or ":", etc.
| |
| | |
| [[JCVI GEvo analysis of watermarks]]
| |
| | |
| =====First success at decoding:=====
| |
| [[JCVI notes]]
| |
| | |
| The fourth phrase:
| |
| <pre>What I cannot build, I cannot understand</pre>
| |
| Contains a direct repeat sequence. Let's see if this exists in the 4th watermark sequence.
| |
| [[File:Screen shot 2012-03-22 at 3.10.44 PM.png|thumb|center|600px|Direct repeats in watermark 4!]]
| |
| #Direct Repeat Sequence (DRS): 100% match, 30 characters
| |
| <pre> ATACTGATATTTTAGTGCTGCCGTTGAATA</pre>
| |
| #Interesting. DRS is 30 characters "cannot" is 6 == looks like 5 nucleotide encoding scheme. However, there doesn't appear to be enough space between the two words. . .
| |
| # Almost: it is " I cannot " -- 10 characters! coding is 3 nucleotides. Where have I seen that before?
| |
| | |
| ====Cracking the code (from the repeat sequences)====
| |
| <pre>
| |
| ATA AAC CTG GGC TAA
| |
| <s> l i f e
| |
| | |
| TGA ATA TAG GCT ATA TGA TCA TAA CAT ATA
| |
| t <s> a s <s> t h e y <s>
| |
| | |
| ATA CTG ATA TTT TAG TGC TGC CGT TGA ATA
| |
| <s> I <s> c a n n o t <s>
| |
| :)
| |
| </pre>
| |
| | |
| #Notes:
| |
| ##spaces all use the same triplet (ATA)
| |
| ##lower case "i" and upper-case "I" both use the same triplet (CTG): code is case insensitive
| |
| | |
| ===First pass output===
| |
| [[JCVI code first pass output]]
| |
| | |
| Not too bad.
| |
| | |
| There is an obvious "decoding" section in the line without a quote (along with some HTML tags)
| |
| | |
| [[File:Screen Shot 2012-03-22 at 7.54.52 PM.png|600px]]
| |
| | |
| [[File:Screen Shot 2012-03-22 at 7.57.49 PM.png|600px]]
| |
| | |
| ===Second pass: 95% solved (good enough for computational biology)===
| |
| Solving the code from this point is pretty straight forward. Mostly a matter of looking for obvious characters, plugging them in, rerunning the program, and repeat. There is a decoding section in the first watermark, but I did not decode all of the symbols. I'm guessing there are a variety of other ASCII characters such as "(){}[]|?/\" and whatnot. "?" in the text are those symbols that I did not decode.
| |
| | |
| Watermark one
| |
| <pre>
| |
| J. CRAIG VENTER INSTITUTE 2009
| |
| ABCDEFGHIJKLMNOPQRSTUVWXYZ
| |
| 0123456789?@??-??=/:<?>??????"??!'.,
| |
| SYNTHETIC GENOMICS, INC.
| |
| <!DOCTYPE HTML><HTML><HEAD><TITLE>GENOME TEAM</TITLE></HEAD><BODY><A HREF="HTTP://WWW.JCVI.ORG/">THE JCVI</A><P>PROVE YOU'VE DECODED THIS WATERMARK BY EMAILING US <A HREF="MAILTO:XXXXXXXX@JCVI.ORG">HERE!</A></P></BODY></HTML>
| |
| </pre>
| |
|
| |
| Watermark two
| |
| <pre>
| |
| MIKKEL ALGIRE, MICHAEL MONTAGUE, SANJAY VASHEE, CAROLE LARTIGUE, CHUCK MERRYMAN, NINA ALPEROVICH, NACYRA ASSAD-GARCIA, GWYN BENDERS, RAY-YUAN CHUANG, EVGENIA DENISOVA, DANIEL GIBSON, JOHN GLASS, ZHI-QING QI.
| |
| "TO LIVE, TO ERR, TO FALL, TO TRIUMPH, TO RECREATE LIFE OUT OF LIFE." - JAMES JOYCE
| |
| </pre>
| |
| | |
| Watermark three
| |
| <pre>
| |
| CLYDE HUTCHISON, ADRIANA JIGA, RADHA KRISHNAKUMAR, JAN MOY, MONZIA MOODIE, MARVIN FRAZIER, HOLLY BADEN-TILSON, JASON MITCHELL, DANA BUSAM, JUSTIN JOHNSON, LAKSHMI DEVI VISWANATHAN, JESSICA HOSTETLER, ROBERT FRIEDMAN, VLADIMIR NOSKOV, JAYSHREE ZAVERI.
| |
| "SEE THINGS NOT AS THEY ARE, BUT AS THEY MIGHT BE."
| |
| </pre>
| |
| | |
| Watermark four
| |
| <pre>
| |
| CYNTHIA ANDREWS-PFANNKOCH, QUANG PHAN, LI MA, HAMILTON SMITH, ADI RAMON, CHRISTIAN TAGWERKER, J CRAIG VENTER, EULA WILTURNER, LEI YOUNG, SHIBU YOOSEPH, PRABHA IYER, TIM STOCKWELL, DIANA RADUNE, BRIDGET SZCZYPINSKI, SCOTT DURKIN, NADIA FEDOROVA, JAVIER QUINONES, HANNA TEKLEAB.
| |
| "WHAT I CANNOT BUILD, I CANNOT UNDERSTAND." - RICHARD FEYNMAN
| |
| </pre>
| |
| | |
| ===Conclusion===
| |
| CoGe definitely helped. Using CoGe did permit the rapid identification of the watermark sequences and checking whether they were unique sequences (e.g. came from E. coli). However, those watermark sequences were given in the supplementary data. Having some of the code broken made the cracking of it pretty simple when using GEvo to compare within and among the watermark sequences. This quickly showed that watermark one was very different in structure than the other three. In addition, each of the other three watermark sequences has a relatively large identical repeat sequence, which permitted decoding the first set of works, locating their placement within the quotations and the watermarks, and using them to build a cipher to decode the rest of the sequences. All in all, a lot more fun than Sudoku!
| |
| | |
| Of course, it seems to take quite a while for new synthetic genome puzzles to come out. . .
| |