Po-yuLin commited on
Commit
6e5d969
·
verified ·
1 Parent(s): fedfcd1

Update manuscript link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def build_figures(source_type: str, gene: str, transcript: str, chrom: str):
112
  # -----------------------------
113
  with gr.Blocks(css=".small-file {height: 64px !important;} .orange-btn {background-color: #ff9800 !important; color: white !important; border: none !important;}") as demo:
114
  gr.Markdown("## P-KNN precomputed scores (for all missense variants in human genome)")
115
- gr.Markdown("GitHub: [brandeslab/P-KNN](https://github.com/Brandes-Lab/P-KNN/) | Dataset: [Hugging Face brandeslab/P-KNN](https://huggingface.co/datasets/brandeslab/P-KNN) | Manuscript: under review")
116
  with open(GENE_LIST_FILE, "r", encoding="utf-8") as f:
117
  choices = [line.strip() for line in f if line.strip()]
118
 
 
112
  # -----------------------------
113
  with gr.Blocks(css=".small-file {height: 64px !important;} .orange-btn {background-color: #ff9800 !important; color: white !important; border: none !important;}") as demo:
114
  gr.Markdown("## P-KNN precomputed scores (for all missense variants in human genome)")
115
+ gr.Markdown("GitHub: [brandeslab/P-KNN](https://github.com/Brandes-Lab/P-KNN/) | Dataset: [Hugging Face brandeslab/P-KNN](https://huggingface.co/datasets/brandeslab/P-KNN) | Manuscript: [P-KNN: Maximizing variant classification evidence through joint calibration of multiple pathogenicity prediction tools](https://doi.org/10.1101/2025.09.24.678417)")
116
  with open(GENE_LIST_FILE, "r", encoding="utf-8") as f:
117
  choices = [line.strip() for line in f if line.strip()]
118