-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
65 lines (64 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
export(calculateAlpha)
export(calculateCVE)
export(calculateFD)
export(calculateJD)
export(calculateMSD)
export(calculateTrackDensity)
export(compareDatasets)
export(compareGTDatasets)
export(correctTrackMateData)
export(find_td_area)
export(fittingJD)
export(makeComparison)
export(makeSummaryReport)
export(plot_tm_MSD)
export(plot_tm_NMSD)
export(plot_tm_allTracks)
export(plot_tm_alpha)
export(plot_tm_cumdistOverTime)
export(plot_tm_dee)
export(plot_tm_displacementHist)
export(plot_tm_displacementOverTime)
export(plot_tm_durationHist)
export(plot_tm_fd)
export(plot_tm_intensityHist)
export(plot_tm_neighbours)
export(plot_tm_speed)
export(plot_tm_width)
export(readGTFile)
export(readTrackMateXML)
export(reportDataset)
import(doParallel)
import(dplyr)
import(ggplot2)
import(parallelly)
import(patchwork)
importFrom(XML,getNodeSet)
importFrom(XML,xmlDoc)
importFrom(XML,xmlGetAttr)
importFrom(XML,xmlParse)
importFrom(XML,xpathApply)
importFrom(XML,xpathSApply)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggforce,geom_sina)
importFrom(graphics,frame)
importFrom(graphics,hist)
importFrom(parallelly,availableCores)
importFrom(reshape2,melt)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nls)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,data)
importFrom(utils,install.packages)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(zoo,rollmean)