set_col_data | R Documentation |
As this does not require inplace operations, this can typically be used in a pipe
set_col_data(se, coldata)
se |
SummarizedExperiment |
coldata |
data frame or tibble containing the coldata |
A SummarizedExperiment with the new coldata set
data(seq_se)
new_cd <- get_col_data(seq_se) %>%
tidyr::unite(time_treatment, c(time, treatment))
se_new_coldata <- set_col_data(seq_se, new_cd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.