Package: tidySummarizedExperiment 1.15.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]

tidySummarizedExperiment_1.15.0.tar.gz
tidySummarizedExperiment_1.15.0.zip(r-4.5)tidySummarizedExperiment_1.15.0.zip(r-4.4)tidySummarizedExperiment_1.15.0.zip(r-4.3)
tidySummarizedExperiment_1.15.0.tgz(r-4.4-any)tidySummarizedExperiment_1.15.0.tgz(r-4.3-any)
tidySummarizedExperiment_1.15.0.tar.gz(r-4.5-noble)tidySummarizedExperiment_1.15.0.tar.gz(r-4.4-noble)
tidySummarizedExperiment_1.15.0.tgz(r-4.4-emscripten)tidySummarizedExperiment_1.15.0.tgz(r-4.3-emscripten)
tidySummarizedExperiment.pdf |tidySummarizedExperiment.html
tidySummarizedExperiment/json (API)

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

Peer review:

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.15.0(bioc 3.20)tidySummarizedExperiment-1.14.0(bioc 3.19)

bioconductor-package

3 exports 1.75 score 90 dependencies 1 dependents

Last updated 2 months agofrom:319343c67a

Exports:%>%tidyunnest_summarized_experiment

Dependencies:abindaskpassbase64encBiobaseBiocGenericsbslibcachemclicolorspacecpp11crayoncrosstalkcurldata.tableDelayedArraydigestdplyrellipsisevaluatefansifarverfastmapfontawesomefsgenericsGenomeInfoDbGenomeInfoDbDataGenomicRangesggplot2gluegtablehighrhtmltoolshtmlwidgetshttrIRangesisobandjquerylibjsonliteknitrlabelinglaterlatticelazyevallifecyclemagrittrMASSMatrixMatrixGenericsmatrixStatsmemoisemgcvmimemunsellnlmeopensslpillarpkgconfigplotlypromisespurrrR6rappdirsRColorBrewerRcpprlangrmarkdownS4ArraysS4VectorssassscalesSparseArraystringistringrSummarizedExperimentsystibbletidyrtidyselecttinytexttserviceUCSC.utilsutf8vctrsviridisLitewithrxfunXVectoryamlzlibbioc

Overview of the tidySummarizedExperiment package

Rendered fromintroduction.Rmdusingknitr::knitron Jun 12 2024.

Last update: 2023-09-14
Started: 2020-09-09

Readme and manuals

Help Manual

Help pageTopics
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
Printing tibblesformatting print print.SummarizedExperiment
Mutating joinsfull_join full_join.SummarizedExperiment
Create a new 'ggplot' from a 'tidyseurat'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
Format the header of a tibbletbl_format_header tbl_format_header.tidySummarizedExperiment
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