FlowSOM error system.file()
1
0
Entering edit mode
agus_rizzo • 0
@8d63a973
Last seen 5 months ago
Argentina

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)
FlowSOM • 293 views
ADD COMMENT
0
Entering edit mode

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 a system.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.

ADD REPLY
0
Entering edit mode
SamGG ▴ 350
@samgg-6428
Last seen 2 days ago
France/Marseille/Inserm

Your data file is in the working directory you specified. You don't need anything else.

fileName <- "Bue018 cfu normal 00000337 431.LMD"

The extra code you copied from the vignette (I guess) aims to locate a demo file that resides in the FlowSOM package, which is not your case.

Best.

ADD COMMENT

Login before adding your answer.

Traffic: 478 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6