mikeblazanin / gcplyr

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

Handle NA values in subset argument in all analyze functions #182

Closed mikeblazanin closed 5 months ago

mikeblazanin commented 6 months ago

Currently there's no specific code for NAs. Probably should pass a warning and then treat in some consistent way

mikeblazanin commented 5 months ago

Should probably make a utility function take_subset that handles this. Then use that within find_local_extrema, find_threshold_crosses, auc, and lag_time. Using NA values as FALSE