diff --git a/DESCRIPTION b/DESCRIPTION index 1cf976f..bb1177c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,12 +2,11 @@ Package: rBAPS Title: Bayesian Analysis of Population Structure Version: 0.0.0.9000 Authors@R: - person(given = "First", - family = "Last", + person(given = "Waldir", + family = "Leoncio", role = c("aut", "cre"), - email = "first.last@example.com", - comment = c(ORCID = "YOUR-ORCID-ID")) -Description: Bayesian statistical methods for the estimation of hidden genetic structure of populations have gained considerable popularity in the recent years. Utilizing molecular marker data, Bayesian mixture models attempt to identify a hidden population structure by clustering individuals into genetically divergent groups, whereas admixture models target at separating the ancestral sources of the alleles observed in different individuals. rBAPS provides a computationally efficient method for the identification of admixture events in the population history. It is based on the BAPS software available at . + email = "w.l.netto@medisin.uio.no") +Description: Partial R implementation of the BAPS software (Corander and Marttinen 2006 ; Corander and Tang 2007 ; Corander et al. 2008a ; Corander et al. 2008b ; Tang et al. 2009 ; Cheng et al. 2011 , available at ), provides a computationally-efficient method for the identification of admixture events in genetic population history. License: GPL-3 Encoding: UTF-8 LazyData: true