Articles by Stephen Turner

RNA-Seq Methods & March Twitter Roundup

April 6, 2012 | Stephen Turner

There were lots of interesting developments this month that didn't work their way into a full blog post. Here is an incomplete list of what I've been tweeting about over the last few weeks. But first I want to draw your attention to the latest manuscri... [Read more...]

Video Tip: Convert Gene IDs with Biomart

March 14, 2012 | Stephen Turner

I get asked frequently how to convert from one gene identifier to another. This can be tricky, especially when relying on gene symbols, as Will pointed out in a previous post a few years ago. There are several tools that can do this, including DAVID an... [Read more...]

find | xargs … Like a Boss

March 9, 2012 | Stephen Turner

*Edit March 12* Be sure to look at the comments, especially the commentary on Hacker News - you can supercharge the find|xargs idea by using find|parallel instead.---Do you ever discover a trick to do something better, faster, or easier, and wish you c... [Read more...]

I’m Hiring!

February 24, 2012 | Stephen Turner

I direct the Bioinformatics Core at the University of Virginia, and I'm hiring. Visit this link on the UVA Jobs website for more information. Here's the description:The University of Virginia Bioinformatics Core is seeking a full-time position as a bio... [Read more...]

Hadley Wickham: ggplot2 Webinar (Today!)

February 8, 2012 | Stephen Turner

Title: A Backstage Tour of ggplot2 with Hadley WickhamDate: Wednesday, February 8, 2012Time: 11:00AM - 12:00PM PacificPresenter: Hadley Wickham, Professor of Statistics, Rice UniversityRegister here.I used ggplot2 extensively a few years ago, but rever... [Read more...]

New Year’s Resolution: Learn How to Code

January 5, 2012 | Stephen Turner

Farhad Manjoo at Slate has a good article on why you need to learn how to program. Chances are, if you're reading this post here you're already fairly adept at some form of programming. But if you're not, you should give it some serious thought.Gina Trapani, former editor of ... [Read more...]

Query a MySQL Database from R using RMySQL

December 15, 2011 | Stephen Turner

I use this all the time, and the setup is dead simple. Follow the code below to load the RMySQL package, connect to a database (here the UCSC genome browser's public MySQL instance), set up a function to make querying easier, and query the database to ... [Read more...]

Scatterplot matrices in R

July 25, 2011 | Stephen Turner

I just discovered a handy function in R to produce a scatterplot matrix of selected variables in a dataset. The base graphics function is pairs(). Producing these plots can be helpful in exploring your data, especially using the second method below.Try...
[Read more...]

Steal This Blog!

June 22, 2011 | Stephen Turner

I wanted to contribute any content and code I post here to the R Programming Wikibook so I made a slight change to the Creative Commons license on this blog. All the written content is now cc-by-sa and all the code here is still open source BSD. So fee...
[Read more...]

More Command-Line Text Munging Utilities

May 19, 2011 | Stephen Turner

In a previous post I linked to gcol as a quick and intuitive alternative to awk. I just stumbled across yet another set of handy text file manipulation utilities from the creators of the BEAGLE software for GWAS data imputation and analysis. In additio...
[Read more...]

Accessing Databases From R

May 9, 2011 | Stephen Turner

Jeffrey Breen put together a useful slideshow on accessing databases from R. I use RODBC every single day to access my own local MySQL server from R. I've had trouble with RMySQL, so I've always used RODBC instead after setting up my localhost MySQL se... [Read more...]
1 2 3 4 5 6 8

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)