Entering edit mode
christopher.hall
•
0
@christopherhall-23360
Last seen 4.6 years ago
Hi,
When using flowAI (1.17.1) the output changes the $GUID. With a flowFrame the $GUID changes to "V1" With a flowSet the $GUID stays the same but the $ORIGINALGUID changes to "Vx" where x is the index of the file.
I played with the source code a little and can fix the flowFrame by using:
set<- read.flowSet(fcsfiles@description$GUID)
instead of
as(fcsfiles, "flowSet")
I can't work out what is going on with the flowSet.
Kind regards
Chris