Package: scPassport
Title: Passport System for Single-Cell Objects
Version: 1.0.0
Authors@R: 
    person("Sedat", "Kacar",
           email = "sedatkacar56@gmail.com",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0671-8529"))
Description: 
    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.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 4.3)
Imports: shiny, miniUI, Rcpp, S4Vectors
LinkingTo: Rcpp
Suggests: Seurat, SingleCellExperiment, SummarizedExperiment, knitr,
        rmarkdown, testthat (>= 3.0.0)
biocViews: SingleCell, DataImport, Visualization, Infrastructure
VignetteBuilder: knitr
Config/testthat/edition: 3
BugReports: https://github.com/sedatkacar56/scPassport/issues
URL: https://github.com/sedatkacar56/scPassport
git_url: https://git.bioconductor.org/packages/scPassport
git_branch: RELEASE_3_23
git_last_commit: bc4afe6
git_last_commit_date: 2026-04-28
Repository: Bioconductor 3.23
Date/Publication: 2026-04-28
NeedsCompilation: yes
Packaged: 2026-04-29 00:32:17 UTC; biocbuild
Author: Sedat Kacar [aut, cre] (ORCID: <https://orcid.org/0000-0002-0671-8529>)
Maintainer: Sedat Kacar <sedatkacar56@gmail.com>
