scPassport
Passport System for Single-Cell Objects
Bioconductor version: 3.23 · Package version: 1.0.0
Stamps Seurat, SingleCellExperiment, and SummarizedExperiment objects with a persistent metadata passport. For Seurat objects the passport is stored in the misc slot; for SingleCellExperiment and SummarizedExperiment objects it is stored in the metadata slot. Tracks animal info, experiment details, lineage (parent/child relationships), RDS registry numbers, processing logs, and custom fields. Includes an interactive Shiny gadget to fill and update the passport, and a read mode to print the full passport to console. The passport persists inside the RDS file with no external files needed.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scPassport") Details
| Maintainer | Sedat Kacar <sedatkacar56@gmail.com> |
| Author | Sedat Kacar [aut, cre] (ORCID: <https://orcid.org/0000-0002-0671-8529>) |
| License | MIT + file LICENSE |
| URL | https://github.com/sedatkacar56/scPassport |
| Bug Reports | https://github.com/sedatkacar56/scPassport/issues |
| Downloads rank | 44 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, Infrastructure, SingleCell, Software, Visualization |
Documentation
Download
Dependencies
Depends: R (>= 4.3)
Imports: shiny, miniUI, Rcpp, S4Vectors
LinkingTo: Rcpp
Suggests: Seurat, SingleCellExperiment, SummarizedExperiment, knitr, rmarkdown, testthat (>= 3.0.0)