hammers
Utilities for scRNA-seq data analysis
Bioconductor version: 3.23 · Package version: 1.0.0
hammers is a utilities suite for scRNA-seq data analysis compatible with both Seurat and SingleCellExperiment. It provides simple tools to address tasks such as retrieving aggregate gene statistics, finding and removing rare genes, performing representation analysis, computing the center of mass for the expression of a gene of interest in low-dimensional space, and calculating silhouette and cluster-normalized silhouette.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("hammers") Details
| Maintainer | Andrei-Florian Stoica <andreistoica@foxmail.com> |
| Author | Andrei-Florian Stoica [aut, cre] (ORCID: <https://orcid.org/0000-0002-5253-0826>) |
| License | MIT + file LICENSE |
| URL | https://github.com/andrei-stoica26/hammers |
| Bug Reports | https://github.com/andrei-stoica26/hammers/issues |
| Downloads rank | 47 |
| Source branch | RELEASE_3_23 |
| biocViews | GeneExpression, MultipleComparison, SingleCell, Software, Visualization |
Documentation
Download
Dependencies
Imports: cluster, dplyr, ggplot2, ggrepel, grDevices, henna, LISTO, liver, rlang, scLang, stats, text2vec
Suggests: BiocStyle, knitr, qs2, rmarkdown, scater, scRNAseq, scuttle, testthat (>= 3.0.0), withr
Reverse dependencies
Imports Me (1): GSABenchmark