Generate a destructive-sampling developmental branching control
Source:R/13-stage0-synthetic.R
synthetic_branching_control.RdGenerates independent samples at five observed developmental stages. Early samples occupy a shared trunk; after a declared branch point, samples enter one of two terminal states. The two-dimensional state geometry is embedded along two orthonormal feature directions in a single high-dimensional expression matrix. This is a disclosed visualisation and development control, not validation evidence for a two-dimensional dynamics estimator.
Usage
synthetic_branching_control(
n_per_stage = 24L,
p = 200L,
noise_sd = 0.08,
branch_point = 0.42,
seed = 42L
)