답변 있음
Excluding C and N terminus from Isoelectric calculation
I think you want to set the N_term and C_term entries to 7.0 rather than 0.0, since 7.0 is the the "neutral" pK value.

2년 초과 전 | 0

답변 있음
Can we estimate different variance of the error model for different data set in NLME Simbiology?
I don't completely understand your workflow, but my guess is that this is not possible today with the NLME methods provided in M...

2년 초과 전 | 0

| 수락됨

답변 있음
SimBio: Running Stochastic SSA Simulation of SBML imported model
First, a little background on why you're seeing this behavior. SBML does not indicate whether a particular reaction follows mass...

2년 초과 전 | 0

| 수락됨

답변 있음
Any progress on relaxing the constraints on species units?
I'd love to pick your brain about exactly what you need and expect from such functionality! Which is to say that today species ...

2년 초과 전 | 0

| 수락됨

답변 있음
dose dependence in simbiology model
I think the answer depends on how, mathematically, you want to model dose-dependent absorption. You can easily create various PK...

2년 초과 전 | 0

답변 있음
Error while validating MEX Setup
Hi, This is a warning, not an error. You can still use SimBiology. But if you install a supported compiler, you should see fitt...

거의 3년 전 | 0

| 수락됨

답변 있음
How to consider steady state concentration of biomarker in Simbiology
The SimBiology app does not currently provide any direct way to automatically fit steady state data. However, if I'm correctly u...

거의 3년 전 | 0

답변 있음
make a data plot
This looks to me like a horizontally oriented box plot. You can easily create such plots using boxchart or boxplot. Since you wa...

거의 3년 전 | 1

답변 있음
How do I use global solver to estimate parameters in SimBiology R2021A
I would not read too much into this message. It simply explains why the optimization stopped when it did. In and of itself that ...

거의 3년 전 | 1

| 수락됨

답변 있음
Work with ODE model system in Simbiology
Not silly at all. That's a pretty common question. The easiest and most direct way to convert such a model over to SimBiology is...

거의 3년 전 | 1

답변 있음
Is volume capacity required to fit PK data in simbiology?
Let me first make sure I understand your question. I think you want to estimate the volume of peripheral and central compartment...

거의 3년 전 | 0

답변 있음
Model fitting using different data sets in SimBiology
Would it be possible for you to upgrade to R2021b? There's a new feature in that release that would make it much easier to do wh...

거의 3년 전 | 1

| 수락됨

답변 있음
How to assess to the simulation data after the parameter estimation in Simbiology
Hi Jesse, You can get access to the SimData results used in the plot method by calling the fitted method (described here). If y...

거의 3년 전 | 0

| 수락됨

답변 있음
Simulation of tissue drug concentration profile with Kp values
If you are looking for an example of how to incorporate tissue partition coefficients into a PBPK model, then perhaps you can us...

거의 3년 전 | 0

| 수락됨

답변 있음
How to set boundary conditions for a reaction to occur in SimBiology?
Hi, Take a look at this answer I shared. It's from several years ago, but the information is still accurate. Some additional ti...

대략 3년 전 | 0

| 수락됨

답변 있음
Invalid assignment syntax or parse error for event function (Simbiology)
Hi, Events can only assign a value to a component, not to an expression. So your assignment ((syn_CT.PD1_PDL1+syn_CT.PD1_PDL2)/...

대략 3년 전 | 0

| 수락됨

답변 있음
How to customize built-in optimization functions in SimBiology without using MATLAB code?
If I understand your question correctly, you are asking how to customie the cost (or objective) function when using a fit progra...

대략 3년 전 | 0

| 수락됨

답변 있음
why PSI values are diffrent when nlmefit using ode45 solver compared to when it uses analytical solution?
The reason the results from nlmefit differ significantly is because your ODE solution is not equivalent to your analyitical solu...

대략 3년 전 | 0

답변 있음
Scanning Simbiology variants in Matlab for virtual population simulations
There are lots of ways you could do this. And you certainly could use variants. But I personally would do this by creating a Sim...

대략 3년 전 | 0

| 수락됨

답변 있음
How do I generate a rectangular pulse for an input species in Simbiology?
I would not use rules to implement discontinuous changes in a SimBiology model. The ODE solver should be restarted whenever ther...

대략 3년 전 | 0

| 수락됨

답변 있음
Error: expected the time data (independent variable) of the data input argument to be finite
This error means that your time data is invalid because it contains non-finite values. Look for infinite or NaN (not a number) v...

대략 3년 전 | 0

| 수락됨

답변 있음
use simbiology for radiation dosimetry
SimBiology is primarily designed to model reactions of species in compartments. It can be used to model other problems that are ...

대략 3년 전 | 0

답변 있음
Should plasma membrane be its own compartment?
Yes, I think the simplest approach would be to create separate compartments for each location where you need to consider that sp...

대략 3년 전 | 0

답변 있음
Different units in the same Simbiology model
I would recommend against mixing mass-based units and mole-based units for species participating in the same reaction. In such c...

대략 3년 전 | 2

| 수락됨

답변 있음
Status 429 with message "Too Many Requests" in response to NCBI URL
As described here, you are seeing the error because NCBI limits the number of queries from a particular IP address to 3 per seco...

대략 3년 전 | 0

답변 있음
eGPU set up for Simbiology calculation
No, SimBiology does not currently have any built-in support for GPU calculations. I suggest profiling to see what code is takin...

대략 3년 전 | 0

| 수락됨

답변 있음
What toolboxes are useful to run with SimBiology?
I recommend simulating your model within SimBiology (that is, using SimBiology's ODE solvers rather than exporting your equation...

대략 3년 전 | 0

| 수락됨

답변 있음
Apply Parallel Computing to Simbiology
Hi Jesse, The simplest fix would be to change 'ProgressPlot',true to 'ProgressPlot',false. The issue is that you're trying to c...

대략 3년 전 | 2

| 수락됨

답변 있음
Command in Script for Data Comparison
Hi, Are you using the functions sbiofit or sbiofitmixed? If so, you will find RMSE, AIC, and BIC as properties on the first out...

3년 초과 전 | 1

| 수락됨

답변 있음
Need help converting berkeley madonna code to matlab code
If you'd like to convert a Berkeley Madonna model to the equivalent SimBiology model, you can try using this converter from the ...

3년 초과 전 | 1

더 보기