Package: tidySingleCellExperiment 1.17.0
tidySingleCellExperiment: Brings SingleCellExperiment to the Tidyverse
'tidySingleCellExperiment' is an adapter that abstracts the 'SingleCellExperiment' container in the form of a 'tibble'. This allows *tidy* data manipulation, nesting, and plotting. For example, a 'tidySingleCellExperiment' is directly compatible with functions from 'tidyverse' packages `dplyr` and `tidyr`, as well as plotting with `ggplot2` and `plotly`. In addition, the package provides various utility functions specific to single-cell omics data analysis (e.g., aggregation of cell-level data to pseudobulks).
Authors:
tidySingleCellExperiment_1.17.0.tar.gz
tidySingleCellExperiment_1.17.0.zip(r-4.5)tidySingleCellExperiment_1.17.0.zip(r-4.4)tidySingleCellExperiment_1.15.5.zip(r-4.3)
tidySingleCellExperiment_1.17.0.tgz(r-4.4-any)tidySingleCellExperiment_1.15.5.tgz(r-4.3-any)
tidySingleCellExperiment_1.17.0.tar.gz(r-4.5-noble)tidySingleCellExperiment_1.17.0.tar.gz(r-4.4-noble)
tidySingleCellExperiment_1.17.0.tgz(r-4.4-emscripten)tidySingleCellExperiment_1.15.5.tgz(r-4.3-emscripten)
tidySingleCellExperiment.pdf |tidySingleCellExperiment.html✨
tidySingleCellExperiment/json (API)
# Install 'tidySingleCellExperiment' in R: |
install.packages('tidySingleCellExperiment', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/stemangiola/tidysinglecellexperiment/issues
- cell_type_df - Cell types of 80 PBMC single cells
- pbmc_small - Pbmc_small
- pbmc_small_nested_interactions - Intercellular ligand-receptor interactions for 38 ligands from a single cell RNA-seq cluster.
On BioConductor:tidySingleCellExperiment-1.17.0(bioc 3.21)tidySingleCellExperiment-1.16.0(bioc 3.20)
assaydomaininfrastructurernaseqdifferentialexpressionsinglecellgeneexpressionnormalizationclusteringqualitycontrolsequencingbioconductordplyrggplot2plotlysingle-cell-rna-seqsingle-cell-sequencingsinglecellexperimenttibbletidyrtidyverse
Last updated 2 months agofrom:9469430b75. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 18 2024 |
R-4.5-win | NOTE | Dec 18 2024 |
R-4.5-linux | NOTE | Dec 18 2024 |
R-4.4-win | NOTE | Dec 18 2024 |
R-4.4-mac | NOTE | Dec 18 2024 |
R-4.3-win | NOTE | Sep 24 2024 |
R-4.3-mac | NOTE | Sep 24 2024 |
Exports:%>%aggregate_cellsjoin_featuresjoin_transcriptstidyunnest_single_cell_experiment
Dependencies:abindaskpassbase64encBiobaseBiocGenericsbslibcachemclicolorspacecpp11crayoncrosstalkcurldata.tableDelayedArraydigestdplyrellipsisevaluatefansifarverfastmapfontawesomefsgenericsGenomeInfoDbGenomeInfoDbDataGenomicRangesggplot2gluegtablehighrhtmltoolshtmlwidgetshttrIRangesisobandjquerylibjsonliteknitrlabelinglaterlatticelazyevallifecyclemagrittrMASSMatrixMatrixGenericsmatrixStatsmemoisemgcvmimemunsellnlmeopensslpillarpkgconfigplotlypromisespurrrR6rappdirsRColorBrewerRcpprlangrmarkdownS4ArraysS4VectorssassscalesSingleCellExperimentSparseArraystringistringrSummarizedExperimentsystibbletidyrtidyselecttinytexttserviceUCSC.utilsutf8vctrsviridisLitewithrxfunXVectoryamlzlibbioc
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Aggregate cells | aggregate_cells aggregate_cells,SingleCellExperiment-method |
Order rows using column values | arrange arrange.SingleCellExperiment |
Coerce lists, matrices, and more to data frames | as_tibble as_tibble.SingleCellExperiment |
Efficiently bind multiple data frames by row and column | bind_cols bind_cols.SingleCellExperiment bind_rows bind_rows.SingleCellExperiment |
Cell types of 80 PBMC single cells | cell_type_df |
Count the observations in each group | add_count add_count.SingleCellExperiment count count.SingleCellExperiment |
Keep distinct/unique rows | distinct distinct.SingleCellExperiment |
Extract a character column into multiple columns using regular expression groups | extract extract.SingleCellExperiment |
Keep rows that match a condition | filter filter.SingleCellExperiment |
Printing tibbles | formatting print print.SingleCellExperiment |
Mutating joins | full_join full_join.SingleCellExperiment |
Create a new 'ggplot' from a 'tidySingleCellExperiment' | ggplot ggplot.SingleCellExperiment |
Get a glimpse of your data | glimpse glimpse.tidySingleCellExperiment |
Group by one or more variables | group_by group_by.SingleCellExperiment |
Split data frame by groups | group_split group_split.SingleCellExperiment |
Mutating joins | inner_join inner_join.SingleCellExperiment |
join_features | join_features join_features,SingleCellExperiment-method |
(DEPRECATED) Extract and join information for transcripts. | join_transcripts |
Mutating joins | left_join left_join.SingleCellExperiment |
Create, modify, and delete columns | mutate mutate.SingleCellExperiment |
Nest rows into a list-column of data frames | nest nest.SingleCellExperiment |
pbmc_small | pbmc_small |
Intercellular ligand-receptor interactions for 38 ligands from a single cell RNA-seq cluster. | pbmc_small_nested_interactions |
Pivot data from wide to long | pivot_longer pivot_longer.SingleCellExperiment |
Initiate a plotly visualization | plot_ly plot_ly.SingleCellExperiment |
Extract a single column | pull pull.SingleCellExperiment |
Rename columns | rename rename.SingleCellExperiment |
returns variables from an expression | return_arguments_of |
Mutating joins | right_join right_join.SingleCellExperiment |
Group input by rows | rowwise rowwise.SingleCellExperiment |
Sample n rows from a table | sample_frac sample_frac.SingleCellExperiment sample_n sample_n.SingleCellExperiment |
Keep or drop columns using their names and types | select select.SingleCellExperiment |
Separate a character column into multiple columns with a regular expression or numeric locations | separate separate.SingleCellExperiment |
Subset rows using their positions | slice slice.SingleCellExperiment slice_head slice_head.SingleCellExperiment slice_max slice_max.SingleCellExperiment slice_min slice_min.SingleCellExperiment slice_sample slice_sample.SingleCellExperiment slice_tail slice_tail.SingleCellExperiment |
Summarise each group down to one row | summarise summarise.SingleCellExperiment summarize summarize.SingleCellExperiment |
Format the header of a tibble | tbl_format_header tbl_format_header.tidySingleCellExperiment |
tidy for `SingleCellExperiment` | tidy tidy.SingleCellExperiment |
Unite multiple columns into one by pasting strings together | unite unite.SingleCellExperiment |
Unnest a list-column of data frames into rows and columns | unnest unnest.tidySingleCellExperiment_nested unnest_single_cell_experiment |