recipe r-saige

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).

package r-saige

(downloads) docker_r-saige

versions:
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-01.2.0-01.1.9-31.1.9-21.1.9-11.1.9-01.1.8-00.45.0-50.45.0-40.45.0-30.45.0-20.45.0-00.44.6.5-30.44.6.5-20.44.6.5-10.44.6.5-00.44.6.2-00.44.6.1-00.44.6-00.44.5-10.44.5-00.44.2-00.44.1-00.44.0-00.43.3-00.43.0-00.42.1-10.42.1-00.42.0-10.42.0-00.39.0-10.39.0-00.35.8.8-20.35.8.8-10.35.8.8-0

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:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see 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:<tag>

(see `r-saige/tags`_ for valid values for ``<tag>``)

Download stats