LeonSaal

Results 6 comments of LeonSaal

Hi Rick, a follow-up question: What is the cache-table _filterFGroups_minReplicates_ used for? For me it takes up ~ 60 % of the total size of the cache and I wonder...

Hi Rick, thanks for the quick reply! I have a small update: I was playing around with the `consensus`-function and the same error occured, when the `uniqueFrom`-keyword was set to...

Further digging showed, the error is happening inside `unique()`: ```r > outerFrom = 1 > which = names(comp)[outerFrom] > patRoon::unique(comp@comparedFGroups, which = which) Error in h(simpleError(msg, call)) : error in...

Hi @rickhelmus, thanks for the update! I tested my script with the new docker image (sha256:_cb3ebbd12561c2e7e11850f9e900ab464a85ca718de43932759a30786a0709e6_), but unfortunately, the error still persists with `comparison(..., groupAlgo="xcms3")`. However, as you suggested, with...

Hi Rick, thanks for the tip with the cache! Indeed, it works now with the `groupAlgo = "xcms3"`. Kind regards, Leon

Hi Rick, thanks for the fast reply and the insight on what is already stored in memory! As I cannot grasp for everything, what is stored where I am not...