forked from mikelove/mrlocus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 983 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
36
37
38
39
# Generated by roxygen2: do not edit by hand
export(collapseHighCorSNPs)
export(extractForSlope)
export(fitBetaColoc)
export(fitSlope)
export(flipAllelesAndGather)
export(makeSimDataForMrlocus)
export(normalizedAllelicSpread)
export(plotInitEstimates)
export(plotMrlocus)
export(priorCheck)
export(trimClusters)
import(Rcpp)
import(methods)
importFrom(MASS,mvrnorm)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(matrixStats,colSds)
importFrom(rstan,sampling)
importFrom(rstan,summary)
importFrom(stats,as.dist)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,packageVersion)
useDynLib(mrlocus, .registration = TRUE)