-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export(Column)
export(Echo)
export(Plate)
export(PlateTypeToWellNames)
export(Row)
export(Transducer)
export(Well)
export(calc_qPCR_TM)
export(calc_qPCR_mod)
export(changeWell)
export(dispense_pairs)
export(exportLogs)
export(load_qPCR_meltcurve)
export(load_qPCR_raw)
export(load_qPCR_results)
export(moveTransducer)
export(nextWell)
export(planTransfers)
export(plateMap)
export(plateMap_all)
export(plateWellVolume)
export(randomise)
export(seekReagent)
export(setWell)
export(set_block)
export(showLogs)
export(sourceReagent)
export(titration_curve)
export(transfer)
exportClasses(Echo)
exportClasses(Transducer)
exportClasses(Well)
exportMethods(Column)
exportMethods(Row)
exportMethods(as.character)
exportMethods(changeWell)
exportMethods(exportLogs)
exportMethods(head)
exportMethods(moveTransducer)
exportMethods(nextWell)
exportMethods(plateWellVolume)
exportMethods(randomise)
exportMethods(seekReagent)
exportMethods(setWell)
exportMethods(set_block)
exportMethods(show)
exportMethods(showLogs)
exportMethods(sourceReagent)
exportMethods(transfer)
import(methods)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,metadata)
importFrom(platetools,num_to_well)
importFrom(platetools,well_to_num)
importFrom(stats,runif)
importFrom(utils,head)