|
| 1 | +:orphan: .. only available via index, not via toctree |
| 2 | + |
| 3 | +.. title:: Package Recipe 'bioconductor-anndatar' |
| 4 | +.. highlight: bash |
| 5 | +
|
| 6 | +bioconductor-anndatar |
| 7 | +===================== |
| 8 | + |
| 9 | +.. conda:recipe:: bioconductor-anndatar |
| 10 | + :replaces_section_title: |
| 11 | + :noindex: |
| 12 | + |
| 13 | + AnnData interoperability in R |
| 14 | + |
| 15 | + :homepage: https://bioconductor.org/packages/3.22/bioc/html/anndataR.html |
| 16 | + :license: MIT + file LICENSE |
| 17 | + :recipe: /`bioconductor-anndatar <https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bioconductor-anndatar>`_/`meta.yaml <https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bioconductor-anndatar/meta.yaml>`_ |
| 18 | + |
| 19 | + Bring the power and flexibility of AnnData to the R ecosystem\, allowing you to effortlessly manipulate and analyse your single\-cell data. This package lets you work with backed h5ad and zarr files\, directly access various slots \(e.g. X\, obs\, var\)\, or convert the data into SingleCellExperiment and Seurat objects. |
| 20 | + |
| 21 | + |
| 22 | +.. conda:package:: bioconductor-anndatar |
| 23 | +
|
| 24 | + |downloads_bioconductor-anndatar| |docker_bioconductor-anndatar| |
| 25 | + |
| 26 | + :versions: |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + ``1.0.0-0`` |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + :depends r-base: ``>=4.5,<4.6.0a0`` |
| 36 | + :depends r-cli: |
| 37 | + :depends r-lifecycle: |
| 38 | + :depends r-matrix: |
| 39 | + :depends r-purrr: |
| 40 | + :depends r-r6: ``>=2.4.0`` |
| 41 | + :depends r-reticulate: ``>=1.41.1`` |
| 42 | + :depends r-rlang: |
| 43 | + :requirements: |
| 44 | + |
| 45 | + :additional platforms: |
| 46 | + |
| 47 | + |
| 48 | + .. rubric:: Installation |
| 49 | + |
| 50 | + You need a conda-compatible package manager |
| 51 | + (currently either `micromamba <https://mamba.readthedocs.io>`_, `mamba <https://mamba.readthedocs.io>`_, or `conda <https://docs.conda.io/projects/conda>`_) |
| 52 | + and the Bioconda channel already activated (see :ref:`set-up-channels`). |
| 53 | + |
| 54 | + While any of above package managers is fine, it is currently recommended to use either |
| 55 | + micromamba or mamba (see `here <https://mamba.readthedocs.io>`_ for installation instructions). |
| 56 | + We will show all commands using mamba below, but the arguments are the same for the two |
| 57 | + others. |
| 58 | + |
| 59 | + Given that you already have a conda environment in which you want to have this package, install with:: |
| 60 | + |
| 61 | + mamba install bioconductor-anndatar |
| 62 | + |
| 63 | + and update with:: |
| 64 | + |
| 65 | + mamba update bioconductor-anndatar |
| 66 | + |
| 67 | + To create a new environment, run:: |
| 68 | + |
| 69 | + mamba create --name myenvname bioconductor-anndatar |
| 70 | + |
| 71 | + with ``myenvname`` being a reasonable name for the environment |
| 72 | + (see e.g. the `mamba docs <https://mamba.readthedocs.io>`_ for details and further options). |
| 73 | + |
| 74 | + Alternatively, use the docker container:: |
| 75 | + |
| 76 | + docker pull quay.io/biocontainers/bioconductor-anndatar:<tag> |
| 77 | + |
| 78 | + (see `bioconductor-anndatar/tags`_ for valid values for ``<tag>``) |
| 79 | + |
| 80 | + |
| 81 | +.. |downloads_bioconductor-anndatar| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-anndatar.svg?style=flat |
| 82 | + :target: https://anaconda.org/bioconda/bioconductor-anndatar |
| 83 | + :alt: (downloads) |
| 84 | +.. |docker_bioconductor-anndatar| image:: https://quay.io/repository/biocontainers/bioconductor-anndatar/status |
| 85 | + :target: https://quay.io/repository/biocontainers/bioconductor-anndatar |
| 86 | +.. _`bioconductor-anndatar/tags`: https://quay.io/repository/biocontainers/bioconductor-anndatar?tab=tags |
| 87 | + |
| 88 | + |
| 89 | +.. raw:: html |
| 90 | + |
| 91 | + <script> |
| 92 | + var package = "bioconductor-anndatar"; |
| 93 | + var versions = ["1.0.0"]; |
| 94 | + </script> |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | +Download stats |
| 102 | +----------------- |
| 103 | + |
| 104 | +.. raw:: html |
| 105 | + :file: ../../templates/package_dashboard.html |
| 106 | + |
| 107 | +Link to this page |
| 108 | +----------------- |
| 109 | + |
| 110 | +Render an |install-with-bioconda| badge with the following MarkDown:: |
| 111 | + |
| 112 | + [](http://bioconda.github.io/recipes/bioconductor-anndatar/README.html) |
| 113 | + |
| 114 | +.. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat |
| 115 | + :target: http://bioconda.github.io/recipes/bioconductor-anndatar/README.html |
0 commit comments