
Last chance! 50% off unlimited learning
Sale ends in
Retrieve a data frame of index sorted data and sort indices from an FCS file.
X,Y
coordinates, and those coordinates are stored in the FCS file.
This function will extract the data frame of flow data and the X,Y
coordinates for the
cell-level data, which can be written to a text file, or concatenated with sample-level
information and analyzed in R. The coordinates are names 'XLoc','YLoc', and a 'name' column is
also prepended with the FCS file name.
samp <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore"))
# This will return a message that no index sorting data is available
getIndexSort(samp)
Run the code above in your browser using DataLab