createAnnotation: Create an annotation dataframe

View source: R/generalFunctions.R

createAnnotationR Documentation

Create an annotation dataframe

Description

Creates a data frame with rows containing the sample names of your flow set that can then be filled in with experimental metadata.

Usage

createAnnotation(yourFlowSet)

Arguments

yourFlowSet

the flowSet to create an annotation data frame for

Value

annotation_df a data frame containing the sample names of your flow set

Examples

dat <- read.flowSet(path = system.file("extdata", "ss_example",
package = "flowTime"), alter.names = TRUE)
annotation <- createAnnotation(yourFlowSet = dat)
head(annotation)

wrightrc/flowTime documentation built on Dec. 8, 2022, 9:50 p.m.