Use flowcore package to open .FCS files (warning message)
0
0
Entering edit mode
leiqian • 0
@leiqian-13939
Last seen 7.6 years ago

Hello Sir/Madam,

Thank you for your attention.

I am Lei, a graduate student who try to use your flowcore package to open .FCS files. Can I ask you a question? Thanks!

I set up flowcore in R in Linux. Then I typed the example code from your pdf "data structures package for flow cytometry data"

> file.name <- system.file("extdata","0877408774.B08", 
> package="flowCore") x <- read.FCSfile.name, transformation=FALSE) 
> summary(x)

The above codes ran quite well in my Linux. And then I pasted my own .FCS file "0001.FCS" into extdata folder, and tried to run it. 

> file.name <- system.file("extdata","0001.FCS", package="flowCore")
> x <- read.FCSfile.name, transformation=FALSE)
Warning message:
The file contains 1 additional data segment. The default is to read the first segment only.
Please consider setting the 'dataset' argument. 

However, the above warning message showed up. Can you please give me a suggestion? Thank!

Best,

Lei

flowcore package warning message • 749 views
ADD COMMENT

Login before adding your answer.

Traffic: 986 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