data('mycerIds10', package='INSPEcT')
mycerIds_5genes <- mycerIds10[1:5]
## This will turn out into an error:
## Not run: mycerIds_5genes_5tpts <- mycerIds10[1:5, 1:5]
## Before subsetting time points, the model should be removed:
mycerIds_5genes_5tpts <- removeModel(mycerIds10)[1:5, 1:5]
## Also this will turn out into an error:
## Not run: mycerIds10 <- modelRates(mycerIds10)
## Before running the model again, or changing modeling parameters,
## the previous model should be removed:
mycerIds10_old <- mycerIds10
mycerIds10_new <- removeModel(mycerIds10)
modelingParams(mycerIds10_new)$useSigmoidFun <- FALSE
## Not run: mycerIds10_new <- modelRates(mycerIds10_new)
Run the code above in your browser using DataLab