Transform data from MoFlo Astrios
1
0
Entering edit mode
cr • 0
@cr-12159
Last seen 5.2 years ago

Hello,

I have different fcs datafile from MoFlo Astrios, and I want to transform it into log.

I read the data with "read.FCS" from "flowCore" package but I haven't yet find a way to transform my data.

How can I do it ? Thank you

Céline

transform flow cytometry data • 1.1k views
ADD COMMENT
0
Entering edit mode
SamGG ▴ 350
@samgg-6428
Last seen 6 hours ago
France/Marseille/Inserm

Hi,

Look at the function logTransform function and its example.

?logTransform

 

samp <- read.FCS(system.file("extdata",
   "0877408774.B08", package="flowCore"))
logTrans <- logTransform(transformationId="log10-transformation", logbase=10, r=1, d=1)
trans <- transformList('FSC-H', logTrans)
dataTransform <- transform(samp, trans)

 

ADD COMMENT

Login before adding your answer.

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