anndataR - AnnData interoperability in R
Bring the power and flexibility of AnnData to the R ecosystem, allowing you to effortlessly manipulate and analyse your single-cell data. This package lets you work with backed h5ad and zarr files, directly access various slots (e.g. X, obs, var), or convert the data into SingleCellExperiment and Seurat objects.
Last updated
singlecelldataimportdatarepresentationanndatah5adinteroperability
11.52 score 189 stars 3 dependents 319 scriptsanndata - 'anndata' for R (Superseded)
A 'reticulate' wrapper for the Python package 'anndata'. Provides a scalable way of keeping track of data and learned annotations. Used to read from and write to the h5ad file format. This package is superseded by 'anndataR' <https://anndataR.scverse.org>, which provides native R backends for the 'AnnData' data structure, along with conversion to/from 'SingleCellExperiment' and 'Seurat' objects.
Last updated
9.58 score 53 stars 4 dependents 1.2k scripts 3.3k downloadsprincurve - Fit a Principal Curve in Arbitrary Dimension
Fitting a principal curve to a data matrix in arbitrary dimensions. Hastie and Stuetzle (1989) <doi:10.2307/2289936>.
Last updated
cpp
8.93 score 45 stars 28 dependents 268 scripts 5.6k downloads
dyngen - A Multi-Modal Simulator for Spearheading Single-Cell Omics Analyses
A novel, multi-modal simulation engine for studying dynamic cellular processes at single-cell resolution. 'dyngen' is more flexible than current single-cell simulation engines. It allows better method development and benchmarking, thereby stimulating development and testing of novel computational methods. Cannoodt et al. (2021) <doi:10.1038/s41467-021-24152-2>.
Last updated
benchmarkingsingle-cellsingle-cell-analysissingle-cell-omics
8.05 score 80 stars 88 scripts 680 downloads
funkyheatmap - Generating Funky Heatmaps for Data Frames
Allows generating heatmap-like visualisations for data frames. Funky heatmaps can be fine-tuned by providing annotations of the columns and rows, which allows assigning multiple palettes or geometries or grouping rows and columns together in categories. Saelens et al. (2019) <doi:10.1038/s41587-019-0071-9>.
Last updated
7.95 score 199 stars 113 scripts 354 downloads
dynwrap - Representing and Inferring Single-Cell Trajectories
Provides functionality to infer trajectories from single-cell data, represent them into a common format, and adapt them. Other biological information can also be added, such as cellular grouping, RNA velocity and annotation. Saelens et al. (2019) <doi:10.1038/s41587-019-0071-9>.
Last updated
trajectory-inference
7.78 score 19 stars 200 scripts 883 downloadsGillespieSSA2 - Gillespie's Stochastic Simulation Algorithm for Impatient People
A fast, scalable, and versatile framework for simulating large systems with Gillespie's Stochastic Simulation Algorithm ('SSA'). This package is the spiritual successor to the 'GillespieSSA' package originally written by Mario Pineda-Krch. Benefits of this package include major speed improvements (>100x), easier to understand documentation, and many unit tests that try to ensure the package works as intended. Cannoodt and Saelens et al. (2021) <doi:10.1038/s41467-021-24152-2>.
Last updated
cpp
7.09 score 9 stars 1 dependents 92 scripts 364 downloadsdynutils - Common Functionality for the 'dynverse' Packages
Provides common functionality for the 'dynverse' packages. 'dynverse' is created to support the development, execution, and benchmarking of trajectory inference methods. For more information, check out <https://dynverse.org>.
Last updated
cpp
6.85 score 3 stars 7 dependents 112 scripts 781 downloadsbabelwhale - Talking to 'Docker' and 'Singularity' Containers
Provides a unified interface to interact with 'docker' and 'singularity' containers. You can execute a command inside a container, mount a volume or copy a file.
Last updated
5.16 score 24 stars 1 dependents 20 scripts 595 downloadsqsub - Running Commands Remotely on 'Gridengine' Clusters
Run lapply() calls in parallel by submitting them to 'gridengine' clusters using the 'qsub' command.
Last updated
5.12 score 9 stars 42 scripts 219 downloadslmds - Landmark Multi-Dimensional Scaling
A fast dimensionality reduction method scaleable to large numbers of samples. Landmark Multi-Dimensional Scaling (LMDS) is an extension of classical Torgerson MDS, but rather than calculating a complete distance matrix between all pairs of samples, only the distances between a set of landmarks and the samples are calculated.
Last updated
5.08 score 8 stars 2 dependents 10 scripts 476 downloadsdiffusionMap - Diffusion Map
Implements diffusion map method of data parametrization, including creation and visualization of diffusion map, clustering with diffusion K-means and regression using adaptive regression model. Richards (2009) <doi:10.1088/0004-637X/691/1/32>.
Last updated
4.91 score 6 stars 86 scripts 4.0k downloadsdyndimred - Dimensionality Reduction Methods in a Common Format
Provides a common interface for applying dimensionality reduction methods, such as Principal Component Analysis ('PCA'), Independent Component Analysis ('ICA'), diffusion maps, Locally-Linear Embedding ('LLE'), t-distributed Stochastic Neighbor Embedding ('t-SNE'), and Uniform Manifold Approximation and Projection ('UMAP'). Has built-in support for sparse matrices.
Last updated
4.41 score 8 stars 32 scripts 272 downloadsdynparam - Creating Meta-Information for Parameters
Provides tools for describing parameters of algorithms in an abstract way. Description can include an id, a description, a domain (range or list of values), and a default value. 'dynparam' can also convert parameter sets to a 'ParamHelpers' format, in order to be able to use 'dynparam' in conjunction with 'mlrMBO'.
Last updated
3.80 score 3 stars 1 dependents 14 scripts 517 downloadsincgraph - Incremental Graphlet Counting for Network Optimisation
An efficient and incremental approach for calculating the differences in orbit counts when performing single edge modifications in a network. Calculating the differences in orbit counts is much more efficient than recalculating all orbit counts from scratch for each time point.
Last updated
cpp
3.00 score 2 stars 6 scripts 219 downloads