Sequence Analysis and Modern C++: The Creation of the SeqAn3 Bioinformatics Library: Computational Biology, cartea 33
Autor Hannes Hauswedellen Limba Engleză Paperback – 9 mar 2023
Every developer who previously worked with C++ will enjoy the in-depth chapter on important changes in the language from C++11 up to and including C++20. In contrast to many resources on Modern C++ that present new features only in small isolated examples, this book represents a more holistic approach: readers will understand the relevance of new features and how they interact in the context of a large software project and not just within a "toy example". Previous experience in creating software with C++ is highly recommended to fully appreciate these aspects.
SeqAn3 is a new, re-designed software library. The conception and implementation process is detailed in this book, including a critical reflection on the previous versions of the library. This is particularly helpful to readers who are about to create a large software project themselves, or who are planning a major overhaul of an existing library or framework. While the focus of the book is clearly on software development and design, it also touches on various organisational and administrative aspects like licensing, dependency management and quality control.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 1039.49 lei 6-8 săpt. | |
Springer International Publishing – 9 mar 2023 | 1039.49 lei 6-8 săpt. | |
Hardback (1) | 1045.88 lei 6-8 săpt. | |
Springer International Publishing – 8 mar 2022 | 1045.88 lei 6-8 săpt. |
Din seria Computational Biology
- 20% Preț: 539.14 lei
- 15% Preț: 640.86 lei
- 15% Preț: 629.00 lei
- 20% Preț: 632.37 lei
- 5% Preț: 1423.61 lei
- 18% Preț: 938.82 lei
- Preț: 319.97 lei
- 18% Preț: 938.16 lei
- 15% Preț: 640.22 lei
- Preț: 447.56 lei
- 15% Preț: 638.93 lei
- 15% Preț: 644.12 lei
- 18% Preț: 894.17 lei
- 15% Preț: 648.34 lei
- Preț: 397.92 lei
- 15% Preț: 691.36 lei
- Preț: 385.12 lei
- 15% Preț: 641.03 lei
- 20% Preț: 560.67 lei
- 15% Preț: 648.84 lei
- 15% Preț: 633.87 lei
- 20% Preț: 575.99 lei
- 18% Preț: 1103.94 lei
- 18% Preț: 779.64 lei
- 18% Preț: 1221.75 lei
Preț: 1039.49 lei
Preț vechi: 1299.36 lei
-20% Nou
Puncte Express: 1559
Preț estimativ în valută:
199.03€ • 204.16$ • 167.57£
199.03€ • 204.16$ • 167.57£
Carte tipărită la comandă
Livrare economică 27 februarie-13 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783030909925
ISBN-10: 3030909921
Pagini: 346
Ilustrații: XIV, 346 p. 159 illus., 157 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.51 kg
Ediția:1st ed. 2022
Editura: Springer International Publishing
Colecția Springer
Seria Computational Biology
Locul publicării:Cham, Switzerland
ISBN-10: 3030909921
Pagini: 346
Ilustrații: XIV, 346 p. 159 illus., 157 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.51 kg
Ediția:1st ed. 2022
Editura: Springer International Publishing
Colecția Springer
Seria Computational Biology
Locul publicării:Cham, Switzerland
Cuprins
Part I: Background.- Sequence Analysis.- The SeqAn library (version 1 & 2).- Modern C++.- Part II: SeqAn3.- The design of SeqAn3.- Library structure and small modules.- The Alphabet module.- The Range module.- The Input/Output module.- The Search module.- The Alignment module.- Part III: Lambda.- Lambda: an application built with SeqAn.- Part IV: Conclusion and appendix.- Conclusion.- Appendix.- References.
Notă biografică
Hannes Hauswedell has a doctoral degree from Freie Universität Berlin and currently works as post-doctoral researcher and software engineer at deCODE Genetics. He is interested in programming languages, software design and scalability. He likes Open Source and Open Science.
Textul de pe ultima copertă
This is a book about software engineering, bioinformatics, the C++ programming language and the SeqAn library. In the broadest sense, it will help the reader create better, faster and more reliable software by deepening their understanding of available tools, language features, techniques and design patterns.
Every developer who previously worked with C++ will enjoy the in-depth chapter on important changes in the language from C++11 up to and including C++20. In contrast to many resources on Modern C++ that present new features only in small isolated examples, this book represents a more holistic approach: readers will understand the relevance of new features and how they interact in the context of a large software project and not just within a "toy example". Previous experience in creating software with C++ is highly recommended to fully appreciate these aspects.
SeqAn3 is a new, re-designed software library. The conception and implementation process is detailed in this book, including a critical reflection on the previous versions of the library. This is particularly helpful to readers who are about to create a large software project themselves, or who are planning a major overhaul of an existing library or framework. While the focus of the book is clearly on software development and design, it also touches on various organisational and administrative aspects like licensing, dependency management and quality control.
Every developer who previously worked with C++ will enjoy the in-depth chapter on important changes in the language from C++11 up to and including C++20. In contrast to many resources on Modern C++ that present new features only in small isolated examples, this book represents a more holistic approach: readers will understand the relevance of new features and how they interact in the context of a large software project and not just within a "toy example". Previous experience in creating software with C++ is highly recommended to fully appreciate these aspects.
SeqAn3 is a new, re-designed software library. The conception and implementation process is detailed in this book, including a critical reflection on the previous versions of the library. This is particularly helpful to readers who are about to create a large software project themselves, or who are planning a major overhaul of an existing library or framework. While the focus of the book is clearly on software development and design, it also touches on various organisational and administrative aspects like licensing, dependency management and quality control.
Caracteristici
The book uniquely combines a text-book-like introduction to Modern C++ It describes the story of how the SeqAn3 library was made and equivalent of BioPython in the C++ world It’s (re-)creation can serve as an example for other libraries and large research software projects