Generates a phased rehabilitation protocol using MSK network community structure and shortest path distances to determine exercise progression.
Clinical Validity
Phase ordering is based on network topology (community membership and shortest path distance), not validated rehabilitation protocols. Use as a research exploration tool, not clinical guidance.
Examples
if (FALSE) { # \dontrun{
protocol <- mskRehabProtocol("Biceps Brachii")
print(protocol)
} # }