<img src="man/figures/zellkonverter.png" align="right" alt="zellkonverter logo" width="180" />
# zellkonverter
<!-- badges: start -->
[](http://www.repostatus.org/#active)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://app.codecov.io/gh/theislab/zellonverter)
[](https://github.com/theislab/zellkonverter/actions/workflows/check-bioc.yml)
[](https://bioconductor.org/checkResults/release/bioc-LATEST/zellkonverter)
[](https://bioconductor.org/checkResults/devel/bioc-LATEST/zellkonverter)
[](http://bioconductor.org/packages/stats/bioc/zellkonverter/)
[](https://support.bioconductor.org/tag/zellkonverter)
[](https://bioconductor.org/packages/release/bioc/html/zellkonverter.html#since)
[](http://bioconductor.org/checkResults/devel/bioc-LATEST/zellkonverter/)
[](https://bioconductor.org/packages/release/bioc/html/zellkonverter.html#since)
<!-- badges: end -->
**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) | [](https://bioconductor.org/checkResults/release/bioc-LATEST/zellkonverter) |  |
| [Bioc devel](http://bioconductor.org/packages/devel/bioc/html/zellkonverter.html) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/zellkonverter) |  |
| [GitHub actions](https://github.com/theislab/zellkonverter/actions) | [](https://github.com/theislab/zellkonverter/actions) |  |
## 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
<a href="https://github.com/theislab/zellkonverter/graphs/contributors">
<img src="https://contrib.rocks/image?repo=theislab/zellkonverter" />
</a>
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"