forked from anilchalisey/snpR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(dfCount)
export(get_GWAS)
export(install_plink)
export(ld_SNPs)
export(ld_SNPs2BED)
export(matching_SNPs)
export(prune_SNPs)
export(run_enrichment)
export(snp_enrichment)
import(grDevices)
import(graphics)
importFrom(GenomicRanges,countOverlaps)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(IRanges,subsetByOverlaps)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setattr)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_)
importFrom(dplyr,ungroup)
importFrom(lazyeval,interp)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(readr,read_tsv)
importFrom(readr,write_tsv)
importFrom(rtracklayer,import)
importFrom(stats,complete.cases)
importFrom(stats,dnorm)
importFrom(stats,sd)
importFrom(tools,file_ext)
importFrom(utils,download.file)
importFrom(utils,unzip)
importFrom(utils,write.table)