gQSPSim

The app is used for QSP Modeling and Simulation.
358 Downloads
Updated 23 Jul 2020

gQSPSim is a GUI-based MATLAB® application that performs key steps in QSP model development and analyses, including:

1) model calibration using global and local optimization methods
2) development of virtual subjects to explore variability and uncertainty in the represented biology
3) simulations of virtual populations for different interventions.

gQSPSim works with SimBiology®-built models, utilizing components such as species, doses, variants, and rules. All functionalities are equipped with an interactive visualization interface and the ability to generate presentation-ready figures. In addition, standardized gQSPSim sessions can be shared or saved for future extension and reuse.

The source code and case studies are included in the referenced github account. The description of gQSPSim and case studies are in the publication titled "gQSPSim: a GUI application based on SimBiology® for standardized QSP model development
and application".

Instructions:

1) Install Matlab 2018a on your computer. Previous versions of Matlab are not compatible and we have not yet tested the app in 2018b or later versions.

2) Install GUI Layout Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox)

3) See the following link for a list of supported compilers for Mac and PC users (https://www.mathworks.com/content/dam/mathworks/mathworks-dot-com/support/sysreq/files/SystemRequirements-Release2018a_SupportedCompilers.pdf)
• 3a) For Mac users, install xcode.
• 3b) For PC users, install one of the supported compilers (lcc-win64 or MinGW 5.3 C/C++ or Microsoft Visual C++)

4) Once the compiler is installed, open Matlab and run the following commands
• mex -setup c
• mex -setup c++

5) To check that the compiler was successfully configured on your computer, run the following commands:
• modelObj = sbmlimport('lotka');
• em = export(modelObj)
• accelerate(em);
• em.isAccelerated

The answer should be 1

Enabling Long file names on Windows

1) Start the registry editor (regedit.exe)
2) Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
3) Double click LongPathsEnabled
4) Set to 1 and click OK
5) Reboot

Uncompressing Case Study Zip Files on Windows

1) Download and install 7-zip from https://www.7-zip.org/
2) Use 7-zip to uncompress case study zip files

gQSPSim Installation:

1) Unzip gQSPSim.zip in home directory
2) Open Matlab
3) Go to home directory/gQSPsim/app
4) Run QSPapp

Cite As

Iraj Hosseini (2024). gQSPSim (https://github.com/feigelman/gQSPsim-release), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2018a
Compatible with R2017b to R2018a
Platform Compatibility
Windows macOS Linux
Categories
Find more on Visualization in Help Center and MATLAB Answers
Communities
More Files in the  SimBiology Community

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

FromGenentech

Logo

app

app/+QSP

app/+QSP/+abstract

app/+QSP/@CohortGeneration

app/+QSP/@Model

app/+QSP/@Optimization

app/+QSP/@OptimizationData

app/+QSP/@Parameters

app/+QSP/@PlotSettings

app/+QSP/@Profile

app/+QSP/@Session

app/+QSP/@Settings

app/+QSP/@Simulation

app/+QSP/@SpeciesData

app/+QSP/@Task

app/+QSP/@TaskGroup

app/+QSP/@TaskVirtualPopulation

app/+QSP/@VirtualPopulation

app/+QSP/@VirtualPopulationData

app/+QSP/@VirtualPopulationGeneration

app/+QSP/@VirtualPopulationGenerationData

app/+QSPViewer

app/+QSPViewer/@App

app/+QSPViewer/@CohortGeneration

app/+QSPViewer/@Optimization

app/+QSPViewer/@OptimizationData

app/+QSPViewer/@Parameters

app/+QSPViewer/@Session

app/+QSPViewer/@Simulation

app/+QSPViewer/@Task

app/+QSPViewer/@VirtualPopulation

app/+QSPViewer/@VirtualPopulationData

app/+QSPViewer/@VirtualPopulationGeneration

app/+QSPViewer/@VirtualPopulationGenerationData

app/+uix/+abstract

app/+uix/+mixin

app/+uix/+utility

app/+uix/+widget

app/20130227_xlwrite

app/utilities

case studies/CaseStudy_aPCSK9/aPCSK9_v7_MES_blank/Plotting_validation

case studies/CaseStudy_aPCSK9/aPCSK9_v7_MES_blank/UDF

case studies/CaseStudy_aPCSK9/aPCSK9_v7_MES_complete/Plotting_validation

case studies/CaseStudy_aPCSK9/aPCSK9_v7_MES_complete/UDF

utilities

utilities/20130227_xlwrite/20130227_xlwrite

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.2

- Added Instructions on how to install/run the app

1.0.1

This now has the link to the GitHub repository.

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.