Description Usage Arguments Details Value Methods Author(s) Examples
Retrieve the GUID (globally unique identifier) of a flowFrame
that was generated by the cytometer or the identifier of a
filter
or filterResult
given by
the analyst.
1 | identifier(object)
|
object |
Object of class |
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.
Return identifier of a filter
object.
Return identifier of a
filterReference
object.
Return identifier of a
filterResult
object.
Return identifier of a
transform
object.
Return GUID from the description
slot of
a flowFrame
object or, alternatively, the name of the
input FCS file in case none can be found. For
flowFrame
objects there also exists a replacement
method.
N. LeMeur
1 2 | samp <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore"))
identifier(samp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.