Seqtometry
Signature scoring for single cell analysis
Bioconductor version: 3.23 · Package version: 1.0.1
This package provides functions used in Seqtometry (Kousnetsov et al. 2024), a method for analyzing single cell (scRNA-seq or scATAC-seq) data via signature (gene set) enrichment scores. The Seqtometry scores may be useful for annotating or characterizing cells, either in a flow cytometry like workflow (where scores are standalone features used for progressive partitoning as described in the Seqtometry publication) or in a cluster-based workflow (as features of clusters). The exported impute function (a port of Python's MAGIC-impute, van Dijk et al. 2018), may also be useful for single cell analysis on its own.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Seqtometry") Details
| Maintainer | Robert Kousnetsov <robert.kousnetsov@health.slu.edu> |
| Author | Robert Kousnetsov [aut, cre], Daniel Hawiger [cph, fnd] |
| License | MIT + file LICENSE |
| URL | https://github.com/HawigerLab/Seqtometry |
| Bug Reports | https://github.com/HawigerLab/Seqtometry/issues |
| Downloads rank | 50 |
| Source branch | RELEASE_3_23 |
| biocViews | GeneExpression, GeneSetEnrichment, SingleCell, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: BiocSingular, checkmate, data.table, DelayedMatrixStats, future.apply, Matrix, MatrixGenerics, purrr, Rcpp, RcppHNSW, RSpectra, sparseMatrixStats, zeallot
LinkingTo: Rcpp, RcppArmadillo
Suggests: BiocStyle, box, dplyr, future, ggplot2, harmony, knitr, MASS, patchwork, rmarkdown, scater, scuttle, SingleCellExperiment, stringr, TENxPBMCData, testthat (>= 3.0.0), tibble