You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ The standard output from a tracking session is in TrackMate XML format.
26
26
27
27
The goal of this R package is to import all of the data associated with the final filtered tracks in TrackMate for further analysis and visualization in R.
28
28
29
-
**This package is under development and should not be considered stable until its first release.**
30
-
31
29
## Installation
32
30
33
31
Once you have installed [R](https://cran.rstudio.com) and [RStudio Desktop](https://www.rstudio.com/products/rstudio/download/), you can install TrackMateR using devtools
Copy file name to clipboardExpand all lines: vignettes/comparison.Rmd
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,18 @@ In the example above, the code will produce the following in a directory called
81
81
82
82
That is, the individual reports are saved with a new name (regardless of the original XML filename), all datasets are combined (per condition) in `combined.pdf` and a comparison of a summary of all conditions is saved in the top level folder (`comparison.pdf`).
83
83
84
+
As well as graphical outputs, `compareDatasets()` saves several csv files of data (to `Outputs/Data/`).
85
+
In each condition folder, the data frames are collated and saved.
86
+
This includes: TrackMate data, MSD, jump distance and fractal dimension data.
87
+
There is also a csv file of the data frame used to plot the average msd for this condition.
88
+
89
+
Above the condition folders, three csv files are saved.
90
+
A collation of the msd summary data `allMSCurves.csv` for all conditions; summary data per dataset `allComparison.csv` which is the data frame used for making the comparison plots; and `allTraceData.csv` which is a data frame of properties per trace per dataset for all conditions.
91
+
92
+
The idea with these files is that a user can load them back into R and process the data in new ways and go beyond TrackMateR.
93
+
An advanced user can make their own data frames by running TrackMateR functions.
94
+
A good place to start is to peruse the code for `compareDatasets()` and modify from there.
95
+
84
96
## Recalibrating TrackMate files
85
97
86
98
It is possible to recalibrate TrackMate XML files _en masse_ by using a CSV file in the condition subfolder containing the XML files.
0 commit comments