ankemt / MEAanalysis

GNU General Public License v3.0
0 stars 0 forks source link

Replace excel macro with R functionality #5

Closed bvreede closed 3 years ago

bvreede commented 3 years ago

This PR essentially replaces the macro originally written in Matlab, in that it takes an output MEA file and parses it into three elements:

  1. Header information
  2. Well averages df
  3. Electrode measurement df

Currently, these functions do not have tests, and they are not complete. Future steps will be:

  1. Complete this step in the analysis by adding either functionality to save the raw data, or calculate the differences between a baseline and exposure file, and save this data (preferably both!)
  2. Document the function with Roxygen (only the parse_MEA_data function should be user accessible)
  3. Write tests for the functions in this PR.