Skip to content

Instantly share code, notes, and snippets.

View JianGuoZhou3's full-sized avatar
🎯
Focusing

Jian-Guo Zhou JianGuoZhou3

🎯
Focusing
View GitHub Profile
@JianGuoZhou3
JianGuoZhou3 / lmd2fcs.R
Created October 29, 2019 15:02 — forked from yoavram/lmd2fcs.R
Convert flow cytometry formats: Gallios Coulter Beckman LMD file to standard FCS file.
# install
source("http://bioconductor.org/biocLite.R")
biocLite("flowCore")
# convert
library(tools) # for file_path_sans_ext
library(flowCore)
in.fname <- 'flow123.LMD'
folder <- 'C:\\users\\user\\flow\\'
@yoavram
yoavram / lmd2fcs.R
Last active February 2, 2022 19:01
Convert flow cytometry formats: Gallios Coulter Beckman LMD file to standard FCS file.
# install
source("http://bioconductor.org/biocLite.R")
biocLite("flowCore")
# convert
library(tools) # for file_path_sans_ext
library(flowCore)
in.fname <- 'flow123.LMD'
folder <- 'C:\\users\\user\\flow\\'