This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Error with CDF and DB #39
Labels
Comments
After investigate a little, this parameter should be a list and in this case with cdf we obtain a matrix...
For others like mzData :
|
So, after investigation, we obtain a matrix with this BUT apparently, we obtain a matrix only when ALL lists have the same length ! So, I should probably just add something to transform matrix into list like
This can be a problem when columns haven't the same length but we just said that we obtain a matrix ONLY when columns have the same length... ! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
During the runGC with CDF files and comparing with a DB, we obtain this error :
https://github.com/rwehrens/metaMS/blob/master/R/matchSamples2Samples.R#L173
It looks that due to a list of 1 element that is not a list but a matrix (probably because there is only one element in it)...
So I should modify how the list has been made just here https://github.com/rwehrens/metaMS/blob/master/R/matchSamples2Samples.R#L31
The text was updated successfully, but these errors were encountered: