-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
88 lines (87 loc) · 1.98 KB
/
Copy pathNAMESPACE
File metadata and controls
88 lines (87 loc) · 1.98 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
export(SimPed)
export(addMaternalChain)
export(addMaternalLineFlag)
export(addParentalChain)
export(addParentalLineFlag)
export(addPaternalChain)
export(addPaternalLineFlag)
export(alignPhenToMatrix)
export(buildFamilyGroups)
export(buildOneFamilyGroup)
export(buildPedigreeModelCovariance)
export(buildPedigreeMx)
export(buildTreeGrid)
export(calcAllGens)
export(calcFamilySize)
export(calculateCIs)
export(calculateRelatedness)
export(checkIDs)
export(checkParentIDs)
export(checkPedigreeNetwork)
export(checkSex)
export(com2links)
export(comp2vech)
export(computeParentAdjacency)
export(createGenDataFrame)
export(determineSex)
export(dropLink)
export(findLeaves)
export(fitComponentModel)
export(fitPedigreeModel)
export(getGenDist)
export(getWikiTreeSummary)
export(identifyComponentModel)
export(inferRelatedness)
export(makeInbreeding)
export(makeTwins)
export(ped2add)
export(ped2addFocal)
export(ped2ce)
export(ped2cn)
export(ped2cnFocal)
export(ped2com)
export(ped2fam)
export(ped2focal)
export(ped2gen)
export(ped2genDist)
export(ped2genDistFocal)
export(ped2genFocal)
export(ped2graph)
export(ped2maternal)
export(ped2mit)
export(ped2mitFocal)
export(ped2paternal)
export(readGed)
export(readGedcom)
export(readWikifamilytree)
export(readgedcom)
export(recodeSex)
export(related_coef)
export(repairIDs)
export(repairSex)
export(simulatePedigree)
export(simulatePedigrees)
export(sliceFamilies)
export(summariseFamilies)
export(summariseMatrilines)
export(summarisePatrilines)
export(summarisePedigrees)
export(summarizeFamilies)
export(summarizeMatrilines)
export(summarizePatrilines)
export(summarizePedigrees)
export(traceTreePaths)
export(trimPedigree)
export(vech)
importFrom(Matrix,Diagonal)
importFrom(Matrix,sparseMatrix)
importFrom(data.table,as.data.table)
importFrom(igraph,V)
importFrom(igraph,distances)
importFrom(igraph,subcomponent)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,runif)
importFrom(stats,setNames)