-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
100 lines (99 loc) · 2.7 KB
/
NAMESPACE
File metadata and controls
100 lines (99 loc) · 2.7 KB
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
# Generated by roxygen2: do not edit by hand
export(ImportCollection)
export(ImportPRecording)
export(Load)
export(NewPCollection)
export(boltzmann_fit)
export(normalize)
exportClasses(PCollection)
exportClasses(PRecording)
exportMethods(AddMetaData)
exportMethods(AddPRecording)
exportMethods(AddTrace)
exportMethods(Boltzmann)
exportMethods(BuildGroupComparisonPlot)
exportMethods(BuildQCPlot)
exportMethods(BuildRecordingPlot)
exportMethods(BuildStimRespPlot)
exportMethods(BuildTimeSeriesPlot)
exportMethods(Calculate_IV)
exportMethods(ClearMetaData)
exportMethods(ConvenientScales)
exportMethods(CurrentDensity)
exportMethods(Downsample)
exportMethods(DropPRecording)
exportMethods(GetCSlow)
exportMethods(GetData)
exportMethods(GetGroupMembers)
exportMethods(GetGroupNames)
exportMethods(GetGroups)
exportMethods(GetMetaData)
exportMethods(GetPlot)
exportMethods(GetPlotNames)
exportMethods(GetRecParam)
exportMethods(GetRecordingNames)
exportMethods(GetSweepNames)
exportMethods(GetSweepTimes)
exportMethods(GetTimeTrace)
exportMethods(GetTraceNames)
exportMethods(Inspect)
exportMethods(MeasureStimResp)
exportMethods(MeasureSweeps)
exportMethods(Save)
exportMethods(Subset)
exportMethods(apply)
exportMethods(as.data.frame)
exportMethods(lapply)
exportMethods(length)
exportMethods(show)
import(ggplot2)
importFrom(dplyr,between)
importFrom(dplyr,left_join)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggpubr,compare_means)
importFrom(ggpubr,desc_statby)
importFrom(ggpubr,stat_compare_means)
importFrom(hdf5r,H5File)
importFrom(hdf5r,H5S)
importFrom(hdf5r,`h5attr<-`)
importFrom(hdf5r,h5attr)
importFrom(hdf5r,h5types)
importFrom(knitr,kable)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(plotly,ggplotly)
importFrom(plyr,ldply)
importFrom(proto,proto)
importFrom(readABF,readABF)
importFrom(sitools,f2si)
importFrom(stats,median)
importFrom(stats,nls)
importFrom(stats,nls.control)
importFrom(stats,predict)
importFrom(stringr,str_locate)
importFrom(stringr,str_replace)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_sub)
importFrom(tidyr,pivot_longer)
importFrom(tools,file_ext)
importFrom(utils,compareVersion)
importFrom(utils,packageDescription)
importMethodsFrom(methods,show)