ococrook / hdxstats

hdxstats: An R-package for statistical analysis of hydrogen deuterium exchange mass-spectrometry data.
Apache License 2.0
5 stars 2 forks source link

Add routines for normalisation by time intercept and 'undeuterated' peptide mass into normalisehdx #31

Closed broncio123 closed 1 year ago

broncio123 commented 1 year ago

Function to be modified https://github.com/ococrook/hdxstats/blob/12bd49179a8875746d1221700b9f278e858dee44/R/hdxstat-utils.R#L33

Is this something you already have a modified routine for, @ococrook ? I guess for the second case, the line from the vignette can be taken.

ococrook commented 1 year ago

This is done on the v2 branch?

broncio123 commented 1 year ago

This is done on the v2 branch?

Yes, these routines are now part of normalisehdx, here https://github.com/ococrook/hdxstats/blob/77ab9c21681c9bce3c1721e9a9a5f3852dabd80a/R/hdxstat-utils.R#L62-L131

I'll close this issue as the new features have been already implemented.