Skip to content

Class: StudyResult

A collection of select data items from a single study that are about a particular subject or experimental unit - and may include provenance metadata describing how these data were generated.

URI: vaspec:StudyResult

img

Parents

  • is_a: InformationEntity - An abstract (non-physical) entity that is about something.

Referenced by Class

Attributes

Own

  • StudyResult➞studyResultType 0..*
    • Description: A specific type of result the StudyResult object represents (e.g. an 'Allele Frequency Study Result')
    • Range: Coding
  • StudyResult➞focus 0..*
    • Description: The specific subject, concept, or experimental unit in the Research Study that data in the Result is about. The focus guides the selection of data that is included within a single Study Result object.
    • Range: Entity
  • StudyResult➞data 0..*
    • Description: A piece of data from the source Study that is included in the Result, and pertains to the entity that is the 'focus'. Can be data directly about the focus, or metadata relevant to how this data was generated.
    • Range: DataItem
  • StudyResult➞interpretation 0..1
    • Description: A qualitative interpretation of the lower-level data item(s) included in the result (e.g. that a result is high, normal, or low).
    • Range: Coding
  • StudyResult➞sourceDataSet 0..*
    • Description: A larger Data Set from which the content of the Result was derived.
    • Range: DataSet
  • StudyResult➞sourceStudy 0..1
    • Description: The Study that generated the date reported in the Result.
    • Range: ResearchStudy
  • StudyResult➞sourceStudyType 0..1
    • Description: The type of study that produced the result (e.g. 'allele population frequency study', 'computational functional impact prediction', 'protein functional assay', 'randomized clinical trial')
    • Range: Coding
  • StudyResult➞sourceStudyDate 0..1
    • Description: The date the study from which the Result was derived was performed.
    • Range: Ga4ghDateTime
  • StudyResult➞sourceStudyMethod 0..*
    • Description: A plan specification that describes all or part of the process that created the information (e.g. interpretation guidelines, rule sets, etc.).
    • Range: Method

Inherited from InformationEntity:

  • Element➞extensionElement 0..*
    • Description: A key-value data structure that allows definition of custom fields to capture information not directly supported by the VA specification.
    • Range: Extension
  • Entity➞localId 1..1
    • Description: The logical identifier of the entity in the system of record, e.g. a UUID. This 'id' is unique within a given system. The identified entity may have a different 'id' in a different system.
    • Range: Identifier
  • Entity➞globalIdentifier 0..*
    • Description: A business identifier or accession number for the entity, typically as provided by an external system or authority, that is globally unique and persists across implementing systems.
    • Range: Identifier
  • Entity➞type 1..1
    • Description: The schema class that is instantiated by the data object. Must be the name of a class from the VA schema.
    • Range: Class
  • Entity➞label 0..1
    • Description: A primary name for the Entity.
    • Range: String
  • Entity➞alternativeLabel 0..*
    • Description: An alternative name for the Entity.
    • Range: String
  • Entity➞description 0..1
    • Description: A free text description of the Entity.
    • Range: String
  • Entity➞hasURL 0..*
    • Description: The URL/web address of a digital resource representing the entity, or providing information about it.
    • Range: Url
  • Entity➞reference 0..*
    • Description: A document or other Information Entity that describes the Entity.
    • Range: InformationEntity
  • Entity➞xref 0..*
    • Description: A cross-reference to database identifier(s) representing the same or a closely related entity or concept as the Entity.
    • Range: String
  • Entity➞thisRecordMeta 0..1
    • Description: A reusable structure that encapsulates provenance metadata about the present record/data object (as opposed to provenance information about the real world entity this record/data object represents).
    • Range: RecordMetadata
  • Entity➞sourceRecordMeta 0..*
    • Description: A reusable structure that encapsulates provenance metadata that applies to an upstream record/data objdct about the Entity, from which content of the present record was derived.
    • Range: RecordMetadata
  • InformationEntity➞isAbout 0..*
    • Description: An entity or concept in the world that the information entity describes/is about.
    • Range: Entity
  • InformationEntity➞qualifiedContribution 0..*
    • Description: A specific contribution made by some Agent to the creation, modification, or validation of the information represented in the Information Entity.
    • Range: Contribution
  • InformationEntity➞dateAuthored 0..1
    • Description: The date the information content expressed in this entity was generated.
    • Range: Ga4ghDateTime
  • InformationEntity➞wasSpecifiedBy 0..*
    • Description: A plan specification that describes all or part of the process through which the information was generated.
    • Range: Method
  • InformationEntity➞derivedFrom 0..*
    • Description: An information resource from which the Information Entity is derived, in whole or in part
    • Range: InformationEntity
  • InformationEntity➞wasOutputOf 0..*
    • Description: An activity that generated the Entity.
    • Range: Activity
  • InformationEntity➞hasPart 0..*
    • Description: Any part of the Information Entity (e.g. individual value or record from a larger data set, a section of a larger document)
    • Range: InformationEntity
  • InformationEntity➞partOf 0..*
    • Description: A larger Information Entity of which the present Information Entity is a part.
    • Range: InformationEntity
  • InformationEntity➞isReportedIn 0..*
    • Description: A document in which the information content carried by the Information Entity is expressed
    • Range: Document
  • InformationEntity➞confidenceLevel 0..1
    • Description: A qualitative term describing the degree of confidence held by the creator of the information entity, that the information it represents is true (e.g. 'high confidence', 'likely true', 'low confidence').
    • Range: Coding
  • InformationEntity➞confidenceScore 0..1
    • Description: A quantitative score reflecting the degree of confidence held by the creator of the information entity, that the information it represents is true.
    • Range: DataItem
  • InformationEntity➞version 0..1
    • Description: The version of the Information Entity (to be used in cases where version is not reflected in the id or identifiers associated with the entity).
    • Range: String
  • InformationEntity➞license 0..1
    • Description: The type of license that dictates legal permissions for how a resource (e.g. dataset, document, protocol) can be used - typically referenced by its URL.
    • Range: String

Other properties

Comments: StudyResult objects end up being a very flexible and useful way to summarize the salient data/metadata from a larger study that is specifically useful as evidence in curation workflows aimed at generating higher order knowledge about a particular variant or other entity. For example, a specific subset of allele frequency data/metadata concerning a particular variant of interest in the Gnomad dataset can be summarized in a Study Result object, and referenced as evidence for a higher-order Statement about the variant's pathogenicity that relied on this frequency data for support.