BioFSharp.Stats contains statistical functions with a clear biological focus such as Gene Set Enrichment Analysis (GSEA).
BioFSharp.Stats is part of the BioFSharp extension package ecosystem.
| Build status (ubuntu and windows) | Test Coverage |
|---|---|
From 2.0.0 onwards, this package will have a decoupled release schedule from the core BioFSharp package.
This means that the versioning will be independent and may not follow the same versioning scheme as BioFSharp.
The last coupled release was 2.0.0-preview.3.
This repo contains a buildproject that can be called either via build.cmd, build.sh, or directly via dotnet run.
Find all build targets in build/Build.fs.
Examples:
- run the default build target (
Build) via build.cmd:./build.cmd
- run the
RunTeststarget in build.sh:./build.sh RunTests
