ProbOnto

From Wikipedia, the free encyclopedia
ProbOnto
KeywordsStatistics, Probability distribution
ObjectiveDesign, implement and maintain knowledge base and ontology of probability distributions.
Duration2015 –
Websiteprobonto.org

ProbOnto is a knowledge base and ontology of probability distributions.[1][2] ProbOnto 2.5 (released on January 16, 2017) contains over 150 uni- and multivariate distributions and alternative parameterizations, more than 220 relationships and re-parameterization formulas, supporting also the encoding of empirical and univariate mixture distributions.

Introduction[edit]

ProbOnto was initially designed to facilitate the encoding of nonlinear-mixed effect models and their annotation in Pharmacometrics Markup Language (PharmML)[3][4] developed by DDMoRe,[5][6] an Innovative Medicines Initiative project. However, ProbOnto, due to its generic structure can be applied in other platforms and modeling tools for encoding and annotation of diverse models applicable to discrete (e.g. count, categorical and time-to-event) and continuous data.

Knowledge base[edit]

Overview of supported distributions in ProbOnto, version 2.5, and relationships between univariate probability distributions.

The knowledge base stores for each distribution:

Relationships[edit]

ProbOnto stores in Version 2.5 over 220 relationships between univariate distributions with re-parameterizations as a special case, see figure. While this form of relationships is often neglected in literature, and the authors concentrate one a particular form for each distribution, they are crucial from the interoperability point of view. ProbOnto focuses on this aspect and features more than 15 distributions with alternative parameterizations.

Alternative parameterizations[edit]

Many distributions are defined with mathematically equivalent but algebraically different formulas. This leads to issues when exchanging models between software tools.[7] The following examples illustrate that.

Normal distribution[edit]

Normal distribution can be defined in at least three ways

  • Normal2(μ,υ) with mean, μ, and variance, υ = σ^2[9] or


Re-parameterization formulas[edit]

The following formulas can be used to re-calculate the three different forms of the normal distribution (we use abbreviations i.e. instead of etc.)

Log-normal distribution[edit]

In the case of the log-normal distribution there are more options. This is due to the fact that it can be parameterized in terms of parameters on the natural and log scale, see figure.

Overview of parameterizations of the log-normal distributions.
Support of different parameterizations of the log-normal distributions in various tools and there connections, see text for examples. Tools visualised are Matlab (supports LN1), MCSim (LN6), Monolix (LN2 & LN3), PFIM (LN2 & LN3), Phoenix NLME (LN1, LN3 & LN6), PopED (LN7), R (programming language) (LN1), Simcyp Simulator (LN1), Simulx (LN1) and winBUGS (LN5)

The available forms in ProbOnto 2.0 are

  • LogNormal1(μ,σ) with mean, μ, and standard deviation, σ, both on the log-scale[8]
  • LogNormal2(μ,υ) with mean, μ, and variance, υ, both on the log-scale
  • LogNormal3(m,σ) with median, m, on the natural scale and standard deviation, σ, on the log-scale[8]
  • LogNormal5(μ,τ) with mean, μ, and precision, τ, both on the log-scale[12]
  • LogNormal7(μNN) with mean, μN, and standard deviation, σN, both on the natural scale[14]

ProbOnto knowledge base stores such re-parameterization formulas to allow for a correct translation of models between tools.

Examples for re-parameterization[edit]

Consider the situation when one would like to run a model using two different optimal design tools, e.g. PFIM[15] and PopED.[16] The former supports the LN2, the latter LN7 parameterization, respectively. Therefore, the re-parameterization is required, otherwise the two tools would produce different results.

For the transition following formulas hold .

For the transition following formulas hold .

All remaining re-parameterisation formulas can be found in the specification document on the project website.[2]

Ontology[edit]

The knowledge base is built from a simple ontological model. At its core, a probability distribution is an instance of the class thereof, a specialization of the class of mathematical objects. A distribution relates to a number of other individuals, which are instances of various categories in the ontology. For example, these are parameters and related functions associated with a given probability distribution. This strategy allows for the rich representation of attributes and relationships between domain objects. The ontology can be seen as a conceptual schema in the domain of mathematics and has been implemented as a PowerLoom knowledge base.[17] An OWL version is generated programmatically using the Jena API.[18]

Output for ProbOnto are provided as supplementary materials and published on or linked from the probonto.org website. The OWL version of ProbOnto is available via Ontology Lookup Service (OLS)[19] to facilitate simple searching and visualization of the content. In addition the OLS API provides methods to programmatically access ProbOnto and to integrate it into applications. ProbOnto is also registered on the BioSharing portal.[20]

ProbOnto in PharmML[edit]

A PharmML interface is provided in form of a generic XML schema for the definition of the distributions and their parameters. Defining functions, such as probability density function (PDF), probability mass function (PMF), hazard function (HF) and survival function (SF), can be accessed via methods provided in the PharmML schema.

Use example[edit]

This example shows how the zero-inflated Poisson distribution is encoded by using its codename and declaring that of its parameters (‘rate’ and ‘probabilityOfZero’). Model parameters Lambda and P0 are assigned to the parameter code names.

<Distribution>
    <po:ProbOnto name="ZeroInflatedPoisson1">
        <po:Parameter name="rate">
            <ct:Assign>
                <ct:SymbRef symbIdRef="Lambda" />
            </ct:Assign>
        </po:Parameter>
        <po:Parameter name="probabilityOfZero">
            <ct:Assign>
                <ct:SymbRef symbIdRef="P0" />
            </ct:Assign>
        </po:Parameter>
    </po:ProbOnto>
</Distribution>

To specify any given distribution unambiguously using ProbOnto, it is sufficient to declare its code name and the code names of its parameters. More examples and a detailed specification can be found on the project website.[2]

See also[edit]

References[edit]

  1. ^ Swat, MJ; Grenon, P; Wimalaratne, S (2016). "ProbOnto: ontology and knowledge base of probability distributions". Bioinformatics. 32: 2719. doi:10.1093/bioinformatics/btw170. PMC 5013898. PMID 27153608.
  2. ^ a b c Main project website, URL: http://probonto.org
  3. ^ Swat MJ. et al. (2015). Pharmacometrics Markup Language (PharmML): Opening New Perspectives for Model Exchange in Drug Development. CPT Pharmacometrics Syst Pharmacol, 4(6):316-9.
  4. ^ PharmML website, URL: http://pharmml.org
  5. ^ DDMoRe project website, URL: http://ddmore.eu
  6. ^ ProbOnto description on the DDMoRe website, URL: http://ddmore.eu/probonto
  7. ^ LeBauer DS et al. Translating probability density functions: From R to BUGS and back again, R Journal, 2013
  8. ^ a b c Forbes et al. Probability Distributions (2011), John Wiley & Sons, Inc.
  9. ^ Wolfram Mathworld, URL: http://mathworld.wolfram.com/NormalDistribution.html
  10. ^ 'LaplacesDemon' R package, URL: http://search.r-project.org/library/LaplacesDemon/html/dist.Normal.Precision.html
  11. ^ Cyert RM, MH DeGroot, Bayesian Analysis and Uncertainty in Economic (1987), TheoryRowman & Littlefield
  12. ^ Lunn, D. (2012). The BUGS book: a practical introduction to Bayesian analysis. Texts in statistical science. CRC Press.
  13. ^ Limpert, E., Stahel, W. A., and Abbt, M. (2001). Log-normal distributions across the sciences: Keys and clues. BioScience, 51(5):341-352.
  14. ^ Nyberg J. et al. (2012) PopED - An extended, parallelized, population optimal design tool. Comput Methods Programs Biomed.; 108(2):789-805. doi: 10.1016/j.cmpb.2012.05.005
  15. ^ Retout S, Duffull S, Mentré F (2001) Development and implementation of the population Fisher information matrix for the evaluation of population pharmacokinetic designs. Comp Meth Pro Biomed 65:141–151
  16. ^ The PopED Development Team (2016). PopED Manual, Release version 2.13. Technical report, Uppsala University.
  17. ^ MacGregor R. et al. (1997) Powerloom Manual. ISI, University of South California, Marina del Rey.
  18. ^ McBride B. (2001) Jena: Implementing the RDF model and syntax specification. In: SemWeb.
  19. ^ ProbOnto on Ontology Lookup Service, URL: http://www.ebi.ac.uk/ols/ontologies/probonto
  20. ^ ProbOnto on BioSharing, the database of biological databases, URL: https://biosharing.org/biodbcore-000772

External links[edit]