Package: zellkonverter
Title: Conversion Between scRNA-seq Objects
Version: 1.0.3
Date: 2021-03-08
Authors@R: 
    c(person(given = "Luke",
             family = "Zappia",
             role = c("aut", "cre"),
             email = "luke@lazappi.id.au",
             comment = c(ORCID = "0000-0001-7744-8565")),
      person(given = "Aaron",
             family = "Lun",
             role = c("aut"),
             email = "infinite.monkeys.with.keyboards@gmail.com",
             comment = c(ORCID = "0000-0002-3564-4813"))
    )
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. 
biocViews: SingleCell, DataImport, DataRepresentation
License: MIT + file LICENSE
Imports: Matrix, basilisk, reticulate, SingleCellExperiment (>=
        1.11.6), SummarizedExperiment, DelayedArray, methods,
        S4Vectors, utils
Suggests: covr, spelling, testthat, knitr, rmarkdown, BiocStyle,
        scRNAseq, HDF5Array, rhdf5
URL: https://github.com/theislab/zellkonverter
BugReports: https://github.com/theislab/zellkonverter/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Language: en-GB
StagedInstall: no
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/zellkonverter
git_branch: RELEASE_3_12
git_last_commit: e504d10
git_last_commit_date: 2021-03-08
Date/Publication: 2021-03-08
NeedsCompilation: no
Packaged: 2021-03-09 05:14:39 UTC; biocbuild
Author: Luke Zappia [aut, cre] (<https://orcid.org/0000-0001-7744-8565>),
  Aaron Lun [aut] (<https://orcid.org/0000-0002-3564-4813>)
Maintainer: Luke Zappia <luke@lazappi.id.au>
Built: R 4.0.4; ; 2021-03-09 15:39:34 UTC; windows
