Open aowen-uwmad opened 4 years ago
Yup this function is currently broken and needs to be fixed: its functionality is supposed to be for comparing frequency coincidences between experiments, which is particularly useful for figuring out unknown molecules appearing in select reactions or conditions. Do you have an immediate use for this?
I do not have an immediate use. I was curious what it outputted to make sure #21 wasn't already addressed.
In that case, I suggest keeping this open: I think the function will be of use, but probably better if someone has an immediate use case work on developing it.
Was unable to use the
analysis.correlate_experiments()
due to aNameError
. Line 1003 referenced in the traceback is the only occurrence ofisin_array
inanalysis.py
module, so either it was defined in a different module and not called correctly, or is not defined at all. The experiments passed were test-of-concept using the same data set, but with different thresholds for the peak finding. The experiment sessions seem to work fine otherwise.