Recommend Your Favorite Introductory "R In Bioinformatics" Books And Resources
17
73
Entering edit mode
14.1 years ago
Michael 54k

I have been asked to recommend introductory books and resources to R and Bioconductor. My problem is just, I never read a book to learn R or Bioconductor, so I have no experience with this and cannot recommend one. I am interested in mainly introductory books, possibly targeting various groups of readers (computer scientists, molecular biologists, (bio-)statisticians), any recommendation appreciated.

For example, I used the following resources:

Which books did you find helpful or completely useless to learn R/Bioconductor? For example: R Programming for Bioinformatics looks promising, anybody read it?

Or do you share my reluctance towards R-books and prefer online resources?

r books bioconductor • 26k views
ADD COMMENT
28
Entering edit mode
14.1 years ago

Theresa Scott's Intro deserves a mention although it can be a bit verbose.

Introduction to the Fundamentals & Functionality of the R Programming Language

For Bioconductor and short read analysis I would stick with Girke's cookbook which I have found amazingly helpful. I would gladly have paid $100 for access to it.

Sequence Analysis with R and Bioconductor

Have not read R in a Nutshell yet but from what I saw in Joseph Adler's Baseball Hacks and the initial reviews I have a good feeling about it.

I would avoid R Programming for Bioinformatics as that book is really geared toward package development.

I co-wrote an O'Reilly Short Cut, "Data Mashups in R", that is designed to be a little more fun than some of the scientific stuff out there while still exploring data manipulation in R, using packages, XML, web services, rudimentary plotting, and even some statistics. It costs $5 if you are not a Safari subscriber.

Data Mashups in R

ADD COMMENT
1
Entering edit mode

The Art of R Programming is a great book for both beginners and experts. It contains very few bells and whistles, but a lot of meticulous code examples and explanations.

ADD REPLY
0
Entering edit mode

HT Sequence Analysis with R and Bioconductor is a great resource. Thank you Jeremy

ADD REPLY
0
Entering edit mode

HT Sequence Analysis with R and Bioconductor seems to be a great resource and I didn't find HyperGeometericTest over there. Anyway thanks to Jeremy for his detail descritpion

ADD REPLY
0
Entering edit mode

+1 for Adler's R in a Nutshell which I have found to be very helpful for getting to grips with data munging especially.

ADD REPLY
0
Entering edit mode

+1 for Adler's R in a Nutshell which I have found to be very helpful for getting to grips with R, especially data munging.

ADD REPLY
8
Entering edit mode
13.8 years ago
lexnederbragt ★ 1.3k

Very basic, but it helped me get started, although I was mainly just interested in importing tabular data and plotting:

Zuur, Alain et al: A Beginner's Guide to R

ADD COMMENT
6
Entering edit mode
13.8 years ago
Hanif Khalak ★ 1.3k

Some online resources:

Quick-R a set of tutorials that I found to be to be a very lucid and practical introduction for general data analysis with R.

Data Analysis Examples at UCLA a nice matrix of various canonical analytical tasks in R as well as SAS, SPSS, etc.

R and BioConductor Manual a concise introduction to R for bioinformatics specifically

ADD COMMENT
0
Entering edit mode

This is strange. Did some data get lost here on the transfer from old biostar or something?

ADD REPLY
0
Entering edit mode

I think this happened while transferring but if you will click on revisions, then you can see the links.

ADD REPLY
0
Entering edit mode

I've edited this answer to delete the <dd> and <dt> HTML tags responsible for this. It's actually not the first time I see these [?] instead of links, so I guess this should be issued in github.

ADD REPLY
6
Entering edit mode
13.5 years ago
Mary 11k

Oh, I'm glad this got bumped--just yesterday I saw a new guide to R that might be useful:

The Undergraduate Guide to R

ADD COMMENT
6
Entering edit mode
13.5 years ago
Zach Stednick ▴ 660

I have R in a Nutshell on my desk and I use it at least weekly if not daily. Its well indexed with a lot of great examples and helps me save time by not searching online. The BioC chapter is decent, but quite short. I also bought Data mashups in R which I found to be a great purchase and a fun way to learn about GIS capabilities and the Yahoo API in addition to R.

ADD COMMENT
5
Entering edit mode
12.2 years ago

I have to give a shout out for the "R Graph Gallery". When learning to make graphs/visualizations, this resource is indispensable. Sometimes when I'm trying to think of a way to visualize some data, I just browse through the gallery for inspiration. Then, if you find something you like, all the code to get you started is right there.

http://addictedtor.free.fr/graphiques/ (now dead)

UPDATED LINKS:

ADD COMMENT
0
Entering edit mode

does not exist do you have any other link?

ADD REPLY
0
Entering edit mode

Thanks for spotting this. It seems that the excellent R graph gallery has moved. I've updated and added links to similar resources.

ADD REPLY
4
Entering edit mode
13.5 years ago
D. Puthier ▴ 350

SimpleR

ADD COMMENT
3
Entering edit mode
12.6 years ago

R programming for bioinformatics By Robert Gentleman

ADD COMMENT
3
Entering edit mode
12.2 years ago

About R graphics, an introduction by Paul Murrell is very popular. And, you know what? He shares all the figures code and 3 chapters via his website. It's a very good one.

ADD COMMENT
3
Entering edit mode
ADD COMMENT
3
Entering edit mode
ADD COMMENT
3
Entering edit mode
12.2 years ago
Woa ★ 2.9k

"Statistics Using R with Biological Examples" by Kim Seefeld helped me a lot

also "Applied Statistics for Bioinformatics using R" by Wim P. Krijnen

ADD COMMENT
0
Entering edit mode

BTW, anyone gone through the book "Statistics and Data Analysis for Microarrays Using R and Bioconductor" by Sorin Draghici? From the Amazon preview I found it quite interesting

ADD REPLY
0
Entering edit mode

I just got a copy of Draghici's book and I found it to be FANTASTIC. I will possibly buy a copy soon and look for his upcoming title "An Introduction to Statistics and Data Analysis for Bioinformatics using R" to be released in Sep 15, 2012

ADD REPLY
21
Entering edit mode
14.1 years ago
Pierre ▴ 500

A comment, not answering your question but which may help a lot people using R: If you are very annoyed that it is impossible to make a google search for R, use rseek.org. It is basicly R-specific google.

ADD COMMENT
2
Entering edit mode

googling r-project works pretty well too

ADD REPLY
0
Entering edit mode

This is really cool and helpful in any way. Yes, I was annoyed searching for one character languages "C, R". Had the authors of the languages anticipated google, they might have used something like R++ ;)

ADD REPLY
10
Entering edit mode
13.8 years ago

Introductory Statistics with R by Peter Dalgaard is a wonderful, brief introduction to basic statistical practice using R. If you want to know how to perform survival analysis, specify linear models, build plots, etc. it is a very clear guide. It is not bioinformatics-specific, and does not mention Bioconductor.

In general I've found the quality of the Springer books to be very high. If you're affiliated with a large university (e.g. UCSF), you may be able to browse their texts for free from your desk through SpringerLink.

ADD COMMENT
0
Entering edit mode

Great pick. It really helped with both statistical modeling and R programming.

ADD REPLY
6
Entering edit mode
13.8 years ago
Ruchira ▴ 230

I upvoted David Quigley's recommendation of the Dalgaard book. I'd also recommend Modern Applied Statistics with S by Venables & Ripley. Despite the title, it's totally relevant to R. From the first page of the Introduction, "An Open Source system called R has emerged that provides an independent implentation of the S language. It is similar enough that almost all the examples in this book can be run under R." This book is pretty much the standard reference for R in book form.

ADD COMMENT
0
Entering edit mode

R is derived from S, or vice versa as some would argue!

ADD REPLY

Login before adding your answer.

Traffic: 1968 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6