MoleculeExperiment
Prioritising a molecule-level storage of Spatial Transcriptomics Data
Bioconductor version: 3.23 · Package version: 1.12.0
MoleculeExperiment contains functions to create and work with objects from the new MoleculeExperiment class. We introduce this class for analysing molecule-based spatial transcriptomics data (e.g., Xenium by 10X, Cosmx SMI by Nanostring, and Merscope by Vizgen). This allows researchers to analyse spatial transcriptomics data at the molecule level, and to have standardised data formats accross vendors.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MoleculeExperiment") Details
| Maintainer | Shila Ghazanfar <shazanfar@gmail.com> |
| Author | Bárbara Zita Peters Couto [aut], Nicholas Robertson [aut], Ellis Patrick [aut], Shila Ghazanfar [aut, cre] |
| License | MIT + file LICENSE |
| URL | https://github.com/SydneyBioX/MoleculeExperiment |
| Bug Reports | https://github.com/SydneyBioX/MoleculeExperiment/issues |
| Downloads rank | 221 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, DataRepresentation, Infrastructure, Software, Spatial, Transcriptomics |
Documentation
Download
Dependencies
Depends: R (>= 4.1.0)
Imports: SpatialExperiment, Matrix, purrr, data.table, dplyr (>= 1.1.1), magrittr, rjson, utils, methods, terra, ggplot2, rlang, cli, EBImage, rhdf5, BiocParallel, S4Vectors, stats
Suggests: knitr, BiocStyle, testthat (>= 3.0.0)