Enrichment Fraction
Found in the PeakGroups data format.
A weighted average of the fraction of labeled atoms across all peaks in a PeakGroup detected in a particular sample. E.g. The fraction of labeled carbons in lysine detected in a spleen sample.
enrichment_fraction = ∑_peak(fraction * labeled_count) / element_count
Where:
∑_peakstands for the sum across all peaks in a PeakGroup for a particular compound.fraction: See Fractionlabeled_countis the number of labeled atoms (i.e. isotopomers) of a particular element in any one peak.element_countis the total number of atoms of a particular element in any one compound (labeled or not).
See the Enrichment Fraction column of the PeakGroup table in this Enrichment Example.