Measures of adipocyte size: diameter, area, volume.

ADIPOCYTE_SIZE

Format

A data.frame with 55825 rows and 7 variables:

pid

integer; randomly generated 8-digit identifier used in linkage to phenotypic data. All samples from the same animal have the same PID.

sex

factor; the sex of the rat with 2 levels "Female" and "Male".

timepoint

factor; exercise training group. Either "SED" (sedentary) or the number of weeks of training ("1W", "2W", "4W", "8W").

diameter

numeric; adipocyte diameter in microns.

diameter_bin

ordered factor; diameter binned in approximately 5 micron intervals.

area

numeric; adipocyte area in square microns.

volume

volume; adipocyte volume in cubic microns.

n_adipocytes

integer; total number of adipocytes across all images for a particular animal.

Details

Adipocyte area was calculated using CellProfiler. Diameter was derived from area, under the assumption of circular cross-sections. Volume was derived from area, under the assumption of spherical adipocytes.

Examples

print.data.frame(head(ADIPOCYTE_SIZE))
#>        pid    sex timepoint diameter diameter_bin  area   volume n_adipocytes
#> 1 10043527 Female       SED 14.16105   [14.16,20) 157.5 1486.910         1471
#> 2 10043527 Female       SED 14.20593   [14.16,20) 158.5 1501.093         1471
#> 3 10043527 Female       SED 14.22832   [14.16,20) 159.0 1508.202         1471
#> 4 10043527 Female       SED 14.25067   [14.16,20) 159.5 1515.322         1471
#> 5 10043527 Female       SED 14.27299   [14.16,20) 160.0 1522.453         1471
#> 6 10043527 Female       SED 14.27299   [14.16,20) 160.0 1522.453         1471