drop_metadata | R Documentation |
For each of colData and rowData, removes the variables that have only 1 unique value
drop_metadata(se)
se |
SummarizedExperiment to drop metadata for |
A SummarizedExperiment after redundant metadata has been dropped
# as the se only contains time == 4 data, the time variable can be dropped
data(seq_se)
seq_se %>% filter(col, time == 4) %>% drop_metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.