AppliedFSharp


AppliedFSharp

My submission for the applied F# challenge is a library resulting from a script i worked on to design primer pairs for qPCR.

Documentation

Samples & documentation

  • Pipeline walkthrough contains a step by step walkthrough that covers the essential data analysis steps.

  • Accessing Docker containers from F# contains a brief overviw on how to use the experimental Docker.DotNet wrapper BioFSharp.BioTools.

  • API Reference contains automatically generated documentation for all types, modules and functions in the library. This includes additional brief samples on using most of the functions.

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests. If you're adding a new public API, please also consider adding samples that can be turned into a documentation. You might also want to read the library design notes to understand how it works.

The library is available under Public Domain license, which allows modification and redistribution for both commercial and non-commercial purposes. For more information see the License file in the GitHub repository.

Fork me on GitHub