Package: tidySummarizedExperiment 1.23.0

Stefano Mangiola

tidySummarizedExperiment: Brings SummarizedExperiment to the Tidyverse

The tidySummarizedExperiment package provides a set of tools for creating and manipulating tidy data representations of SummarizedExperiment objects. SummarizedExperiment is a widely used data structure in bioinformatics for storing high-throughput genomic data, such as gene expression or DNA sequencing data. The tidySummarizedExperiment package introduces a tidy framework for working with SummarizedExperiment objects. It allows users to convert their data into a tidy format, where each observation is a row and each variable is a column. This tidy representation simplifies data manipulation, integration with other tidyverse packages, and enables seamless integration with the broader ecosystem of tidy tools for data analysis.

Authors:Stefano Mangiola [aut, cre] <[email protected]>

tidySummarizedExperiment_1.23.0.tar.gz
tidySummarizedExperiment_1.23.0.zip(r-4.7)tidySummarizedExperiment_1.23.0.zip(r-4.6)tidySummarizedExperiment_1.23.0.zip(r-4.5)
tidySummarizedExperiment_1.23.0.tgz(r-4.6-any)tidySummarizedExperiment_1.23.0.tgz(r-4.5-any)
tidySummarizedExperiment_1.23.0.tar.gz(r-4.7-any)tidySummarizedExperiment_1.23.0.tar.gz(r-4.6-any)
tidySummarizedExperiment_1.23.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
tidySummarizedExperiment/json (API)

# Install 'tidySummarizedExperiment' in R:
install.packages('tidySummarizedExperiment', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/stemangiola/tidysummarizedexperiment/issues

Datasets:
  • pasilla - Read counts of RNA-seq samples of Pasilla knock-down by Brooks et al.
  • se - Read counts of RNA-seq samples derived from Pasilla knock-down by Brooks et al.

On BioConductor:tidySummarizedExperiment-1.23.0(bioc 3.24)tidySummarizedExperiment-1.22.0(bioc 3.23)

assaydomaininfrastructurernaseqdifferentialexpressiongeneexpressionnormalizationclusteringqualitycontrolsequencingtranscriptiontranscriptomicsbioconductorgenomicssummarizedexperimenttidyverse

8.81 score 30 stars 1 packages 240 scripts 601 downloads 3 exports 84 dependencies

Last updated from:c35aee3b73. Checks:1 WARNING, 7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksWARNING209
linux-devel-x86_64NOTE420
source / vignettesOK240
linux-release-x86_64NOTE426
macos-release-arm64NOTE316
macos-oldrel-arm64NOTE425
windows-develNOTE321
windows-releaseNOTE309
windows-oldrelNOTE301
wasm-releaseOK144

Exports:%>%tidyunnest_summarized_experiment

Dependencies:abindaskpassbase64encBiobaseBiocGenericsbslibcachemclicpp11crosstalkcurldata.tableDelayedArraydigestdplyrellipsisevaluatefansifarverfastmapfontawesomefsgenericsGenomicRangesggplot2gluegtablehighrhtmltoolshtmlwidgetshttrIRangesisobandjquerylibjsonliteknitrlabelinglaterlatticelazyevallifecyclemagrittrMatrixMatrixGenericsmatrixStatsmemoisemimeopensslotelpillarpkgconfigplotlyplyxppromisespurrrR6rappdirsRColorBrewerRcpprlangrmarkdownS4ArraysS4VectorsS7sassscalesSeqinfoSparseArraystringistringrSummarizedExperimentsystibbletidyrtidyselecttinytexttserviceutf8vctrsviridisLitewithrxfunXVectoryaml

Overview of the tidySummarizedExperiment package

Rendered fromintroduction.Rmdusingknitr::knitron May 30 2026.

Last update: 2025-10-12
Started: 2020-09-09

Readme and manuals

Help Manual

Help pageTopics
Append samples from multiple SummarizedExperiment objectsappend_samples append_samples.SummarizedExperiment
Coerce lists, matrices, and more to data framesas_tibble as_tibble.SummarizedExperiment
Efficiently bind multiple data frames by row and columnbind_cols bind_cols.RangedSummarizedExperiment bind_cols.SummarizedExperiment bind_rows bind_rows.SummarizedExperiment
Count the observations in each groupcount count.SummarizedExperiment
Keep distinct/unique rowsdistinct distinct.SummarizedExperiment
Extract a character column into multiple columns using regular expression groupsextract extract.SummarizedExperiment
Keep rows that match a conditionfilter filter.SummarizedExperiment
Mutating joinsfull_join full_join.SummarizedExperiment
Create a new 'ggplot' from a 'SummarizedExperiment'ggplot ggplot.SummarizedExperiment
Group by one or more variablesgroup_by group_by.SummarizedExperiment
Split data frame by groupsgroup_split group_split.SummarizedExperiment
Mutating joinsinner_join inner_join.SummarizedExperiment
Mutating joinsleft_join left_join.SummarizedExperiment
Create, modify, and delete columnsmutate mutate.SummarizedExperiment
Nest rows into a list-column of data framesnest nest.SummarizedExperiment
Read counts of RNA-seq samples of Pasilla knock-down by Brooks et al.pasilla
Pivot data from wide to longpivot_longer pivot_longer.SummarizedExperiment
Pivot data from long to widepivot_wider pivot_wider.SummarizedExperiment
Initiate a plotly visualizationplot_ly plot_ly.SummarizedExperiment plot_ly.tbl_df
Extract a single columnpull pull.SummarizedExperiment
Rename columnsrename rename.SummarizedExperiment
Mutating joinsright_join right_join.SummarizedExperiment
Group input by rowsrowwise rowwise.SummarizedExperiment
Sample n rows from a tablesample_frac sample_frac.SummarizedExperiment sample_n sample_n.SummarizedExperiment
Read counts of RNA-seq samples derived from Pasilla knock-down by Brooks et al.se
Keep or drop columns using their names and typesselect select.SummarizedExperiment
Separate a character column into multiple columns with a regular expression or numeric locationsseparate separate.SummarizedExperiment
Subset rows using their positionsslice slice.SummarizedExperiment slice_head slice_max slice_min slice_sample slice_tail
Summarise each group down to one rowsummarise summarise.SummarizedExperiment summarize summarize.SummarizedExperiment
tidy for 'Seurat'tidy tidy.RangedSummarizedExperiment tidy.SummarizedExperiment
Unite multiple columns into one by pasting strings togetherunite unite.SummarizedExperiment
Unnest a list-column of data frames into rows and columnsunnest unnest.tidySummarizedExperiment_nested unnest_summarized_experiment