forked from mayoverse/kinship2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
29 lines (29 loc) · 1.06 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
import(Matrix)
import(quadprog)
import(knitr)
importFrom("graphics", "frame", "legend", "lines", "par", "plot",
"plot.new", "plot.window", "points", "polygon", "segments",
"strheight", "strwidth", "text")
importFrom("methods", "as")
importFrom("stats", "runif")
export(align.pedigree, familycheck, kinship, kindepth, kinship.default)
export(makefamid, makekinship, pedigree, autohint)
export(pedigree.legend)
export(ibdMatrix)
export(plot.pedigree, print.pedigree, as.data.frame.pedigree)
export(pedigree.shrink, pedigree.trim, pedigree.unrelated, bitSize)
export(print.pedigree.shrink, plot.pedigree.shrink) #, dim.pedigree)
export(findUnavailable, findAvailNonInform, findAvailAffected)
export(fixParents, legendPlot)
S3method(plot, pedigree)
S3method(kinship, pedigree)
S3method(kinship, default)
S3method(kinship, pedigreeList)
S3method(print, pedigree)
S3method(print, pedigreeList)
S3method(print, pedigree.shrink)
S3method(plot, pedigree.shrink)
S3method(as.data.frame, pedigree)
S3method('[', pedigreeList)
S3method('[', pedigree)
#S3method(dim, pedigree)