Entering edit mode
Aric Gregson
▴
270
@aric-gregson-3058
Last seen 10.2 years ago
Hello,
I would like to export median values from a particular channel, i.e.
Pacific.Blue.A, of a flowSet that has been worked through a series of
gates in a workFlow using flowCore. I am not clear on how to do this
and
am having a difficult time trying to choose just one channel and just
one summary statistic (median).
I would think that there would be some way to obtain that
information using a modification of this call:
summary(Data(wf [["Treg+"]])[c (1:2)])
but I have been unsuccessful thus far. Any suggestions would be
greatly
appreciated.
Thanks, Aric