-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
62 lines (61 loc) · 1.34 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated by roxygen2: do not edit by hand
export(CalcBYprobs)
export(CalcMaxMismatch)
export(CalcOHLLR)
export(CalcPairLL)
export(CalcRped)
export(CheckGeno)
export(ComparePairs)
export(DyadCompare)
export(ErrToM)
export(EstConf)
export(EstEr)
export(FindFamilies)
export(GenoConvert)
export(GetAncestors)
export(GetDescendants)
export(GetLLRAge)
export(GetMaybeRel)
export(GetRelM)
export(LHConvert)
export(MakeAgePrior)
export(MkGenoErrors)
export(PedCompare)
export(PedPolish)
export(PedStripFID)
export(PlotAgePrior)
export(PlotPairLL)
export(PlotPedComp)
export(PlotRelPairs)
export(PlotSeqSum)
export(SimGeno)
export(SnpStats)
export(SummarySeq)
export(getAssignCat)
export(getGenerations)
export(sequoia)
export(writeColumns)
export(writeSeq)
importFrom(grDevices,hcl)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(plyr,adply)
importFrom(stats,na.exclude)
importFrom(stats,optim)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,setNames)
useDynLib(sequoia, .registration = TRUE)