Parametric Domain

From BCOeditor Wiki
Jump to navigation Jump to search

Go back to BCO Domains.

Parametric Domain (parametric_domain)

This optional domain represents the list of parameters customizing the computational flow which can affect the output of the calculations. These fields can be custom to each kind of analysis and are tied to a particular pipeline implementation. The provenance domain IEEE schema and definition can be found here.

Condensed example:

    "parametric_domain": [
    ]
Required Components of the Provenance Domain
Field Required
parametric_domain OPTIONAL

It is recommended that these fields be generated automatically, but that may not always be possible. Please refer to the documentation of individual scripts and specific BCO descriptions for details. While this domain is not required, it is recommended that it be populated and that the values be non-default parameters.

Parametric Domain Example

    "parametric_domain": [
        {"param": "seed", "value": "14", "step": "1"},
        {"param":"minimum_match_len", "value": "66", "step": "1"},
        {"param": "divergence_threshold_percent", "value": 0.30, "step": "1"},
        {"param": "minimum_coverage", "value": "15", "step": "2"},
        {"param": "freq_cutoff", "value": 0.10, "step": "2"}
    ]