Hello everyone,
I'm trying to read my FCS file of spleen data into R, but I'm getting this error. I exported the FCS file with the compensated parameters from Flowjo. If I export the uncompensated data from Flowjo, it reads the FCS without any errors. I'm a student that is quite new to this, so I sadly can't provide you with alot of details. I wondered if anyone knew how I could fix this error.
myfile <- "D:/BPS/RP1/Autogating/Databank/test2.fcs"
fcsfile <- read.FCS(myfile)
Error in string_to_spill(txt) :
bad lexical cast: source type value could not be interpreted as target
In addition: There were 50 or more warnings (use warnings() to see the first 50)