You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mixs/schema/mixs.yaml
+14-28Lines changed: 14 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -14763,6 +14763,7 @@ slots:
14763
14763
examples:
14764
14764
- value: 13C
14765
14765
- value: 13C; 15N
14766
+
required: true
14766
14767
isotopolog:
14767
14768
title: isotopolog
14768
14769
description: Isotopologue (isotope source/substrate/molecule) added to the biological sample.
@@ -14774,27 +14775,31 @@ slots:
14774
14775
- value: toluene [pubchem.compound:1140]
14775
14776
- value: toluene [pubchem.compound:1140]; water [pubchem.compound:962]
14776
14777
- value: "0"
14778
+
required: true
14777
14779
isotopolog_label:
14778
14780
title: isotopolog label status
14779
14781
description: List whether the isotopologue added to this biological sample was heavy-labelled or natural abundance
14780
14782
range: IsotopologLabelEnum
14781
14783
examples:
14782
14784
- value: natural abundance
14783
14785
- value: isotopically labeled
14786
+
required: true
14784
14787
isotopolog_approach:
14785
14788
title: Labeling approach (number of labeled isotopologs supplied)
14786
14789
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").
14787
14790
range: IsotopologApproachEnum
14788
14791
examples:
14789
14792
- value: single
14790
14793
- value: multiple
14794
+
required: true
14791
14795
gradient_position:
14792
14796
title: gradient position
14793
14797
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.
14794
14798
range: integer
14795
14799
examples:
14796
14800
- value: 1
14797
14801
- value: -1
14802
+
required: true
14798
14803
gradient_pos_density:
14799
14804
title: density of gradient position
14800
14805
description: Buoyant density of this fraction
@@ -14805,6 +14810,7 @@ slots:
14805
14810
examples:
14806
14811
- value: 1.725 g/mL
14807
14812
- value: 1.725 - 1.735 g/mL
14813
+
recommended: true
14808
14814
gradient_pos_rel_am:
14809
14815
title: relative amount of nucleic acids in the gradient position
14810
14816
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:
14815
14821
examples:
14816
14822
- value: 10%
14817
14823
range: string
14824
+
recommended: true
14818
14825
sip_method:
14819
14826
title: method for SIP fractionating
14820
14827
description: Method used to fractionate nucleic acids.
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:
14832
14840
- value: 0.95
14833
14841
structured_pattern:
14834
14842
syntax: ^{float}|{float}-{float}$
14843
+
recommended: true
14835
14844
isotopolog_atom_pos:
14836
14845
title: set of labeled atoms in isotopologue
14837
14846
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:
14841
14850
- value: undefined
14842
14851
structured_pattern:
14843
14852
syntax: ^{termLabel} {[termID]}|{text}$
14853
+
recommended: true
14844
14854
isotopolog_dose:
14845
14855
title: dose of isotopolog
14846
14856
description: Total dose of isotopolog added to the system in grams
@@ -14851,6 +14861,7 @@ slots:
14851
14861
- value: 10 ppm
14852
14862
structured_pattern:
14853
14863
syntax: ^{float} {unit}$
14864
+
recommended: true
14854
14865
nucleobase_atom_frac:
14855
14866
title: nucleobase excess atom fraction
14856
14867
description: Excess atom fraction of the nucleobases in this fraction
@@ -14859,6 +14870,7 @@ slots:
14859
14870
- value: 25%
14860
14871
structured_pattern:
14861
14872
syntax: ^{float}{unit}$
14873
+
recommended: true
14862
14874
isotopolog_incu_time:
14863
14875
title: isotopolog incubation time
14864
14876
description: Total time of incubation after isotopologue addition in hours
@@ -14869,6 +14881,7 @@ slots:
14869
14881
- value: 12 hour
14870
14882
structured_pattern:
14871
14883
syntax: ^{float} {unit}$
14884
+
recommended: true
14872
14885
internal_standard:
14873
14886
title: internal standard method
14874
14887
description: Method used for internal standard for SIP fractionation, if an internal standard was used (i.e., spiking in a heavy-labelled DNA sequence).
0 commit comments