Package: PhysioMoCap Title: Motion Capture and Biomechanics Analysis for PhysioExperiment Objects Version: 0.2.0 Authors@R: person(given = "Yusuke", family = "Matsui", role = c("aut", "cre"), email = "mail.to.matsui@gmail.com") Description: Provides motion capture, pose estimation, and biomechanical simulation analysis for PhysioExperiment objects. Includes I/O for C3D, Venus3D, OpenPose, DeepLabCut, MediaPipe, BVH, ASF/AMC, OpenSim, and generic CSV formats. Provides marker tracking (Hungarian algorithm), signal filtering, numerical differentiation, resampling, center of mass calculation, gait parameters, clinical statistics (ICC, SEM, MDC, Bland-Altman), movement phase segmentation, dynamic time warping, movement normalization, functional PCA, force-plate kinetics (GRF filtering, COP, loading rate, impulse), planar inverse dynamics (joint moments/power), EMG integration (rectification, RMS envelope, MVC normalization), gait/running/jump task schemas, OpenSim workflow integration, and biomechanics-specific visualization. Depends: R (>= 4.2), PhysioCore Imports: SummarizedExperiment, S4Vectors, stats, utils, jsonlite, ggplot2, rlang, scales Suggests: PhysioIO, signal, signalIO, uwot, Rtsne, c3dr, clue, rhdf5, httr, withr, knitr, rmarkdown, testthat (>= 3.2.0) VignetteBuilder: knitr License: MIT + file LICENSE URL: https://github.com/matsui-lab/PhysioExperiment BugReports: https://github.com/matsui-lab/PhysioExperiment/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Collate: 'class-TaskSchema.R' 'schemas-prebuilt.R' 'mocap-skeleton.R' 'mocap-angles.R' 'mocap-gaps.R' 'mocap-imu.R' 'mocap-tracking.R' 'io-openpose.R' 'io-opensim.R' 'io-c3d.R' 'io-bvh.R' 'io-deeplabcut.R' 'io-mediapipe.R' 'io-opencap.R' 'ops-events.R' 'ops-phases.R' 'ops-normalize.R' 'ops-dtw.R' 'ops-dimred.R' 'stats-fda.R' 'opensim-integration.R' 'vis-biomech.R' 'vis-movement.R' 'vis-skeleton.R' 'biomech-com.R' 'io-asfamc.R' 'io-csv.R' 'io-venus3d.R' 'ops-filter.R' 'ops-derivatives.R' 'ops-resample.R' 'stats-clinical.R' 'stats-gait.R' 'kinetics-forceplate.R' 'kinetics-inverse-dynamics.R' 'mocap-emg.R' 'user-onboarding.R' 'benchmark-validation.R' 'zzz.R' RoxygenNote: 7.3.3 Config/pak/sysreqs: zlib1g-dev Repository: https://x-biosignal.r-universe.dev Date/Publication: 2026-07-05 09:34:40 UTC RemoteUrl: https://github.com/x-biosignal/PhysioMoCap RemoteRef: HEAD RemoteSha: fa38a942b9038e836e42b3b6a18039a42cb20d3d NeedsCompilation: no Packaged: 2026-07-05 11:32:28 UTC; root Author: Yusuke Matsui [aut, cre] Maintainer: Yusuke Matsui