-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
42 lines (41 loc) · 858 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(SimPed)
export(allGens)
export(calculateRelatedness)
export(checkIDs)
export(checkSex)
export(comp2vech)
export(createGenDataFrame)
export(dropLink)
export(evenInsert)
export(famSizeCal)
export(fitComponentModel)
export(identifyComponentModel)
export(inferRelatedness)
export(makeInbreeding)
export(makeTwins)
export(ped2add)
export(ped2ce)
export(ped2cn)
export(ped2com)
export(ped2fam)
export(ped2graph)
export(ped2maternal)
export(ped2mit)
export(ped2paternal)
export(plotPedigree)
export(readGedcom)
export(recodeSex)
export(related_coef)
export(relatedness)
export(repairSex)
export(resample)
export(simulatePedigree)
export(summarizeFamilies)
export(summarizeMatrilines)
export(summarizePatrilines)
export(summarizePedigrees)
export(vech)
import(data.table)
import(kinship2)
importFrom(stats,runif)