https://github.com/cran/MADPop
Raw File
Tip revision: be291479202d9ca826914b9bf0fe0b8efa26e6c3 authored by Martin Lysy on 22 August 2022, 08:20:12 UTC
version 1.1.4
Tip revision: be29147
DESCRIPTION
Type: Package
Package: MADPop
Title: MHC Allele-Based Differencing Between Populations
Version: 1.1.4
Date: 2022-08-12
Authors@R: 
    c(person(given = "Martin",
             family = "Lysy",
             role = c("cre", "aut"),
             email = "mlysy@uwaterloo.ca"),
      person(given = "Peter W.J.",
             family = "Kim",
             role = "aut"),
      person(given = "Terin",
             family = "Robinson",
             role = "ctb"))
Description: Tools for the analysis of population differences
    using the Major Histocompatibility Complex (MHC) genotypes of samples
    having a variable number of alleles (1-4) recorded for each
    individual.  A hierarchical Dirichlet-Multinomial model on the
    genotype counts is used to pool small samples from multiple
    populations for pairwise tests of equality.  Bayesian inference is
    implemented via the 'rstan' package.  Bootstrapped and posterior
    p-values are provided for chi-squared and likelihood ratio tests of
    equal genotype probabilities.
URL: https://github.com/mlysy/MADPop
BugReports: https://github.com/mlysy/MADPop/issues
License: GPL-3
Depends: R (>= 3.4.0), rstan (>= 2.18.1)
Imports: methods, Rcpp (>= 0.12.0), stats
Suggests: knitr, rmarkdown, testthat
LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0),
        rstan (>= 2.18.1), StanHeaders (>= 2.18.0)
VignetteBuilder: knitr
SystemRequirements: GNU make
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2022-08-19 17:51:58 UTC; mlysy
Author: Martin Lysy [cre, aut],
  Peter W.J. Kim [aut],
  Terin Robinson [ctb]
Maintainer: Martin Lysy <mlysy@uwaterloo.ca>
Repository: CRAN
Date/Publication: 2022-08-22 09:20:12 UTC
back to top