Slashdot Mirror


CPU's Heat Output to Amplify DNA Could Make Drastically Cheaper Tests

MTorrice (2611475) writes "Researchers have harnessed that heat from a computer CPU to run the polymerase chain reaction (PCR) to amplify DNA in a blood sample. The team developed software that cycles the temperature of the CPU to drive PCR's three distinct steps.The method allowed them to detect miniscule amounts of DNA from a pathogenic parasite that causes Chagas disease. They hope their technique will lead to low-cost diagnostic tests in developing countries." (Always good to put waste heat to a practical purpose.)

15 of 27 comments (clear)

  1. You completely missed the point of the article by Anonymous Coward · · Score: 2, Insightful

    The big deal is they could do this with the existing machine, and they didn't need to make modifications.

    Waste heat has nothing to do with it.

    1. Re:You completely missed the point of the article by EvilSS · · Score: 1

      The big deal is they could do this with the existing machine, and they didn't need to make modifications.

      Waste heat has nothing to do with it.

      Thank you. I was trying to figure out what the heck I was missing in the summary that would make this a big deal.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    2. Re:You completely missed the point of the article by thesupraman · · Score: 3, Informative

      No, it is a stupid article. Someone has come up with an over-complex solution to a non existent problem.

      The use of the CPU to create temperature is a overly complex and difficult approach, compared to using a simple regulated heater which would be much simpler, more reliable, more repeatable, and cost less.
      Really, they are using a whole computer just to generate the heat, and a separate computer (cellphone) to run the reaction. stupid and overly complex.
      If there is a demand for a usb controlled accurate heat generator it would be trivial to build one with a usb microcontroller, its pwm output, and a heating resistor.
      it would cost less, be more accurate, smaller, waste less power, more reliable, cheaper. I doubt it would be difficult to find a suitable device already from some
      similar application.

      Temperature regulation is absolutely NOT a contributing factor to high cost of such tests.

      Hell, a power supply, some switches, and some resistors would do it if you didnt want automatic control.

    3. Re:You completely missed the point of the article by Doubting+Sapien · · Score: 1

      Mod parent up. I've read only the abstract of the article, but even still, the proposed system as described is a terribly expensive way to do PCR for another reason. Typical PCR reaction runs usually thermocycle around 20-30 times. That is 20 to 30 times you will need to change the temperature of your heat sink from a high denaturing temp to a low annealing temp to facilitate DNA replication. One of the first things I was taught in heat transfer as an electrical engineer is that the overwhelming factor involved in electronics failure is material fatigue due to thermo expansion/contraction. If you try to turn the CPU of a commodity PC into a thermocycling heat sink, you are going kill that machine really fast. Better to put in the investment for a proper thermocycler and related equipment designed to do the job correctly and reliably. Molecular biology is cheap enough these days that you don't need to do these crazy ostentatious hacks.

      --
      ========== "Hello World" in my programming language of choice: ATG - LET THERE BE LIFE - TAG ==========
    4. Re:You completely missed the point of the article by MattskEE · · Score: 1

      Indeed. Using a CPU as a heater is just silly, it would be like frying an egg on the engine block of your Ferrari: technically possible but there are better and cheaper ways to get the same thing done. It wouldn't be that hard to hack together a decent computer controlled heater and sample holder/heat exchanger from a few hundred to a thousand bucks in parts (depending on how much labor you want to put into it).

      Instead they have this fiddly system where they have to load samples onto the heatsink of a running computer with the motherboard out in the open, and they must be careful not to drop anything onto the motherboard which could damage it, there are ESD damage concerns, and liquid damage concerns. The temperature control cannot be that good, given the vertical temperature gradient along the heatsink base to top.

      It's also disingenuous (but common) for them to merely compare the raw part cost of a DIY system to a pro system. The Pro system is much more capable and robust, support is available, and it includes the labor cost of designing and assembling it. Too many DIY projects claim a "cost" which treats labor as a free commodity.

    5. Re:You completely missed the point of the article by pepty · · Score: 1

      1. You're right, temperature control is pretty tangential to the costs, but you absolutely do need automated control. 2. The cell phone acts as an imager for the results, it doesn't control the reaction.

  2. Why?? by gurps_npc · · Score: 1
    The basics of dna replication are well known. We know they need to cycle heat.

    They should have been using a standard heater, using the CPU's chip seems like a kludge.

    It might work, but it seems unlikely to be the better than a purpose built device. At most it saves a bit of cash and energy, at the expense of accuracy and complex programming.

    --
    excitingthingstodo.blogspot.com
    1. Re:Why?? by wonkey_monkey · · Score: 1

      They hope their technique will lead to low-cost diagnostic tests in developing countries.

      --
      systemd is Roko's Basilisk.
  3. Reminds me of by UnderCoverPenguin · · Score: 2

    This reminds me of a CPU fan that is powered by the heat using a tiny Sterling Engine. Maybe not the kind of "practical use" of the waste heat the editor had in mind, but still an interesting idea.

    --
    Don't try to out wierd me, three-eyes. I get stranger things than you, free with my breakfast cereal. --Zaphod Beeblebr
  4. Seems like overkill by Rich0 · · Score: 2

    Do you really want to stick a whole PC in a lab, expose it to chemicals, and put its CPU through repeated heat/cool cycles just to save on a thermocycler?

    They mention costs like $19k to obtain one otherwise. I'm sure they sell for that much just as I'm sure you can go spend $2000 on a linux license, but all a thermocycler needs to do is heat samples and cool them. Clearly the CPU isn't going to be a high-performance cycler - you could probably build a little cycler that just uses radiative cooling and some resistive heating for $50. I see peltier heat sinks selling for $40 these days, so I'm sure for $100 you could build a thermocycler on the cheap.

    An ideal thermocycler just needs to heat samples to about 95C for a few seconds, cool them down to about room temperature for a few seconds, and then hold them at something around body temperature for a minute or two, The time spent ramping temperature up/down is basically dead time, and you have to repeat this 20-30 times, so if your cycler can change temperature in seconds instead of minutes you can save a LOT of time per test. Peltier effect tends to be the way things are done, or at least it was back when I was using these in the labs.

    It looks like openpcr.org has a unit for $600. I'm sure it could be improved on, but I imagine that as you get cheaper, you lose precision, and that does matter. I can't imagine that a CPU can maintain a temperature +/- 0.5C without quite a bit of effort.

    1. Re:Seems like overkill by Rich0 · · Score: 1

      Sure, the CPU has a temperature sensor, but how precise is it? And how much power does that CPU consume to do the job, vs a dedicated machine? And how long will the test take - I can't see a CPU dropping from 90C to 45C in nearly the same time as a thermocycler that uses peltier cooling backed by variable speed fans.

      The CPU temperature sensor is also in the CPU core, not at whatever point in the heatsink the sample is placed at. This would probably make a difference as well.

      If it really saved $19k it might be worth it, but the current DIY thermocycler I referenced is $600. I bet that could be improved on if you wanted to make compromises, and I imagine you could still make it better/cheaper than doing it with a CPU.

  5. useless publicity stunt by Anonymous Coward · · Score: 1

    A PCR reaction needs 3 temperatures - a denaturing temp (usually 95C), an annealing temp (usually around 55C), and an elongation temp (usually around 75). The reaction is cycled between the temperatures to cause a 2^n increase in copy number in the reaction where n is one cycle through the temperatures.

    A low-tech heating solution could be obtained for less than $50, would not require any special modifications of reaction conditions (the article states that they used DMSO to lower the denaturing temperature), and would not require you to open up a computer case in a low-tech environment.

    Useless publicity stunt.

  6. Obligatory XKCD by gerf · · Score: 2

    Obviously they use the spacebar to toggle the heat on and off. https://xkcd.com/1172/

  7. Re:Actual Link And Better Details by UnderCoverPenguin · · Score: 2

    The takeaway is that PCR equipment sounds far more expensive than it needs to be.

    A lot of equipment is more expensive than it could be. Doing more than a cosmetic redesign opens up a vendor to liability issues. Until either the lawyers are comfortable that the cost savings of a new design sufficiently outweigh the potential cost of law suits or they see competitor stealing too much of their business, they won't be willing to take the risk. Right now, these third world countries don't look like good enough markets to bother with.

    --
    Don't try to out wierd me, three-eyes. I get stranger things than you, free with my breakfast cereal. --Zaphod Beeblebr
  8. Re:Actual Link And Better Details by Anonymous Coward · · Score: 1

    Cost of heater: $50
    Cost of computer programmer: $3000
    Cost of clinical trial of 50,000 patient samples: $5 million dollars
    Break-even cost assuming they sell 280 of these devices: $18,928.75