-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
38 lines (37 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(identify_clump,clumpingResult)
S3method(identify_clump,selectionResult)
S3method(plot,clumpingResult)
S3method(plot,selectionResult)
S3method(print,clumpingResult)
S3method(print,phenotypeData)
S3method(print,screeningResult)
S3method(print,selectionResult)
S3method(summary,clumpingResult)
S3method(summary,phenotypeData)
S3method(summary,screeningResult)
S3method(summary,selectionResult)
export(clump_snps)
export(gui_geneSLOPE)
export(identify_clump)
export(read_phenotype)
export(screen_snps)
export(select_snps)
import(ggplot2)
importFrom(SLOPE,SLOPE)
importFrom(bigmemory,read.big.matrix)
importFrom(grid,downViewport)
importFrom(grid,grid.locator)
importFrom(grid,upViewport)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,pf)
importFrom(stats,qnorm)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)