marker.names | R Documentation |
It shows marker names of a fcs.SCE
object and renames them accordin a new vector provided by the user.
marker.names(fcs.SCE, new.names = NULL)
fcs.SCE |
A |
new.names |
Vector with new channel/marker names (it must has the same length that |
## Not run:
marker.names(fcs)
new_names <- c("FSC_A", "FSC_H", "SSC_A", "SSC_H", "CD62L",
"CXCR3", "CD8", "CCR4", "CCR6", "CD4", "CD45", "CD27")
fcs <- marker.names(fcs, new.names = new_names)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.