Class: ClassEnrichmentConfiguration

configuration for search

URI: ontoenrich:ClassEnrichmentConfiguration

classDiagram class ClassEnrichmentConfiguration click ClassEnrichmentConfiguration href "../ClassEnrichmentConfiguration" ClassEnrichmentConfiguration : p_value_cutoff

Slots

Name

Cardinality and Range

Description

Inheritance

p_value_cutoff

1
Float

p-value cutoff for enrichment

direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/class-enrichment

Mappings

Mapping Type

Mapped Value

self

ontoenrich:ClassEnrichmentConfiguration

native

ontoenrich:ClassEnrichmentConfiguration

LinkML Source

Direct

```yaml name: ClassEnrichmentConfiguration description: configuration for search from_schema: https://w3id.org/oak/class-enrichment attributes: p_value_cutoff: name: p_value_cutoff description: p-value cutoff for enrichment from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentConfiguration range: float required: true
</details>

### Induced

<details>
```yaml
name: ClassEnrichmentConfiguration
description: configuration for search
from_schema: https://w3id.org/oak/class-enrichment
attributes:
  p_value_cutoff:
    name: p_value_cutoff
    description: p-value cutoff for enrichment
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: p_value_cutoff
    owner: ClassEnrichmentConfiguration
    domain_of:
    - ClassEnrichmentConfiguration
    range: float
    required: true