summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mrmix/package.py
blob: 59adb33e2b934bd2e40770d7c1c11d8786e2e72a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class RMrmix(RPackage):
    """Mendelian Randomization Analysis Using Mixture Models (MRMix).

    This package gives robust estimation of causal effects by conducting
    Mendelian randomization analysis using a mixture model approach."""

    homepage = "https://github.com/gqi/MRMix"
    git = "https://github.com/gqi/MRMix"

    version("0.1.0", commit="56afdb2bc96760842405396f5d3f02e60e305039")