-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
184 lines (183 loc) · 5.18 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# Generated by roxygen2: do not edit by hand
S3method("[",Coordinate)
S3method("[",NCBI_Genome)
S3method("[",UCSC_Genome)
export(Coordinate)
export(EXPLORE)
export(Kmer_Table)
export(SCORE)
export(STUDY_ACROSS_POPULATIONS)
export(STUDY_ACROSS_SPECIES)
export(STUDY_CANCER_GENES)
export(STUDY_GENIC_ELEMENTS)
export(addAlphaCol)
export(bedToCoor)
export(buildControl)
export(buildMidPatternKmerTable)
export(buildRESTurl)
export(buildRangedKmerTable)
export(calKmerSkew)
export(calPWM)
export(catHeader)
export(countBaseComposition)
export(countChoppedKmers)
export(countDistribution)
export(countKmers)
export(countMidPatternContext2)
export(countMidPatternKmers)
export(countPointContext2)
export(countRangedKmers)
export(countRevCompKmers)
export(countSlidingWindow)
export(countSlidingWindow2)
export(count_substring_fixed)
export(count_substring_regex)
export(downloadNCBIGenomes)
export(downloadUCSCgenome)
export(extractKmers)
export(generateGenicElementCoor)
export(generateIntergenicCoor)
export(getCOSMICauthURL)
export(getCOSMICcancerGeneCensus)
export(getCOSMIClatestVersion)
export(getCOSMICmutantExport)
export(getEnsemblData)
export(getEnsemblRegionFeatures)
export(getEnsemblVariantFeatures)
export(getEnsemblVariantFeatures_serial)
export(getGnomADvariants)
export(getICTVvirusMetadataResource)
export(getNCBIassemblySummary)
export(getScores)
export(getUCSCgenePredTable)
export(getVCFmetainfo)
export(initKmerTable)
export(kmeRtone)
export(loadCoordinate)
export(loadGenome)
export(loadGenomicContents)
export(mapKmers)
export(mergeCoordinate)
export(mixColors)
export(partitionCoordinate)
export(persistentDownload)
export(readBED)
export(readFASTA)
export(readVCF)
export(readVCF2)
export(removeRegion)
export(reverseComplement)
export(scoreKmers)
export(selectRepresentativeFromASM)
export(splitFASTA)
export(trimCoordinate)
export(writeBED)
export(writeFASTA)
export(writeVCF)
import(data.table)
import(stringi)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,oligonucleotideFrequency)
importFrom(Biostrings,reverseComplement)
importFrom(R6,R6Class)
importFrom(Rcpp,evalCpp)
importFrom(RcppSimdJson,fparse)
importFrom(curl,curl_fetch_disk)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,multi_add)
importFrom(curl,multi_run)
importFrom(curl,new_handle)
importFrom(curl,new_pool)
importFrom(curl,parse_headers_list)
importFrom(data.table,.N)
importFrom(data.table,CJ)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,merge.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setDT)
importFrom(data.table,setalloccol)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(data.table,setkeyv)
importFrom(data.table,setnafill)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,setorderv)
importFrom(future,nbrOfWorkers)
importFrom(future.apply,future_lapply)
importFrom(grDevices,cairo_pdf)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(jsonlite,base64_enc)
importFrom(jsonlite,fromJSON)
importFrom(openxlsx,read.xlsx)
importFrom(progressr,progressor)
importFrom(seqLogo,makePWM)
importFrom(seqLogo,seqLogo)
importFrom(stats,C)
importFrom(stats,density)
importFrom(stats,end)
importFrom(stats,median)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,wilcox.test)
importFrom(stringi,stri_count_fixed)
importFrom(stringi,stri_count_regex)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_extract_all_regex)
importFrom(stringi,stri_extract_first_regex)
importFrom(stringi,stri_length)
importFrom(stringi,stri_locate_all_regex)
importFrom(stringi,stri_locate_first_regex)
importFrom(stringi,stri_match_all_regex)
importFrom(stringi,stri_paste)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_replace_first_fixed)
importFrom(stringi,stri_replace_first_regex)
importFrom(stringi,stri_replace_last_fixed)
importFrom(stringi,stri_reverse)
importFrom(stringi,stri_split_boundaries)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_startswith_fixed)
importFrom(stringi,stri_sub)
importFrom(stringi,stri_sub_replace)
importFrom(stringi,stri_sub_replace_all)
importFrom(stringi,stri_trans_char)
importFrom(stringi,stri_trans_tolower)
importFrom(stringi,stri_trans_toupper)
importFrom(utils,count.fields)
importFrom(utils,download.file)
importFrom(venneuler,venneuler)
useDynLib(kmeRtone, .registration = TRUE)