- Added
constraints_modetorunLINDA()with two values:"hard"uses AS constraints and forces significantly AS-affected reactions to zero."soft"uses AS-derived reaction penalties in the objective function while keeping reactions feasible.
- Changed the default
splice_effect_signfrom"both"to"negative". - Restored
splice_effect_signas a user-facing argument in the hard-constrained workflow.
- Fixed documentation inconsistencies around
pValThresh,splice_effect_sign, and the hard/soft AS modes. - Fixed AS score integration when
as.input = NULLin the soft workflow. - Made AS input handling robust to extra columns by explicitly selecting
id,effect, andsignificance. - Allowed
top = "all"in input validation, matching existingbin_measurements()behavior. - Improved validation messages for
solverPath,threads, andsave_res.