-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
35 lines (34 loc) · 894 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("resource<-")
export(BiocFileList)
export(FileForFormat)
export(decompress)
export(export)
export(fileFormat)
export(import)
export(resource)
exportClasses(BiocFile)
exportClasses(BiocFileList)
exportClasses(CompressedFile)
exportMethods("resource<-")
exportMethods(as.character)
exportMethods(decompress)
exportMethods(export)
exportMethods(fileFormat)
exportMethods(import)
exportMethods(path)
exportMethods(resource)
exportMethods(show)
importFrom(BiocGenerics,path)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,isSingleString)
importFrom(methods,findMethods)
importFrom(methods,getClass)
importFrom(methods,getClassDef)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,packageSlot)
importFrom(methods,show)
importFrom(tools,file_ext)
importFrom(tools,file_path_as_absolute)
importFrom(tools,file_path_sans_ext)