I ran into an issue where I tried to deconvolute over 3000 samples with Tsisal(), which is above the 2500 limit of the RefFreeCellMixInitialize function called from inside the RefFreeCellMix_wrapper. Since there is no way to abolish this limit from inside TOAST, I would propose including the largeOK = TRUE parameter in the wrapper.
I ran into an issue where I tried to deconvolute over 3000 samples with
Tsisal()
, which is above the 2500 limit of theRefFreeCellMixInitialize
function called from inside theRefFreeCellMix_wrapper
. Since there is no way to abolish this limit from insideTOAST
, I would propose including thelargeOK = TRUE
parameter in the wrapper.