A hybrid likelihood model for sequence-based disease association studies.
Source
Abstract
- PMID:
- 23358228
- [PubMed - in process]
Plug for Debian Med Sprint
---------- Forwarded message ----------
From: Steffen Möller <steffen_moeller gmx.de>
Date: Jan 25, 2013 11:25 PM
Subject: [Biopython] Debian Med Sprint in Kiel, Germany 23rd/24th of February
To: "Biopython Mailing List" <biopython lists.open-bio.org>
Cc:
> Dear all,
>
> We have our annual Debian/Ubuntu/Bio-Linux sprint on Bioinformatics again next month. Every year there are a few individuals more peripheral to the distribution attending, which usually helps us to develop our community further in some way. Anybody from BioPython interested to join in, please read through
> http://wiki.debian.org/DebianMed/Meeting/Kiel2013
> and just email me or add him/herself. There is not anything particular that I expect from the BioPython community, except for more and better ideas on how to develop research on and with tools in computational biology further.
> Registration is free. Accommodation and travel are not.
>
> Cheers,
>
> Steffen
> _______________________________________________
http://mendeliandisorder.blogspot.sg/2012/11/why-i-dont-want-to-know-my-genome.html
http://blogs.plos.org/dnascience/2012/11/01/why-i-dont-want-to-know-my-genome-sequence/
Interesting reads on a rainy Saturday.
I think (at this point in time) believing whole genome sequencing or even exome seq is the way forward in medical health is akin to buying extended warranty.
You don't need it now but you are banking on having cost savings when u actually do (doing one whole genome versus small individual regions)
No doubt eventually when prescription of drugs depends on your genetic make up, your DNA sequences will be invaluable or even compulsory. (Before I read this article I didn't even know being slow to metabolize anti psychotics and beta blockers can be deadly). Right now, genomics offer a glimpse into likely causal associations which can be hard for the man on the street to act on, beyond the advice of " don't smoke, exercise, eat a healthy diet, and don't worry about DNA sequences"
I would also add "watch out for cars" since 1.3 million people die yearly from auto accidents versus 1.4 million deaths attributed to lung cancer.
See
http://www.who.int/mediacentre/factsheets/fs358/en/index.html
http://www.cancerresearchuk.org/cancer-info/cancerstats/world/the-global-picture/
We present a new streaming algorithm for k-mer counting, called DSK (diskstreaming of k-mers), which only requires a fixed, user-defined amount of memory and disk space. This approach realizes a memory, time and disk trade-off. The multi-set of all k-mers present in the reads is partitioned and partitions are saved to disk. Then, each partition is separately loaded in memory in a temporary hash table. The k-mer counts are returned by traversing each hash table. Low-abundance k-mers are optionally filtered.
DSK is the first approach that is able to count all the 27-mers of a human genome dataset using only 4.0 GB of memory and moderate disk space (160 GB), in 17.9 hours. DSK can replace a popular k-mer counting software (Jellyfish) on small-memory servers.
Availability:http://minia.genouest.org/dsk