-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
35 lines (34 loc) · 979 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("%>%")
export(CalciumExperiment)
export(binarize)
export(calculateParameters)
export(estimateFiringRate)
export(getStimulusParameters)
export(plotSpikes)
export(plotSpikes2)
export(plotTraces)
export(plotTraces2)
export(raw)
export(readSuite2p)
export(splitByStimulus)
exportClasses(CalciumExperiment)
exportMethods(normalize)
exportMethods(raw)
import(ggplot2)
import(methods)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(BiocGenerics,normalize)
importFrom(FastLZeroSpikeInference,estimate_spikes)
importFrom(MultiAssayExperiment,MultiAssayExperiment)
importFrom(RColorBrewer,brewer.pal)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(baseline,baseline)
importFrom(magrittr,"%>%")
importFrom(matrixStats,colSums2)
importFrom(reticulate,import)
importFrom(rlang,.data)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,hclust)