Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Science

Free Program Predicts How Troublesome a Genetic Mutation Is 34

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.'"
This discussion has been archived. No new comments can be posted.

Free Program Predicts How Troublesome a Genetic Mutation Is

Comments Filter:
  • by vlm ( 69642 ) on Monday March 05, 2012 @02:10PM (#39250669)

    Rephrased, its a static code analysis tool for mRNA

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

    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.

  • Superpowers (Score:0, Interesting)

    by Anonymous Coward on Monday March 05, 2012 @02:10PM (#39250681)

    How long does the simulation have to run before it predicts super powers?

  • by Samantha Wright ( 1324923 ) on Monday March 05, 2012 @02:46PM (#39251241) Homepage Journal
    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.)

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...