Projects / plate-analyzer-code-excerpts-readme
96-Well Plate Analyzer - Source
plate-analyzerinterface
The complete project is now in a public GitHub repository, with setup instructions, dependencies, synthetic examples, and tests.
Open the demo · Project overview
Start with the parts that make the decisions
| Source | What to look for |
|---|---|
| analysis.js | Preserve coordinates, resolve groups, combine technical repeats, and calculate sample-level statistics |
| elisa.js | Fit standards, invert the curve, apply dilution once, and flag out-of-range samples |
| PlateAnalyzer.jsx | Keep inputs separate and invalidate stale results after edits |
| ResultsChart.jsx | Bars, sample circles, error bars, and test annotation |
| tests | Numerical fixtures and production browser workflows |
These current implementation links replace the copied excerpts from the earlier prototype.