Package: zellkonverter
Title: Conversion Between scRNA-seq Objects
Version: 1.21.0
Date: 2025-10-30
Authors@R: c(
    person("Luke", "Zappia", , "luke@lazappi.id.au", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7744-8565", github = "lazappi")),
    person("Aaron", "Lun", , "infinite.monkeys.with.keyboards@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-3564-4813", github = "LTLA")),
    person("Jack", "Kamm", , "jackkamm@gmail.com", role = "ctb",
           comment = c(ORCID = "0000-0003-2412-756X", github = "jackkamm")),
    person("Robrecht", "Cannoodt", , "rcannood@gmail.com", role = "ctb",
           comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")),
    person("Gabriel", "Hoffman", , "gabriel.hoffman@mssm.edu", role = "ctb",
           comment = c(ORCID = "0000-0002-0957-0224", github = "GabrielHoffman")),
    person("Marek", "Cmero", , "cmero.ma@wehi.edu.au", role = "ctb",
           comment = c(ORCID = "0000-0001-7783-5530", github = "mcmero"))
  )
Description: Provides methods to convert between Python AnnData objects
    and SingleCellExperiment objects. These are primarily intended for use
    by downstream Bioconductor packages that wrap Python methods for
    single-cell data analysis. It also includes functions to read and
    write H5AD files used for saving AnnData objects to disk.
License: MIT + file LICENSE
URL: https://github.com/theislab/zellkonverter
BugReports: https://github.com/theislab/zellkonverter/issues
Imports: 
    basilisk,
    cli,
    DelayedArray,
    Matrix,
    methods,
    reticulate,
    S4Vectors,
    SingleCellExperiment (>= 1.11.6),
    SparseArray,
    SummarizedExperiment,
    utils
Suggests:
    anndata,
    BiocFileCache,
    BiocStyle,
    covr,
    HDF5Array,
    knitr,
    pkgload,
    rhdf5 (>= 2.45.1),
    rmarkdown,
    scRNAseq,
    SpatialExperiment,
    spelling,
    testthat,
    withr
VignetteBuilder: 
    knitr
biocViews: SingleCell, DataImport, DataRepresentation
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
StagedInstall: no
Collate: 
    'AnnData2SCE.R'
    'SCE2AnnData.R'
    'ui.R'
    'basilisk.R'
    'read.R'
    'reticulate.R'
    'utils.R'
    'validation.R'
    'write.R'
    'zellkonverter-package.R'
git_url: https://git.bioconductor.org/packages/zellkonverter
git_branch: devel
git_last_commit: 38b921d
git_last_commit_date: 2025-11-01
Repository: Bioconductor 3.23
