ConstructVarAnnotate | R Documentation |
ConstructVarAnnotate
returns a list that can be used during FLOWMAPR
analysis to change channel names from the default "name" field used in a
flowFrame to the names provided in the "desc" fields. Generally in CyTOF/mass
cytometry or flow cytometry data, the original "name" field corresponds to the
measurement channel (e.g. FITC or Sm154Di) while the "desc" field will correspond
to the name of the marker entered by the user at the machine (e.g. cCaspase3 or
CyclinB1).
ConstructVarAnnotate(FCS.file.name)
FCS.file.name |
The full file path to one FCS file intended for analysis |
List mapping channel names (taken from the "name" field of a flowFrame) to alternative names from the flowFrame "desc" fields
## Not run: ConstructVarAnnotate(FCS.file.name = system.file("extdata/SingleFLOWMAP/d1.fcs",package = "FLOWMAPR"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.