-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
97 lines (96 loc) · 2.56 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
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
89
90
91
92
93
94
95
96
97
# Generated by roxygen2: do not edit by hand
export(extract_haplotype)
export(farming_with_GAPIT)
export(generate_BLUE)
export(generate_BLUP)
export(read_file)
export(search_genes)
importFrom(EMMREML,emmreml)
importFrom(LDheatmap,LDheatmap)
importFrom(MASS,ginv)
importFrom(ape,as.phylo)
importFrom(bigmemory,deepcopy)
importFrom(bigmemory,is.big.matrix)
importFrom(compiler,cmpfun)
importFrom(data.table,as.data.table)
importFrom(foreach,"%dopar%")
importFrom(grDevices,cm.colors)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,heat.colors)
importFrom(grDevices,jpeg)
importFrom(grDevices,palette)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(grDevices,tiff)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,curve)
importFrom(graphics,dotchart)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,pie)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(grid,gPath)
importFrom(grid,gpar)
importFrom(grid,grid.edit)
importFrom(lme4,lmer)
importFrom(lme4,lmerControl)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(plotly,add_lines)
importFrom(plotly,add_trace)
importFrom(plotly,plot_ly)
importFrom(scatterplot3d,scatterplot3d)
importFrom(stats,as.dendrogram)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,ecdf)
importFrom(stats,formula)
importFrom(stats,hatvalues)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,lsfit)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,pt)
importFrom(stats,qbeta)
importFrom(stats,qqplot)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,memory.limit)
importFrom(utils,memory.size)
importFrom(utils,object.size)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)