:orphan: .. only available via index, not via toctree .. title:: Package Recipe 't1dgrs2' .. highlight: bash t1dgrs2 ======= .. conda:recipe:: t1dgrs2 :replaces_section_title: :noindex: Generate a Type 1 Diabetes Genetic Risk Score \(T1D GRS\) that accounts for interactions between HLA DR\-DQ risk haplotypes. :homepage: https://github.com/t2diabetesgenes/t1dgrs2 :license: GPL / GPLv3 :recipe: /`t1dgrs2 `_/`meta.yaml `_ An improved T1D GRS \(by Sharp et al.\, 2019\) that incorporates both non\-HLA and HLA risk components in discriminating between cases and controls\, by accounting for interactions between HLA DR\-DQ haplotype combinations. This uses 67 T1D\-associated variants in either GRCh37 or GRCh38 to perform both a linear scoring of the genetic risk\, with the added HLA DR\-DQ interaction effect for the final GRS. This Python package can be used on both imputed genotyping array and next generation sequencing \(e.g.\, whole genome sequencing\) input datasets\, but will require quality control procedures to be applied beforehand. Required\: PLINK 1.9 fileset \(.bed\, .bim\, .fam\). Please download all configuration files under the \'data\' directory from the \[Github page\]\(https\:\/\/github.com\/t2diabetesgenes\/t1dgrs2\) and adjust paths in \'t1dgrs2\_setttings.yml\' accordingly. \#\#\# Authors \* Diane P Fraser \(\[email\]\(mailto\:d.p.fraser\@exeter.ac.uk\)\) \* Seth A Sharp \(\[email\]\(mailto\:ssharp\@stanford.edu\)\) \* Ankit M Arni \(\[email\]\(mailto\:a.m.arni\@exeter.ac.uk\)\) \* Richard A Oram \(\[email\]\(mailto\:r.oram\@exeter.ac.uk\)\) \* Michael N Weedon \(\[email\]\(mailto\:m.n.weedon\@exeter.ac.uk\)\) \* Kashyap A Patel \(\[email\]\(mailto\:k.a.patel\@exeter.ac.uk\)\) \#\#\# References 1. Oram RA\, Patel K\, Hill A\, et al. \(2016\) A Type 1 Diabetes Genetic Risk Score Can Aid Discrimination Between Type 1 and Type 2 Diabetes in Young Adults. Diabetes Care 39\(3\)\: 337\-344. \[10.2337\/dc15\-1111\]\(https\:\/\/doi.org\/10.2337\/dc15\-1111\). 2. Patel KA\, Oram RA\, Flanagan SE\, et al. \(2016\) Type 1 Diabetes Genetic Risk Score\: A Novel Tool to Discriminate Monogenic and Type 1 Diabetes. Diabetes 65\(7\)\: 2094\-2099. \[10.2337\/db15\-1690\]\(https\:\/\/doi.org\/10.2337\/db15\-1690\). 3. Sharp SA\, Rich SS\, Wood AR\, et al. \(2019\) Development and Standardization of an Improved Type 1 Diabetes Genetic Risk Score for Use in Newborn Screening and Incident Diagnosis. Diabetes Care 42\(2\)\: 200\-207. \[10.2337\/dc18\-1785\]\(https\:\/\/doi.org\/10.2337\/dc18\-1785\). .. conda:package:: t1dgrs2 |downloads_t1dgrs2| |docker_t1dgrs2| :versions: ``0.1.2-0``,  ``0.1.1-0``,  ``0.1.0-0`` :depends numpy: ``1.24.*`` :depends pandas: ``1.5.*`` :depends plink: :depends python: ``>=3.11`` :depends pyyaml: ``6.0.*`` :depends scipy: ``1.10.*`` :depends setuptools: ``67.6.*`` :depends wheel: ``0.40.*`` :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 t1dgrs2 and update with:: mamba update t1dgrs2 To create a new environment, run:: mamba create --name myenvname t1dgrs2 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/t1dgrs2: (see `t1dgrs2/tags`_ for valid values for ````) .. |downloads_t1dgrs2| image:: https://img.shields.io/conda/dn/bioconda/t1dgrs2.svg?style=flat :target: https://anaconda.org/bioconda/t1dgrs2 :alt: (downloads) .. |docker_t1dgrs2| image:: https://quay.io/repository/biocontainers/t1dgrs2/status :target: https://quay.io/repository/biocontainers/t1dgrs2 .. _`t1dgrs2/tags`: https://quay.io/repository/biocontainers/t1dgrs2?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/t1dgrs2/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/t1dgrs2/README.html