:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-cctutorial' .. highlight: bash bioconductor-cctutorial ======================= .. conda:recipe:: bioconductor-cctutorial :replaces_section_title: :noindex: Data package for ChIP\-chip tutorial :homepage: https://bioconductor.org/packages/3.18/data/experiment/html/ccTutorial.html :license: Artistic-2.0 :recipe: /`bioconductor-cctutorial `_/`meta.yaml `_ This is a data package that accompanies a ChIP\-chip tutorial\, which has been published in PLoS Computational Biology. The data and source code in this package allow the reader to completely reproduce the steps in the tutorial. .. conda:package:: bioconductor-cctutorial |downloads_bioconductor-cctutorial| |docker_bioconductor-cctutorial| :versions: .. raw:: html
1.40.0-01.38.0-01.36.0-01.32.0-11.32.0-01.30.0-01.28.0-11.28.0-01.26.0-0 ``1.40.0-0``,  ``1.38.0-0``,  ``1.36.0-0``,  ``1.32.0-1``,  ``1.32.0-0``,  ``1.30.0-0``,  ``1.28.0-1``,  ``1.28.0-0``,  ``1.26.0-0``,  ``1.24.0-0``,  ``1.22.0-1``,  ``1.20.0-0`` .. raw:: html
:depends on bioconductor-affy: ``>=1.80.0,<1.81.0`` :depends on bioconductor-biobase: ``>=2.62.0,<2.63.0`` :depends on bioconductor-data-packages: ``>=20231203`` :depends on bioconductor-ringo: ``>=1.66.0,<1.67.0`` :depends on bioconductor-topgo: ``>=2.54.0,<2.55.0`` :depends on curl: :depends on r-base: ``>=4.3,<4.4.0a0`` :additional platforms: Installation ------------ You need a conda-compatible package manager (currently either `pixi `__, `conda `__, or `micromamba `__) and the Bioconda channel already activated (see :ref:`bioconda_setup`). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda). Pixi """" With pixi_ installed and the Bioconda channel set up (see :ref:`bioconda_setup`), to install globally, run:: pixi global install bioconductor-cctutorial to add into an existing workspace instead, run:: pixi add bioconductor-cctutorial In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:: pixi workspace channel add conda-forge pixi workspace channel add bioconda Conda """"" With conda_ installed and the Bioconda channel set up (see :ref:`bioconda_setup`), to install into an existing and activated environment, run:: conda install bioconductor-cctutorial Alternatively, to install into a new environment, run:: conda create -n envname bioconductor-cctutorial with ``envname`` being the name of the desired environment. Container """"""""" Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:: docker pull quay.io/biocontainers/bioconductor-cctutorial: (see `bioconductor-cctutorial/tags`_ for valid values for ````). Integrated deployment """"""""""""""""""""" Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration. .. _conda: https://conda.io .. _pixi: https://pixi.sh .. |downloads_bioconductor-cctutorial| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-cctutorial.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-cctutorial :alt: (downloads) .. |docker_bioconductor-cctutorial| image:: https://quay.io/repository/biocontainers/bioconductor-cctutorial/status :target: https://quay.io/repository/biocontainers/bioconductor-cctutorial .. _`bioconductor-cctutorial/tags`: https://quay.io/repository/biocontainers/bioconductor-cctutorial?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bioconductor-cctutorial/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/bioconductor-cctutorial/README.html