Closed philouail closed 1 month ago
Here is the code in order to get a full MsExperiment object with spectra and sample data from the database.
I changed from merged() to cbind(), it is more stable i found and does not show warnings because of duplicated columns.
merged()
cbind()
Tell me what you think about the extra parameters I implemented in order to simplify the sampleData !
Also see my note in the code (in the helper function description) about the duplicated ontology column automatic numbering so we can discuss it.
Lastly, unfortunately the GHA beaks because of MsBackendMetaboLights, is there a workaround ? For me the unit tests work locally.
Any other things I'm missing also ? Should there be an offline parameter similar to MsBackendMetaboLights ?
offline
@jorainer the tests pass, but not for linux aha, do you know what is happening ?
Here is the code in order to get a full MsExperiment object with spectra and sample data from the database.
I changed from
merged()
tocbind()
, it is more stable i found and does not show warnings because of duplicated columns.Tell me what you think about the extra parameters I implemented in order to simplify the sampleData !
Also see my note in the code (in the helper function description) about the duplicated ontology column automatic numbering so we can discuss it.
Lastly, unfortunately the GHA beaks because of MsBackendMetaboLights, is there a workaround ? For me the unit tests work locally.
Any other things I'm missing also ? Should there be an
offline
parameter similar to MsBackendMetaboLights ?