depinwang/jinyang-omentum-pds-consensus-clustering-results-v1
jinyang-omentum-pds-consensus-clustering-results-v1 Null-result fallback report for the jinyang-omentum-pds-consensus-clustering canary (N=106 PDS-only real data run). Real (unpermuted) pipeline hit the pre-specified '<20 BH-FDR candidates' stopping gate (5 candidates found) -- a valid, reportable outcome, not a pipeline bug. Per design, clustering/KM/permutation-null artifacts were not produced in this branch. This is effectively the TERMINAL result for the real-data question:… See the full description on the dataset page: https://huggingface.co/datasets/depinwang/jinyang-omentum-pds-consensus-clustering-results-v1.
jinyang-omentum-pds-consensus-clustering-results-v1
Null-result fallback report for the jinyang-omentum-pds-consensus-clustering canary (N=106 PDS-only real data run). Real (unpermuted) pipeline hit the pre-specified '<20 BH-FDR candidates' stopping gate (5 candidates found) -- a valid, reportable outcome, not a pipeline bug. Per design, clustering/KM/permutation-null artifacts were not produced in this branch. This is effectively the TERMINAL result for the real-data question: since the Cox-selection gate itself failed (not a downstream clustering/stability gate), a 'final' mode (N=200 permutations) rerun would reproduce the byte-identical real-data outcome and immediately hit the same gate -- no further compute is needed to answer this experiment's primary question.
Dataset Info
- Rows: 1
- Columns: 12
Columns
Generation Parameters
{
"script_name": "01_pipeline.R",
"model": "n/a (statistical pipeline: coxph + ConsensusClusterPlus, R 4.4.3)",
"experiment_name": "jinyang-omentum-pds-consensus-clustering",
"job_id": "turso:75360147",
"cluster": "turso",
"artifact_status": "partial",
"canary": true,
"description": "Null-result fallback report for the jinyang-omentum-pds-consensus-clustering canary (N=106 PDS-only real data run). Real (unpermuted) pipeline hit the pre-specified '<20 BH-FDR candidates' stopping gate (5 candidates found) -- a valid, reportable outcome, not a pipeline bug. Per design, clustering/KM/permutation-null artifacts were not produced in this branch. This is effectively the TERMINAL result for the real-data question: since the Cox-selection gate itself failed (not a downstream clustering/stability gate), a 'final' mode (N=200 permutations) rerun would reproduce the byte-identical real-data outcome and immediately hit the same gate -- no further compute is needed to answer this experiment's primary question.",
"hyperparameters": {
"canary_n_permutations_planned": 50,
"permutations_run": 0,
"reason_permutations_skipped": "real data gate failure -- per design, the permutation-null loop is skipped when the real pipeline itself fails the Cox-selection gate (there is nothing to circularity-correct)"
},
"input_datasets": []
}Usage
from datasets import load_dataset
dataset = load_dataset("depinwang/jinyang-omentum-pds-consensus-clustering-results-v1", split="train")
print(f"Loaded {len(dataset)} rows")