-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
109 lines (108 loc) · 2.44 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
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
export(abf.calc)
export(abf2snpmod)
export(addlines)
export(best.models)
export(best.snps)
export(calc.maxmin)
export(check.merge)
export(cond.best)
export(ess.read)
export(ess2snpmod)
export(expand.tags)
export(ggbed)
export(ggchr)
export(ggld)
export(ggsnp)
export(group.multi)
export(groups.merge)
export(guess.read)
export(guess.summ)
export(impute.missing)
export(makestr)
export(model.union)
export(overlap)
export(pattern.plot)
export(plot_diffuse)
export(plotsummary)
export(pp.nsnp)
export(qc)
export(read.ess)
export(read.snpmod)
export(run.bvs)
export(scalepos)
export(show.ld)
export(signal.plot)
export(snp.picker)
export(snpin)
export(snpmatrix.combine)
export(snpprior)
export(snps)
export(tag)
export(taggedby)
export(tags)
export(tagsof)
export(textvenn)
export(union)
exportClasses(groups)
exportClasses(ppnsnp)
exportClasses(snpmod)
exportMethods("[[")
exportMethods(plot)
exportMethods(qc)
exportMethods(show)
exportMethods(summary)
import(Matrix)
import(data.table)
import(ggplot2)
import(methods)
importFrom(Matrix,sparseMatrix)
importFrom(R2GUESS,as.ESS.object)
importFrom(VGAM,dbetabinom)
importFrom(cowplot,plot_grid)
importFrom(data.table,as.data.table)
importFrom(data.table,melt)
importFrom(data.table,setnames)
importFrom(grDevices,grey.colors)
importFrom(grid,unit)
importFrom(parallel,mclapply)
importFrom(reshape,melt)
importFrom(reshape,melt.array)
importFrom(reshape,melt.data.frame)
importFrom(reshape,melt.default)
importFrom(reshape,melt.matrix)
importFrom(snpStats,col.summary)
importFrom(snpStats,g2post)
importFrom(snpStats,impute.snps)
importFrom(snpStats,ld)
importFrom(snpStats,p.value)
importFrom(snpStats,row.summary)
importFrom(snpStats,single.snp.tests)
importFrom(snpStats,snp.imputation)
importFrom(snpStats,snp.rhs.tests)
importFrom(snpStats,write.SnpMatrix)
importFrom(speedglm,speedglm.wfit)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dbinom)
importFrom(stats,end)
importFrom(stats,family)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,hclust)
importFrom(stats,model.matrix)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,start)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(utils,data)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,write.table)