Load a built-in demo dataset to explore the dashboard's features.
Data must be in long format — one row per observation/measurement.
Save your current analysis state (settings, results, plots) and reload it later to continue where you left off.
Configure analysis parameters and run statistical modeling. Ensure data is uploaded first from the Data Upload tab.
Analyze time-to-event data using Kaplan-Meier survival curves and proportional hazards models. Ensure data is uploaded and configured in the Data Upload tab.
mouseExperiment is provided "as is" for research purposes only, without warranty of any kind, express or implied. The authors and contributors accept no liability for errors, inaccuracies, or any consequences — including but not limited to incorrect results, data loss, or decisions made on the basis of outputs from this software. All results must be independently validated before use in publications, reports, regulatory submissions, clinical decisions, or any other application.
Full documentation, tutorials, and function reference for the mouseExperiment package:
GitHub RepositoryFound a bug or want to request a new feature? Open an issue on GitHub:
Submit Issue / Feature RequestThe dashboard looks for common column names like:
The analysis uses linear mixed-effects models (lme4) or area under the curve (AUC) methods.
Consult the mouseExperiment documentation for detailed method information.
File won't upload: Ensure it is a CSV or RDA file.
Columns not detected: Check that column names match expected patterns above.
Analysis tab greyed out: Upload and configure data first. Survival requires a censor column; Dose Response requires a dose column; Drug Synergy requires at least 3 treatment groups (e.g. control, Drug A, and combination).
Analysis fails: Check that required columns are selected and contain valid data.
| Version | 0.1.0 |
| Last Updated | 2026-03-25 |
| Repository | github.com/sciOmics/mouseExperiment |
| Version | 0.1.0 |
| Last Updated | 2026-03-25 |
| Repository | github.com/sciOmics/mouseExperimentDashboard |
If you use mouseExperiment or this dashboard in your research, please cite:
mouseExperiment: An R package for statistical analysis of mouse tumor growth experiments.
Available at: https://github.com/sciOmics/mouseExperiment
To get the citation information directly in R:
citation("mouseExperiment")
mouseExperiment is released under the MIT License .