Class: GroupedStatistics

summary statistics for the entire resource

URI: summary_statistics:GroupedStatistics

classDiagram class GroupedStatistics click GroupedStatistics href "../GroupedStatistics" SummaryStatisticsReport <|-- GroupedStatistics click SummaryStatisticsReport href "../SummaryStatisticsReport" GroupedStatistics : agents GroupedStatistics --> "*" Agent : agents click Agent href "../Agent" GroupedStatistics : compared_with GroupedStatistics --> "*" Ontology : compared_with click Ontology href "../Ontology" GroupedStatistics : id GroupedStatistics : ontologies GroupedStatistics --> "*" Ontology : ontologies click Ontology href "../Ontology" GroupedStatistics : partitions GroupedStatistics --> "*" UngroupedStatistics : partitions click UngroupedStatistics href "../UngroupedStatistics" GroupedStatistics : was_generated_by GroupedStatistics --> "0..1" SummaryStatisticsCalculationActivity : was_generated_by click SummaryStatisticsCalculationActivity href "../SummaryStatisticsCalculationActivity"

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

partitions

*
UngroupedStatistics

statistics grouped by a particular property

direct

id

1
String

Unique handle for this report

SummaryStatisticsReport

ontologies

*
Ontology

Ontology for which the statistics are computed

SummaryStatisticsReport

compared_with

*
Ontology

For diffs, the ontologies being compared against

SummaryStatisticsReport

was_generated_by

0..1
SummaryStatisticsCalculationActivity

The process that generated the report

SummaryStatisticsReport

agents

*
Agent

Agents that contributed to the report

SummaryStatisticsReport

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/summary_statistics

Mappings

Mapping Type

Mapped Value

self

summary_statistics:GroupedStatistics

native

summary_statistics:GroupedStatistics

LinkML Source

Direct

```yaml name: GroupedStatistics description: summary statistics for the entire resource from_schema: https://w3id.org/oak/summary_statistics is_a: SummaryStatisticsReport attributes: partitions: name: partitions description: statistics grouped by a particular property comments: - For example, GO stats may be broken out by MF/BP/CC from_schema: https://w3id.org/oak/summary_statistics rank: 1000 domain_of: - GroupedStatistics range: UngroupedStatistics multivalued: true inlined: true
</details>

### Induced

<details>
```yaml
name: GroupedStatistics
description: summary statistics for the entire resource
from_schema: https://w3id.org/oak/summary_statistics
is_a: SummaryStatisticsReport
attributes:
  partitions:
    name: partitions
    description: statistics grouped by a particular property
    comments:
    - For example, GO stats may be broken out by MF/BP/CC
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    alias: partitions
    owner: GroupedStatistics
    domain_of:
    - GroupedStatistics
    range: UngroupedStatistics
    multivalued: true
    inlined: true
  id:
    name: id
    description: Unique handle for this report
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    alias: id
    owner: GroupedStatistics
    domain_of:
    - SummaryStatisticsReport
    - Ontology
    - Agent
    - ContributorRole
    range: string
    required: true
  ontologies:
    name: ontologies
    description: Ontology for which the statistics are computed
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    alias: ontologies
    owner: GroupedStatistics
    domain_of:
    - SummaryStatisticsReport
    range: Ontology
    multivalued: true
    inlined: true
    inlined_as_list: true
  compared_with:
    name: compared_with
    description: For diffs, the ontologies being compared against
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    alias: compared_with
    owner: GroupedStatistics
    domain_of:
    - SummaryStatisticsReport
    range: Ontology
    multivalued: true
    inlined: true
    inlined_as_list: true
  was_generated_by:
    name: was_generated_by
    description: The process that generated the report
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    alias: was_generated_by
    owner: GroupedStatistics
    domain_of:
    - SummaryStatisticsReport
    range: SummaryStatisticsCalculationActivity
  agents:
    name: agents
    description: Agents that contributed to the report
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    alias: agents
    owner: GroupedStatistics
    domain_of:
    - SummaryStatisticsReport
    range: Agent
    multivalued: true
    inlined: true
    inlined_as_list: true