| deuterium_isotope_correction | R Documentation | 
Natural Abundance deuterium isotope correction for one metabolite
deuterium_isotope_correction(
  formula,
  datamatrix,
  label,
  Resolution,
  ResDefAt = 200,
  purity = 0.99,
  ReportPoolSize = TRUE
)
| formula | String representing molecular formula | 
| datamatrix | Matrix of abundances for each sample for each isotope | 
| label | vector of integer labels | 
| Resolution | For Exactive, the Resolution is 100000, defined at Mw 200 | 
| ResDefAt | Resolution defined at (in Mw), e.g. 200 Mw | 
| purity | Deuterium purity, default: 0.99 | 
| ReportPoolSize | default: TRUE | 
Named list of matrices: 'Corrected', 'Normalized', 'PoolBeforeDF', and 'PoolAfterDF'.
## Not run: 
deuterium_isotope_correction(
  formula = "C6H13O9P",
  datamatrix = DataMatrix,
  label = c(0, 1),
  Resolution = 100000
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.