-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
121 lines (120 loc) · 2.88 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
110
111
112
113
114
115
116
117
118
119
120
121
# Generated by roxygen2: do not edit by hand
export(.ApproxPostProbsByModelEnumeration)
export(.ReadData)
export(.WriteData)
export(AutocorrelationPlot)
export(CredibleSet)
export(FLASHFMZEROwithJAMd)
export(FLASHFMwithFINEMAP)
export(FLASHFMwithJAM)
export(FLASHFMwithJAMd)
export(FLASHFMwithJAMhat)
export(FMsummary_table)
export(FMsummary_table_general)
export(GetBetaBinomMuSd)
export(GetBetaBinomParams)
export(JAM)
export(JAMPred)
export(JAMPred_ParallelBlockIndices)
export(JAMPred_SplitIntoPositiveDefiniteBlocks)
export(JAM_LogisticToLinearEffects)
export(JAM_PointEstimates)
export(JAM_PosteriorSampler)
export(JAM_RankCheck)
export(JAMdwithGroups)
export(JAMdynamic)
export(JAMexpandedCor.multi)
export(JAMexpandedCor.multi2)
export(LDqc)
export(ManhattanPlot)
export(ModelSizeBayesFactors)
export(Neff)
export(NormInvGamPosteriorSample)
export(PPsummarise)
export(PrettyResultsTable)
export(R2BGLiMS)
export(StrongestPairwiseCorrelation)
export(TopModels)
export(TracePlots)
export(alignGWAS)
export(allcredsets)
export(allcredsetsPP)
export(best.models.cpp)
export(calc.maxmin)
export(calcABF)
export(cor.refdata.fn)
export(cor2cov)
export(credset)
export(factor_contributions)
export(finemap)
export(flashfm)
export(flashfm.input)
export(flashfmZero)
export(flashfmZero.input)
export(groupIDs.fn)
export(groupmulti)
export(groupmultiU)
export(harmoniseGWAS)
export(latentGWAS)
export(makeNlist)
export(makeNlist.rel)
export(makeSNPgroups)
export(makeSNPgroups2)
export(makeSNPgroups2U)
export(makeSNPgroupsU)
export(multiJAMd)
export(multiJAMdCS)
export(multibeta)
export(summaryStats)
exportMethods(show)
import(MASS)
import(Matrix)
import(gplots)
import(jsonlite)
import(parallel)
import(survival)
importFrom(Matrix,sparseMatrix)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,dev.off)
importFrom(grDevices,palette)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(gtools,smartbind)
importFrom(lqmm,make.positive.definite)
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(parallel,mclapply)
importFrom(rlist,list.append)
importFrom(rlist,list.cbind)
importFrom(rlist,list.stack)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dbinom)
importFrom(stats,dpois)
importFrom(stats,hclust)
importFrom(stats,is.leaf)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,rgamma)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(flashfmZero, .registration = TRUE)