-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
114 lines (113 loc) · 3.33 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
export(compute_nsize)
export(download_vcf)
export(find_sumstats)
export(format_sumstats)
export(formatted_example)
export(get_genome_builds)
export(import_sumstats)
export(index_tabular)
export(infer_effect_column)
export(liftover)
export(list_sumstats)
export(load_snp_loc_data)
export(parse_logs)
export(read_header)
export(read_sumstats)
export(read_vcf)
export(standardise_header)
export(vcf2df)
export(write_sumstats)
import(R.utils)
importFrom(BSgenome,snpsById)
importFrom(BSgenome,snpsByOverlaps)
importFrom(Biostrings,IUPAC_CODE_MAP)
importFrom(Biostrings,unstrsplit)
importFrom(GenomeInfoDb,keepSeqlevels)
importFrom(GenomeInfoDb,mapGenomeBuilds)
importFrom(GenomeInfoDb,rankSeqlevels)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,elementMetadata)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,mcols)
importFrom(GenomicRanges,seqinfo)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,sort.GenomicRanges)
importFrom(GenomicRanges,start)
importFrom(GenomicRanges,tileGenome)
importFrom(IRanges,CharacterList)
importFrom(R.utils,copyFile)
importFrom(R.utils,gunzip)
importFrom(R.utils,isGzipped)
importFrom(RCurl,getURL)
importFrom(VariantAnnotation,ScanVcfParam)
importFrom(VariantAnnotation,VcfFile)
importFrom(VariantAnnotation,genome)
importFrom(VariantAnnotation,indexVcf)
importFrom(VariantAnnotation,makeVRangesFromGRanges)
importFrom(VariantAnnotation,rbind)
importFrom(VariantAnnotation,readVcf)
importFrom(VariantAnnotation,scanVcfHeader)
importFrom(VariantAnnotation,vcfFields)
importFrom(VariantAnnotation,vcfWhich)
importFrom(VariantAnnotation,writeVcf)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,key)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,setorderv)
importFrom(data.table,tstrsplit)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(dplyr,tibble)
importFrom(googleAuthR,gar_auth)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(httr,timeout)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(methods,show)
importFrom(methods,slotNames)
importFrom(parallel,mclapply)
importFrom(rtracklayer,end)
importFrom(rtracklayer,import.chain)
importFrom(rtracklayer,liftOver)
importFrom(rtracklayer,strand)
importFrom(rtracklayer,width)
importFrom(stats,complete.cases)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_sub)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,type.convert)