Class: ClassEnrichmentResult

A single enrichment result

URI: ontoenrich:ClassEnrichmentResult

classDiagram class ClassEnrichmentResult click ClassEnrichmentResult href "../ClassEnrichmentResult" ClassEnrichmentResult : ancestor_of_more_informative_result ClassEnrichmentResult : background_count ClassEnrichmentResult : background_total ClassEnrichmentResult : class_id ClassEnrichmentResult : class_label ClassEnrichmentResult : descendant_of_more_informative_result ClassEnrichmentResult : direction ClassEnrichmentResult : false_discovery_rate ClassEnrichmentResult : fold_enrichment ClassEnrichmentResult : p_value ClassEnrichmentResult : p_value_adjusted ClassEnrichmentResult : probability ClassEnrichmentResult : rank ClassEnrichmentResult : sample_count ClassEnrichmentResult : sample_total

Slots

Name

Cardinality and Range

Description

Inheritance

class_id

1
Uriorcurie

The class id

direct

class_label

0..1
String

The class label

direct

rank

0..1
Integer

The rank of this result

direct

p_value

0..1
Float

The p-value

direct

p_value_adjusted

0..1
Float

The adjusted p-value

direct

false_discovery_rate

0..1
Float

The false discovery rate

direct

fold_enrichment

0..1
Float

The fold enrichment

direct

probability

0..1
Float

The probability, as estimated by model-based approaches

direct

sample_count

0..1
Integer

The number of entities in the sample with this class

direct

sample_total

0..1
Integer

The total number of entities in the sample

direct

background_count

0..1
Integer

The background count

direct

background_total

0..1
Integer

The background total

direct

ancestor_of_more_informative_result

0..1
Boolean

This term is more general than a previously reported result

direct

descendant_of_more_informative_result

0..1
Boolean

This term is more specific than a previously reported result

direct

direction

0..1
Integer

The direction of the enrichment

direct

Usages

used by

used in

type

used

ClassEnrichmentResultSet

results

range

ClassEnrichmentResult

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

ontoenrich:ClassEnrichmentResult

native

ontoenrich:ClassEnrichmentResult

LinkML Source

Direct

```yaml name: ClassEnrichmentResult description: A single enrichment result from_schema: https://w3id.org/oak/class-enrichment attributes: class_id: name: class_id description: The class id from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: uriorcurie required: true class_label: name: class_label description: The class label from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: string rank: name: rank description: The rank of this result from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: integer p_value: name: p_value description: The p-value from_schema: https://w3id.org/oak/class-enrichment rank: 1000 slot_uri: OBI:0000175 domain_of: - ClassEnrichmentResult range: float p_value_adjusted: name: p_value_adjusted description: The adjusted p-value from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: float false_discovery_rate: name: false_discovery_rate description: The false discovery rate from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: float fold_enrichment: name: fold_enrichment description: The fold enrichment from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: float probability: name: probability description: The probability, as estimated by model-based approaches from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: float minimum_value: 0 maximum_value: 1 sample_count: name: sample_count description: The number of entities in the sample with this class from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: integer sample_total: name: sample_total description: The total number of entities in the sample from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: integer background_count: name: background_count description: The background count from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: integer background_total: name: background_total description: The background total from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: integer ancestor_of_more_informative_result: name: ancestor_of_more_informative_result description: This term is more general than a previously reported result from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: boolean descendant_of_more_informative_result: name: descendant_of_more_informative_result description: This term is more specific than a previously reported result from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: boolean direction: name: direction description: The direction of the enrichment from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResult range: integer
</details>

### Induced

<details>
```yaml
name: ClassEnrichmentResult
description: A single enrichment result
from_schema: https://w3id.org/oak/class-enrichment
attributes:
  class_id:
    name: class_id
    description: The class id
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: class_id
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: uriorcurie
    required: true
  class_label:
    name: class_label
    description: The class label
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: class_label
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: string
  rank:
    name: rank
    description: The rank of this result
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: rank
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: integer
  p_value:
    name: p_value
    description: The p-value
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    slot_uri: OBI:0000175
    alias: p_value
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: float
  p_value_adjusted:
    name: p_value_adjusted
    description: The adjusted p-value
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: p_value_adjusted
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: float
  false_discovery_rate:
    name: false_discovery_rate
    description: The false discovery rate
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: false_discovery_rate
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: float
  fold_enrichment:
    name: fold_enrichment
    description: The fold enrichment
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: fold_enrichment
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: float
  probability:
    name: probability
    description: The probability, as estimated by model-based approaches
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: probability
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: float
    minimum_value: 0
    maximum_value: 1
  sample_count:
    name: sample_count
    description: The number of entities in the sample with this class
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: sample_count
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: integer
  sample_total:
    name: sample_total
    description: The total number of entities in the sample
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: sample_total
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: integer
  background_count:
    name: background_count
    description: The background count
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: background_count
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: integer
  background_total:
    name: background_total
    description: The background total
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: background_total
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: integer
  ancestor_of_more_informative_result:
    name: ancestor_of_more_informative_result
    description: This term is more general than a previously reported result
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: ancestor_of_more_informative_result
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: boolean
  descendant_of_more_informative_result:
    name: descendant_of_more_informative_result
    description: This term is more specific than a previously reported result
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: descendant_of_more_informative_result
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: boolean
  direction:
    name: direction
    description: The direction of the enrichment
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: direction
    owner: ClassEnrichmentResult
    domain_of:
    - ClassEnrichmentResult
    range: integer