-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.89 KB
/
DESCRIPTION
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
42
43
44
45
46
Package: AncestryPainterV2
Title: Visualization of Ancestry Makeup and Genetic Difference
Version: 0.1
Authors@R:
c(person(given = "Shuanghui",
family = "Chen",
role = c("aut", "cre", "trl", "com"),
email = "[email protected]",
comment = structure("0000-0002-0905-5492", .Names = "ORCID")),
person(given = "Qidi",
family = "Feng",
role = c("aut"),
email = "[email protected]",
comment = structure("YOUR-ORCID-ID", .Names = "ORCID")),
person(given = "Dongsheng",
family = "Lu",
role = c("aut"),
email = "[email protected]",
comment = structure("YOUR-ORCID-ID", .Names = "ORCID")),
person(given = "Yuwen",
family = "Pan",
role = c("aut"),
email = "[email protected]",
comment = structure("0000-0003-0342-4872", .Names = "ORCID")),
person(given = "Xiaohan",
family = "Zhao",
role = c("ctb", "com"),
email = "[email protected]",
comment = structure("YOUR-ORCID-ID", .Names = "ORCID")),
person(given = "Chang",
family = "Lei",
role = c("ctb", "com"),
email = "[email protected]",
comment = structure("0009-0001-5629-0700", .Names = "ORCID")),
person(given = "Shuhua",
family = "Xu",
role = c("fnd", "ths"),
email = "[email protected]",
comment = structure("0000-0002-1975-1002", .Names = "ORCID"))
)
Description: Based on a simple sector graphing function, this R package can be used to visualize the ancestry proprtion inferred by population genetics software(e.g.,ADMIXTURE) and genetic difference (e.g., FST).
Imports: graphics
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2