Entering edit mode
Pieter Coussement
▴
30
@pieter-coussement-5732
Last seen 10.2 years ago
Hi,
I'm having diffculty reading in a complete data set.
My fcs files are among others in my working directory.
I can read them in one by one, but then i have to give the argument
emptyValue=FALSE.
So that works.
I want to read them all in at once (to make comparison more easy), so
i
used read.flowSet.
> flowDataSet <- read.flowSet(files="XXXX.XX.X.0001.fcs",
transformation=FALSE, emptyValue =FALSE)
And this the error i got.
Error in fcs_text_parse(txt, emptyValue = emptyValue) : No end found
There could be double delimiter existing in keyword value.
Please set argument 'emptyValue' as FALSE and try again!
Any help.?
currently i'm using the files thing as a test case, but i guess, i
just
have to change that to path=".", to read in all .fcs at once?
[[alternative HTML version deleted]]