Error in validObject(.Object) :
invalid class “flowClust” object: 1: invalid object for slot "w" in class "flowClust": got class "NULL", should be or extend class "vector"
invalid class “flowClust” object: 2: invalid object for slot "mu" in class "flowClust": got class "NULL", should be or extend class "matrix"
invalid class “flowClust” object: 3: invalid object for slot "sigma" in class "flowClust": got class "NULL", should be or extend class "array"
I am getting the same error even after updating R and Bioconductor to 3.3
Also, before I get the error I am running flowclust.2d on 3 other populations, and I seemingly get no errors.
-Brian Muchmore
Gating for 'ldg'
The prior specification has no effect when usePrior=no
Using the parallel (multicore) version of flowClust with 1 cores
Error: failed at Panel_1_32141752_IRCCS_CANTOII_17NOV2015_17NOV2015.fcs _norm.fcs _comp.fcs
Error in validObject(.Object) :
invalid class "flowClust" object: 1: invalid object for slot "w" in class "flowClust": got class "NULL", should be or extend class "vector"
invalid class "flowClust" object: 2: invalid object for slot "mu" in class "flowClust": got class "NULL", should be or extend class "matrix"
invalid class "flowClust" object: 3: invalid object for slot "sigma" in class "flowClust": got class "NULL", should be or extend class "array"
> sessionInfo()
R version 3.3.0 (2016-05-03)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.4 LTS
locale:
[1] C
attached base packages:
[1] parallel stats graphics grDevices utils datasets methods
[8] base
Yeah, I loaded parallel, and it still threw an error. I was mainly just checking to see if the bug fix had been pushed yet or not. Oddly, by moving the location of the flowclust.2d call in the csv file fixed the problem...or it was something else I did without realizing. Speaking of which, could the error possibly be related to having zero cells present when gating? I ask because the error was only being thrown on a rare cell population.