I am working with FlowWorkspace to analyse some FACS data.
After creating a GatingSet I want to apply a filter based on the norm2Filter function from the flowCore package.
However it gives me an error, adding a rectangle gate etc. works fine.
Code:
n2f <- norm2Filter(filterId=“all cells",x=c("FSC-A","SSC-A"),scale.factor=2) add(gs,n2f,parent="root") replicating filter 'all cells' across samples! Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘filterObject’ for signature ‘"norm2Filter”’
I couldn’t find anything regarding this issue anywhere, also the flowCore package states that any flowCore filter theoretically can be used.
Am I doing something wrong?
Cheers,
Christian Oertlin