P5 ATAC→α 모형 계열 견고성 점검(P5c) — 비선형이 선형을 넘지 못함 - #22
Merged
Conversation
P5b(atac_alpha_expression_confound.md)의 "선형 모형이라 신호를 놓친 것 아닌가" 반론에 답한다. 같은 ATAC peak 특징 6종, 같은 Leave-One-Lineage-Out 규약에서 모형 계열만 바꿔 비교했다. - 선형(RidgeCV) held-out ρ=+0.304 / 발현 통제 partial ρ=+0.109 (n=472) → P5b 기록(+0.309 / +0.112 / n=472) 재현 확인 - RandomForest +0.178 / +0.013, GradientBoosting +0.206 / +0.056 → 비선형은 열등하고 발현 통제 시 격차가 더 벌어짐 상태는 탐색적이며 원고 반영 전 팀 검토가 필요하다. 계보 홀드아웃 한 규약만 확인했고 하이퍼파라미터는 조정하지 않았다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
P5b(
results/atac_alpha_expression_confound.md)에 남아 있던 리뷰어 반론 하나를 닫습니다.왜 필요한가
P5b에서 baseline ATAC→α 는 raw held-out ρ=+0.309, 발현 통제 partial ρ=+0.112(n=472)로
발현 confound에 크게 잠식됐습니다. 여기에 "선형 모형이라 비선형 관계를 놓친 것 아닌가"
라는 반론이 가능합니다. 특징·분할 규약을 고정하고 모형 계열만 바꿔 확인했습니다.
방법
atac_baseline_features.csv의 ATAC peak 6종(prom_acc, enh_acc, enh_sum, n_prom, n_enh, prom_enh_ratio)lag_model.csv의fit_alphacoupling_per_gene.csv의 abundance에 대해 예측·실측을 각각 순위 회귀한 잔차끼리 상관재현 확인
선형 모형이 P5b 수치를 재현합니다. held-out ρ=+0.304(기록 +0.309),
partial ρ=+0.109(기록 +0.112), n=472(기록 472). 설정이 일치합니다.
결과
비선형 모형은 선형을 넘지 못하고 오히려 떨어집니다. 발현을 통제하면 격차가 더 벌어져
RandomForest의 partial은 +0.013으로 사실상 0입니다. n=472에 특징 6개인 조건에서 유연한
모형이 과적합해 일반화가 나빠지는 전형적 양상입니다.
따라서 반론은 닫힙니다. 발현 통제 후 신호가 약한 것은 모형 계열의 한계가 아니라 신호
자체의 성질이며, P5b 결론을 약화시키지 않고 보강합니다.
원고 반영 전 팀 검토가 필요합니다. 한계 세 가지를 문서에 명시했습니다.
기존 결과·수치는 건드리지 않았고 파일 2개만 추가합니다.
🤖 Generated with Claude Code