Displaying 1 result from an estimated 1 matches for "truncatetransform".
2013 Jan 29
0
Bioconductor flowcytometry
...ld like to do a transformation, a log tranformation.
Although i think i put everything like it should, i get this error:
Error in log(x, logbase) : Non-numeric argument to mathematical function
which looks like a general calculating problem.
the code i use now is the following:
logTransi <- truncateTransform("truncate at 1", a=1)
testSetLog <- transform(testSet, 'FL10'= logTransi('FL10'),
'FL11'=logTransi('FL11'))
testSet looks like this:
> testSet
flowFrame object 'MarjanD.20120926.A.0026.fcs'
with 100000 cells and 14 observables:...