-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
35 lines (34 loc) · 877 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
# Generated by roxygen2: do not edit by hand
S3method(plot,gwsemResult)
export(GWAS)
export(buildAnalysesPlan)
export(buildItem)
export(buildOneFac)
export(buildOneFacRes)
export(buildOneItem)
export(buildTwoFac)
export(isSuspicious)
export(loadResults)
export(loadSuspicious)
export(numAvailableRecords)
export(prepareComputePlan)
export(setupExogenousCovariates)
export(setupThresholds)
export(signif)
export(signifGxE)
import(OpenMx)
importFrom(OpenMx,omxQuotes)
importFrom(Rcpp,evalCpp)
importFrom(data.table,fread)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_stop)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(methods,is)
importFrom(qqman,manhattan)
importFrom(stats,coef)
importFrom(stats,pnorm)
importFrom(stats,rbinom)
importFrom(stats,sd)
importFrom(utils,read.delim)
useDynLib(gwsem, .registration = TRUE)