R Programming for Bioinformatics (Chapman & Hall/Crc Computer Science & Data Analysis) | 
| Author: Robert Gentleman Publisher: Chapman & Hall/CRC Category: Book
List Price: $69.95 Buy New: $50.36 You Save: $19.59 (28%)
New (24) Used (8) from $50.36
Avg. Customer Rating: 2 reviews Sales Rank: 174454
Media: Hardcover Edition: 1 Number Of Items: 1 Pages: 328 Shipping Weight (lbs): 1.2 Dimensions (in): 9.3 x 6 x 0.9
ISBN: 1420063677 Dewey Decimal Number: 572.802855133 EAN: 9781420063677 ASIN: 1420063677
Publication Date: July 14, 2008 Shipping: Eligible for Super Saver Shipping Availability: Usually ships in 24 hours
|
| Accessories:
|
| Similar Items:
|
| Editorial Reviews:
Product Description From the co-developer of R and lead founder of the Bioconductor Project Thanks to its data handling and modeling capabilities and its flexibility, R is becoming the most widely used software in bioinformatics. R Programming for Bioinformatics builds the programming skills needed to use R for solving bioinformatics and computational biology problems. Drawing on the author’s experiences as an R expert, the book begins with coverage on the general properties of the R language, several unique programming aspects of R, and object-oriented programming in R. It presents methods for data input and output as well as database interactions. The author also examines different facets of string handling and manipulations, discusses the interfacing of R with other languages, and describes how to write software packages. He concludes with a discussion on the debugging and profiling of R code.
|
| Customer Reviews:
General R introduction, not for bioinformatics September 1, 2008 I expected that this book is designed to introduce R programming for various works of bioinformatics with bunch of practical examples. In short, this book is another R programming introduction book with no practical bioinformatics examples. I wonder why this book is for bioinformatics. This book is just for general R users, not especially for bioinformatics purpose.
Perhaps a decent resource for R package developers, not end-users August 7, 2008 8 out of 9 found this review helpful
This is a strange little book in that it seems somewhat directed toward statisticians who want to develop R packages. The OOP section takes up 50 pages and discusses "S3 and S4" implementations of OOP in R in great detail, all of which is not doubt important for those few dozen accomplished statisticians who wish to write packages. However, by the time you are ready to actually write an R function that other people will use I can't imagine you wouldn't already be familiar with some of the basic commands discussed elsewhere in this book. So I am wondering who the intended audience is.
I think the majority of R users (biologists and programmers) want to run through some common statistical routines in a procedural fashion and produce reports that perform some analysis and show some graphs. The difficulty with R is learning how to massage data into a form that an existing statistical function will accept. That will invariably involve helper R-specific helper functions that do not exist in programming languages (e.g. unsplit) or that require a precise understanding of input (e.g. xtabs), and statistical routines that almost never return meaningful errors (glm). Manipulating data structures in R is not particularly intuitive (e.g. as.numeric(levels(f))[f]), so tons of examples are a must. However this book simply does not include enough R code - probably fewer than 250 lines.
In some instances commands are discussed at length in the space it would take to simply show the command. For example, a beginner would want to know how to save a data frame. Instead of providing a useful example like: save(myDataFrame,file="myDataFrame.frame.RData",compress=TRUE) there is a bizarre paragraph called "Working with R's binary format", in which save and load are discussed in theory as if they are planned for a distant release.
There is no chapter on using Sweave to develop pdf reports despite the book being actually written in Sweave. The author is more focused on "vignettes" which appear to be for documentation akin to POD files.
This book does include excellent sections on string manipulation, connecting to databases, and C integration. I learned some things about some neat Bioconductor functions available but a dedicated chapter would be nice.
At no point do you ever sense the author does not know what he is talking about - he just doesn't know who he is talking to. I hope in the future "R Programming For Bioinformatics" is split this into two more comprehensive books: "Developing R Packages" and "R for Biologists"
|
|
|