R Programming for Bioinformatics and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $10.79 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
R Programming for Bioinformatics (Chapman & Hall/CRC Computer Science & Data Analysis)
 
 
Start reading R Programming for Bioinformatics on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

R Programming for Bioinformatics (Chapman & Hall/CRC Computer Science & Data Analysis) [Hardcover]

Robert Gentleman (Author)
3.0 out of 5 stars  See all reviews (6 customer reviews)

List Price: $75.95
Price: $51.19 & this item ships for FREE with Super Saver Shipping. Details
You Save: $24.76 (33%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 8 left in stock--order soon (more on the way).
Want it delivered Monday, February 6? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $46.07  
Hardcover $51.19  
Paperback --  
Sell Back Your Copy for $10.79
Whether you buy it used on Amazon for $44.98 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $10.79.
Used Price$44.98
Trade-in Price$10.79
Price after
Trade-in
$34.19

Book Description

July 14, 2008 1420063677 978-1420063677 1

Due to its data handling and modeling capabilities as well as its flexibility, R is becoming the most widely used software in bioinformatics. R Programming for Bioinformatics explores the programming skills needed to use this software tool for the solution of bioinformatics and computational biology problems.

Drawing on the author’s first-hand experiences as an expert in R, 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.

With numerous examples and exercises, this practical guide focuses on developing R programming skills in order to tackle problems encountered in bioinformatics and computational biology.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

R Programming for Bioinformatics (Chapman & Hall/CRC Computer Science & Data Analysis) + Bioconductor Case Studies (Use R) + Bioinformatics and Computational Biology Solutions Using R and Bioconductor (Statistics for Biology and Health)
Price For All Three: $177.78

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Bioconductor Case Studies (Use R) $57.91

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Bioinformatics and Computational Biology Solutions Using R and Bioconductor (Statistics for Biology and Health) $68.68

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Product Details

  • Hardcover: 328 pages
  • Publisher: Chapman and Hall/CRC; 1 edition (July 14, 2008)
  • Language: English
  • ISBN-10: 1420063677
  • ISBN-13: 978-1420063677
  • Product Dimensions: 9.3 x 6 x 0.9 inches
  • Shipping Weight: 1.2 pounds (View shipping rates and policies)
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #627,638 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

6 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:    (0)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.0 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

31 of 33 people found the following review helpful:
2.0 out of 5 stars Perhaps a decent resource for R package developers, not end-users, August 6, 2008
This review is from: R Programming for Bioinformatics (Chapman & Hall/CRC Computer Science & Data Analysis) (Hardcover)
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"
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 14 people found the following review helpful:
5.0 out of 5 stars Clearly written intro to R _programming_, not general use, July 24, 2009
This review is from: R Programming for Bioinformatics (Chapman & Hall/CRC Computer Science & Data Analysis) (Hardcover)
The previous two reviewers are apparently frustrated because this book is not what they expected. In R world, however, _programming_ does not mean doing statistics or graphics in R - it means R software development. If the book was called "R Software Development for Bioinformatics", there would perhaps be less confusion - unless there was somebody who would be then led to believe that it was the book about developing core R software...

Anyway, this book is well organized and clearly written. As for bioinformatics, the author is not only a co-creator of R, he is a leading figure of the Bioconductor project. Suitable for a bioinformatics-oriented book, it has a whole big chapter on working with character data (not something discussed at great length in other R books, and a very useful chapter on Data Techniques replete with real-life Bioconductor examples. The chapter on OOP comes early in the book and, while does not go into too many details, it is enough to get you going sooner rather than later.


As a conclusion: potential buyers should be careful about whether the content of this book is what thy need. Those who do will probably be happy with the way it is written.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
1.0 out of 5 stars Weak writing, poor editing, uncertain audience, December 28, 2009
By 
Coolgard (Manhattan, KS, USA) - See all my reviews
This review is from: R Programming for Bioinformatics (Chapman & Hall/CRC Computer Science & Data Analysis) (Hardcover)
The book is not designed to teach you R or programming and offers little about using R for bioinformatics (apparently Chapter 5, for "Working with Character Data", and Chapter 8, about "Data Technologies", account for the "bioinformatics" part). The text is riddled with writing errors -- the author writes badly in English, however expert he may be in R -- and looks as though it has not been copy-edited at all, with all the typos, extra words, misspellings, and awkward or wrong syntax. Concepts are not introduced sequentially or systematically defined; for one example (p43) "expr" is defined as "any valid R expression" -- but "expression" is never defined.

Chapter 3, on "Object-Oriented Programming in R", I find effectively unreadable. In 3.2 appears "Inheritance allows new classes to extend, often by adding new slots...". Aside from the misuse of the transitive verb and the dangling participle, the author nowhere bothers to define "slot", but continues to use it thereafter. If he had decided for whom he is writing the book and that it was an audience advanced enough to have used an OOP language, he might have said "In R, "slot" refers to what is called a "member" in Java or C++." Then he starts talking about "dispatch", only some time later casually "defining" it two or three times. The trouble with this approach is that you never work out what you're supposed to know already, and finally decide that the author himself doesn't know or care. It would be far better to have a book of which the first third is elementary, but systematic, lead-in that you can skip if sufficiently advanced, and the second two thirds is useful stuff that refers back to the earlier material.

Problems often do not draw on material that has been presented by example; they assume that you don't need the book and can go learn the language from the onscreen R help material. After several examples of this, I got to Ex. 2.21 on p66, where the reader is told to "produce a bitmap image of a plot", with not a single example of any graphics call leading up to this. In consequence of these disconnects, I gave up working the problems, which would ordinarily be the best way to learn the language. Tellingly, the last thing the author wrote before posing this series of graphics questions was "interested readers are encouraged to explore these different settings themselves." In other words, "Why read my book? Go find out for yourself!"

I program in several languages and teach one at the introductory level. I have trouble learning from this book even at my level and would have much more as a novice programmer. For such an important language and an author who's reputed to be one of the heavy hitters in the R community, this is disappointing.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject