Bioc2026 Registration Open!

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

MaintainerSedat Kacar <sedatkacar56@gmail.com>
AuthorSedat Kacar [aut, cre] (ORCID: <https://orcid.org/0000-0002-0671-8529>)
LicenseMIT + file LICENSE
URLhttps://github.com/sedatkacar56/scPassport
Bug Reportshttps://github.com/sedatkacar56/scPassport/issues
Downloads rank44
Source branchRELEASE_3_23
biocViewsDataImport, 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)