Slashdot Mirror


Microbe Processors

gpmap writes "Smart microbes are closer to reality than you might think, as described in an interesting article on Boston Globe Online. Ron Weiss, a Princeton biochemist, has already programmed E. Coli bacteria cells that release a fluorescent protein when they're exposed to certain chemicals. Now that a team at Stanford University has found a computer-based way to make cells react to any known chemical, the idea of weapons-detecting microbes looks even more promising. That is just one of the more modest applications of a remarkable new engineering discipline -- the science of programming cells. Imagine thousands of preprogrammed cells coursing through your bloodstream, checking cholesterol levels and patrolling for cancer. Or an army of bacteria powerful enough to suck the unwanted contaminant out of a whole lake, but smart enough to turn themselves off when no longer needed."

22 comments

  1. More practical applications by pragma_x · · Score: 5, Insightful

    IMO, smart bacteria through genetic manipulation may be the quickest path toward all the goals that nantoech is attempting to achieve. After all, the cell is just such a 'nanomachine' with several billion years of refinement behind it.

    So I wonder how much longer we'll have to wait until we have bacteria growing huge quantities of CNT's, or other small scale nanostructures.

  2. Yet another... by mstorer3772 · · Score: 0, Flamebait

    ...Cool technology that could make for a weapon. Kinda like a hammer.

    And just to save some some of you the trouble:

    Lets hope it's not used to wipe out ALL OF MANKIND.

    The sky! IT'S FALLING!!!

    Lets skip the rest of those sort of posts, shall we? 'Kay?

    --
    Fooz Meister
  3. Be wary of organic 'machines' by mike_lynn · · Score: 5, Insightful

    In response to the second comment by the poster about microbes that suck contaminants out of a lake and then shut themselves off, I would beg everyone to read 'Zodiac' by Neal Stephenson. He actually covers this exact scenario.
    You have to remember two general differences between machines and organics: organics like to reproduce and organics benefit from an imperfect replication system. When you have a lifeform that can create millions of copies of itself within hours, even a 0.001% error rate makes for dozens of imperfect but potentially viable copies.
    I have no problem with using organic-scale devices as solutions to problems, but personally I'd feel better if it was built from scratch with careful study put into the potential mutations. It's not a question of whether we can, it's a question of whether we should.

  4. Preprogrammed cells by Z0mb1eman · · Score: 4, Insightful

    Very interesting concept, and amazing possibilities. Of course... this gives a whole new meaning to "debugging your code", or to finding a showstopper. I realize that this is a lot closer to biochemistry than it is to computer science, but nonetheless, using the programming metaphor suggests some worrying possibilities. Mainly, there is no chance for patches and bug fixes; it has to be right - 100% right - the first time. As another poster suggested, on a large scale even 99.9999% right isn't good enough.

    --
    ClutterMe.com - easiest site creation on the Net. Just click and type.
    1. Re:Preprogrammed cells by Bowling+Moses · · Score: 2, Interesting

      I disagree. It just has to function at some minimally acceptable level the first time. Life is inherently squishy and flexible, there really is no "right" answer. Take an enzyme, for example. It might be 300 amino acids in length, but the number of amino acids that are explicity required for catalysis or proper folding is a tiny fraction of that number. An enzyme I've worked on has two main isoforms, sequence identity within an isoform is about 50%, between isoforms drops down to 10%. They all have comparable levels of activity. Then you can add to it some of life's error checking/avoiding. For example, if you look at the genetic code, of course you've got three bases A, T, C, or G in a row making up a codon, for 64 possible codons but only 20 standard amino acids. Except for the amino acids methionine and tryptophan, each amino acid can be encoded by at least two different codons. The redundancy isn't higgily-piggily either, alanine is encoded by GCA, GCC, GCG, and GCT--the last position is variable instead of just randomly varying across all three positions. Further, similar amino acids are often encoded by codons that are similar. For alanine, if we change for example the first position we can get either serine, proline, or threonine. These amino acids are not entirely unlike alanine and depending on location within the protein the difference may be negligible. Similarly, if we change the first position of the alanine codon, we can get valine, aspartic acid, glutamic acid, and glycine. While aspartic acid and glutamic acid are unlike alanine, valine and glycine are similar. Still, that's a layer of protection in the event of a screw up. If only computers were 1% as robust as life, then the appearance of the Blue Screen of Death (TM) would be so rare that it would warrant an article in the friggin newspaper instead of an almost daily occurance for those of us cursed with Windows 98 boxes.

    2. Re:Preprogrammed cells by Z0mb1eman · · Score: 1

      Thanks for the reply! I have a computer science/engineering background, so a lot of that went over my head, but I think I follow the gist of what you're saying.

      I'm guessing there is a lot more room for error/built-in error protection, if you will. Computer code doesn't generally heal itself... Still, my gut instinct is that the more complex cells we try to manipulate, and the more tasks we expect them to perform, the more something is likely to go wrong? Precisely because life is robust and it adapts, it will deal by itself with conditions not foreseen when we "design" it; when computer code hits conditions not expected by the programmer, it generally just grinds to a halt. Life would just "deal with it", even if it's not something that was consciously built in at design time - and the way it deals with it might be perfectly acceptable, even beneficial, for the life form, but not necessarily agree with the goals we had when we built it?

      That's a lot of thinking out loud not built on a solid biology/chemistry foundation, so please bear with me :p

      --
      ClutterMe.com - easiest site creation on the Net. Just click and type.
    3. Re:Preprogrammed cells by ravenousbugblatter · · Score: 1
      Were you really trying to make a valid comment, or trying to show off your knowledge of freshmen biology?

      Fact of the matter is, regardless of the safeguards we employ, we will never be able to "design" microbes for specific purposes that will be 100% safe, irregardless of the cushion within biological systems. Not to say I don't advocate the research into such things though...

  5. Does that mean?... by ivanmarsh · · Score: 3, Funny

    Microbe users guide:

    Chapter II (detection):

    If your urine is:

    Blue: stop eating meat.
    Green: time for your insulin shot.
    Red: seek medical attention immediately!

  6. Yeah... but by Cobralisk · · Score: 1

    What happens when the Bacteria decide its their lake? Next thing you know, they're making de-bigulators. I for one welcome our new microbial overlords.

    --
    Waiting for ad.doubleclick.net...
  7. Tastes great... Less filling... by Danse · · Score: 2, Interesting

    I want microbes that combine to taste like a twinkie or Oreo cookie, but after I swallow them, they dutifully form themselves into some form of dietary fiber that will not give me the runs (I'm thinking of things like Olean(TM) or olestra) nor will it constipate me. If they can do that, the world will be a wonderful place indeed.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
  8. Infectious computers by Thuktun · · Score: 3, Funny

    You have to remember two general differences between machines and organics: organics like to reproduce and organics benefit from an imperfect replication system. When you have a lifeform that can create millions of copies of itself within hours, even a 0.001% error rate makes for dozens of imperfect but potentially viable copies.

    True, it is likely that they would evolve to do things their creators' didn't expect.

    However, they would also be built using the same biological framework as all the life on this planet. The possibilities for negative reactions to existing biologic matter on this planet is staggering.

    Perhaps we should stick to totally separate engineered constructs rather than DNA-based ones.

    That, and Microsoft should be absolutely banned from tinkering in this area.

  9. I already have mine, thank you by barakn · · Score: 4, Informative

    Imagine thousands of preprogrammed cells coursing through your bloodstream, checking cholesterol levels and patrolling for cancer. I already have thousands of preprogrammed cells coursing through my bloodstream patrolling for cancer. They are known as T cells. My liver handles the cholesterol.

    --
    "I'm so moist I'm sticking to the leather." -Kermit the Frog on The Late Late Show
    1. Re:I already have mine, thank you by dharmawan · · Score: 1

      I already have thousands of preprogrammed cells coursing through my bloodstream patrolling for cancer. They are known as T cells.

      yes, i've been wondering why cloning massive amounts of your own T cells in culture and then injecting them back isn't a viable method of fighting cancer or actually any bacterial/viral diseases as well

  10. Overheard by Anonymous Coward · · Score: 1, Funny

    Fred Smart-Microbe: (whispers) I told them we'll turn ourselves off when we're finished doing this!

    Jim Smart-Microbe: Heh heh!

  11. If there were to be a problem - and there will be by chloroquine · · Score: 2, Interesting
    I think that you could set this up so there was a nice way to kill all the bacteria in the event of a screw up. You could either make them reliant on a specific form of nutrient which could be withdrawn in the case of an emergency, or choose any one of a large number of antibiotics to kill the bacteria off. Both methods have flaws - there are a large number of genes for drug resistance and nutrient stuff that come handily packaged in plasmids. The way to handle this particular problem is to use both methods.
    Combinatorial, baby.

    So, if coli make an error in DNA replication 1/10^6 bases, and we make a huge guess at the probability of this error being somewhere important and doing something bad being 1/10^9, and we replace the cells living in the bloodstream once a year, and we have the safety features mentioned above, this becomes a very long sentence. There is little chance of something going wrong.

    I'd still like to see how they are going to get these bacteria to live happily within the human body and not be noticed by the immune system, and not produce too much trash, and not grow uncontrollably.

    An interesting idea, but ... give 'em a few grants and wait a few years.

  12. It's interesting... by TitaniumFox · · Score: 3, Interesting

    ...to see the interface between engineers of two different fields. I would have expected to see more knee-jerk "OMFG" posts speaking about the supposed dangers of this, and it's refreshing to see that there's few. It's also nice to see a post get into the nitty of nucleotides, Watson-Crick base pairing and the base pair wobble rules.

    For those concerned about unleashing a transgenic bacterium into the wild that could have horrible consequences, consider the following (wrt. academic research): The E. coli used in research labs are most often "recombinant deficient," and viruses are most often "replication deficient." What this essentially means for E. coli is that genes coding for proteins that integrate foreign DNA into the bacterium's genome have been "knocked out" by one method or another (gross mutation, removing significant chunks of promoter sequence and coding sequence, etc). Plasmids carrying the ampicillin resistance gene that are subsequently transfected into the bacteria confer ampicillin resistance to those that carry it, and even replicate to a high copy number within the individual bacteria, but the ampicillin resistance gene does not get integrated into the host genome. Unless the culture is grown in a media that has a constant selection pressure (ampicillin), the bacteria tend to lose their plasmid. Keep in mind that Amp is heat labile and generally has a short half-life at 37 degrees C.

    Likewise, replication deficient virus vectors have certain necessary virus sequences (certain packaging genes, promotor sequences, and long terminal repeats), but they also lack the crucial coding sequences that would give them the ability to become harmful and fully replicative. Example: A lentivirus (a subset of the retrovirus) vector can be made to be self-inactivating once it integrates into the host's genome. Additionally, for a researcher to make virions, they must transfect the virus vector into a transgenic "packaging" mammalian cell line that produces the viral coat proteins. Once you have enough of a virus titer, you use these virions to infect other cell lines (which are minus the genes that code for the coat proteins).

    In a lot of cases, removing any coding sequences for proteins that facilitate DNA recombination in a host makes this sort of research quite safe when carried out under Good Lab Practice(tm).

    While scientists are generally held closely to the ideals of the scientific method by their peers, there are protocols for minimizing risk (using recombinant minus host organisms), and these must also be followed. No scientist wants to be known throughout the world as the one who unleashed the monster.

    With respect to the original story poster's comment about "turning themselves off:" It may have caused some confusion. The action of a cell responding to a chemical presence is usually through an inducible promoter system. The presence of a chemical catalyzes the recruitment of transcription mechanisms to the necessary location so they transcribe mRNA that codes for whatever the response is. In this case (as in indicator), it's the enhanced green fluorescent protein (EGFP). If you remove the chemical, the transcription machinery isn't mobilized to the promoter, and ultimately, EGFP isn't produced. Quite elegant. Do some searches for the lac operon or the trp operon if one is curious.

    To end this and tie back into engineers of 2 different fields, a molecular bio grad student around our lab often wears the "Code Poet" shirt from ThinkGeek. I tend to think it's as in context as in CE/CS, wouldn't you? DNA is code of the most ancient sort. After looking at lines of ATG GTC CCA CGT CAC... for a while, one could liken it to assembler.

    We haven't figured out our compiler fully, though.

    Cheers!

    --
    -- I'd say your post was about 3 monkeys, 18 minutes.
    1. Re:It's interesting... by chloroquine · · Score: 1

      The number times that I've accidently swallowed E.coli which carry antibiotic resistance genes while doing lab work is rather large. Also, we do use bacteria that are RecA+ (recombination gene) all the time when expressing protein. BL21 are RecA positive as are just about every other protein expression strain. I've never tried to "cure" a strain of a plasmid, but I've heard that it isn't as few passages as you'd think. Also, if you ever wanted an Amp equivalent that was less heat-labile, try carbenicillin.

  13. Re:Tastes great... Less filling... by Anonymous Coward · · Score: 0

    What about Oreo-flavored yoghurt?

  14. Thanks by TitaniumFox · · Score: 1

    for the tip on Carb media/plates. We use it as much as any other selection media, although it's more than twice as expensive.

    Certainly, there are strains that are RecA pos, just as there are strains that express Tet and Cam resistance on their F' episome. I guess my point was more that there are such methods in place as to mitigate risk when working with engineered vectors. RecA is simply one layer of protection, and RecA- strains are used when it's needed.

    As for curing a strain of a plasmid, I've never tried it directly, although you'll certainly lose your F' plasmid if you grow XL1-Blues without Tet.

    I'm curious as to how you've accidently swallowed E. coli while doing lab work, though...multiple times? I can't think of a single time through all of the electroporations, ChemComp protocols, transformations, platings, yadda yadda that I ever got the pipette tip close to my mouth. ;)

    Good luck with your research, btw.

    --
    -- I'd say your post was about 3 monkeys, 18 minutes.
  15. mmmm ... tasty. by chloroquine · · Score: 1
    1. When I started doing lab work we were trained to mouth pipet. So that's one way. I don't mouth pipet anymore though.
    2. I've splattered bacteria all over the place resuspending stuff doing maxis. And it inevitably manages to get on my face.
    3. I'm sure we get a lot of aerosolized bacteria working in lab on a day to day basis.

    I don't like using carbenicillin either. Way too spendy and I seem to remember it being difficult to dissolve? Like when I make stables I don't like using G418 - puromycin being cheaper and faster.

    Years ago I worked in a prokaryotic lab and we used all sorts of coli strains - I remember the first time I tried doing qiagen minipreps on an endotoxin expressing strain. Ok, so now I'm getting nostalgic. Now I'm in a protein biochem lab doing cancer-related stuff.

    ps, e.coli in LB tastes nasty. salty and sour and quite a bit like it smells.

  16. Let's hope... by coolMikeUSC · · Score: 1

    Let's hope that Microsoft isn't programming these bacteria...

    --
    Ever notice how fast Windows runs? Neither do I - get Mac OS