-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (46 loc) · 1.19 KB
/
NAMESPACE
File metadata and controls
47 lines (46 loc) · 1.19 KB
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
47
# Generated by roxygen2: do not edit by hand
S3method("[",pedigree)
S3method("[",pedigreeList)
export(calculateConnections)
export(calculateCoordinates)
export(countOffspring)
export(countSiblings)
export(generateSpouseList)
export(getDefaultPlotConfig)
export(ggPedigree)
export(ggPedigreeInteractive)
export(ggPhenotypeByDegree)
export(ggRelatednessMatrix)
export(ggpedigree)
export(kinship2_plotPedigree)
export(pedigree)
export(plotPedigree)
import(ggplot2)
importFrom(BGmisc,checkParentIDs)
importFrom(BGmisc,ped2fam)
importFrom(BGmisc,ped2maternal)
importFrom(BGmisc,ped2paternal)
importFrom(BGmisc,recodeSex)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_all)
importFrom(dplyr,if_else)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice_min)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(utils,modifyList)