as_tibble {tidySummarizedExperiment} | R Documentation |
as_tibble()
turns a SummarizedExperiment existing object into a so-called tibble, a data frame with class tbl_df
.
x |
A |
... |
This parameter includes |
A tibble
tidySummarizedExperiment::pasilla %>% as_tibble() tidySummarizedExperiment::pasilla %>% as_tibble(.subset = -c(condition, type))