:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'r-saige' .. highlight: bash r-saige ======= .. conda:recipe:: r-saige :replaces_section_title: :noindex: SAIGE is an R package with Scalable and Accurate Implementation of Generalized mixed model \(Chen\, H. et al. 2016\) :homepage: https://github.com/saigegit/SAIGE :license: GPL3 / GPL-3.0-only :recipe: /`r-saige `_/`meta.yaml `_ SAIGE is an R package with Scalable and Accurate Implementation of Generalized mixed model \(Chen\, H. et al. 2016\). It accounts for sample relatedness and is feasible for genetic association tests in large cohorts and biobanks \(N \> 400000\). .. conda:package:: r-saige |downloads_r-saige| |docker_r-saige| :versions: .. raw:: html
1.3.1-01.2.0-01.1.9-31.1.9-21.1.9-11.1.9-01.1.8-00.45.0-50.45.0-4 ``1.3.1-0``,  ``1.2.0-0``,  ``1.1.9-3``,  ``1.1.9-2``,  ``1.1.9-1``,  ``1.1.9-0``,  ``1.1.8-0``,  ``0.45.0-5``,  ``0.45.0-4``,  ``0.45.0-3``,  ``0.45.0-2``,  ``0.45.0-0``,  ``0.44.6.5-3``,  ``0.44.6.5-2``,  ``0.44.6.5-1``,  ``0.44.6.5-0``,  ``0.44.6.2-0``,  ``0.44.6.1-0``,  ``0.44.6-0``,  ``0.44.5-1``,  ``0.44.5-0``,  ``0.44.2-0``,  ``0.44.1-0``,  ``0.44.0-0``,  ``0.43.3-0``,  ``0.43.0-0``,  ``0.42.1-1``,  ``0.42.1-0``,  ``0.42.0-1``,  ``0.42.0-0``,  ``0.39.0-1``,  ``0.39.0-0``,  ``0.35.8.8-2``,  ``0.35.8.8-1``,  ``0.35.8.8-0`` .. raw:: html
:depends boost-cpp: ``>=1.78.0,<1.78.1.0a0`` :depends libblas: ``>=3.9.0,<4.0a0`` :depends libgcc-ng: ``>=12`` :depends liblapack: ``>=3.9.0,<4.0a0`` :depends libstdcxx-ng: ``>=12`` :depends libzlib: ``>=1.2.13,<1.3.0a0`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-data.table: :depends r-dbplyr: :depends r-dplyr: :depends r-matrix: :depends r-optparse: :depends r-rcpp: :depends r-rcpparmadillo: :depends r-rcppeigen: :depends r-rcppparallel: :depends r-rhpcblasctl: :depends r-rsqlite: :depends r-skat: :depends r-spatest: :depends savvy: :depends zstd: ``>=1.5.5,<1.6.0a0`` :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install r-saige and update with:: mamba update r-saige To create a new environment, run:: mamba create --name myenvname r-saige with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/r-saige: (see `r-saige/tags`_ for valid values for ````) .. |downloads_r-saige| image:: https://img.shields.io/conda/dn/bioconda/r-saige.svg?style=flat :target: https://anaconda.org/bioconda/r-saige :alt: (downloads) .. |docker_r-saige| image:: https://quay.io/repository/biocontainers/r-saige/status :target: https://quay.io/repository/biocontainers/r-saige .. _`r-saige/tags`: https://quay.io/repository/biocontainers/r-saige?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/r-saige/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/r-saige/README.html