Skip to content
Prev 345940 / 398502 Next

Reading FCS files with flowCore package

On 11/24/2014 06:18 AM, Luigi wrote:
Please address questions about Bioconductor packages to the Bioconductor support 
site

   https://support.bioconductor.org

and...
system.file() is used to access files installed in R packages, but probably you 
want to access your own file. Try

   file.name = file.choose()

and selecting the file that you want to iniptu. Verify that the path is correct 
by displaying the result

   file.name

Martin