ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

Create "analysis threads" for each unique formulation of a variable! #91

Closed mtillman14 closed 2 years ago

mtillman14 commented 2 years ago

61 operates under the assumption that analyses will only cover part of the analysis pipeline. However, that's super messy. Instead, I realized that each variable contains a linear workflow from import to final processing. However, there are many nonlinear relationships between the different versions of one variable (e.g. one analysis for each different threshold to compute foot-ground contact).

By containing an entire "analysis thread" along with the saved variables, the process to create that variable can be uniquely, consistently, and robustly described and reproduced.

mtillman14 commented 2 years ago

70 relates! With the concept of "analysis threads" I've realized there's no great way to partition/version these things. So, do it visually function by function instead.

mtillman14 commented 2 years ago

Colored Digraph edges, one for each "split" or "thread". It's a miracle!