:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'r-phewas' .. highlight: bash r-phewas ======== .. conda:recipe:: r-phewas :replaces_section_title: :noindex: Phenome Wide Association Studies \(PheWAS\) \- Functions to perform Phenome Wide Association Studies \(PheWAS\). These functions include the conversion of ICD9 codes to PheWAS codes \(v1.2\)\, statistical analysis\, and plotting. :homepage: https://github.com/PheWAS/PheWAS :license: GPL / GPL-3 :recipe: /`r-phewas `_/`meta.yaml `_ :links: doi: :doi:`10.1093/bioinformatics/btu197` .. conda:package:: r-phewas |downloads_r-phewas| |docker_r-phewas| :versions: .. raw:: html
0.99.6-00.12.1-80.12.1-70.12.1-60.12.1-50.12.1-40.12.1-30.12.1-20.12.1-1 ``0.99.6-0``,  ``0.12.1-8``,  ``0.12.1-7``,  ``0.12.1-6``,  ``0.12.1-5``,  ``0.12.1-4``,  ``0.12.1-3``,  ``0.12.1-2``,  ``0.12.1-1``,  ``0.12.1-0`` .. raw:: html
:depends libgcc-ng: ``>=12`` :depends libgfortran-ng: :depends libgfortran5: ``>=12.3.0`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-dplyr: :depends r-dt: :depends r-ggplot2: ``>=2.2.0`` :depends r-ggrepel: :depends r-lmtest: :depends r-logistf: :depends r-mass: :depends r-meta: :depends r-survival: :depends r-tidyr: :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-phewas and update with:: mamba update r-phewas To create a new environment, run:: mamba create --name myenvname r-phewas 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-phewas: (see `r-phewas/tags`_ for valid values for ````) .. |downloads_r-phewas| image:: https://img.shields.io/conda/dn/bioconda/r-phewas.svg?style=flat :target: https://anaconda.org/bioconda/r-phewas :alt: (downloads) .. |docker_r-phewas| image:: https://quay.io/repository/biocontainers/r-phewas/status :target: https://quay.io/repository/biocontainers/r-phewas .. _`r-phewas/tags`: https://quay.io/repository/biocontainers/r-phewas?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-phewas/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-phewas/README.html