Skip to content

Latest commit

 

History

History
101 lines (58 loc) · 6.16 KB

ega-10-properties-sample-group-descriptor.md

File metadata and controls

101 lines (58 loc) · 6.16 KB

Sample group descriptor Schema

https://raw.githubusercontent.com/EbiEga/ega-metadata-schema/main/schemas/EGA.sample.json#/properties/sampleGrouping

Node describing whether the sample object is: (1) a single physical sample (a single blood sample), collected individually through its corresponding protocol; or (2) corresponds to a set of samples that, after being individually collected, was grouped together (e.g. blood samples from different donors) physically or during the experimentation and analysis. One sample corresponds to one biological replicate [EFO:0002091] (e.g. genetic content from a single cell, a tissue, buccal swab, etc.) from a single individual or from several individuals. Shall not be mistaken for technical replicates [EFO:0002090] being used several times (see https://github.com/EbiEga/ega-metadata-schema/tree/main/docs/miscellaneous/sample_replicate.jpg).

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none EGA.sample.json*

sampleGrouping Type

object (Sample group descriptor)

one (and only one) of

sampleGrouping Properties

Property Type Required Nullable Defined by
sampleGroupBoolean boolean Required cannot be null EGA sample metadata schema
sampleNumber integer Optional cannot be null EGA sample metadata schema
sampleGroupingLabel string Optional cannot be null EGA sample metadata schema

sampleGroupBoolean

Boolean flag on whether the sample object is a group or an individual sample. Please note that boolean values (true or false) cannot be quoted, nor in uppercase.

sampleGroupBoolean

sampleGroupBoolean Type

boolean (Sample group boolean)

sampleGroupBoolean Examples

true

sampleNumber

Number of individual samples (e.g. 300) encompassed by the sample group

sampleNumber

sampleNumber Type

integer (Number of samples)

sampleNumber Examples

300

sampleGroupingLabel

Optional label of the sample grouping, used to add context to the group.

sampleGroupingLabel

sampleGroupingLabel Type

string (Label of the sample grouping)

sampleGroupingLabel Examples

"Group of samples X based on the day they were taken."