FCS to TXT
1
1
Entering edit mode
6.2 years ago

Is there a way to convert FCS to TXT or CSV in R?

I found Gene Pattern and some older tools that require Windows XP, but was wondering if there was a way to do it in R.

R • 4.2k views
ADD COMMENT
2
Entering edit mode
6.2 years ago
Ahill ★ 1.9k

You can use the flowCore package. See vignette here for example usage. Use the read.FCS() function to read in a FCS file, then write.delim() or write.csv() to write out a .txt or .csv file.

ADD COMMENT

Login before adding your answer.

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