ebook img

ODE/PDE Analysis of Multiple Myeloma-Programming in R PDF

149 Pages·2020·3.1 MB·\149
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview ODE/PDE Analysis of Multiple Myeloma-Programming in R

ODE/PDE Analysis of  Multiple Myeloma ODE/PDE Analysis of  Multiple Myeloma Programming in R William E. Schiesser First edition published 2020 by CRC Press 6000 Broken Sound Parkway NW, Suite 300, Boca Raton, FL 33487-2742 and by CRC Press 2 Park Square, Milton Park, Abingdon, Oxon, OX14 4RN © 2020 Taylor & Francis Group, LLC CRC Press is an imprint of Taylor & Francis Group, LLC Reasonable efforts have been made to publish reliable data and information, but the author and publisher cannot assume responsibility for the validity of all materials or the consequences of their use. The authors and publishers have attempted to trace the copyright holders of all material reproduced in this publication and apologize to copyright holders if permission to publish in this form has not been obtained. If any copyright material has not been acknowledged please write and let us know so we may rectify in any future reprint. Except as permitted under U.S. Copyright Law, no part of this book may be reprinted, reproduced, transmitted, or utilized in any form by any electronic, mechanical, or other means, now known or hereafter invented, including photocopying, microfilming, and recording, or in any information storage or retrieval system, without written permission from the publishers. For permission to photocopy or use material electronically from this work, access www.copyright.com or contact the Copyright Clearance Center, Inc. (CCC), 222 Rosewood Drive, Danvers, MA 01923, 978-750- 8400. For works that are not available on CCC please contact [email protected] Trademark notice: Product or corporate names may be trademarks or registered trademarks, and are used only for identification and explanation without intent to infringe. Library of Congress Cataloging.in.Publication Data Names: Schiesser, W. E., author. Title: ODE/PDE analysis of multiple myeloma : programming in R / William E. Schiesser. Description: First edition. | Boca Raton, FL : CRC Press, 2020. | Includes bibliographical references and index. | Summary: “The intent of this book is to present a methodology for the formulation and computer implementation of mathematical models for multiple myeloma, a form of bone cancer. The models are stated as systems of ordinary and partial differential equations (ODE/PDEs). The ODE/PDE methodology is presented through a series of examples, starting with a basic ODE model in chapter 1, and concluding with a detailed ODE/PDE model in chapter 4 that gives the spatiotemporal distribution of four components in the bone marrow and peripheral blood. The computer-based implementation of the example models is presented through routines coded (programmed) in R, a quality, open-source scientific computing system that is readily available from the Internet. Formal mathematics is minimized, e.g., no theorems and proofs. Rather, the presentation is through detailed examples that the reader/researcher/analyst can execute on modest computers. The PDE analysis is based on the method of lines (MOL), an established general algorithm for PDEs, implemented with finite differences. The routines are available from a download link so that the example models can be executed without having to first study numerical methods and computer coding. The routines can then be applied to variations and extensions of the multiple myeloma models, such as changes in the ODE/PDE parameters (constants) and form of the model equations.”-- Provided by publisher. Identifiers: LCCN 2020000933 | ISBN 9780367471354 (hardback) | ISBN 9780367473549 (ebook) Subjects: LCSH: Multiple myeloma--Mathematical models. | Numerical analysis--Computer programs. | R (Computer program language) Classification: LCC RC280.B6 S34 2020 | DDC 616.99/418--dc23 LC record available at https://lccn.loc.gov/2020000933 ISBN: 978-0-367-47135-4 (hbk) ISBN: 978-0-367-49551-0 (pbk) ISBN: 978-0-367-47354-9 (ebk) Typeset in Times by Lumina Datamatics Limited Visit the companion website: https://www.lehigh.edu/~wes1/dpde_download/ Visit the e-Resources: https://routledge.com/9780367471354 To Anne Drennan and Gary Kohler, with deep appreciation for your support. Contents Preface......................................................................................................ix Author.......................................................................................................xi Chapter 1 Introductory ODE Model.............................................1 (1) Introduction................................................................1 (1.1) ODE model.....................................................2 (1.1.1) Main program for the ODE model...4 (1.1.2) ODE routine...................................11 (1.1.3) Numerical, graphical output...........14 (1.2) Summary and conclusions.............................15 References.........................................................................17 Chapter 2 Basic PDE Model........................................................19 (2) Introduction..............................................................19 (2.1) PDE model....................................................19 (2.1.1) Main program.................................21 (2.1.2) ODE/MOL routine.........................31 (2.1.3) Numerical, graphical output...........37 (2.2) Summary and conclusions.............................47 References.........................................................................47 Chapter 3 PDE Model with External Transfer.........................49 (3) Introduction..............................................................49 (3.1) ODE/PDE model..........................................49 (3.1.1) Main program.................................50 (3.1.2) ODE/MOL routine.........................52 (3.1.3) Numerical, graphical output...........60 (3.2) Summary and conclusions.............................70 References.........................................................................70 Chapter 4 ODE/PDE Model Parameter Analysis....................71 (4) Introduction..............................................................71 (4.1) ODE/PDE model with variable diffusivity...71 (4.1.1) Main program.................................74 (4.1.2) ODE/PDE routine.........................75 (4.1.3) Subordinate routines......................83 (4.1.4) Numerical, graphical output...........84 (4.2) Summary and conclusions.............................90 vii viii Contents Chapter 5 Detailed Analysis of PDEs in ODE/PDE Model...93 (5) Introduction..............................................................93 (5.1) PDE LHS analysis.........................................93 (5.1.1) MainprogramforPDELHS analysis...........................................93 (5.1.2) ODE/MOL routine.......................104 (5.1.3) Numerical, graphical output.........108 (5.2) PDE RHS analysis......................................113 (5.2.1) Main program for N(r,t) PDE RHS analysis........................113 (5.2.2) Graphical output..........................118 (5.3) Summary and conclusion.............................125 Appendix A1: Functions dddssssss000000444,,, dddssssss000444444..........................................127 Index......................................................................................................133 Preface Multiplemyelomaisacancerofthebonemarrowplasmacells.Normalplasma cells are an important part of the immune system. Mathematical models for multiple myeloma based on ordinary and partial differential equations (ODE/PDEs) are presented in this book, starting with a basic ODE model in Chapter 1, and concluding with a detailed ODE/PDE model in Chapters 4 and 5 that gives the spatiotemporal distribution of four dependentvariablecomponentsinthebonemarrowandperipheralblood:(1) protein produced by multiple myeloma cells, termed the M protein, (2) cyto- toxicTlymphocytes(CTLs),(3)naturalkiller(NK)cells,and(4)regulatory T cells (T ). regs The computer-based implementation of the example models is presented through routines coded (programmed) in R, a quality, open-source scientific computing system that is readily available from the Internet. Formal math- ematics is minimized, e.g., no theorems and proofs. Rather, the presentation is through detailed examples that the reader/researcher/analyst can execute on modest computers. The PDE analysis is based on the method of lines (MOL), an established general algorithm for PDEs, implemented with finite differences. The routines are available from a download link (https://www.routledge. com/9780367471354) so that the example models can be executed without having to first study numerical methods and computer coding. The routines can then be applied to variations and extensions of the multiple myeloma models, such as changes in the ODE/PDE parameters (constants) and form of the model equations. The author would welcome comments/suggestions concerning this approach to multiple myeloma analysis (directed to [email protected]). William E. Schiesser Bethlehem, PA ix

See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.