Slashdot Mirror


Researchers Build Logic Gates With RNA

Ars Technica reports on research out of Cal Tech where scientists were able to create logic gates out of RNA molecules. Thus far, they've demonstrated AND gates and OR gates, with work proceeding on more complicated systems. The work shows promise for ability to easily detect the presence of particular chemicals. The abstract from the scientists' paper is available at Science. Quoting Ars: "Detecting tetracycline isn't especially interesting, but RNA that binds to specific small molecules is actually relatively easy to make; repeated rounds of amplification and selection for binding can evolve these RNAs in a couple of days. This means that, in a matter of days, researchers can grow yeast colonies that glow in response to a variety of chemicals, or even to combinations of chemicals. More complicated circuits should be possible if the ribozymes are inserted into messenger RNAs that encode transcription factors, which could, in turn, regulate genes that encode yet other ribozymes."

58 comments

  1. Nice... by Anonymous Coward · · Score: 5, Funny

    But how long before it runs Linux?

    1. Re:Nice... by Gerafix · · Score: 1, Funny

      Sooner than you might think. But beware of kernel panics...

    2. Re:Nice... by fluffybacon · · Score: 5, Funny

      2008 will be the year of Linux on your face!

      --
      It's not big, but it's clever!
    3. Re:Nice... by s4ltyd0g · · Score: 1

      let alone viruses...

    4. Re:Nice... by master5o1 · · Score: 1

      2009 - Year of the face/palm linux!

      --
      signature is pants
    5. Re:Nice... by LrdDimwit · · Score: 1

      Well, a kernel panic would be bad ... but what you really gotta watch out for? while(true) {fork(); }

      I think Michael Crichton might have written a book about this already ...

    6. Re:Nice... by Anpheus · · Score: 1

      That's GNU/face/palm/linux, you insensitive clod.

    7. Re:Nice... by master5o1 · · Score: 1

      I think RMS will be please to know that Guanine has been renamed to GNUanine for any bio-logical device running GNU- stuff (GNU/Linux). Of course, he may not be pleased with the idea of controlling biological species as if they were electronic systems, being a paranoid insecure coot. Ah well.

      --
      signature is pants
    8. Re:Nice... by bwashed75 · · Score: 1

      2008 will be the year of Linux in my ass!

    9. Re:Nice... by cangrejoinmortal · · Score: 1

      Do we have to fear? isn't life but a chemical computer which performs basically the computation you describe, crudely known as 'fork bomb'?

  2. Formally, this is caused by resonance by Anonymous Coward · · Score: 0

    The scientists want us to use RNA, but RNA is just a cheap knockoff of DNA, which is much better because it is deoxygenated and has to be made iun a clean room like powerful computer chipes. I'll be waiting for version 2.1, because this is another buggy opensource thing with absolutely no documentation. Give me Apache any day, it's p[roven rock solid as long as you don't use RNA or MySQA. Also, this could become viruses, which are bad because they can be sick like bactiria.

  3. Uh oh... by exscape · · Score: 1

    I guess this means skynet will be part-biological.

    1. Re:Uh oh... by Cylix · · Score: 4, Insightful

      Completely wrong track I'm afraid.

      Skynet is more cell phones, cash registers and anything with a system.

      Matrix was more humans are batteries, but in this case we get to be both networked pods and large D cells.

      Yes, it could be said that the matrix villains are far more green then the terminators. Marketing research shows that hippies prefer matrix type overlords.

      --
      "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
  4. This means also that by VincenzoRomano · · Score: 1

    even my stupid neighbour has plenty of intelligence!

    --
    Maybe Computers will never be as intelligent as Humans.
    For sure they won't ever become so stupid. [VR-1988]
    1. Re:This means also that by chemisus · · Score: 1

      or at least some form of logic...

  5. Implications by The+Clockwork+Troll · · Score: 4, Funny

    Perhaps the results of this research can be used to create biological instances of the satisfiability problem.

    If satisfiability can be reduced to DNA transcription in polynomial time, then we could genetically engineer colonies of randomly poisoned cats in boxes to solve NP-complete problems.

    --

    There are no karma whores, only moderation johns
  6. I wonder by Psychotria · · Score: 1

    If this can (after more research) be used as a basis for cell 'monitoring', that, in itself would be amazing

    Our ability to transmit information to and from living systems, and to process and act on information inside cells

    From that quote I would guess that, yes, it can be extended; but I am at home and cannot read the whole Science article. More interesting is the possibility of cell manufacturing... factories that churn out cells with particular attributes and particular reactions on demand. That might be a bit far into the future though and the process may need to branch and include DNA. Nonetheless, this research is very interesting to me. The thought that we can create RNA that behaves in a known way given a certain stimulus (or set of stimuli) is incredible.

    Can the research be expanded to include all the logical operators? (At this point I'd have to guess the answer is yes). I am not sure what this implies... it's exciting though.

  7. Re:You nerds love it by Anonymous Coward · · Score: 0

    But not as much as you. So is that your ass?

  8. But what about NAND? by ricegf · · Score: 1

    ANDs and ORs are nice, but what about a NAND (Not AND)? Give me a NAND, and I can implement any Boolean equation.

    1. Re:But what about NAND? by tsjaikdus · · Score: 1

      In any other industry you don't need logic gates perse to build something that does arithmetic. It's the electronics industry that defines the NAND gate as the primary building block, because chips are made with that specific technology.

      It's really all about shifting bit from one place to the other. Gates are only a convenient way to do this.

    2. Re:But what about NAND? by Anonymous Coward · · Score: 3, Informative

      You didn't really get it.

      With a NAND (or a NOR), you can implement any logic function.

      NOT(x) = NAND(x,x)

      Now that we have a NOT gate using NAND only, we can use it to implement AND:

      AND(x,y) = NOT(NAND(x,y))

      Using AND and NOT (which only use NAND), you can implement a OR:

      OR(x,y) = NOT(AND(NOT(x),NOT(y)))

      You can't do this with AND, OR, or combinations of the two. Specifically, you can't use them to implement a NOT.

    3. Re:But what about NAND? by cryptor3 · · Score: 2, Insightful

      Why restrict them to discovering a nand implementation? I was going to ask how close they were to implementing "not".

      I'd rather ask the less restrictive question of how close they are to implementing a functionally complete set of gates in their process technology.

      So for example this could be any of {nand}, {nor},{and,or,not}.

      After all, it could be that in the RNA domain, building things out of all NANDs just isn't as efficient (in whatever sense they mean) as in static CMOS.

    4. Re:But what about NAND? by tsjaikdus · · Score: 1

      I'm just adding that gates are not a prerequisite for building something that can calculate. People often 'prove' that once you have your basic gate(s), you can thus also build a computer. The thing is that in the chip making industry gates are very useful. But in other fields of industry (biological, chemical, mechanical) gates may not be the best building block.

    5. Re:But what about NAND? by Anonymous Coward · · Score: 0

      RTFA, they have AND, NOR, NAND, and OR gates.

    6. Re:But what about NAND? by tsjaikdus · · Score: 1

      As an example, Babbage invented an anticipatory carriage that added all carries (40 or 50 in his machine per register) simultaneously. In electronics they use something similar which is called a look ahead carry. But it will typical add 4 carries at once (some other techniques exist to speed up things, but in the end you'll always use some translation mechanism that ripples a carry). Babbage's mechanical solution really did not ripple. It was later also used by Wiberg's difference engine.

    7. Re:But what about NAND? by ricegf · · Score: 1

      You must be new here.

    8. Re:But what about NAND? by ricegf · · Score: 1

      Of course. In high school, I created a gate-less electrical calculating device for a science fair project. But according to the summary, the article is about building logic gates with RNA. I was commenting in that vein.

      Another way to calculate with RNA is to construct a living creature. Humans calculate, for example (well, at least some of us). So do chickens, dolphins, and various primates, or so I read. I bet my dog could, if some roasted meat was involved. :-)

    9. Re:But what about NAND? by RockDoctor · · Score: 1

      Another way to calculate with RNA is to construct a living creature.
      [SNIP]
        I bet my dog could, if some roasted meat was involved. :-)

      Why roasted ... ah, your dog has never encountered raw meat. Or at least, never encountered it in the context of "food".

      Which is sadly plausible.
      I remember being astonished the first time I encountered two kids (my sister's first two step kids) who didn't recognise a lump of coal. I wouldn't have been surprised that they didn't recognise it's significance (as part of the New Year first-footing pocketful, along with yourself, a poke of salt, a loaf of bread and a bottle of whiskey), but the astonishing thing was that by the ages of IIRC 6 and 8 they hadn't encountered a lump of coal before. Town kids in the age of central heating, but they'd never once been to a house with a Real Fire working, or seen a fire being laid.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    10. Re:But what about NAND? by ricegf · · Score: 1

      Huh? I live in Texas - my dog kills and eats a variety of wildlife. But she prefers her meat roasted. Don't you??

    11. Re:But what about NAND? by RockDoctor · · Score: 1

      Huh? I live in Texas - my dog kills and eats a variety of wildlife.

      That wasn't present in your posting ; from the characters on screen you could just as well have been living on the 17th floor of a tower block in the heart of a big conurbation - like Houston, for example - with your neighbour having a de-clawed cat who's never been out of the apartment.

      But she prefers her meat roasted. Don't you??

      NULL - no preference. It's food. It all comes out (of me) the same.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  9. Boolean Logic by discards · · Score: 2

    Why are they working on more complex systems? If they already have AND and OR, all they need is a NOT and they can make any other type of gate

    1. Re:Boolean Logic by Psychotria · · Score: 1

      I would imagine that NOT is implicit already (i.e. if A || B == false then it's !A and !B)

    2. Re:Boolean Logic by Psychotria · · Score: 1

      My last comment is obviously wrong. All that can be said is that it's NOT A and NOT B. But my original meaning still stands... they can infer NOT, and I can imagine the research easily implenting the NOT operator.

    3. Re:Boolean Logic by eric-x · · Score: 3, Funny

      > My last comment is obviously wrong.
      > But my original meaning still stands.
      1.post theory and proof
      2.retract proof and state that the theory is still valid.

      Interesting concept you have there...

  10. I don't know if they need a cell by Moraelin · · Score: 4, Interesting

    1. Actually, I don't know if they really need a cell.

    Even from the viewpoint of life evolution on Earth, it all started with some self-replicating ribosyme that "lived" perfectly well in the soup of aminoacids and nucleotides around it. The cell was just an increasingly complex test tube around that reaction, complete with increasingly complex ways of regulating the exact composition of the contained drop of sea water.

    I can see how that was an advantage to evolve, in a primordial soup that was hit and miss anyway and probably (very slowly) degrading in quality over time. But in a lab, we can do that regulating artifficially. Admittedly, using a cell might be cheaper, but we can do without it too.

    And indeed there is plenty of organic stuff we already do without a cell. E.g., detecting certain DNA sequences is done via enzymes which bind exactly to one sequence, and start replicating it until it's enough to be detected. We don't really build specialized cells for that.

    2. Actually, to me another aspect is more interesting there: the fact that it's all done with RNA.

    Proteins already _do_ exactly what these guys seem to do: bind only to certain mollecule configurations, but not to others. You can see it as logic operations and whatnot, but really it's all chemistry and that's all it does: bind only to certain mollecules, but not to others. It's a bit like saying that a keyring with two keys is a mechanical OR gate: it unlocks a lock that matches either key 1 or key 2. It's simultaneously technically true, and a bit misleading.

    But there's a more interesting aspect to it: your body usually uses proteins for that, and DNA/RNA is just a way to encode a protein which will actually do the matching. E.g., those enzymes I mentioned, are proteins. They do all the heavy duty chemistry, from processing the cell's "food", to regulating what goes in or out, to destroying all chemicals which are non-polar and pass right through the cell wall instead of being regulated by the protein valves on the wall, to movement, to DNA repairs, to regulating what other proteins are built and where do they go.

    As long as that's all the model we know, that needs a rather complex initial configuration for the start of life. You need something that's capable not only of replicating itself, but also of encoding proteins. It's already a bit too big an incredible machine, and appearing out of nowhere, even after billions of years and trillions of tries per second, still is a damn improbable event.

    But that everything can be done via RNA only, that opens a whole new possibility. We already know that RNA can replicate itself. If it can also take the functions of a protein, offers a much simpler initial configuration for life. It's entirely possible that assembling proteins came later, as a better replacement, much like DNA later replaced RNA as the encoding of choice. The first cells could have been RNA-only, but could still have a metabolism and be able to regulate themselves well enough.

    I find that fascinating.

    --
    A polar bear is a cartesian bear after a coordinate transform.
    1. Re:I don't know if they need a cell by Psychotria · · Score: 1
      I don't know if they need a cell either. What I find interesting is that this may become a way of monitoring cell processes. I.e. a way of monitoring that can do more than we currently can. You said it:

      But there's a more interesting aspect to it: your body usually uses proteins for that, and DNA/RNA is just a way to encode a protein which will actually do the matching. E.g., those enzymes I mentioned, are proteins. They do all the heavy duty chemistry, from processing the cell's "food", to regulating what goes in or out, to destroying all chemicals which are non-polar and pass right through the cell wall instead of being regulated by the protein valves on the wall, to movement, to DNA repairs, to regulating what other proteins are built and where do they go.

      _That_ is what I am interested in seeing elucidated more than current technology can. I don't know if this research can do it, but it, certainly, seems like it's along the right path.

    2. Re:I don't know if they need a cell by MillionthMonkey · · Score: 1
    3. Re:I don't know if they need a cell by Anonymous Coward · · Score: 2, Informative

      IAACB (I Am A Chemical Biologist), and your enthusiasm is great, but there are just a few gaps in your understanding that modern biochemistry is just starting to fill in...
      The classical idea that RNA is nonfunctional has really more and more fallen by the wayside, especially since the crystallization of the eukaryotic ribosome. More and more, we understand that RNA, while not as robust at doing chemistry as proteins, is really a very powerful tool within the body and life in general. One recent discovery is that of native aptamers - natural pieces of the 'noncoding' regions of mRNA that bind small molecules to initiate or repress transcription. More than that, the ribosome itself is a ribozyme - proteins are built entirely using RNA machinery!
      However, the real problem with noncellular ribozyme stuff is that, in general, ribozymes are very 'gooey' and very 'sticky', eg they're much less robust than proteins at working outside their native environments under tight regulation. Additionally, they're not very stable within the cell itself - they're really prone to getting chopped up, whereas folded proteins have extremely long half lives. All in all, the overall consensus is that RNA is an excellent research tool, but that Ribozymes and Aptamer Bioswitches are unlikely to be of great commercial use. Otherwise, all of us working on making protein systems to do nearly the same thing would look rather silly. :-P

    4. Re:I don't know if they need a cell by WhiteHorse-The+Origi · · Score: 1

      The whole point of the article is that they can (possibly)construct synthetic RNA that would regulate gene expression. The fact that they have linked computation to gene expression means they can use computer logic to synthesize RNA that would either express a gene or suppress it; and there is an exact method for doing that now.

      Before this, it was a kind of guessing game where they could inhibit a gene but it would turn on expression of some other gene like "violent aggression". I assume this will eventually spin off into a device which takes a sample of your DNA and spits out some mRNA that will fix any genetic problems(or suppress it until you get your next injection). It's gene therapy for the masses... Now they just need a computational model which works for the entire human genome. I just hope they don't use .net to program it: "We're sorry, you'll have to wait 6 years for the calculation to complete".

    5. Re:I don't know if they need a cell by Bazer · · Score: 1

      I find that fascinating.

      I disagree.

      Personally, I find that completely awesome.

  11. Promising technologies, or not? by Chrisimo · · Score: 1

    3D Processors, Quantum Computers, DNA/RNA based Computers. A lot of progress is being made in these fields, it seems. But how many of them will actually make it into usable devices, if any?

    1. Re:Promising technologies, or not? by harry666t · · Score: 1

      > But how many of them will actually make it into usable devices, if any?

      They're irrelevant until they speak x86.

    2. Re:Promising technologies, or not? by Anonymous Coward · · Score: 0

      Do you really want a computer that would go off in the heat and start smelling?

    3. Re:Promising technologies, or not? by tsjaikdus · · Score: 1

      You're right, we should stop all R&D right now. Until we know for sure that some usable devices will come out of it. Like the IKEA Three-seat sofa with long cover white.

  12. Stem Loop DNA Logic Gates by Christopher_Olah · · Score: 1

    A similar technology is DNA stem-loop logic gates. Theye were used to make MAYA and MAYA II, a DNA computer that could play tic-tac-toe.

  13. Closer to the event by Anonymous Coward · · Score: 0

    A) We're closer than ever to "The Blob". With all the other apocalypses out there, xombie or otherwise, just waiting to happen and getting kinda bored of waiting in line...

    B) (it's stronger than me, I can't resist..... )
          Brilliant!

    C) My personal hack willl involve a pigment-altering retrovirus stimulated by drug abuser's insides.

          Oh, I dunno. Green is neat, but already overdone. Blue is too elegant - or cute. Red lacks imagination. Well, in matters fashion, ask the French. The polka-dots seem quite nice.

  14. Yes, but... by fph+il+quozientatore · · Score: 1

    Do you run linux?

    --
    My first program:

    Hell Segmentation fault

  15. Oh no! by Anonymous Coward · · Score: 0

    Cyborgs!

  16. Insider knowledge that the work is BS ... by Anonymous Coward · · Score: 2, Informative

    Yes, yes, it looks and sounds cool and that's precisely why it was accepted into Science, but if you look closer at the results then you'll be greatly disappointed.

    Why? Their RNA switches don't really perform as logic gates. When we think of logic gates, we think that the "signal" -- voltage in the case of electronic circuits or the production of a reporter gene in this case -- will have a clear difference between the "ON" and "OFF" states... 1 and 0. Electronic circuits are designed so that the voltages that represent the 1 and 0 are very, very different.

    Unfortunately, these RNA switches do not have a clear separation between the ON and OFF states. The authors manipulate their data using disingenuous techniques that mislead the reader (to say the least!). Let me give you an example. When the RNA switch is ON, then the gene expression reporter will have an output of (for example) 1030. When the RNA switch is OFF, then the reporter will output 1000. The authors will report this as a 30 "unit fold change in device" or some other crappy made up unit.

    Unfortunately, you can't use this RNA switch to DO ANYTHING that the authors say it can do. If you put another gene under control of this RNA switch then the "OFF" value will be so high that the gene will effectively be "ON". When the RNA switch is turned "ON" the change in gene expression will be so small compared to the baseline that the actual physiological effect will be negligible.

    This is not the first time that the authors have mislead readers by manipulating their data (see their previous PNAS paper) and the LEADERS in the RNA switch field have vigorously complained that their work does not actually solve the RNA switch problem --- it just changes the way that the data is analyzed to make it appear that some problem was solved. Eventually, other scientists will discover the falsehoods and heads will roll.

    This is a sad day for Science (both the journal and the pursuit thereof).

    1. Re:Insider knowledge that the work is BS ... by Intron · · Score: 1

      "When the RNA switch is ON, then the gene expression reporter will have an output of (for example) 1030. When the RNA switch is OFF, then the reporter will output 1000."

      So you are saying that a reporter has a great deal of bias? What else is new?

      --
      Intron: the portion of DNA which expresses nothing useful.
  17. What's the advantage? by KeithIrwin · · Score: 1

    We already have DNA-based computing. Google "bacteria computer" or "bacterial computer". These are based on building DNA sequences which get up-regulated or down-regulated in the presence of certain chemicals. By joining these sequences together with sequences which produce the chemicals, they form logic gates. Researchers have been doing this for several years.

    So what's the advantage of using RNA to build circuits? The article doesn't seem to explain what the point of this is, how it would be applied, or how it's different from DNA-based cellular computing.

  18. What kind? by Anonymous Coward · · Score: 0

    What kind of logic did come out? Male or female?

  19. OT Rant by Anonymous Coward · · Score: 1, Informative

    Gaah! This pisses me off every time I see it. I've got two degrees from the California Institute of Technology, and it's Caltech, dammit, not "Cal Tech". Get it right!

  20. How To Kill The Mood by hyades1 · · Score: 1

    "What's that glow?"

    "Um...did I mention that I have a bit of a yeast infection?"

    --
    I've calculated my velocity with such exquisite precision that I have no idea where I am.
  21. Great for homebrewers! by unassimilatible · · Score: 2, Interesting

    This means that, in a matter of days, researchers can grow yeast colonies that glow in response to a variety of chemicals, or even to combinations of chemical

    As a homebrewer, there are lots of chemicals that show up in beer, some good, some bad. It would be great to modify a strain of yeast that would glow when diacetyl or some other chemical was present.

    --
    Slashdot "libertarians": Small government for me, big government for those I disagree with. -1, I disagree with you