Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 956 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 956 Bytes

R build status license

Power calculations for Hydrogen/Deuterium Exchange experiments

This R package implements methods for

  • simulation of isotope distribution of deuterated peptides (theoretical spectra) based on the code provided by Zhong-Yuan Kan,
  • creating deuteration curves based on theoretical spectra with multiple technical replicates and a given error structure,
  • testing differential deuterium uptake,
  • power calculations for Hydrogen/Deuterium Exchange experiments.

Development version can be downloaded from Github:

if (!require(devtools)) {
  install.packages('devtools')
}
devtools::install_github("hadexversum/powerHaDeX")