-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
98 lines (97 loc) · 2.15 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
# Generated by roxygen2: do not edit by hand
export(Dataset)
export(Image)
export(OMERO)
export(OMEROServer)
export(Plate)
export(Project)
export(Screen)
export(Well)
export(addROIs)
export(attachDataframe)
export(attachFile)
export(availableDataframes)
export(cast)
export(connect)
export(delete)
export(deleteFile)
export(describeDataframe)
export(disconnect)
export(getAnnotations)
export(getChannelNames)
export(getColumn)
export(getContext)
export(getDatasets)
export(getGateway)
export(getGroupContext)
export(getImages)
export(getOMEROID)
export(getOMEROType)
export(getPixelValues)
export(getPlates)
export(getProjects)
export(getROIs)
export(getRow)
export(getScreens)
export(getThumbnail)
export(getUser)
export(getWells)
export(loadCSV)
export(loadDataframe)
export(loadObject)
export(searchFor)
export(setGroupContext)
export(sudo)
exportClasses(Dataset)
exportClasses(Image)
exportClasses(OMERO)
exportClasses(OMEROServer)
exportClasses(Plate)
exportClasses(Project)
exportClasses(Screen)
exportClasses(Well)
exportMethods(addROIs)
exportMethods(attachDataframe)
exportMethods(attachFile)
exportMethods(availableDataframes)
exportMethods(cast)
exportMethods(connect)
exportMethods(delete)
exportMethods(deleteFile)
exportMethods(describeDataframe)
exportMethods(disconnect)
exportMethods(getAnnotations)
exportMethods(getChannelNames)
exportMethods(getColumn)
exportMethods(getContext)
exportMethods(getDatasets)
exportMethods(getGateway)
exportMethods(getGroupContext)
exportMethods(getImages)
exportMethods(getOMEROID)
exportMethods(getOMEROType)
exportMethods(getPixelValues)
exportMethods(getPlates)
exportMethods(getProjects)
exportMethods(getROIs)
exportMethods(getRow)
exportMethods(getScreens)
exportMethods(getThumbnail)
exportMethods(getUser)
exportMethods(getWells)
exportMethods(loadCSV)
exportMethods(loadDataframe)
exportMethods(loadObject)
exportMethods(searchFor)
exportMethods(setGroupContext)
exportMethods(sudo)
import(methods)
import(rJava)
importFrom(httr,GET)
importFrom(httr,write_disk)
importFrom(jpeg,readJPEG)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,unzip)