Skip to content

Commit 44292e6

Browse files
committed
move requirements to slot and off slot usage
1 parent d65d04d commit 44292e6

File tree

1 file changed

+14
-28
lines changed

1 file changed

+14
-28
lines changed

src/mixs/schema/mixs.yaml

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14763,6 +14763,7 @@ slots:
1476314763
examples:
1476414764
- value: 13C
1476514765
- value: 13C; 15N
14766+
required: true
1476614767
isotopolog:
1476714768
title: isotopolog
1476814769
description: Isotopologue (isotope source/substrate/molecule) added to the biological sample.
@@ -14774,27 +14775,31 @@ slots:
1477414775
- value: toluene [pubchem.compound:1140]
1477514776
- value: toluene [pubchem.compound:1140]; water [pubchem.compound:962]
1477614777
- value: "0"
14778+
required: true
1477714779
isotopolog_label:
1477814780
title: isotopolog label status
1477914781
description: List whether the isotopologue added to this biological sample was heavy-labelled or natural abundance
1478014782
range: IsotopologLabelEnum
1478114783
examples:
1478214784
- value: natural abundance
1478314785
- value: isotopically labeled
14786+
required: true
1478414787
isotopolog_approach:
1478514788
title: Labeling approach (number of labeled isotopologs supplied)
1478614789
description: The labelling approach of this SIP experiment. Details if multiple isotopically labelled isotopologues were added to samples ("multiple"), or was only one isotopologue added to each sample ("single").
1478714790
range: IsotopologApproachEnum
1478814791
examples:
1478914792
- value: single
1479014793
- value: multiple
14794+
required: true
1479114795
gradient_position:
1479214796
title: gradient position
1479314797
description: A number designating the gradient position from heaviest (=1) to lightest. Unfractionated samples, from which fractionated samples were derived, should be denoted with –1.
1479414798
range: integer
1479514799
examples:
1479614800
- value: 1
1479714801
- value: -1
14802+
required: true
1479814803
gradient_pos_density:
1479914804
title: density of gradient position
1480014805
description: Buoyant density of this fraction
@@ -14805,6 +14810,7 @@ slots:
1480514810
examples:
1480614811
- value: 1.725 g/mL
1480714812
- value: 1.725 - 1.735 g/mL
14813+
recommended: true
1480814814
gradient_pos_rel_am:
1480914815
title: relative amount of nucleic acids in the gradient position
1481014816
description: Percent of total nucleic acids loaded onto the column in this fraction. If uploading 16S rRNA gene (or other amplicon) sequencing data, this value should be calculated from qPCR data. If uploading untargetted sequencing data, this value should be calculated from total DNA concentration.
@@ -14815,6 +14821,7 @@ slots:
1481514821
examples:
1481614822
- value: 10%
1481714823
range: string
14824+
recommended: true
1481814825
sip_method:
1481914826
title: method for SIP fractionating
1482014827
description: Method used to fractionate nucleic acids.
@@ -14823,6 +14830,7 @@ slots:
1482314830
- value: https://doi.org/10.1038/s41396-018-0279-6
1482414831
structured_pattern:
1482514832
syntax: ^{PMID}|{DOI}|{URL}$
14833+
recommended: true
1482614834
isotopolog_atom_frac:
1482714835
title: atom fraction of isotopolog
1482814836
description: The fraction of heavy-labelled atoms out of all atoms of a given element in the isotopolog. Multiple values allowed, separated by a ; and should be orded the same as the isotopolog.
@@ -14832,6 +14840,7 @@ slots:
1483214840
- value: 0.95
1483314841
structured_pattern:
1483414842
syntax: ^{float}|{float}-{float}$
14843+
recommended: true
1483514844
isotopolog_atom_pos:
1483614845
title: set of labeled atoms in isotopologue
1483714846
description: InChI label designating set of all isotopically enriched atoms in isotopologue. Multiple values allowed, separated by a ; and should be orded the same as the isotopolog.
@@ -14841,6 +14850,7 @@ slots:
1484114850
- value: undefined
1484214851
structured_pattern:
1484314852
syntax: ^{termLabel} {[termID]}|{text}$
14853+
recommended: true
1484414854
isotopolog_dose:
1484514855
title: dose of isotopolog
1484614856
description: Total dose of isotopolog added to the system in grams
@@ -14851,6 +14861,7 @@ slots:
1485114861
- value: 10 ppm
1485214862
structured_pattern:
1485314863
syntax: ^{float} {unit}$
14864+
recommended: true
1485414865
nucleobase_atom_frac:
1485514866
title: nucleobase excess atom fraction
1485614867
description: Excess atom fraction of the nucleobases in this fraction
@@ -14859,6 +14870,7 @@ slots:
1485914870
- value: 25%
1486014871
structured_pattern:
1486114872
syntax: ^{float}{unit}$
14873+
recommended: true
1486214874
isotopolog_incu_time:
1486314875
title: isotopolog incubation time
1486414876
description: Total time of incubation after isotopologue addition in hours
@@ -14869,6 +14881,7 @@ slots:
1486914881
- value: 12 hour
1487014882
structured_pattern:
1487114883
syntax: ^{float} {unit}$
14884+
recommended: true
1487214885
internal_standard:
1487314886
title: internal standard method
1487414887
description: Method used for internal standard for SIP fractionation, if an internal standard was used (i.e., spiking in a heavy-labelled DNA sequence).
@@ -14877,6 +14890,7 @@ slots:
1487714890
- value: https://doi.org/10.1101/2022.12.20.521340
1487814891
structured_pattern:
1487914892
syntax: ^{PMID}|{DOI}|{URL}$
14893+
recommended: true
1488014894

1488114895
classes:
1488214896
MisipMims:
@@ -15005,34 +15019,6 @@ classes:
1500515019
recommended: true
1500615020
temp:
1500715021
recommended: true
15008-
isotope:
15009-
required: true
15010-
isotopolog:
15011-
required: true
15012-
isotopolog_label:
15013-
required: true
15014-
isotopolog_approach:
15015-
required: true
15016-
gradient_position:
15017-
required: true
15018-
gradient_pos_density:
15019-
recommended: true
15020-
gradient_pos_rel_am:
15021-
recommended: true
15022-
sip_method:
15023-
recommended: true
15024-
isotopolog_atom_frac:
15025-
recommended: true
15026-
isotopolog_atom_pos:
15027-
recommended: true
15028-
isotopolog_dose:
15029-
recommended: true
15030-
nucleobase_atom_frac:
15031-
recommended: true
15032-
isotopolog_incu_time:
15033-
recommended: true
15034-
internal_standard:
15035-
recommended: true
1503615022
# class_uri:
1503715023

1503815024
MigsBa:

0 commit comments

Comments
 (0)