/ˈsaiəns/
"Segmentation-free Analysis of In Situ Capture data" or alternatively "Stupid Acronyms In Science"
The package can be installed with the Julia package manager.
From the Julia REPL, type ]
to enter the Pkg
REPL mode and run:
pkg> add Sainsc
Or, alternatively, via the Pkg
API:
using Pkg
Pkg.add("Sainsc")
The documentation for Sainsc.jl is available here. It includes the Reference API as well as an example analysis.