Biological SciencesBlogger

Getting Genetics Done

Getting Things Done in Genetics & Bioinformatics Research
Home Page
language
Ggplot2RTutorialsVisualizationBiological Sciences
Published

Hadley Wickham, creator of ggplot2, an immensely popular framework for Tufte-friendly data visualization using R, is teaching two short courses at Vanderbilt this week. Once we opened registration to Vanderbilt students and staff we instantly filled all the available seats, so unfortunately I wasn't able to announce the course here. But the good news is that Hadley's made all the data, code, and slides from the course available online here.

AnnouncementsPolicyTwitterBiological Sciences
Published

A live webcast of the House Committee on Energy and Commerce hearing on “Direct-to-Consumer Genetic Testing and the Consequences to the Public Health" is available at this link. I had trouble viewing the webcast in firefox - had to save the link and open it with VLC media player to get it working. You can also follow the #HouseDTC hastag on Twitter.

GWASNoteworthy BlogsRecommended ReadingBiological Sciences
Published

Jeff Barret (@jcbarret on Twitter) over at Genomes Unzipped (@GenomesUnzipped) has posted a nice guide for the uninitiated on how to read a GWAS paper. Barret outlines five critical areas that readers should pay attention to: sample size, quality control, confounding (including population substructure), the replication requirement, and biological significance.

Ggplot2RVisualizationBiological Sciences
Published

Update Tuesday, September 14, 2010: Fixed the ylim issue, now it sets the y axis limit based on the smallest observed p-value. A while back Will showed you how to create QQ plots of p-values in Stata and in R using the now-deprecated sma package. A bit later on I showed you how to do the same thing in R using ggplot2.

AnnouncementsRSoftwareBiological Sciences
Published

At the request of a commenter I just wanted to clarify that any code released here for R or anything else is free and open source unless specifically stated otherwise. The open source (GPLv2) license for any code on GGD can be found on this page.Getting Genetics Done by Stephen Turner is licensed under a Creative Commons Attribution (CC BY) License.

PLINKBiological Sciences
Published

A while back, Stephen wrote a very nice post about converting PLINK output to a CSV file. If you are like me, you have used this a thousand times -- enough to get tired of typing lots of SED commands. I just crafted a little BASH script that accomplishes the same effect with a single easy to type command. Insert the following text into your .bashrc file.

Noteworthy BlogsRecommended ReadingBiological Sciences
Published

NYU PhD student Drew Conway has compiled a very nice list of 10 reasons why grad students should blog. I've been writing GGD for a little over a year now and it's been a great way to extend my own network past the Vanderbilt walls, participate in lively discussions with other scientists oceans away, and to write stuff that people actually read and find useful.