createAnnotation {flowTime} | R Documentation |
Creates a data frame with rows containing the sample names of your flow set that can then be filled in with experimental metadata.
createAnnotation(yourFlowSet)
yourFlowSet |
the flowSet to create an annotation data frame for |
annotation_df a data frame containing the sample names of your flow set
dat <- read.flowSet(path = system.file("extdata", "ss_example", package = "flowTime"), alter.names = TRUE) annotation <- createAnnotation(yourFlowSet = dat) head(annotation)