Entering edit mode
Hi, i m having trouble with the system.file() function. It gives me the following error.
Error in system.file("extdata", "Bue018 cfu normal 00000337 431", package = "FlowSOM", : no file found
I canĀ“t understand why since i have set de directory correctly with setwd() function. Would someone help me please?
fileName <- system.file("extdata", "Bue018 cfu normal 00000337 431.LMD", package="FlowSOM", mustWork = TRUE)
What is your
sessionInfo()
The FlowSOM maintainers might have a better answer but currently those files are not included in the FlowSOM package extdata.
setwd()
wouldn't have any affect on asystem.file
call unless you generated these files and wrote them to that directory (which really isn't good practice). You also have spaces in the system.file call which I think would cause issues.