mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
29 stars 2 forks source link

Enhancements to auc: blanks and trans_y #126

Open mikeblazanin opened 1 year ago

mikeblazanin commented 1 year ago

Blanks would allow subtraction of the blank area

trans_y would enable auc on log axes, presumably using the minimum value as the baseline (how this would work across wells is tbd, maybe you would just require the blank when trans_y and use that value as the baseline)