Did you know ... | Search Documentation: |
Pack bio_analytics -- prolog/bio_analytics.pl |
Collects a number of biological data analytics tasks. This library provides tools for the bio_db served data, empowering downstream analyses of user's experimental data.
Installation and loading:
?- pack_install(bio_analytics). % also installs pack(lib). other dependencies are installed at load time via lib ?- use_module(library(lib)). ?- lib(bio_analytics).
The library comes with one experimental dataset: data/silac/bt.csv which is used in the example files in directory examples/ .
?- bio_analytics_version(V,D). V = 0:7:0, D = date(2024,10,17).
The following predicates are exported, but not or incorrectly documented.