Learn R Programming

GoodFibes (version 0.1.12)

ant.final: Ant muscle fibers finalized

Description

Muscle fibers reconstructed from the mandibular muscle of an ant (Monomorium pharaonis) (post processing).

Arguments

Format

A list with 198 entries, each representing a muscle fiber reconstructed from an image stack. Each entry contains $fiber.points, the raw reconstructed fiber paths, and $fiber.smoothed, the smoothed paths.

Details

These fibers were reconstructed using good.fibes, checked for poor fiber paths using quality.check, and had fibers fused and merged using fuse.fibers and check.overlap. Also see "ant.raw" for the initial fiber paths from good.fibes.

References

Katzke, J., Puchenkov, P., Stark, H., and Economo, E. 2022. A Roadmap to Reconstructing Muscle Architecture from CT Data. Integrative Organismal Biology 4(1): 1-16.

Examples

Run this code
# \donttest{
data(ant.final)
fl<-fiber.lengths(ant.final, res = 0.000673107, df = 1)
# }

Run the code above in your browser using DataLab