swh:1:snp:2de7df9519b91f4f0de3e174d491311f9c412943
Raw File
Tip revision: 19f3a47289830cf5dc139061a89627b6165da804 authored by Maarten Paul on 19 July 2021, 11:05:43 UTC
Update merge_datasets.R
Tip revision: 19f3a47
README.md
# MSDtracking

R and Python code to analyze BRCA2-HaloTag single-molecule tracking data

For tracking the SOS Plugin [1] (http://smal.ws/wp/software/sosplugin/) is used.
Track segmentation and MSD analysis is done using the DLMSS method [2]

Data is imported from folders with csv files using 'scripts/analysis script v2.R' and track segmentation is done using 'analyze_MLMSS.R' a adapted script that allows to do DLMSS analysis directy from RStudio, using the Reticulate package.

The package can be installed in R Studio (www.r-studio.com)

```R
install.packages("devtools")  
library(devtools)  


install_github("maartenpaul/DBD_tracking")

library(DBD_tracking)  
```

For questions please contact Maarten Paul (m.w.paul@erasmusmc.nl)

[1] Reuter, M., Zelensky, A., Smal, I., Meijering, E., van Cappellen, W.A., de Gruiter, H.M., van Belle, G.J., van Royen, M.E., Houtsmuller, A.B., Essers, J., et al. (2014). BRCA2 diffuses as oligomeric clusters with RAD51 and changes mobility after DNA damage in live cells. The Journal of Cell Biology 207, 599–613.

[2] Arts, M., Smal, I., Paul, M.W., Wyman, C., and Meijering, E. (2019). Particle Mobility Analysis Using Deep Learning and the Moment Scaling Spectrum. Sci Rep 9, 1–10.
back to top