-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
export(correlatedBgEffects)
export(expGen2probGen)
export(geneticBgEffects)
export(geneticFixedEffects)
export(getAlleleFrequencies)
export(getCausalSNPs)
export(getKinship)
export(noiseBgEffects)
export(noiseFixedEffects)
export(probGen2expGen)
export(readStandardGenotypes)
export(rescaleVariance)
export(runSimulation)
export(savePheno)
export(setModel)
export(simulateDist)
export(simulateGenotypes)
export(simulatePhenotypes)
export(standardiseGenotypes)
export(transformNonlinear)
export(writeStandardOutput)
import(ggplot2)
import(snpStats)
importClassesFrom(snpStats,SnpMatrix)
importFrom(R.utils,countLines)
importFrom(Rcpp,sourceCpp)
importFrom(cowplot,plot_grid)
importFrom(dplyr,filter)
importFrom(methods,as)
importFrom(methods,getPackageName)
importFrom(optparse,OptionParser)
importFrom(optparse,make_option)
importFrom(optparse,parse_args)
importFrom(reshape2,melt)
importFrom(snpStats,write.plink)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,rbinom)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(PhenotypeSimulator, .registration = TRUE)