- Home
- Bioconductor 3.16
- Software Packages
- zellkonverter
zellkonverter
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see zellkonverter.
Conversion Between scRNA-seq Objects
Bioconductor version: 3.16
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.
Author: Luke Zappia [aut, cre] , Aaron Lun [aut]
Maintainer: Luke Zappia <luke at lazappi.id.au>
citation("zellkonverter")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("zellkonverter")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("zellkonverter")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.