Bioconductor Code: zellkonverter (original) (raw)

zellkonverter logo # zellkonverter [![Project Status](http://www.repostatus.org/badges/latest/active.svg)\](http://www.repostatus.org/#active) [![Lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-stable.svg)\](https://lifecycle.r-lib.org/articles/stages.html#stable) [![Codecov test coverage](https://codecov.io/gh/theislab/zellonverter/graph/badge.svg)\](https://app.codecov.io/gh/theislab/zellonverter) [![R-CMD-check-bioc](https://github.com/theislab/zellkonverter/actions/workflows/check-bioc.yml/badge.svg)\](https://github.com/theislab/zellkonverter/actions/workflows/check-bioc.yml) [![Bioc release status](http://www.bioconductor.org/shields/build/release/bioc/zellkonverter.svg)\](https://bioconductor.org/checkResults/release/bioc-LATEST/zellkonverter) [![Bioc devel status](http://www.bioconductor.org/shields/build/devel/bioc/zellkonverter.svg)\](https://bioconductor.org/checkResults/devel/bioc-LATEST/zellkonverter) [![Bioc downloads rank](https://bioconductor.org/shields/downloads/release/zellkonverter.svg)\](http://bioconductor.org/packages/stats/bioc/zellkonverter/) [![Bioc support](https://bioconductor.org/shields/posts/zellkonverter.svg)\](https://support.bioconductor.org/tag/zellkonverter) [![Bioc history](https://bioconductor.org/shields/years-in-bioc/zellkonverter.svg)\](https://bioconductor.org/packages/release/bioc/html/zellkonverter.html#since) [![Bioc last commit](https://bioconductor.org/shields/lastcommit/devel/bioc/zellkonverter.svg)\](http://bioconductor.org/checkResults/devel/bioc-LATEST/zellkonverter/) [![Bioc dependencies](https://bioconductor.org/shields/dependencies/release/zellkonverter.svg)\](https://bioconductor.org/packages/release/bioc/html/zellkonverter.html#since) **zellkonverter** is a small package for converting between SingleCellExperiment objects and alternative objects for storing single-cell RNA-sequencing data (such as AnnData). It is built on top of the [**basilisk**][basilisk] package. For documentation see please refer to [Bioconductor][bioc]. Development documentation is also available on [Bioconductor devel][bioc-devel] or the [pkgdown site][pkgdown]. ## Installation **zellkonverter** can be installed from Bioconductor using the **BiocManager** package: ```r if (!requireNamespace("BiocManager", quietly=TRUE)) { install.packages("BiocManager") } BiocManager::install("zellkonverter") ``` ## Build status | Source | Checks | Updated | |:----------------:|:----------------:|:------------:| | [Bioc release](http://bioconductor.org/packages/release/bioc/html/zellkonverter.html) | [![Bioc release status](http://www.bioconductor.org/shields/build/release/bioc/zellkonverter.svg)\](https://bioconductor.org/checkResults/release/bioc-LATEST/zellkonverter) | ![](http://bioconductor.org/shields/lastcommit/release/bioc/zellkonverter.svg) | | [Bioc devel](http://bioconductor.org/packages/devel/bioc/html/zellkonverter.html) | [![Bioc devel status](http://www.bioconductor.org/shields/build/devel/bioc/zellkonverter.svg)\](https://bioconductor.org/checkResults/devel/bioc-LATEST/zellkonverter) | ![](http://bioconductor.org/shields/lastcommit/devel/bioc/zellkonverter.svg) | | [GitHub actions](https://github.com/theislab/zellkonverter/actions) | [![R-CMD-check-bioc](https://github.com/theislab/zellkonverter/actions/workflows/check-bioc.yml/badge.svg)\](https://github.com/theislab/zellkonverter/actions) | ![GitHub last commit](https://img.shields.io/github/last-commit/theislab/zellkonverter) | ## Code of Conduct Please note that the **zellkonverter** project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE\_OF\_CONDUCT.html). By contributing to this project, you agree to abide by its terms. ## Contributors Made with [contributors-img](https://contrib.rocks). [basilisk]: https://www.bioconductor.org/packages/basilisk/ "basilisk on Bioconductor" [bioc]: https://bioconductor.org/packages/zellkonverter/ "zellkonverter on Bioconductor" [bioc-devel]: https://bioconductor.org/packages/devel/bioc/html/zellkonverter.html "zellkonverter on Bioconductor devel" [pkgdown]: https://theislab.github.io/zellkonverter/ "zellkonverter pkgdown site"