Slashdot Mirror


Video Gamers Advancing Genetic Research

An anonymous reader writes "From McGill's news site: 'Thousands of video game players have helped significantly advance our understanding of the genetic basis of diseases such as Alzheimer's, diabetes and cancer over the past year. They are the users of a web-based video game developed by Dr. Jérôme Waldispuhl of the McGill School of Computer Science and collaborator Mathieu Blanchette. Phylo is designed to allow casual game players to contribute to scientific research by arranging multiple sequences of coloured blocks that represent human DNA. By looking at the similarities and differences between these DNA sequences, scientists are able to gain new insight into a variety of genetically-based diseases.'" Hopefully Phylo will be as successful as Foldit.

23 comments

  1. Consoles by Anonymous Coward · · Score: 1

    This should be adapted for xbox live etc.

    1. Re:Consoles by dskzero · · Score: 2

      This isn't a dark, grity, brown corridor shooter. It has no space on the consoles.

      --
      Oblivion Awaits
  2. What HAVEN'T we helped significantly advance? by VortexCortex · · Score: 2

    This is a great application of the "gamification" buzzword I've heard bandied about recently.

    So long as the reward structure doesn't represent Skinner Boxification, I'm fine with this.

    However, does everything need to be a game? If it was more like work would people perform the task for free? How do you know unless you try?

    Are not many real world systems very similar to playing games anyhow?
    This just in: Corporations help the Gambling Addicted advance the Economic Research via new game dubbed "The Stock Market".

    1. Re:What HAVEN'T we helped significantly advance? by Anonymous Coward · · Score: 0

      It might work without the "game aspect" as long as people actually felt they where doing charitable work to a meaningful degree.

    2. Re:What HAVEN'T we helped significantly advance? by djsmiley · · Score: 2

      While some people generally enjoy work, most don't

      While some people don't enjoy games, most do.

      This is why its a game, and not work :)

      --
      - http://www.milkme.co.uk
  3. DNA samples by Anonymous Coward · · Score: 1

    Not to mention their socks are just chock full of DNA samples.

  4. Hell Yeah! by Anonymous Coward · · Score: 1

    Oh joy! If this works out I can blow it out of proportion in debates like how I did for Foldit!

  5. obligatory xkcd by Anonymous Coward · · Score: 0

    ...isn't there an xkcd strip about this?

    captcha: memorize

    really.

  6. Now all they need by Dunbal · · Score: 3, Funny

    Is to add a microtransaction model and they should be able to get people to both do the work AND fund the project at the same time!

    --
    Seven puppies were harmed during the making of this post.
    1. Re:Now all they need by Ihmhi · · Score: 1

      Add-On: Officially Licensed Triple-Helix Species 8472 DNA from Star Trek Voyager: $29.99

  7. Video Games by Anonymous Coward · · Score: 0

    Nazi Germany was stopped in 1945 ... 44 years later Germany is reunited.

    Video Games were invented in 1969 by Ralph Bear ... 43 years later parents are still angry.

  8. Link to where you can play the game by Anonymous Coward · · Score: 5, Informative

    http://phylo.cs.mcgill.ca/

  9. Zynga's LabVille is just around the corner... by Spud+McDoug · · Score: 5, Funny

    First one to 1,000,000 friends gets a Nobel.

    1. Re:Zynga's LabVille is just around the corner... by forkfail · · Score: 1

      Thing is, though, that Adenine, Thymine and Guanine can be bought for regular efforts; Cytosine costs actual real world money...

      --
      Check your premises.
  10. Gamification vs. Skinner Boxification by Anonymous Coward · · Score: 0

    Too late: Zynga.

  11. Cyberbrain Sclerosis by wirelesslayers · · Score: 1

    Reminds me the Cyberbrain Sclerosis kids from Ghost in the Shell: Stand Alone Complex.

  12. GeneVille by forkfail · · Score: 1

    If they make it a skinner box game, we'll have a cure for cancer within a decade...

    --
    Check your premises.
  13. Also check out Fold.it, the protein folding game by rastoboy29 · · Score: 1

    http://fold.it/portal/

  14. "Game" mechanics need work by WhoIsThePumaman · · Score: 2

    While it's a neat puzzle game that magically transforms into science somehow, the timer mechanic is frustrating and off-putting. Why have an arbitrary time limit to solving these puzzles? Time limits are the laziest form of added difficulty and will drive away potential players once they see their progress disappear because they were too slow. I don't understand the motivation for having it there.

  15. Even more helpful to genetics... by Paul1969 · · Score: 1

    ... is gamers' tendency to not reproduce. At least, not sexually.

  16. Polynomial algorithm by Frans+Faase · · Score: 1

    Why would you put something that can be solved by a polynomial algorithm in a game? Finding the diff of two strings with a know cost formulea is a second order polynomial algorithm with a one order space requirement. This is not at all like fold-it, which attempts to solve a much harder problem, which most likely is not even polynomial at all.

    1. Re:Polynomial algorithm by Frans+Faase · · Score: 1

      Although the Multiple sequence alignment problem (that is not with two but with many strings/sequences) is still polynomical, the time and memory requirements are high.