Computes pairwise movement coupling between MoCap segments and compares the kinematic coupling matrix with MSK structural adjacency.
Usage
mocapNetworkKinematics(
pe_mocap,
hg = NULL,
mapping = NULL,
method = c("correlation", "mutual_info")
)Arguments
- pe_mocap
A numeric matrix (frames x segments) or SummarizedExperiment with MoCap position data.
- hg
An MSKHypergraph object (NULL loads default).
- mapping
Optional data.frame from
mocapToMSKMapping().- method
Character, coupling method: "correlation" or "mutual_info".