Re: Exporting FCS data

From: A.J. Rossini <rossini@u.washington.edu>
Date: Thu Jan 27 2005 - 16:50:25 EST
You might check out the RFlowCyt package
(http://www.analytics.washington.edu/downloads/rflowcyt/).

You will need to install R (open source statistics software language), and then install
RFlowCyt, and then the commands:

library(rflowcyt)
fcsdata <- read.FCS("Path/FileName")
write.table(fcsdata@data,file="NewCSVFileWithData",sep=",")


for a comma-separated-value file.




On Wed, 26 Jan 2005, Zand, Martin wrote:

> Dear Flow'ers:
>
> I need to export actual event bin values (0-256)  for 2-3 parameters from
> gated FCS data.  We using this output for analysis using a custom statistics
> package that does not read FCS files.
>
> I have FlowJo for PC, but the export function has not yet been implemented
> in this version (although it is in the Mac version).	Does anybody know of
> software that will do this for me on PC?
>
> Alternatively, we could write our own if I had the structure of FCS 2 and 3
> files with an outline of an algorithm for reading the data structure.
>
> Thanks!
> Martin Zand
>
> ______________________________
> Martin S. Zand, MD, PhD
> Associate Professor of Medicine
> Medical Director, Kidney and Pancreas Transplant Programs
> Nephrology Unit
> University of Rochester Medical Center
> 601 Elmwood Ave - Box 675
> Rochester, NY 14642
>
> Phone:	585.275.4517
> Fax:	585.442.9201
>
>

A.J. Rossini
rossini@u.washington.edu
http://www.analytics.washington.edu/
ON LEAVE (at least until Oct 2005):
Novartis Pharma AG, Basel Switzerland
Received on Fri Jan 28 10:18:00 2005

This archive was generated by hypermail 2.1.8 : Sat Jan 14 2006 - 22:03:34 EST