Package: mappoly
Type: Package
Title: Genetic Linkage Maps in Autopolyploids
Version: 0.2.0
Authors@R: c(person(given = "Marcelo",
                    family = "Mollinari",
                    role = c("aut", "cre"),
                    email = "mmollin@ncsu.edu",
                    comment = c(ORCID="0000-0002-7001-8498")),
            person(given = "Gabriel",
                    family = "Gesteira",
                    role = "aut",
                    email = "gabrielgesteira@usp.br",
                    comment = c(ORCID="0000-0002-4106-7346")),
            person(given = "Guilhereme",
                    family = "Pereira",
                    role = "ctb",
                    comment = c(ORCID="0000-0002-7106-8630")),
            person(given = "Augusto",
                    family = "Garcia",
                    role = "ctb",
                    comment = c(ORCID="0000-0003-0634-3277")),
            person(given = "Zhao-Bang",
                    family = "Zeng",
                    role = "ctb",
                    comment = c(ORCID="0000-0002-3115-1149")),
            person(given = "Katharine",
                    family = "Preedy",
                    role = c("ctb", "cph"),
                    comment = "MDS ordering algorithm"),
            person(given = "Robert",
                   family = "Gentleman",
                    role = "cph",
                    comment = "C code for MLE optimization in src/pairwise_estimation.cpp"),
            person(given = "Ross",
                    family = "Ihaka",
                     role = "cph",
                    comment = "C code for MLE optimization in src/pairwise_estimation.cpp"),
            person(given = "R Foundation",
                    role = "cph",
                    comment = "C code for MLE optimization in src/pairwise_estimation.cpp"),
            person(given = "R-core",
                    role = "cph",
                    comment = "C code for MLE optimization in src/pairwise_estimation.cpp"))
Maintainer: Marcelo Mollinari <mmollin@ncsu.edu>
Description: Construction of genetic maps in autopolyploid full-sib populations. 
             Uses pairwise recombination fraction estimation as the first 
             source of information to sequentially position allelic variants 
             in specific homologs. For situations where pairwise analysis has 
             limited power, the algorithm relies on the multilocus likelihood 
             obtained through a hidden Markov model (HMM). For more detail,
             please see  Mollinari and Garcia (2019) <doi:10.1534/g3.119.400378> 
             and Mollinari et al. (2020) <doi:10.1534/g3.119.400620>.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.5.0)
Imports: Rcpp (>= 0.12.6), RCurl, plotly, fields, ggpubr, ggsci,
        rstudioapi, plot3D, memuse, dplyr, crayon, cli, magrittr,
        reshape2, ggplot2, smacof, princurve, dendextend, vcfR
LinkingTo: Rcpp
RoxygenNote: 7.1.1
SystemRequirements: C++11
Encoding: UTF-8
Suggests: testthat, RColorBrewer, updog, covr, polymapR
URL: https://github.com/mmollina/MAPpoly
BugReports: https://github.com/mmollina/MAPpoly/issues
NeedsCompilation: yes
Packaged: 2020-10-04 22:38:05 UTC; marcelo
Author: Marcelo Mollinari [aut, cre] (<https://orcid.org/0000-0002-7001-8498>),
  Gabriel Gesteira [aut] (<https://orcid.org/0000-0002-4106-7346>),
  Guilhereme Pereira [ctb] (<https://orcid.org/0000-0002-7106-8630>),
  Augusto Garcia [ctb] (<https://orcid.org/0000-0003-0634-3277>),
  Zhao-Bang Zeng [ctb] (<https://orcid.org/0000-0002-3115-1149>),
  Katharine Preedy [ctb, cph] (MDS ordering algorithm),
  Robert Gentleman [cph] (C code for MLE optimization in
    src/pairwise_estimation.cpp),
  Ross Ihaka [cph] (C code for MLE optimization in
    src/pairwise_estimation.cpp),
  R Foundation [cph] (C code for MLE optimization in
    src/pairwise_estimation.cpp),
  R-core [cph] (C code for MLE optimization in
    src/pairwise_estimation.cpp)
Repository: CRAN
Date/Publication: 2020-10-10 10:00:05 UTC
