set_row_data | R Documentation |
As this does not require inplace operations, this can typically be used in a pipe
set_row_data(se, rowdata)
se |
SummarizedExperiment |
rowdata |
data frame or tibble containing the coldata |
A SummarizedExperiment with the new rowdata set
data(seq_se)
new_rd <- get_row_data(seq_se) %>%
tidyr::unite(gene_group_name, c(gene_group, gene_name))
se_new_rowdata <- set_row_data(seq_se, new_rd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.