identifier {flowCore} | R Documentation |
Retrieve the GUID or globally unique identifier of a
flowFrame that was generated by the cytometer
or the identifier of a \code{filter} or
\code{filterResult} given by the analyst.
identifier(object)
object |
Object of class flowFrame ,
filter or filterResult . |
GUID or Globally Unique Identifier is a pseudo-random number used in software applications. While each generated GUID is not guaranteed to be unique, the total number of unique keys (2^128) is so large that the probability of the same number being generated twice is very small.
Note that if no GUID has been recorded along with the FCS file, the name of the file is returned.
Character vector representing the GUID or the name of the file.
N. LeMeur
samp <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore")) identifier(samp)