-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
78 lines (77 loc) · 2.02 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
# Generated by roxygen2: do not edit by hand
export(csq)
export(genequeries)
export(get.prop.below.LLOD)
export(import_OpenGWAS)
export(import_eQTLCatalogue)
export(make_ExpressionSet)
export(mr_forest_plot2)
export(mr_funnel_plot2)
export(mr_leaveoneout_plot2)
export(mr_scatter_plot2)
export(novelty_check)
export(peptideAssociationPlot)
export(peptideMapping)
export(pqtlMR)
export(qtl_lookup)
export(regionqueries)
export(run_TwoSampleMR)
export(run_coloc)
export(snpqueries)
export(turboman)
export(turboqq)
import(pQTLdata)
importFrom(MsCoreUtils,impute_RF)
importFrom(MsCoreUtils,impute_knn)
importFrom(Rdpack,reprompt)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,endoapply)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(dplyr,"%>%")
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,if_else)
importFrom(dplyr,intersect)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,setequal)
importFrom(dplyr,slice)
importFrom(dplyr,union)
importFrom(grDevices,colors)
importFrom(grDevices,xy.coords)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,qbeta)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)