Skip to content

Python and F# libraries developed for biological computation as part of the Station-B project.

License

Notifications You must be signed in to change notification settings

PrashantVaidyanathan/station-b-libraries

 
 

Repository files navigation

FsStationB Builds

Station B Libraries for Biological Computation

Overview

This open source repository contains various libraries and wrappers that can enable a variety of computational workflows in the field of synthetic biology, genetic engineering, computational biology, and lab automation.

Station B Libraries is divided into two main implementations:

  • PyStationB: Libraries and Projects written in Python
  • FsStationB: Libraries and Projects written in F#

The workflows and libraries in repository can be broadly categorized into the following projects:

  • Biological Knowledge Graph (BCKG): A framework to ingest, structure, store, and retrieve biological knowledge and experimental data. The BCKG project comprises of the following:
    • BCKG: An F# library structure biological data and store and retrieve biological and experimental data using Azure Table and Blob Storage.
    • BCKG REST API Server: A SAFE Stack implementation to host a REST API server for BCKG.
    • PyBCKG: An extensive Python library for BCKG, to represent biological data as structured python objects, and to retrieve data via wrappers for the Azure Storage Rest API. The library also contains functions to query the knowledge graph and plot timeseries data and observations.
  • Automated Biological Experimentation (ABEX): A framework to enable Gaussian process modelling and Bayesian optimization. The ABEX project seeks to reduce the number of experiments required to optimize a biological protocol. The goal of this project is to explore and compare the usage of frameworks like Bayesian optimization to effectively traverse a solution space against traditional block-design strategies. This project includes:
    • Global Penalisation: a library that provides an implementation of the moment-matched approximation of qEI as well as benchmarks against other Bayesian Optimization acquisition functions.
    • ABEX: a wrapper around the publicly available Emukit library
    • Cell Signalling: a project to demonstrate an end-to-end semi-automated pipeline that used Bayesian optimization, static characterization, and lab automation to optimize biological protocols for a desired objective.
    • Malvern App: a webapp/GUI interface for the Cell Signalling project.
  • Time-series modelling and characterization: This includes the following:
    • StaticCharacterization: A Python library to enable the static characterization of gene expression. To characterize how circuit activity depends on different conditions, the static characterization library seeks to summarize the whole time series into a single number.
    • FSTL: An F# library to specify properties of time-series traces using Signal Temporal Logic.
  • Lab Automation: Libraries and scripts to enable end-to-end lab automation. This includes:
    • Barcoder: A Python library to annotate a Barcoded plate with reagent information based on the barcodes stored in the BCKG database.
    • Plate Reader Loader: An F# library to parse Plate Reader data into time-series files and automate the process of uploading raw and processed plate-reader files to an Azure Blob storage instance.
  • Miscellaneous Utilities:

Various projects and libraries in this repository also contain wrappers around plotting libraries to visualize and generate images for workflows in computational biology.

Contributions

There have been several contributors to this codebase, prior to its migration to this location on GitHub. Significant contributions have come from the following (listed in alphabetical order):

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

About

Python and F# libraries developed for biological computation as part of the Station-B project.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.5%
  • F# 30.9%
  • TypeScript 5.4%
  • C# 2.9%
  • Jupyter Notebook 2.8%
  • JavaScript 0.4%
  • Other 1.1%