HIV motility data of HIV infected and uninfected CD4+ T cells in a loose collagen environment
hiv_motility.Rd
This dataframe contains tracking data based on the imaging data: hiv_motility_images
. HIV-1 infected and uninfected human CD4+ T lymphocytes were labelled with PKH67 or PKH26 cell dyes, mixed at defined ratio and embedded in bovine collagen I. Migration of these cells in 3D cultures were then tracked by inverse light microscopy for a duration of up to 3 h, with images taken every 30 s to 1 min.
Cells were tracked by ilastik. Time-resolved motility statistics of velocity, turning angle, arrest coefficient, root-mean-square deviation (RMSD) and straightness for the 15 first frames of the original data were calculated using the R-package MotilityLab.
Usage
data(hiv_motility)
References
Imle A, Kumberger P, Schnellbächer ND, Fehr J, Carrillo-Bustamante P, Ales J, et al. Experimental and computational analyses reveal that environmental restrictions shape HIV-1 spread in 3D cultures. Nat Commun. 2019 05;10(1):2144.
Examples
data(hiv_motility)
hiv_motility
#> # A tibble: 1,747 × 11
#> track time X Y speed angle arrest rmsd straight collagen type
#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <chr> <chr>
#> 1 48 2 102. 479. NA NA NA NA NA loose Target
#> 2 48 3 92.2 490. NA NA NA NA NA loose Target
#> 3 48 4 82.9 495. NA NA NA NA NA loose Target
#> 4 48 5 69.4 496. NA NA NA NA NA loose Target
#> 5 48 6 57.5 505. NA NA NA NA NA loose Target
#> 6 48 7 58.4 505. 8.53 1.11 0.1 74.1 0.868 loose Target
#> 7 48 8 50.2 508. 7.92 1.09 0.1 64.4 0.813 loose Target
#> 8 48 9 37.6 503. 8.03 1.06 0.1 57.0 0.710 loose Target
#> 9 48 10 23.0 509. 7.71 1.08 0.1 45.9 0.595 loose Target
#> 10 48 11 19.4 517. 8.48 0.815 0.1 44.6 0.526 loose Target
#> # … with 1,737 more rows