Hi, I have seen issues here about cdf files and "MIAPE" object: errors. This is my situation currently:
I'm using the Autotuner suite to find out the best parameters,
https://github.com/KujawinskiLaboratory/Autotuner
My source file is a cdf file
The error message I get is as follows:
Error in validObject(.Object) :
invalid class "MIAPE" object: invalid object for slot "instrumentModel" in class "MIAPE": got class "list", should be or extend class "character"
Since there has been no response from the author of Autotuner, and my own programming skills are not very good, I am not sure how to modify their code.
After I checked their source code, I saw that they use the read function readMSData of MSnbase.
So I was wondering if there is a connection that can solve this problem.
https://github.com/KujawinskiLaboratory/Autotuner/blob/b3642602f208461973d6a98b58c2220d44f84d0c/R/Autotuner-class.R#L29