-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathCITATION
43 lines (39 loc) · 2.06 KB
/
CITATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
vers <- paste("R package version", meta$Version)
umlaut <- iconv("\x9f", from = "MAC", to = "UTF-8") # paste0("u", "\u0308")
header <- paste("To cite poppr in publications or presentations, please specify poppr version", meta$Version, "and with the following citation:")
citHeader(header)
bibentry(bibtype = 'article',
title = "\\textit{Poppr}: an {R} package for genetic analysis of populations with clonal, partially clonal, and/or sexual reproduction.",
author = c(as.person("Zhian N. Kamvar"),
as.person("Javier F. Tabima"),
as.person(paste0("Niklaus J. Gr", umlaut, "nwald"))
),
year = "2014",
month = "3",
volume = "2",
pages = "e281",
keywords = "population genetics, clonality, genotypic diversity, index of association, Bruvo's distance, clone correction, minimum spanning networks, hierarchy, bootstrap, permutation",
key = "kamvar2014poppr",
issn = "2167-8359",
url = "https://doi.org/10.7717/peerj.281",
doi = "10.7717/peerj.281",
journal = "PeerJ",
textVersion = paste0("Kamvar ZN, Tabima JF, Grünwald NJ. (2014) Poppr: an R package for genetic analysis of populations with clonal, partially clonal, and/or sexual reproduction. PeerJ 2:e281. doi: 10.7717/peerj.281")
)
bibentry(bibtype = 'article',
title = "{Novel R tools for analysis of genome-wide population genetic data with emphasis on clonality}",
author = c(as.person("Zhian N. Kamvar"),
as.person("Jonah C. Brooks"),
as.person(paste0("Niklaus J. Gr", umlaut, "nwald"))
),
year = "2015",
month = "6",
volume = "6",
pages = "208",
keywords = "clonality, population genomics, bootstrap, index of association, hierarchical analysis, sliding window",
key = "kamvar2015novel",
url = "https://doi.org/10.3389/fgene.2015.00208",
doi = "10.3389/fgene.2015.00208",
journal = "Front. Genet.",
textVersion = paste0("Kamvar ZN, Brooks JC and Grünwald NJ (2015) Novel R tools for analysis of genome-wide population genetic data with emphasis on clonality. Front. Genet. 6:208. doi: 10.3389/fgene.2015.00208")
)