This repository contains the static user guide website for CalciumInsights for Calcium Transient Analysis.
The website is organized as a multi-page guide:
index.html
fft-guide.html
wavelet-guide.html
style.css
script.js
README.md
Main landing page. It introduces the app, explains the numbering logic, and links to the two module-specific guides.
Dedicated guide for the FFT + Baseline Analysis module.
The numbered guide follows the same visible order used in the Shiny module:
- Input controls: 1–11
-
- SummaryData
-
- Peaks
-
- Baseline Sensitivity Analysis
-
- FFT Selection Criteria
Dedicated guide for the Wavelet Ridgewalking module.
The numbered guide follows the same visible order used in the Shiny module:
- Input controls: 1–7
-
- SummaryData
-
- Peaks
-
- Baseline Sensitivity Analysis
-
- Metrics
-
- Metric Plots
-
- Wavelet Analysis
Both modules should use the same visible baseline names:
- Standard definition
- Low-fluorescence region baseline
- Rolling percentile baseline
- Event-specific baseline: left-right FFT minima
- Median signal (legacy)
- Mean signal (legacy)
- Min
Replace the files in the root of the repository with the updated files:
index.html
fft-guide.html
wavelet-guide.html
style.css
script.js
README.md
Then commit and push to GitHub.
If the page still looks old, refresh the browser cache using Shift + Reload or open the page in an incognito/private window.