View source: R/updateOncologyXenograftSimeoni2004.R
updateOncologyXenograftSimeoni2004 | R Documentation |
Update an oncology xenograft model based on Simeoni 2004
updateOncologyXenograftSimeoni2004(
object,
ncmt,
damagedCmtName = "damagedCells",
drugEffectName = "drugEffectCyclingCells",
undamagedCmtName = "cyclingCells",
tumorVolName = "tumorVol",
transitRateName = "damageTransit"
)
object |
Fitted object or function specifying the model. |
ncmt |
The desired number of damaged cell compartments |
damagedCmtName , undamagedCmtName , tumorVolName |
character string names for the compartments for damaged cells, undamaged cells, and the calculated tumor volume (the sum of undamaged and damaged cells) |
drugEffectName , transitRateName |
character string names of the drug effect and transit rate (as used in the model block) |
An updated model with the new number of compartments
library(rxode2)
readModelDb("oncology_xenograft_simeoni_2004") %>%
updateOncologyXenograftSimeoni2004(ncmt = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.