-
Notifications
You must be signed in to change notification settings - Fork 45
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
LMD to FCS #3
Comments
My knowledge of R is basically 0, but from the code it looks like it's only necessary to rename the file extension? (i.e., is the lmd format different from the fcs format?) |
Wait, from which code? The gist I sent? |
Yes, (I did say that my knowledge is basically 0!) ;) |
Oh I see. This R function read.FCS knows how to read LMD. Then write.FCS writes a standard FCS. From what I understand LMD (list mode data) is a wrapper around FCS. |
What's special about the Gallios machine? Do the lmd files follow the flow cytometry standard format? You can read about that format from the wikipedia page. Can you please upload an example lmd file to this issue? Digging around a bit it seems that there's is some FCS intersection...
|
Hello! I have some lmd files generated from a BC Navios machine. Can I use R to change it to a fcs file and further use it through flowjo for post acquisition and formatting some of the gates? If yes, which version of R studio is compatible with the flowcore package? |
It would be cool to open LMD files (generated for example by Gallios machines).
Its possible to do it in R, so one could in principle reimplement in python or just use the R implementation and call it from python via Rpy2.
Here's an R script that does it:
https://gist.github.com/yoavram/198493cebbf0b323a9d8
The text was updated successfully, but these errors were encountered: