Benedikt Venn
Benedikt Venn
Statistical distributions - [x] [bernoulli](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Discrete/Bernoulli.fs) - [x] [beta](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/Beta.fs) - [x] [binomial](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Discrete/Binomial.fs) - [ ] Cauchy - [x] [chi](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/Chi.fs) - [x] [chi-square](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/ChiSquared.fs) - [x] [exponential](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/Exponential.fs) - [x] [F-distribution](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/F.fs) - [x] [gamma](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/Gamma.fs)...
In 9/10 cases when performing an gene set enrichment analysis it is required to perform a multiple testing correction. It would beneficial to add the following fields to the GSEAResult...
I added some comments regarding enrichment analysis methods and which one is used in BioFSharp.Stats. I saw the documentation structure changed, so I just added a section in `docs_legacy/GSEA.fsx`.
**Is your feature request related to a problem? Please describe.** When a cell contains "MAR3" with `DataType = string`, in Excel the cell data type is set to `General` instead...