Cancer growth model icon

Cancer growth model

1.0

An app that calculate cancer growth

App Information

Update
Apr 03, 2023
Developer
Category
Installs
100+

App Names

App Description
Cancer growth model displays a form with input fields for the growth rate (alpha), decay rate (beta), initial number of cells (N0), and final time (tf). These parameters are used to calculate the growth of cancer cells over time.

When the user inputs the values and clicks the "Update Plot" button, the JavaScript function updatePlot is triggered. This function reads the input values and uses them to calculate the growth of the cancer cells using the same ODE as in the previous code.

The cancer growth model is then plotted using Plotly, a JavaScript library for creating interactive data visualizations. The resulting plot shows the number of cancer cells over time.

Cancer growth model allows the user to interactively explore how changes in the growth rate, decay rate, initial number of cells, and final time affect the growth of cancer cells. This can be useful for studying the behavior of cancer cells and evaluating the effectiveness of different treatment options.
Read more