-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·36 lines (28 loc) · 1.34 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
import(gMWT, Rcpp, data.table, GenomicTools.fileHandler)
importFrom("graphics", "abline", "plot")
importFrom("utils", "read.csv", "read.table", "sessionInfo")
importFrom("grDevices", "dev.off", "pdf", "rainbow")
importFrom("circlize", "circos.clear", "circos.par", "circos.initialize", "circos.trackPlotRegion", "circos.text", "circos.rect", "circos.link","get.cell.meta.data")
importFrom("graphics", "axis", "boxplot", "layout", "lines", "par", "points", "rect", "text")
importFrom("stats", "density", "lm", "predict", "smooth.spline", "median", "setNames")
importFrom("parallel", "mclapply", "detectCores")
#importFrom("stringr", "str_replace_all")
importFrom("snpStats", "switch.alleles")
importFrom("utils", "download.file", "head")
importFrom("methods", "is")
S3method(print,eqtl)
S3method(plot,eqtl)
S3method(summary,eqtl)
S3method(print,mdr)
S3method(plot,mdr)
S3method(summary,mdr)
S3method(print,mdrPredict)
S3method(print,PedMap)
S3method(summary,PedMap)
S3method(plot,qtlRes)
S3method(print,qtlRes)
S3method(summary,qtlRes)
export(eQTL, QTL, gtfToBed, mdr, mdrEnsemble, recodeData,
getKEGGInformation, getKEGGOrganisms, getKEGGPathwayOverview, getKEGGPathway, getKEGGModule, getKEGGOrthologOverview, getKEGGPathwayImage, getRSLocation,
seqlength, restrictionDigest, revcomp, getKEGGModuleOverview)
useDynLib(GenomicTools, .registration = TRUE)