Hi Jean,
Thanks, how would I apply dtw effectively in this instance; would i need to create a matrix of each patient and then the individual metabolite across the three time points? I'm a bit confused.
currently my data looks like this:
dataframe1 is a dataframe of recordings of patient names (rows) and columns are several individual metabolite readings all for the same time point.
dataframe2 is a dataframe of recordings of patient names (columns) and several individual metabolite readings all for the same metabolites and patients but at a future time point x number of days later.
dataframe3 is a dataframe of recordings of patient names (columns) and several individual metabolite readings all for the same metabolites and patients at a further time point x number of days even later.