Skip to contents

add vector of contrasts to annotation data frame

Usage

add_contrasts_vec(xx, Contrasts)

Arguments

xx

annotation data frame

Contrasts

character vector of contrasts

Examples

annot <- data.frame(Group = rep(c("A","B","C"), each = 3))
annot$Name
#> NULL