
Combinatorial Pattern Matching Algorithms in Computational Biology Using Perl and R
By: Gabriel Valiente
Paperback | 14 June 2017 | Edition Number 1
At a Glance
370 Pages
23.4 x 15.6 x 1.96
Paperback
$273.75
or 4 interest-free payments of $68.44 with
orShips in 15 to 25 business days
Emphasizing the search for patterns within and between biological sequences, trees, and graphs, Combinatorial Pattern Matching Algorithms in Computational Biology Using Perl and R shows how combinatorial pattern matching algorithms can solve computational biology problems that arise in the analysis of genomic, transcriptomic, proteomic, metabolomic, and interactomic data. It implements the algorithms in Perl and R, two widely used scripting languages in computational biology.
The book provides a well-rounded explanation of traditional issues as well as an up-to-date account of more recent developments, such as graph similarity and search. It is organized around the specific algorithmic problems that arise when dealing with structures that are commonly found in computational biology, including biological sequences, trees, and graphs. For each of these structures, the author makes a clear distinction between problems that arise in the analysis of one structure and in the comparative analysis of two or more structures. He also presents phylogenetic trees and networks as examples of trees and graphs in computational biology.
This book supplies a comprehensive view of the whole field of combinatorial pattern matching from a computational biology perspective. Along with thorough discussions of each biological problem, it includes detailed algorithmic solutions in pseudo-code, full Perl and R implementation, and pointers to other software, such as those on CPAN and CRAN.
Industry Reviews
I like the hands-on approach this book offers, and the very pedagogical structure it follows ... . The book also has tons of examples, thoughtfully chosen and beautifully laid out ... the book is very well-written and accessible, undoubtedly written by an author who takes great care in preparing his manuscripts and teaching about an area he enjoys working on.
-Anthony Labarre, SIGACT News, July 2012
This text provides a solid foundation to the field. It will work as a practical handbook for pattern matching applications in computational biology.
-Michael Goldberg, Computing Reviews, February 2010
... the book makes a clear distinction between problems that emerge in the analysis of the structure and in the comparative analysis of two or more structures. ... Well-known computational biology tools that allow searching nucleotide and protein databases for local sequence alignment are based on CPM algorithms only. The techniques presented in this book go beyond that. ... detailed algorithm solutions in pseudocode, full Perl and R implementation, and pointers to software and implementation are presented. This ... is what makes Valiente's effort unique. ...
-Ernesto D'Avanzo, Computing Reviews, February 2010
... It is a well-sorted collection of pattern matching algorithms that are used to work with problems in computational biology. ... You can find all of the sources on the author's website, which come in handy when you actually want to use them, since you do not have to retype them. And there is an introduction to Perl as well as to R, showing how to decode DNA/RNA-triplets to amino acids and giving some basic overview over standard functions. ... I certainly recommend this as an introduction and reference to some algorithms of pattern matching in computational biology. You actually learn how algorithms over the most important data types are designed in a straightforward, logical way. ...
-Jannik Pewny, IACR Book Reviews, 2009
...after a few minutes of random browsing, I was left with a feeling of total appreciation of the book, admiration for Prof. Gabriel Valiente, and a realization that this book will be part of my fundamental library for me and my group from the moment it is published. There are so many good things to say that I do not know where to start. The organization is straightforward with major sections that extend from simple sequences to trees to graphs. ... This parallel structure makes it easy to apply lessons used on the simplest object (sequences) to objects of medium (trees) and significant (graphs) difficulty. ...a wonderful way to learn leveraging ... The Perl is beautifully clear and the examples have already taught me how to improve my own code.
-Michael Levitt, Professor and Chair, Department of Structural Biology, Stanford University, California, USA
...Balancing a careful mixture of formal methods, programming, and examples, Gabriel Valiente has managed to harmoniously bridge languages and contents into a self-contained source of lasting influence. It is not difficult to predict that this book will be studied indifferently by the specialist of biology and computer science, helping each to walk a few steps toward the other. It will entice new generations of scholars to engage in its beautiful subject.
-From the Foreword, Alberto Apostolico, Professor, College of Computing, Georgia Tech, Atlanta, USA
Unlocks the power for R for Perl programmers, and vice versa. Reveals R to be a powerful and accessible tool for bioinformatics. The title is a mouthful, but the use of both R and Perl for bioinformatics is revealing.
-Steven Skiena, Professor, Department of Computer Science, Stony Brook University, New York, USA
I like the hands-on approach this book offers, and the very pedagogical structure it follows ... . The book also has tons of examples, thoughtfully chosen and beautifully laid out ... the book is very well-written and accessible, undoubtedly written by an author who takes great care in preparing his manuscripts and teaching about an area he enjoys working on.
-Anthony Labarre, SIGACT News, July 2012
This text provides a solid foundation to the field. It will work as a practical handbook for pattern matching applications in computational biology.
-Michael Goldberg, Computing Reviews, February 2010
... the book makes a clear distinction between problems that emerge in the analysis of the structure and in the comparative analysis of two or more structures. ... Well-known computational biology tools that allow searching nucleotide and protein databases for local sequence alignment are based on CPM algorithms only. The techniques presented in this book go beyond that. ... detailed algorithm solutions in pseudocode, full Perl and R implementation, and pointers to software and implementation are presented. This ... is what makes Valiente's effort unique. ...
-Ernesto D'Avanzo, Computing Reviews, February 2010
... It is a well-sorted collection of pattern matching algorithms that are used to work with problems in computational biology. ... You can find all of the sources on the author's website, which come in handy when you actually want to use them, since you do not have to retype them. And there is an introduction to Perl as well as to R, showing how to decode DNA/RNA-triplets to amino acids and giving some basic overview over standard functions. ... I certainly recommend this as an introduction and reference to some algorithms of pattern matching in computational biology. You actually learn how algorithms over the most important data types are designed in a straightforward, logical way. ...
-Jannik Pewny, IACR Book Reviews, 2009
...after a few minutes of random browsing, I was left with a feeling of total appreciation of the book, admiration for Prof. Gabriel Valiente, and a realization that this book will be part of my fundamental library for me and my group from the moment it is published. There are so many good things to say that I do not know where to start. The organization is straightforward with major sections that extend from simple sequences to trees to graphs. ... This parallel structure makes it easy to apply lessons used on the simplest object (sequences) to objects of medium (trees) and significant (graphs) difficulty. ...a wonderful way to learn leveraging ... The Perl is beautifully clear and the examples have already taught me how to improve my own code.
-Michael Levitt, Professor and Chair, Department of Structural Biology, Stanford University, California, USA
...Balancing a careful mixture of formal methods, programming, and examples, Gabriel Valiente has managed to harmoniously bridge languages and contents into a self-contained source of lasting influence. It is not difficult to predict that this book will be studied indifferently by the specialist of biology and computer science, helping each to walk a few steps toward the other. It will entice new generations of scholars to engage in its beautiful subject.
-From the Foreword, Alberto Apostolico, Professor, College of Computing, Georgia Tech, Atlanta, USA
Unlocks the power for R for Perl programmers, and vice versa. Reveals R to be a powerful and accessible tool for bioinformatics. The title is a mouthful, but the use of both R and Perl for bioinformatics is revealing.
-Steven Skiena, Professor, Department of Computer Science, Stony Brook University, New York, USA
Introduction. SEQUENCE PATTERN MATCHING: Sequences. Simple Pattern Matching in Sequences. General Pattern Matching in Sequences. TREE PATTERN MATCHING: Trees. Simple Pattern Matching in Trees. General Pattern Matching in Trees. GRAPH PATTERN MATCHING: Graphs. Simple Pattern Matching in Graphs. General Pattern Matching in Graphs. Appendices. References. Index.
ISBN: 9781138115347
ISBN-10: 1138115347
Series: Chapman & Hall/CRC Computational Biology Series
Published: 14th June 2017
Format: Paperback
Language: English
Number of Pages: 370
Audience: Professional and Scholarly
Publisher: Taylor & Francis Ltd
Country of Publication: GB
Edition Number: 1
Dimensions (cm): 23.4 x 15.6 x 1.96
Weight (kg): 0.52
Shipping
| Standard Shipping | Express Shipping | |
|---|---|---|
| Metro postcodes: | $9.99 | $14.95 |
| Regional postcodes: | $9.99 | $14.95 |
| Rural postcodes: | $9.99 | $14.95 |
Orders over $79.00 qualify for free shipping.
How to return your order
At Booktopia, we offer hassle-free returns in accordance with our returns policy. If you wish to return an item, please get in touch with Booktopia Customer Care.
Additional postage charges may be applicable.
Defective items
If there is a problem with any of the items received for your order then the Booktopia Customer Care team is ready to assist you.
For more info please visit our Help Centre.
You Can Find This Book In

Breed Your Own Vegetable Varieties
The Gardener's and Farmer's Guide to Plant Breeding and Seed Saving, 2nd Edition
Paperback
RRP $56.90
$48.99
OFF

The Brain's Way of Healing
Remarkable Discoveries and Recoveries from the Frontiers of Neuroplasticity
Paperback
RRP $35.00
$28.75
OFF
This product is categorised by
- Non-FictionMathematicsCombinatorics & Graph Theory
- Non-FictionEngineering & TechnologyBiochemical EngineeringBiotechnology
- Non-FictionScienceBiology, Life SciencesBiochemistry
- Non-FictionMathematicsDiscrete Mathematics
- Non-FictionComputing & I.T.Digital Lifestyle & Online World: Consumer & User GuidesComputer Games & Online Games Strategy Guides






















