https://github.com/cran/MADPop
Raw File
Tip revision: 3bd381da180f05e1297e9511caae8f076a50b88a authored by Martin Lysy on 08 November 2018, 15:00:03 UTC
version 1.1.2
Tip revision: 3bd381d
DESCRIPTION
Type: Package
Package: MADPop
Title: MHC Allele-Based Differencing Between Populations
Version: 1.1.2
Date: 2018-11-07
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.
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: 6.1.0
NeedsCompilation: yes
Packaged: 2018-11-07 18:27:34 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: 2018-11-08 16:00:03 UTC
back to top