Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Error with CDF and DB #39

@jsaintvanne

Description

@jsaintvanne

During the runGC with CDF files and comparing with a DB, we obtain this error :

Error in x[, settings$timeComparison] : incorrect number of dimensions
Calls: runGC ... match.unannot.patterns -> sapply -> sapply -> lapply -> FUN -> mean

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions