Slashdot Mirror


Free Program Predicts How Troublesome a Genetic Mutation Is

smoothjazz writes "Researchers describe a new, freely available Web-based program called Spliceman for predicting whether genetic mutations are likely to disrupt the splicing of messenger RNA, potentially leading to disease. From the article: 'Spliceman makes its predictions about mutations by calculating that distance. It has successfully predicted the known effect of many mutations. The software has genomic information about 11 species: humans, chimpanzees, rhesus monkeys, mice, rats, dogs, cats, chickens, guinea pigs, frogs, and zebra fish.'"

6 of 34 comments (clear)

  1. Inbreeding by j.+andrew+rogers · · Score: 5, Funny

    This app is part of the sex education class in Arkansas!

    1. Re:Inbreeding by Samantha+Wright · · Score: 4, Informative
      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
  2. static code analysis tool by vlm · · Score: 4, Interesting

    Rephrased, its a static code analysis tool for mRNA

    http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis

    Now taking bets on 10:1 odds that after posting this, some joker adds spliceman to the wiki page. Frankly it probably does belong there.

    Yes, I am one of "those guys" who trys to make my perl scripts Perl::Critic compliant, in addition to running them thru perltidy. The closest thing I know of for Ruby is "laser" and I don't know a good reformatting tool for Ruby.

    --
    "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    1. Re:static code analysis tool by Samantha+Wright · · Score: 3, Interesting

      That's the idea. Of course, mRNA splicing sites are way harder to find than blocks of code (the sequence is described probabilistically, in essence), and it's subtly different between species. Fortunately it's not even remotely Turing-complete; it's closer to a context-free grammar, on the level of parenthesis matching. Which is evaluated in a probabilistic order. With Turing-complete compiler macros. (It's true: all living organisms are secretly written in PL/I.)

      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
  3. Ruined by stupid PR by pesho · · Score: 5, Informative

    Free Program Predicts How Troublesome a Genetic Mutation Is

    No it doesn't.

    This is yet another case of how stupid PR does damage to otherwise good science. The original paper (not the PR release) describes a statistical model. The model tells you how likely it is for a mutation to affect splicing. According to ROC curve on figure 4 it isn't nearly as selective or sensitive as you need it to be for any clinical application. It is however a great research tool. The PR article makes another false assumption, by stating that mutations affecting the splicing of an exon invariably cause 'trouble'. In fact it is well established that there is a significant variability in exon usage in perfectly healthy humans (citations below).

    1. Kwan, Tony, David Benovoy, Christel Dias, Scott Gurd, David Serre, Harry Zuzan, Tyson A. Clark, et al. “Heritability of Alternative Splicing in the Human Genome.” Genome Res. 17, no. 8 (August 1, 2007): 1210–1218.
    2. Zhang, Wei, Shiwei Duan, Emily O. Kistner, Wasim K. Bleibel, R. Stephanie Huang, Tyson A. Clark, Tina X. Chen, et al. “Evaluation of Genetic Variation Contributing to Differences in Gene Expression Between Populations.” The American Journal of Human Genetics 82, no. 3 (March 3, 2008): 631–640.

    1. Re:Ruined by stupid PR by zebslash · · Score: 3

      As a geneticist, I completely agree. Furthermore, there are mutations that are particularly "troublesome" or completely lethal without affecting splicing! For instance, some muscular distrophies are caused by a single amino-acid replacement in a protein.