View source: R/generalFunctions.R
createAnnotation | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.