-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fcsTextParse problem #134
Comments
That message means that your FCS file header is corrupt because of an empty keyword or incorrectly escaped delimiter. Is your file straight off of a cytometer or was it preprocessed? FCS files can be manually repaired, carefully. If this is a one-time thing that's a viable option, but otherwise I'd try to fix the problem upstream. |
I already faced the same problem using the write.FCS function. In fact, the default delimiter used by write.FCS is anti-slash. This delimiter is OK for Mac and Linux, but not fine for Windows because it is Windows path delimiter. In fact, your original FCS files are fine, but the FCS files created during SPADE process appear corrupted because the write.FCS() and read.FCS() are not reversible when using an (absolute?) path file name. As a workaround, Mike Jiang added an option emptyValue and the reported error encourages you to set emptyValue to FALSE. I am not sure you can pass this parameter to the SPADE driver. Zach could tell you more about that.
|
Thank you both for your help, I will try your options and keep you in touch. |
Hello,
I have an issue with fcsTextParse function. Is it a problem with my FCS files or a parameter I did not set well?
Thanks in advance for your help.
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] spade_1.10.4 Rclusterpp_0.2.4 Rcpp_0.12.8 igraph_1.0.1 BiocInstaller_1.24.0 devtools_1.12.0
loaded via a namespace (and not attached):
[1] graph_1.52.0 cluster_2.0.5 magrittr_1.5 BiocGenerics_0.20.0 flowCore_1.40.3 lattice_0.20-34
[7] R6_2.2.0 rrcov_1.4-3 pcaPP_1.9-61 httr_1.2.1 tools_3.3.2 parallel_3.3.2
[13] grid_3.3.2 Biobase_2.34.0 corpcor_1.6.8 git2r_0.16.0 withr_1.0.2 matrixStats_0.51.0
[19] digest_0.6.10 curl_2.3 memoise_1.0.0 robustbase_0.92-7 DEoptimR_1.0-8 stats4_3.3.2
[25] mvtnorm_1.0-5
The text was updated successfully, but these errors were encountered: