Commit ·
8d58b05
0
Parent(s):
GHIST+ bundle clean public release
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +90 -0
- GHIST_plus/models/breast_multi/config_inference_atera_domain0.json +199 -0
- GHIST_plus/models/breast_multi/config_inference_breast5k_domain0.json +198 -0
- GHIST_plus/models/breast_multi/config_multi_breast.json +182 -0
- GHIST_plus/models/breast_multi/genes.txt +413 -0
- GHIST_plus/models/breast_multi/ghist_plus_breast_multi_checkpoint.pth +3 -0
- GHIST_plus/models/breast_multi/ghist_plus_breast_multi_optimizer.pth +3 -0
- GHIST_plus/models/breast_multi/standardisation_hist_fold_1.npy +3 -0
- GHIST_plus/models/breast_single/config.json +148 -0
- GHIST_plus/models/breast_single/genes.txt +280 -0
- GHIST_plus/models/breast_single/ghist_plus_breast_single_checkpoint.pth +3 -0
- GHIST_plus/models/breast_single/ghist_plus_breast_single_optimizer.pth +3 -0
- GHIST_plus/models/breast_single/standardisation_hist_fold_1.npy +3 -0
- GHIST_plus/models/imputation/config_gene_mask_imputer.json +208 -0
- GHIST_plus/models/imputation/genes.txt +413 -0
- GHIST_plus/models/imputation/ghist_plus_gene_imputation_checkpoint.pth +3 -0
- GHIST_plus/models/imputation/ghist_plus_gene_imputation_optimizer.pth +3 -0
- GHIST_plus/models/imputation/holdout_genes_by_slide.json +70 -0
- GHIST_plus/models/imputation/standardisation_hist_fold_1.npy +3 -0
- GHIST_plus/models/pancancer/config.json +280 -0
- GHIST_plus/models/pancancer/genes.txt +1275 -0
- GHIST_plus/models/pancancer/ghist_plus_pancancer_checkpoint.pth +3 -0
- GHIST_plus/models/pancancer/ghist_plus_pancancer_optimizer.pth +3 -0
- GHIST_plus/models/pancancer/standardisation_hist_fold_1.npy +3 -0
- GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_celltype.csv +0 -0
- GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_celltype_probs.csv +3 -0
- GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_expr_scaled.csv +3 -0
- GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_expr_scaled.npz +3 -0
- GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_celltype.csv +3 -0
- GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_celltype_probs.csv +3 -0
- GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_expr_scaled.csv +3 -0
- GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_expr_scaled.npz +3 -0
- GHIST_plus/predictions/breast_multi/test_slide3_pred_expr_scaled.csv +3 -0
- GHIST_plus/predictions/breast_single/trainval_slide3_pred_expr_scaled.csv +3 -0
- GHIST_plus/predictions/figure4_rrc/expression/validation_predictions.h5 +3 -0
- GHIST_plus/predictions/imputation/slide0_imputed10_scaled.csv +0 -0
- GHIST_plus/predictions/imputation/slide1_imputed10_scaled.csv +0 -0
- GHIST_plus/predictions/imputation/slide2_imputed10_scaled.csv +0 -0
- GHIST_plus/predictions/imputation/slide4_imputed10_scaled.csv +0 -0
- GHIST_plus/predictions/imputation/slide5_imputed10_scaled.csv +0 -0
- GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_celltype.csv +3 -0
- GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_celltype_probs.csv +3 -0
- GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_expr_counts.csv +3 -0
- GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_expr_scaled.csv +3 -0
- GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_expr_scaled.npz +3 -0
- GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_celltype.csv +0 -0
- GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_celltype_probs.csv +3 -0
- GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_expr_counts.csv +3 -0
- GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_expr_scaled.csv +3 -0
- GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_expr_scaled.npz +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
other_models/across_slide/GHIST_pred_expr.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
other_models/imputation/pasta/slide_1_pasta_holdout_pred.csv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
other_models/across_slide/SpatialEx_pred_expr.csv filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
other_models/within_slide/GHIST_pred_expr.csv filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
other_models/across_slide/Phoenix_pred_expr.csv filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
other_models/within_slide/SpatialEx_pred_expr.csv filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
GHIST_plus/predictions/breast_multi/test_slide3_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_celltype_probs.csv filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_celltype.csv filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_celltype_probs.csv filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
GHIST_plus/predictions/pancancer/pancreas3/test_slide14_pred_expr_counts.csv filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
GHIST_plus/predictions/pancancer/pancreas3/test_slide14_pred_celltype_probs.csv filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
GHIST_plus/predictions/pancancer/pancreas3/test_slide14_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_celltype.csv filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_celltype_probs.csv filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_expr_counts.csv filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_celltype_probs.csv filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_expr_counts.csv filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
GHIST_plus/predictions/breast_single/trainval_slide3_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
GHIST_plus/predictions/vq_off/vq_composition_off_trainval_slide3_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
GHIST_plus/predictions/vq_off/randomized_vq_composition_trainval_slide3_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
GHIST_plus/predictions/vq_off/trainval_slide3_pred_expr_scaled.csv filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
evaluation_data/breast5k/cell_coords_histology_filtered.csv filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
evaluation_data/breast5k/cell_gene_matrix_filtered.csv filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
evaluation_data/atera/cell_gene_matrix_filtered.csv filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
evaluation_data/breast2/cell_gene_matrix_filtered.csv filter=lfs diff=lfs merge=lfs -text
|
GHIST_plus/models/breast_multi/config_inference_atera_domain0.json
ADDED
|
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comps": {
|
| 3 |
+
"avgexp": true,
|
| 4 |
+
"celltype": true,
|
| 5 |
+
"crossattn": true,
|
| 6 |
+
"use_neighb": true,
|
| 7 |
+
"neighb": true
|
| 8 |
+
},
|
| 9 |
+
"regions_val": {
|
| 10 |
+
"divisions": [
|
| 11 |
+
[
|
| 12 |
+
0.0,
|
| 13 |
+
0.2
|
| 14 |
+
]
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"regions_test": {
|
| 18 |
+
"divisions": [
|
| 19 |
+
[
|
| 20 |
+
0.0,
|
| 21 |
+
1.0
|
| 22 |
+
]
|
| 23 |
+
]
|
| 24 |
+
},
|
| 25 |
+
"data": {
|
| 26 |
+
"cell_types": [
|
| 27 |
+
"B",
|
| 28 |
+
"Myeloid (excluding macrophage)",
|
| 29 |
+
"Stromal",
|
| 30 |
+
"Macrophage",
|
| 31 |
+
"Malignant",
|
| 32 |
+
"Epithelial",
|
| 33 |
+
"Plasma",
|
| 34 |
+
"T",
|
| 35 |
+
"Unassigned"
|
| 36 |
+
],
|
| 37 |
+
"min_nuc_area": 10,
|
| 38 |
+
"expr_scale": 2.0,
|
| 39 |
+
"foundation_model_input_normalization": "uni2_imagenet",
|
| 40 |
+
"num_workers": 32,
|
| 41 |
+
"hsize": 224,
|
| 42 |
+
"wsize": 224,
|
| 43 |
+
"overlap": 30,
|
| 44 |
+
"max_cells_per_patch": 2048,
|
| 45 |
+
"pin_memory": false
|
| 46 |
+
},
|
| 47 |
+
"model": {
|
| 48 |
+
"foundation_model": {
|
| 49 |
+
"enabled": true,
|
| 50 |
+
"pretrained": true,
|
| 51 |
+
"train_adapter": false
|
| 52 |
+
},
|
| 53 |
+
"emb_dim": 1024,
|
| 54 |
+
"avgexp_temp": 1.0,
|
| 55 |
+
"avgexp_residual_scale": 1.0,
|
| 56 |
+
"refiner_query_tokens": 8,
|
| 57 |
+
"hurdle": {
|
| 58 |
+
"enabled": true,
|
| 59 |
+
"sigma_init": 0.5,
|
| 60 |
+
"sigma_floor": 0.03
|
| 61 |
+
},
|
| 62 |
+
"ecrm": {
|
| 63 |
+
"k_target": 12,
|
| 64 |
+
"k_min": 6,
|
| 65 |
+
"k_max": 16,
|
| 66 |
+
"graph_k": 12,
|
| 67 |
+
"cross_patch_k": 8,
|
| 68 |
+
"density_gamma": 0.4,
|
| 69 |
+
"eta_max": 0.6,
|
| 70 |
+
"gamma_perp_max": 0.3,
|
| 71 |
+
"trust_floor": 0.35,
|
| 72 |
+
"trust_scale": 0.65,
|
| 73 |
+
"depth": 1,
|
| 74 |
+
"cross_patch": true,
|
| 75 |
+
"edge_dropout": 0.0,
|
| 76 |
+
"message_dropout": 0.0,
|
| 77 |
+
"residual_gate_init": -1.0,
|
| 78 |
+
"cross_patch_radius": 512.0,
|
| 79 |
+
"ct_same_type_only": true,
|
| 80 |
+
"ct_conf_min": 0.2,
|
| 81 |
+
"apply_to_embeddings": false,
|
| 82 |
+
"apply_to_ref_weights": false,
|
| 83 |
+
"apply_to_expr_residual": true,
|
| 84 |
+
"use_gt_ct": false,
|
| 85 |
+
"enabled": true,
|
| 86 |
+
"ablation_off": false
|
| 87 |
+
},
|
| 88 |
+
"vq_patch": {
|
| 89 |
+
"enabled": true,
|
| 90 |
+
"n_codes": 64,
|
| 91 |
+
"beta": 0.25,
|
| 92 |
+
"use_cosine": true,
|
| 93 |
+
"inject_cell": false,
|
| 94 |
+
"loss_w": 0.05
|
| 95 |
+
},
|
| 96 |
+
"ct_priors_ecrm_unit_enabled": true
|
| 97 |
+
},
|
| 98 |
+
"training": {
|
| 99 |
+
"batch_size": 64,
|
| 100 |
+
"total_epochs": 30,
|
| 101 |
+
"learning_rate": 0.00115,
|
| 102 |
+
"beta1": 0.9,
|
| 103 |
+
"beta2": 0.999,
|
| 104 |
+
"weight_decay": 0.00001,
|
| 105 |
+
"eps": 1E-8,
|
| 106 |
+
"stain_aug": true,
|
| 107 |
+
"uniform_sampler": true,
|
| 108 |
+
"immune_sampler_boost": 1.0,
|
| 109 |
+
"panel_completion_loss_weight": 0.0,
|
| 110 |
+
"panel_hide_frac": 0.0,
|
| 111 |
+
"panel_use_natural_missing": false,
|
| 112 |
+
"pearson_loss_weight": 0.0,
|
| 113 |
+
"expr_var_penalty_weight": 0.0,
|
| 114 |
+
"use_expr_baseline": false,
|
| 115 |
+
"holdout_n_genes": 0,
|
| 116 |
+
"batch_sampler_seed": 20260419,
|
| 117 |
+
"seed": 20260807
|
| 118 |
+
},
|
| 119 |
+
"evaluation": {
|
| 120 |
+
"parity_tolerance_abs": 0.001,
|
| 121 |
+
"external_source": "data_sources_test",
|
| 122 |
+
"external_every_epochs": 1,
|
| 123 |
+
"external_final_epoch": true
|
| 124 |
+
},
|
| 125 |
+
"save_freqs": {
|
| 126 |
+
"model_freq": 1
|
| 127 |
+
},
|
| 128 |
+
"experiment_dirs": {
|
| 129 |
+
"load_dir": "results",
|
| 130 |
+
"metrics_dir": "metrics",
|
| 131 |
+
"model_dir": "models"
|
| 132 |
+
},
|
| 133 |
+
"stain_norm": {
|
| 134 |
+
"norm_train": true,
|
| 135 |
+
"norm_val": true,
|
| 136 |
+
"norm_test": true,
|
| 137 |
+
"fp_norm_ref": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 138 |
+
"resized_scale": 0.2
|
| 139 |
+
},
|
| 140 |
+
"data_sources_train_val": [
|
| 141 |
+
{
|
| 142 |
+
"slide_idx": 0,
|
| 143 |
+
"domain_id": 0,
|
| 144 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/he_image_nuclei_seg.tif",
|
| 145 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast/aligned_he_image.tif",
|
| 146 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_gene_matrix_filtered.csv",
|
| 147 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_type_filtered.csv",
|
| 148 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/matched_nuclei_filtered.csv"
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"slide_idx": 1,
|
| 152 |
+
"domain_id": 0,
|
| 153 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/he_image_nuclei_seg.tif",
|
| 154 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast3/aligned_he_image.tif",
|
| 155 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_gene_matrix_filtered.csv",
|
| 156 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_type_filtered.csv",
|
| 157 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/matched_nuclei_filtered.csv"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"slide_idx": 5,
|
| 161 |
+
"domain_id": 0,
|
| 162 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/he_image_nuclei_seg.tif",
|
| 163 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast4/aligned_he_image.tif",
|
| 164 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_gene_matrix_filtered.csv",
|
| 165 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_type_filtered.csv",
|
| 166 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/matched_nuclei_filtered.csv"
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"slide_idx": 2,
|
| 170 |
+
"domain_id": 0,
|
| 171 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/he_image_nuclei_seg.tif",
|
| 172 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast5/aligned_he_image.tif",
|
| 173 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_gene_matrix_filtered.csv",
|
| 174 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_type_filtered.csv",
|
| 175 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/matched_nuclei_filtered.csv"
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"slide_idx": 4,
|
| 179 |
+
"domain_id": 0,
|
| 180 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/he_image_nuclei_seg.tif",
|
| 181 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast7/aligned_he_image.tif",
|
| 182 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_gene_matrix_filtered.csv",
|
| 183 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_type_filtered.csv",
|
| 184 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/matched_nuclei_filtered.csv"
|
| 185 |
+
}
|
| 186 |
+
],
|
| 187 |
+
"data_sources_test": [
|
| 188 |
+
{
|
| 189 |
+
"slide_idx": 9101,
|
| 190 |
+
"domain_id": 0,
|
| 191 |
+
"fp_nuc_seg": "${ATERA_DATA_ROOT}/ghist_plus/data_processing/he_image_nuclei_seg.tif",
|
| 192 |
+
"fp_hist": "${ATERA_DATA_ROOT}/WTA_Preview_FFPE_Breast_Cancer_he_image.ome.tif",
|
| 193 |
+
"fp_expr": "",
|
| 194 |
+
"fp_cell_type": "",
|
| 195 |
+
"fp_nuc_sizes": "${ATERA_DATA_ROOT}/ghist_plus/data_processing/matched_nuclei_filtered.csv",
|
| 196 |
+
"cell_coords_id_space": "histology"
|
| 197 |
+
}
|
| 198 |
+
]
|
| 199 |
+
}
|
GHIST_plus/models/breast_multi/config_inference_breast5k_domain0.json
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comps": {
|
| 3 |
+
"avgexp": true,
|
| 4 |
+
"celltype": true,
|
| 5 |
+
"crossattn": true,
|
| 6 |
+
"use_neighb": true,
|
| 7 |
+
"neighb": true
|
| 8 |
+
},
|
| 9 |
+
"regions_val": {
|
| 10 |
+
"divisions": [
|
| 11 |
+
[
|
| 12 |
+
0.0,
|
| 13 |
+
0.2
|
| 14 |
+
]
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"regions_test": {
|
| 18 |
+
"divisions": [
|
| 19 |
+
[
|
| 20 |
+
0.0,
|
| 21 |
+
1.0
|
| 22 |
+
]
|
| 23 |
+
]
|
| 24 |
+
},
|
| 25 |
+
"data": {
|
| 26 |
+
"cell_types": [
|
| 27 |
+
"B",
|
| 28 |
+
"Myeloid (excluding macrophage)",
|
| 29 |
+
"Stromal",
|
| 30 |
+
"Macrophage",
|
| 31 |
+
"Malignant",
|
| 32 |
+
"Epithelial",
|
| 33 |
+
"Plasma",
|
| 34 |
+
"T",
|
| 35 |
+
"Unassigned"
|
| 36 |
+
],
|
| 37 |
+
"min_nuc_area": 10,
|
| 38 |
+
"expr_scale": 2.0,
|
| 39 |
+
"foundation_model_input_normalization": "uni2_imagenet",
|
| 40 |
+
"num_workers": 32,
|
| 41 |
+
"hsize": 224,
|
| 42 |
+
"wsize": 224,
|
| 43 |
+
"overlap": 30,
|
| 44 |
+
"max_cells_per_patch": 2048,
|
| 45 |
+
"pin_memory": false
|
| 46 |
+
},
|
| 47 |
+
"model": {
|
| 48 |
+
"foundation_model": {
|
| 49 |
+
"enabled": true,
|
| 50 |
+
"pretrained": true,
|
| 51 |
+
"train_adapter": false
|
| 52 |
+
},
|
| 53 |
+
"emb_dim": 1024,
|
| 54 |
+
"avgexp_temp": 1.0,
|
| 55 |
+
"avgexp_residual_scale": 1.0,
|
| 56 |
+
"refiner_query_tokens": 8,
|
| 57 |
+
"hurdle": {
|
| 58 |
+
"enabled": true,
|
| 59 |
+
"sigma_init": 0.5,
|
| 60 |
+
"sigma_floor": 0.03
|
| 61 |
+
},
|
| 62 |
+
"ecrm": {
|
| 63 |
+
"k_target": 12,
|
| 64 |
+
"k_min": 6,
|
| 65 |
+
"k_max": 16,
|
| 66 |
+
"graph_k": 12,
|
| 67 |
+
"cross_patch_k": 8,
|
| 68 |
+
"density_gamma": 0.4,
|
| 69 |
+
"eta_max": 0.6,
|
| 70 |
+
"gamma_perp_max": 0.3,
|
| 71 |
+
"trust_floor": 0.35,
|
| 72 |
+
"trust_scale": 0.65,
|
| 73 |
+
"depth": 1,
|
| 74 |
+
"cross_patch": true,
|
| 75 |
+
"edge_dropout": 0.0,
|
| 76 |
+
"message_dropout": 0.0,
|
| 77 |
+
"residual_gate_init": -1.0,
|
| 78 |
+
"cross_patch_radius": 512.0,
|
| 79 |
+
"ct_same_type_only": true,
|
| 80 |
+
"ct_conf_min": 0.2,
|
| 81 |
+
"apply_to_embeddings": false,
|
| 82 |
+
"apply_to_ref_weights": false,
|
| 83 |
+
"apply_to_expr_residual": true,
|
| 84 |
+
"use_gt_ct": false,
|
| 85 |
+
"enabled": true,
|
| 86 |
+
"ablation_off": false
|
| 87 |
+
},
|
| 88 |
+
"vq_patch": {
|
| 89 |
+
"enabled": true,
|
| 90 |
+
"n_codes": 64,
|
| 91 |
+
"beta": 0.25,
|
| 92 |
+
"use_cosine": true,
|
| 93 |
+
"inject_cell": false,
|
| 94 |
+
"loss_w": 0.05
|
| 95 |
+
},
|
| 96 |
+
"ct_priors_ecrm_unit_enabled": true
|
| 97 |
+
},
|
| 98 |
+
"training": {
|
| 99 |
+
"batch_size": 64,
|
| 100 |
+
"total_epochs": 30,
|
| 101 |
+
"learning_rate": 0.00115,
|
| 102 |
+
"beta1": 0.9,
|
| 103 |
+
"beta2": 0.999,
|
| 104 |
+
"weight_decay": 0.00001,
|
| 105 |
+
"eps": 1E-8,
|
| 106 |
+
"stain_aug": true,
|
| 107 |
+
"uniform_sampler": true,
|
| 108 |
+
"immune_sampler_boost": 1.0,
|
| 109 |
+
"panel_completion_loss_weight": 0.0,
|
| 110 |
+
"panel_hide_frac": 0.0,
|
| 111 |
+
"panel_use_natural_missing": false,
|
| 112 |
+
"pearson_loss_weight": 0.0,
|
| 113 |
+
"expr_var_penalty_weight": 0.0,
|
| 114 |
+
"use_expr_baseline": false,
|
| 115 |
+
"holdout_n_genes": 0,
|
| 116 |
+
"batch_sampler_seed": 20260419,
|
| 117 |
+
"seed": 20260807
|
| 118 |
+
},
|
| 119 |
+
"evaluation": {
|
| 120 |
+
"parity_tolerance_abs": 0.001,
|
| 121 |
+
"external_source": "data_sources_test",
|
| 122 |
+
"external_every_epochs": 1,
|
| 123 |
+
"external_final_epoch": true
|
| 124 |
+
},
|
| 125 |
+
"save_freqs": {
|
| 126 |
+
"model_freq": 1
|
| 127 |
+
},
|
| 128 |
+
"experiment_dirs": {
|
| 129 |
+
"load_dir": "results",
|
| 130 |
+
"metrics_dir": "metrics",
|
| 131 |
+
"model_dir": "models"
|
| 132 |
+
},
|
| 133 |
+
"stain_norm": {
|
| 134 |
+
"norm_train": true,
|
| 135 |
+
"norm_val": true,
|
| 136 |
+
"norm_test": true,
|
| 137 |
+
"fp_norm_ref": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 138 |
+
"resized_scale": 0.2
|
| 139 |
+
},
|
| 140 |
+
"data_sources_train_val": [
|
| 141 |
+
{
|
| 142 |
+
"slide_idx": 0,
|
| 143 |
+
"domain_id": 0,
|
| 144 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/he_image_nuclei_seg.tif",
|
| 145 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast/aligned_he_image.tif",
|
| 146 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_gene_matrix_filtered.csv",
|
| 147 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_type_filtered.csv",
|
| 148 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/matched_nuclei_filtered.csv"
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"slide_idx": 1,
|
| 152 |
+
"domain_id": 0,
|
| 153 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/he_image_nuclei_seg.tif",
|
| 154 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast3/aligned_he_image.tif",
|
| 155 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_gene_matrix_filtered.csv",
|
| 156 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_type_filtered.csv",
|
| 157 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/matched_nuclei_filtered.csv"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"slide_idx": 5,
|
| 161 |
+
"domain_id": 0,
|
| 162 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/he_image_nuclei_seg.tif",
|
| 163 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast4/aligned_he_image.tif",
|
| 164 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_gene_matrix_filtered.csv",
|
| 165 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_type_filtered.csv",
|
| 166 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/matched_nuclei_filtered.csv"
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"slide_idx": 2,
|
| 170 |
+
"domain_id": 0,
|
| 171 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/he_image_nuclei_seg.tif",
|
| 172 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast5/aligned_he_image.tif",
|
| 173 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_gene_matrix_filtered.csv",
|
| 174 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_type_filtered.csv",
|
| 175 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/matched_nuclei_filtered.csv"
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"slide_idx": 4,
|
| 179 |
+
"domain_id": 0,
|
| 180 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/he_image_nuclei_seg.tif",
|
| 181 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast7/aligned_he_image.tif",
|
| 182 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_gene_matrix_filtered.csv",
|
| 183 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_type_filtered.csv",
|
| 184 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/matched_nuclei_filtered.csv"
|
| 185 |
+
}
|
| 186 |
+
],
|
| 187 |
+
"data_sources_test": [
|
| 188 |
+
{
|
| 189 |
+
"slide_idx": 6,
|
| 190 |
+
"domain_id": 0,
|
| 191 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5k/he_image_nuclei_seg.tif",
|
| 192 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast_5k/aligned_he_image.tif",
|
| 193 |
+
"fp_expr": "",
|
| 194 |
+
"fp_cell_type": "",
|
| 195 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5k/matched_nuclei_filtered.csv"
|
| 196 |
+
}
|
| 197 |
+
]
|
| 198 |
+
}
|
GHIST_plus/models/breast_multi/config_multi_breast.json
ADDED
|
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comps": {
|
| 3 |
+
"avgexp": true,
|
| 4 |
+
"celltype": true,
|
| 5 |
+
"crossattn": true,
|
| 6 |
+
"use_neighb": true,
|
| 7 |
+
"neighb": true
|
| 8 |
+
},
|
| 9 |
+
"regions_val": {"divisions": [[0.0, 0.2]]},
|
| 10 |
+
"regions_test": {"divisions": [[0.0, 1.0]]},
|
| 11 |
+
"data": {
|
| 12 |
+
"cell_types": [
|
| 13 |
+
"B",
|
| 14 |
+
"Myeloid (excluding macrophage)",
|
| 15 |
+
"Stromal",
|
| 16 |
+
"Macrophage",
|
| 17 |
+
"Malignant",
|
| 18 |
+
"Epithelial",
|
| 19 |
+
"Plasma",
|
| 20 |
+
"T",
|
| 21 |
+
"Unassigned"
|
| 22 |
+
],
|
| 23 |
+
"min_nuc_area": 10,
|
| 24 |
+
"expr_scale": 2.0,
|
| 25 |
+
"foundation_model_input_normalization": "uni2_imagenet",
|
| 26 |
+
"num_workers": 32,
|
| 27 |
+
"hsize": 224,
|
| 28 |
+
"wsize": 224,
|
| 29 |
+
"overlap": 30,
|
| 30 |
+
"max_cells_per_patch": 2048,
|
| 31 |
+
"pin_memory": false
|
| 32 |
+
},
|
| 33 |
+
"model": {
|
| 34 |
+
"foundation_model": {
|
| 35 |
+
"enabled": true,
|
| 36 |
+
"pretrained": true,
|
| 37 |
+
"train_adapter": false
|
| 38 |
+
},
|
| 39 |
+
"emb_dim": 1024,
|
| 40 |
+
"avgexp_temp": 1.0,
|
| 41 |
+
"avgexp_residual_scale": 1.0,
|
| 42 |
+
"refiner_query_tokens": 8,
|
| 43 |
+
"hurdle": {
|
| 44 |
+
"enabled": true,
|
| 45 |
+
"sigma_init": 0.5,
|
| 46 |
+
"sigma_floor": 0.03
|
| 47 |
+
},
|
| 48 |
+
"ecrm": {
|
| 49 |
+
"k_target": 12,
|
| 50 |
+
"k_min": 6,
|
| 51 |
+
"k_max": 16,
|
| 52 |
+
"graph_k": 12,
|
| 53 |
+
"cross_patch_k": 8,
|
| 54 |
+
"density_gamma": 0.4,
|
| 55 |
+
"eta_max": 0.6,
|
| 56 |
+
"gamma_perp_max": 0.3,
|
| 57 |
+
"trust_floor": 0.35,
|
| 58 |
+
"trust_scale": 0.65,
|
| 59 |
+
"depth": 1,
|
| 60 |
+
"cross_patch": true,
|
| 61 |
+
"edge_dropout": 0.0,
|
| 62 |
+
"message_dropout": 0.0,
|
| 63 |
+
"residual_gate_init": -1.0,
|
| 64 |
+
"cross_patch_radius": 512.0,
|
| 65 |
+
"ct_same_type_only": true,
|
| 66 |
+
"ct_conf_min": 0.2,
|
| 67 |
+
"apply_to_embeddings": false,
|
| 68 |
+
"apply_to_ref_weights": false,
|
| 69 |
+
"apply_to_expr_residual": true,
|
| 70 |
+
"use_gt_ct": false,
|
| 71 |
+
"enabled": true,
|
| 72 |
+
"ablation_off": false
|
| 73 |
+
},
|
| 74 |
+
"vq_patch": {
|
| 75 |
+
"enabled": true,
|
| 76 |
+
"n_codes": 64,
|
| 77 |
+
"beta": 0.25,
|
| 78 |
+
"use_cosine": true,
|
| 79 |
+
"inject_cell": false,
|
| 80 |
+
"loss_w": 0.05
|
| 81 |
+
},
|
| 82 |
+
"ct_priors_ecrm_unit_enabled": true
|
| 83 |
+
},
|
| 84 |
+
"training": {
|
| 85 |
+
"batch_size": 64,
|
| 86 |
+
"total_epochs": 30,
|
| 87 |
+
"learning_rate": 0.00115,
|
| 88 |
+
"beta1": 0.9,
|
| 89 |
+
"beta2": 0.999,
|
| 90 |
+
"weight_decay": 0.00001,
|
| 91 |
+
"eps": 1e-08,
|
| 92 |
+
"stain_aug": true,
|
| 93 |
+
"uniform_sampler": true,
|
| 94 |
+
"immune_sampler_boost": 1.0,
|
| 95 |
+
"panel_completion_loss_weight": 0.0,
|
| 96 |
+
"panel_hide_frac": 0.0,
|
| 97 |
+
"panel_use_natural_missing": false,
|
| 98 |
+
"pearson_loss_weight": 0.0,
|
| 99 |
+
"expr_var_penalty_weight": 0.0,
|
| 100 |
+
"use_expr_baseline": false,
|
| 101 |
+
"holdout_n_genes": 0,
|
| 102 |
+
"batch_sampler_seed": 20260419,
|
| 103 |
+
"seed": 20260807
|
| 104 |
+
},
|
| 105 |
+
"evaluation": {
|
| 106 |
+
"parity_tolerance_abs": 0.001,
|
| 107 |
+
"external_source": "data_sources_test",
|
| 108 |
+
"external_every_epochs": 1,
|
| 109 |
+
"external_final_epoch": true
|
| 110 |
+
},
|
| 111 |
+
"save_freqs": {"model_freq": 1},
|
| 112 |
+
"experiment_dirs": {
|
| 113 |
+
"load_dir": "results",
|
| 114 |
+
"metrics_dir": "metrics",
|
| 115 |
+
"model_dir": "models"
|
| 116 |
+
},
|
| 117 |
+
"stain_norm": {
|
| 118 |
+
"norm_train": true,
|
| 119 |
+
"norm_val": true,
|
| 120 |
+
"norm_test": true,
|
| 121 |
+
"fp_norm_ref": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 122 |
+
"resized_scale": 0.2
|
| 123 |
+
},
|
| 124 |
+
"data_sources_train_val": [
|
| 125 |
+
{
|
| 126 |
+
"slide_idx": 0,
|
| 127 |
+
"domain_id": 0,
|
| 128 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/he_image_nuclei_seg.tif",
|
| 129 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast/aligned_he_image.tif",
|
| 130 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_gene_matrix_filtered.csv",
|
| 131 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_type_filtered.csv",
|
| 132 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/matched_nuclei_filtered.csv"
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"slide_idx": 1,
|
| 136 |
+
"domain_id": 0,
|
| 137 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/he_image_nuclei_seg.tif",
|
| 138 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast3/aligned_he_image.tif",
|
| 139 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_gene_matrix_filtered.csv",
|
| 140 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_type_filtered.csv",
|
| 141 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/matched_nuclei_filtered.csv"
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"slide_idx": 5,
|
| 145 |
+
"domain_id": 0,
|
| 146 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/he_image_nuclei_seg.tif",
|
| 147 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast4/aligned_he_image.tif",
|
| 148 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_gene_matrix_filtered.csv",
|
| 149 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_type_filtered.csv",
|
| 150 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/matched_nuclei_filtered.csv"
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"slide_idx": 2,
|
| 154 |
+
"domain_id": 0,
|
| 155 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/he_image_nuclei_seg.tif",
|
| 156 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast5/aligned_he_image.tif",
|
| 157 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_gene_matrix_filtered.csv",
|
| 158 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_type_filtered.csv",
|
| 159 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/matched_nuclei_filtered.csv"
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"slide_idx": 4,
|
| 163 |
+
"domain_id": 0,
|
| 164 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/he_image_nuclei_seg.tif",
|
| 165 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast7/aligned_he_image.tif",
|
| 166 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_gene_matrix_filtered.csv",
|
| 167 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_type_filtered.csv",
|
| 168 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/matched_nuclei_filtered.csv"
|
| 169 |
+
}
|
| 170 |
+
],
|
| 171 |
+
"data_sources_test": [
|
| 172 |
+
{
|
| 173 |
+
"slide_idx": 3,
|
| 174 |
+
"domain_id": 0,
|
| 175 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image_nuclei_seg.tif",
|
| 176 |
+
"fp_hist": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 177 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/cell_gene_matrix_filtered.csv",
|
| 178 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/cell_type_filtered.csv",
|
| 179 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/matched_nuclei_filtered.csv"
|
| 180 |
+
}
|
| 181 |
+
]
|
| 182 |
+
}
|
GHIST_plus/models/breast_multi/genes.txt
ADDED
|
@@ -0,0 +1,413 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ABCC11
|
| 2 |
+
ACKR1
|
| 3 |
+
ACTA2
|
| 4 |
+
ACTG2
|
| 5 |
+
ADAM9
|
| 6 |
+
ADGRE5
|
| 7 |
+
ADGRL4
|
| 8 |
+
ADH1B
|
| 9 |
+
ADIPOQ
|
| 10 |
+
AEBP1
|
| 11 |
+
AGR3
|
| 12 |
+
AHSP
|
| 13 |
+
AIF1
|
| 14 |
+
AKR1C1
|
| 15 |
+
AKR1C3
|
| 16 |
+
ALDH1A3
|
| 17 |
+
ANGPT2
|
| 18 |
+
ANKRD28
|
| 19 |
+
ANKRD29
|
| 20 |
+
ANKRD30A
|
| 21 |
+
APC
|
| 22 |
+
APOBEC3A
|
| 23 |
+
APOBEC3B
|
| 24 |
+
APOC1
|
| 25 |
+
AQP1
|
| 26 |
+
AQP3
|
| 27 |
+
AR
|
| 28 |
+
ARSG
|
| 29 |
+
AVPR1A
|
| 30 |
+
BAALC
|
| 31 |
+
BACE2
|
| 32 |
+
BANK1
|
| 33 |
+
BASP1
|
| 34 |
+
BIRC3
|
| 35 |
+
BTNL9
|
| 36 |
+
BUB1
|
| 37 |
+
C1QA
|
| 38 |
+
C1QC
|
| 39 |
+
C2orf42
|
| 40 |
+
C5orf46
|
| 41 |
+
C6orf132
|
| 42 |
+
C11orf96
|
| 43 |
+
C15orf48
|
| 44 |
+
CACNG4
|
| 45 |
+
CAPN9
|
| 46 |
+
CAV1
|
| 47 |
+
CAVIN2
|
| 48 |
+
CCDC6
|
| 49 |
+
CCDC80
|
| 50 |
+
CCL5
|
| 51 |
+
CCL8
|
| 52 |
+
CCL18
|
| 53 |
+
CCL19
|
| 54 |
+
CCL20
|
| 55 |
+
CCL26
|
| 56 |
+
CCND1
|
| 57 |
+
CCPG1
|
| 58 |
+
CCR7
|
| 59 |
+
CD1C
|
| 60 |
+
CD3D
|
| 61 |
+
CD3E
|
| 62 |
+
CD3G
|
| 63 |
+
CD4
|
| 64 |
+
CD8A
|
| 65 |
+
CD8B
|
| 66 |
+
CD9
|
| 67 |
+
CD14
|
| 68 |
+
CD19
|
| 69 |
+
CD27
|
| 70 |
+
CD36
|
| 71 |
+
CD40
|
| 72 |
+
CD52
|
| 73 |
+
CD68
|
| 74 |
+
CD69
|
| 75 |
+
CD79A
|
| 76 |
+
CD79B
|
| 77 |
+
CD80
|
| 78 |
+
CD83
|
| 79 |
+
CD86
|
| 80 |
+
CD93
|
| 81 |
+
CD96
|
| 82 |
+
CD163
|
| 83 |
+
CD247
|
| 84 |
+
CD274
|
| 85 |
+
CDC42EP1
|
| 86 |
+
CDH1
|
| 87 |
+
CEACAM6
|
| 88 |
+
CEACAM8
|
| 89 |
+
CEBPB
|
| 90 |
+
CEL
|
| 91 |
+
CENPF
|
| 92 |
+
CILP
|
| 93 |
+
CLCA2
|
| 94 |
+
CLDN4
|
| 95 |
+
CLDN5
|
| 96 |
+
CLEC9A
|
| 97 |
+
CLEC14A
|
| 98 |
+
CLECL1
|
| 99 |
+
CLIC6
|
| 100 |
+
CPA3
|
| 101 |
+
CRHBP
|
| 102 |
+
CRISPLD2
|
| 103 |
+
CSF3
|
| 104 |
+
CST1
|
| 105 |
+
CTH
|
| 106 |
+
CTHRC1
|
| 107 |
+
CTLA4
|
| 108 |
+
CTSG
|
| 109 |
+
CTTN
|
| 110 |
+
CX3CR1
|
| 111 |
+
CXCL5
|
| 112 |
+
CXCL9
|
| 113 |
+
CXCL12
|
| 114 |
+
CXCL16
|
| 115 |
+
CXCR3
|
| 116 |
+
CXCR4
|
| 117 |
+
CYP1A1
|
| 118 |
+
CYTIP
|
| 119 |
+
DAPK3
|
| 120 |
+
DERL3
|
| 121 |
+
DHRS2
|
| 122 |
+
DIO2
|
| 123 |
+
DMKN
|
| 124 |
+
DNAAF1
|
| 125 |
+
DNTTIP1
|
| 126 |
+
DPT
|
| 127 |
+
DSC2
|
| 128 |
+
DSP
|
| 129 |
+
DST
|
| 130 |
+
DUSP2
|
| 131 |
+
DUSP5
|
| 132 |
+
E2F1
|
| 133 |
+
ECM1
|
| 134 |
+
EDN1
|
| 135 |
+
EDNRB
|
| 136 |
+
EFEMP1
|
| 137 |
+
EGFL7
|
| 138 |
+
EGFR
|
| 139 |
+
EGR1
|
| 140 |
+
EIF4EBP1
|
| 141 |
+
ELF3
|
| 142 |
+
ELF5
|
| 143 |
+
ELOVL5
|
| 144 |
+
ENAH
|
| 145 |
+
EPCAM
|
| 146 |
+
EPHA2
|
| 147 |
+
EPHA4
|
| 148 |
+
ERBB2
|
| 149 |
+
ERN1
|
| 150 |
+
ESM1
|
| 151 |
+
ESR1
|
| 152 |
+
FAM3B
|
| 153 |
+
FAM49A
|
| 154 |
+
FAM107B
|
| 155 |
+
FASN
|
| 156 |
+
FBLIM1
|
| 157 |
+
FBLN1
|
| 158 |
+
FBLN2
|
| 159 |
+
FCER1A
|
| 160 |
+
FCER1G
|
| 161 |
+
FCGR3A
|
| 162 |
+
FGFR1
|
| 163 |
+
FGL2
|
| 164 |
+
FLNB
|
| 165 |
+
FOSL1
|
| 166 |
+
FOXA1
|
| 167 |
+
FOXC2
|
| 168 |
+
FOXP3
|
| 169 |
+
FSTL3
|
| 170 |
+
G0S2
|
| 171 |
+
GABRP
|
| 172 |
+
GATA3
|
| 173 |
+
GJB2
|
| 174 |
+
GLIPR1
|
| 175 |
+
GNLY
|
| 176 |
+
GPR183
|
| 177 |
+
GPX3
|
| 178 |
+
GRB14
|
| 179 |
+
GZMA
|
| 180 |
+
GZMB
|
| 181 |
+
GZMK
|
| 182 |
+
HAVCR2
|
| 183 |
+
HDC
|
| 184 |
+
HMGA1
|
| 185 |
+
HMGCS2
|
| 186 |
+
HOOK2
|
| 187 |
+
HOXD8
|
| 188 |
+
HOXD9
|
| 189 |
+
HPX
|
| 190 |
+
ID4
|
| 191 |
+
IFNB1
|
| 192 |
+
IGF1
|
| 193 |
+
IGF1R
|
| 194 |
+
IGFBP6
|
| 195 |
+
IGSF6
|
| 196 |
+
IL2RA
|
| 197 |
+
IL2RG
|
| 198 |
+
IL3RA
|
| 199 |
+
IL4
|
| 200 |
+
IL7R
|
| 201 |
+
IL17A
|
| 202 |
+
IL22
|
| 203 |
+
IL23A
|
| 204 |
+
IL32
|
| 205 |
+
INHBA
|
| 206 |
+
IQCJ
|
| 207 |
+
ISLR
|
| 208 |
+
ITGAM
|
| 209 |
+
ITGAX
|
| 210 |
+
ITGB1
|
| 211 |
+
ITM2C
|
| 212 |
+
JUP
|
| 213 |
+
KARS
|
| 214 |
+
KDR
|
| 215 |
+
KIT
|
| 216 |
+
KLF5
|
| 217 |
+
KLRB1
|
| 218 |
+
KLRC1
|
| 219 |
+
KLRD1
|
| 220 |
+
KLRF1
|
| 221 |
+
KRT5
|
| 222 |
+
KRT6B
|
| 223 |
+
KRT7
|
| 224 |
+
KRT8
|
| 225 |
+
KRT14
|
| 226 |
+
KRT15
|
| 227 |
+
KRT16
|
| 228 |
+
KRT23
|
| 229 |
+
LAG3
|
| 230 |
+
LARS
|
| 231 |
+
LDHA
|
| 232 |
+
LDHB
|
| 233 |
+
LEF1
|
| 234 |
+
LEP
|
| 235 |
+
LGALS9
|
| 236 |
+
LGALSL
|
| 237 |
+
LIF
|
| 238 |
+
LILRA4
|
| 239 |
+
LPL
|
| 240 |
+
LPXN
|
| 241 |
+
LRRC15
|
| 242 |
+
LRRC31
|
| 243 |
+
LTB
|
| 244 |
+
LUM
|
| 245 |
+
LY86
|
| 246 |
+
LYPD3
|
| 247 |
+
LYZ
|
| 248 |
+
MAP3K8
|
| 249 |
+
MCM6
|
| 250 |
+
MDM2
|
| 251 |
+
MEDAG
|
| 252 |
+
MFAP4
|
| 253 |
+
MFAP5
|
| 254 |
+
MKI67
|
| 255 |
+
MLPH
|
| 256 |
+
MMP1
|
| 257 |
+
MMP2
|
| 258 |
+
MMP11
|
| 259 |
+
MMP12
|
| 260 |
+
MMRN2
|
| 261 |
+
MNDA
|
| 262 |
+
MPO
|
| 263 |
+
MRC1
|
| 264 |
+
MS4A1
|
| 265 |
+
MUC1
|
| 266 |
+
MUC5B
|
| 267 |
+
MUC6
|
| 268 |
+
MYBPC1
|
| 269 |
+
MYH11
|
| 270 |
+
MYLK
|
| 271 |
+
MYO5B
|
| 272 |
+
MZB1
|
| 273 |
+
NARS
|
| 274 |
+
NCAM1
|
| 275 |
+
NDUFA4L2
|
| 276 |
+
NKG7
|
| 277 |
+
NLRC5
|
| 278 |
+
NNMT
|
| 279 |
+
NOSTRIN
|
| 280 |
+
NPM3
|
| 281 |
+
NXPH1
|
| 282 |
+
OCIAD2
|
| 283 |
+
OPRPN
|
| 284 |
+
OXTR
|
| 285 |
+
PCDH10
|
| 286 |
+
PCLAF
|
| 287 |
+
PCOLCE
|
| 288 |
+
PDCD1
|
| 289 |
+
PDCD1LG2
|
| 290 |
+
PDE4A
|
| 291 |
+
PDGFRA
|
| 292 |
+
PDGFRB
|
| 293 |
+
PDK4
|
| 294 |
+
PDZK1
|
| 295 |
+
PECAM1
|
| 296 |
+
PELI1
|
| 297 |
+
PGR
|
| 298 |
+
PIGR
|
| 299 |
+
PIK3CG
|
| 300 |
+
PIM1
|
| 301 |
+
PLD4
|
| 302 |
+
PLIN1
|
| 303 |
+
PLK1
|
| 304 |
+
POLR2J3
|
| 305 |
+
POSTN
|
| 306 |
+
PPARG
|
| 307 |
+
PRDM1
|
| 308 |
+
PRF1
|
| 309 |
+
PTGDS
|
| 310 |
+
PTN
|
| 311 |
+
PTPRC
|
| 312 |
+
PTRHD1
|
| 313 |
+
QARS
|
| 314 |
+
RAB30
|
| 315 |
+
RAMP2
|
| 316 |
+
RAPGEF3
|
| 317 |
+
RARRES2
|
| 318 |
+
REXO4
|
| 319 |
+
RGS5
|
| 320 |
+
RHOH
|
| 321 |
+
ROR1
|
| 322 |
+
RORC
|
| 323 |
+
RTKN2
|
| 324 |
+
RUNX1
|
| 325 |
+
S100A4
|
| 326 |
+
S100A8
|
| 327 |
+
S100A14
|
| 328 |
+
SCD
|
| 329 |
+
SCGB2A1
|
| 330 |
+
SDC4
|
| 331 |
+
SEC11C
|
| 332 |
+
SEC24A
|
| 333 |
+
SELL
|
| 334 |
+
SERHL2
|
| 335 |
+
SERPINA3
|
| 336 |
+
SERPINB9
|
| 337 |
+
SERPING1
|
| 338 |
+
SFRP1
|
| 339 |
+
SFRP4
|
| 340 |
+
SH3YL1
|
| 341 |
+
SLAMF1
|
| 342 |
+
SLAMF7
|
| 343 |
+
SLC4A1
|
| 344 |
+
SLC5A6
|
| 345 |
+
SLC25A37
|
| 346 |
+
SLC26A3
|
| 347 |
+
SMAP2
|
| 348 |
+
SMS
|
| 349 |
+
SNAI1
|
| 350 |
+
SNX20
|
| 351 |
+
SOX17
|
| 352 |
+
SOX18
|
| 353 |
+
SPARCL1
|
| 354 |
+
SPIB
|
| 355 |
+
SPOCK2
|
| 356 |
+
SQLE
|
| 357 |
+
SRGN
|
| 358 |
+
SRPK1
|
| 359 |
+
SSTR2
|
| 360 |
+
STAT3
|
| 361 |
+
STC1
|
| 362 |
+
STC2
|
| 363 |
+
SVIL
|
| 364 |
+
TAC1
|
| 365 |
+
TACSTD2
|
| 366 |
+
TAP1
|
| 367 |
+
TAPBP
|
| 368 |
+
TBX3
|
| 369 |
+
TCEAL7
|
| 370 |
+
TCF4
|
| 371 |
+
TCF7
|
| 372 |
+
TCF15
|
| 373 |
+
TCIM
|
| 374 |
+
TCL1A
|
| 375 |
+
TENT5C
|
| 376 |
+
TFAP2A
|
| 377 |
+
TGFBR1
|
| 378 |
+
THAP2
|
| 379 |
+
THBS2
|
| 380 |
+
THY1
|
| 381 |
+
TIFA
|
| 382 |
+
TIGIT
|
| 383 |
+
TIMP4
|
| 384 |
+
TMEM147
|
| 385 |
+
TNFRSF17
|
| 386 |
+
TNS4
|
| 387 |
+
TNXB
|
| 388 |
+
TOMM7
|
| 389 |
+
TOP2A
|
| 390 |
+
TPD52
|
| 391 |
+
TPSAB1
|
| 392 |
+
TRAC
|
| 393 |
+
TRAF4
|
| 394 |
+
TRAPPC3
|
| 395 |
+
TRAT1
|
| 396 |
+
TRBC1
|
| 397 |
+
TRH
|
| 398 |
+
TRIB1
|
| 399 |
+
TSPAN8
|
| 400 |
+
TUBA4A
|
| 401 |
+
TUBB2B
|
| 402 |
+
TYROBP
|
| 403 |
+
UBD
|
| 404 |
+
UCP1
|
| 405 |
+
USP53
|
| 406 |
+
VEGFC
|
| 407 |
+
VOPP1
|
| 408 |
+
VWF
|
| 409 |
+
WARS
|
| 410 |
+
XCR1
|
| 411 |
+
ZEB1
|
| 412 |
+
ZEB2
|
| 413 |
+
ZNF562
|
GHIST_plus/models/breast_multi/ghist_plus_breast_multi_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0194f6d6736c8c65cced7b65db0013d1ba61484345c3ea9855393a60018637e
|
| 3 |
+
size 184217730
|
GHIST_plus/models/breast_multi/ghist_plus_breast_multi_optimizer.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8500b17395a2d09546966dad1601d0e66dd1484f244e8d98255da969b8f1a50f
|
| 3 |
+
size 173521230
|
GHIST_plus/models/breast_multi/standardisation_hist_fold_1.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f172e9742c1ceb7783b1187e9900d8a51f67e2322a85ca441b0a9621dcf5e79
|
| 3 |
+
size 176
|
GHIST_plus/models/breast_single/config.json
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comps": {
|
| 3 |
+
"avgexp": true,
|
| 4 |
+
"celltype": true,
|
| 5 |
+
"crossattn": true,
|
| 6 |
+
"use_neighb": true,
|
| 7 |
+
"neighb": true
|
| 8 |
+
},
|
| 9 |
+
"regions_val": {
|
| 10 |
+
"divisions": [
|
| 11 |
+
[
|
| 12 |
+
0.0,
|
| 13 |
+
0.2
|
| 14 |
+
]
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"data": {
|
| 18 |
+
"cell_types": [
|
| 19 |
+
"B",
|
| 20 |
+
"Myeloid (excluding macrophage)",
|
| 21 |
+
"Stromal",
|
| 22 |
+
"Macrophage",
|
| 23 |
+
"Malignant",
|
| 24 |
+
"Epithelial",
|
| 25 |
+
"Plasma",
|
| 26 |
+
"T",
|
| 27 |
+
"Unassigned"
|
| 28 |
+
],
|
| 29 |
+
"min_nuc_area": 10,
|
| 30 |
+
"expr_scale": 2.0,
|
| 31 |
+
"foundation_model_input_normalization": "uni2_imagenet",
|
| 32 |
+
"num_workers": 24,
|
| 33 |
+
"hsize": 224,
|
| 34 |
+
"wsize": 224,
|
| 35 |
+
"overlap": 30,
|
| 36 |
+
"max_cells_per_patch": 2048,
|
| 37 |
+
"pin_memory": false
|
| 38 |
+
},
|
| 39 |
+
"model": {
|
| 40 |
+
"foundation_model": {
|
| 41 |
+
"enabled": true,
|
| 42 |
+
"pretrained": true,
|
| 43 |
+
"train_adapter": false
|
| 44 |
+
},
|
| 45 |
+
"emb_dim": 1024,
|
| 46 |
+
"avgexp_temp": 1.0,
|
| 47 |
+
"avgexp_residual_scale": 1.0,
|
| 48 |
+
"refiner_query_tokens": 8,
|
| 49 |
+
"hurdle": {
|
| 50 |
+
"enabled": true,
|
| 51 |
+
"sigma_init": 0.5,
|
| 52 |
+
"sigma_floor": 0.03
|
| 53 |
+
},
|
| 54 |
+
"ecrm": {
|
| 55 |
+
"k_target": 12,
|
| 56 |
+
"k_min": 6,
|
| 57 |
+
"k_max": 16,
|
| 58 |
+
"graph_k": 12,
|
| 59 |
+
"cross_patch_k": 8,
|
| 60 |
+
"density_gamma": 0.4,
|
| 61 |
+
"eta_max": 0.6,
|
| 62 |
+
"gamma_perp_max": 0.3,
|
| 63 |
+
"trust_floor": 0.35,
|
| 64 |
+
"trust_scale": 0.65,
|
| 65 |
+
"depth": 1,
|
| 66 |
+
"cross_patch": true,
|
| 67 |
+
"edge_dropout": 0.0,
|
| 68 |
+
"message_dropout": 0.0,
|
| 69 |
+
"residual_gate_init": -1.0,
|
| 70 |
+
"cross_patch_radius": 512.0,
|
| 71 |
+
"ct_same_type_only": true,
|
| 72 |
+
"ct_conf_min": 0.2,
|
| 73 |
+
"apply_to_embeddings": false,
|
| 74 |
+
"apply_to_ref_weights": false,
|
| 75 |
+
"apply_to_expr_residual": true,
|
| 76 |
+
"use_gt_ct": false,
|
| 77 |
+
"enabled": true,
|
| 78 |
+
"ablation_off": false
|
| 79 |
+
},
|
| 80 |
+
"vq_patch": {
|
| 81 |
+
"enabled": true,
|
| 82 |
+
"n_codes": 64,
|
| 83 |
+
"beta": 0.25,
|
| 84 |
+
"use_cosine": true,
|
| 85 |
+
"inject_cell": false,
|
| 86 |
+
"loss_w": 0.05
|
| 87 |
+
},
|
| 88 |
+
"ct_priors_ecrm_unit_enabled": true
|
| 89 |
+
},
|
| 90 |
+
"training": {
|
| 91 |
+
"batch_size": 64,
|
| 92 |
+
"total_epochs": 30,
|
| 93 |
+
"learning_rate": 0.00115,
|
| 94 |
+
"beta1": 0.9,
|
| 95 |
+
"beta2": 0.999,
|
| 96 |
+
"weight_decay": 0.00001,
|
| 97 |
+
"eps": 1E-8,
|
| 98 |
+
"stain_aug": true,
|
| 99 |
+
"uniform_sampler": true,
|
| 100 |
+
"immune_sampler_boost": 1.0,
|
| 101 |
+
"panel_completion_loss_weight": 0.0,
|
| 102 |
+
"panel_hide_frac": 0.0,
|
| 103 |
+
"panel_use_natural_missing": false,
|
| 104 |
+
"pearson_loss_weight": 0.0,
|
| 105 |
+
"expr_var_penalty_weight": 0.0,
|
| 106 |
+
"use_expr_baseline": false,
|
| 107 |
+
"holdout_n_genes": 0,
|
| 108 |
+
"batch_sampler_seed": 20260419,
|
| 109 |
+
"seed": 20260807
|
| 110 |
+
},
|
| 111 |
+
"evaluation": {
|
| 112 |
+
"parity_tolerance_abs": 0.001,
|
| 113 |
+
"external_source": "data_sources_train_val"
|
| 114 |
+
},
|
| 115 |
+
"save_freqs": {
|
| 116 |
+
"model_freq": 1
|
| 117 |
+
},
|
| 118 |
+
"experiment_dirs": {
|
| 119 |
+
"load_dir": "results",
|
| 120 |
+
"metrics_dir": "metrics",
|
| 121 |
+
"model_dir": "models"
|
| 122 |
+
},
|
| 123 |
+
"stain_norm": {
|
| 124 |
+
"norm_train": false,
|
| 125 |
+
"norm_val": false,
|
| 126 |
+
"norm_test": false,
|
| 127 |
+
"fp_norm_ref": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 128 |
+
"resized_scale": 0.2
|
| 129 |
+
},
|
| 130 |
+
"data_sources_train_val": [
|
| 131 |
+
{
|
| 132 |
+
"slide_idx": 3,
|
| 133 |
+
"domain_id": 0,
|
| 134 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image_nuclei_seg.tif",
|
| 135 |
+
"fp_hist": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 136 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/cell_gene_matrix_filtered.csv",
|
| 137 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/cell_type_filtered.csv",
|
| 138 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/matched_nuclei_filtered.csv",
|
| 139 |
+
"cell_coords_id_space": "histology",
|
| 140 |
+
"cell_coords_validate_alignment": true,
|
| 141 |
+
"cell_coords_alignment_sample_size": 256,
|
| 142 |
+
"cell_coords_alignment_tolerance_px": 1.0,
|
| 143 |
+
"cell_coords_alignment_window_radius_px": 64
|
| 144 |
+
}
|
| 145 |
+
],
|
| 146 |
+
"data_sources_test": [],
|
| 147 |
+
"run_label": "breast2_ablation9_full"
|
| 148 |
+
}
|
GHIST_plus/models/breast_single/genes.txt
ADDED
|
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ABCC11
|
| 2 |
+
ACTA2
|
| 3 |
+
ACTG2
|
| 4 |
+
ADAM9
|
| 5 |
+
ADGRE5
|
| 6 |
+
ADH1B
|
| 7 |
+
ADIPOQ
|
| 8 |
+
AGR3
|
| 9 |
+
AIF1
|
| 10 |
+
AKR1C1
|
| 11 |
+
AKR1C3
|
| 12 |
+
ALDH1A3
|
| 13 |
+
ANGPT2
|
| 14 |
+
ANKRD28
|
| 15 |
+
ANKRD29
|
| 16 |
+
ANKRD30A
|
| 17 |
+
APOBEC3A
|
| 18 |
+
APOBEC3B
|
| 19 |
+
APOC1
|
| 20 |
+
AQP1
|
| 21 |
+
AQP3
|
| 22 |
+
AR
|
| 23 |
+
AVPR1A
|
| 24 |
+
BACE2
|
| 25 |
+
BANK1
|
| 26 |
+
BASP1
|
| 27 |
+
C1QA
|
| 28 |
+
C1QC
|
| 29 |
+
C2orf42
|
| 30 |
+
C5orf46
|
| 31 |
+
C6orf132
|
| 32 |
+
C15orf48
|
| 33 |
+
CAV1
|
| 34 |
+
CAVIN2
|
| 35 |
+
CCDC6
|
| 36 |
+
CCDC80
|
| 37 |
+
CCL5
|
| 38 |
+
CCL8
|
| 39 |
+
CCND1
|
| 40 |
+
CCPG1
|
| 41 |
+
CCR7
|
| 42 |
+
CD3E
|
| 43 |
+
CD3G
|
| 44 |
+
CD4
|
| 45 |
+
CD8A
|
| 46 |
+
CD9
|
| 47 |
+
CD14
|
| 48 |
+
CD19
|
| 49 |
+
CD27
|
| 50 |
+
CD68
|
| 51 |
+
CD69
|
| 52 |
+
CD79A
|
| 53 |
+
CD79B
|
| 54 |
+
CD80
|
| 55 |
+
CD83
|
| 56 |
+
CD86
|
| 57 |
+
CD93
|
| 58 |
+
CD163
|
| 59 |
+
CD247
|
| 60 |
+
CD274
|
| 61 |
+
CDC42EP1
|
| 62 |
+
CDH1
|
| 63 |
+
CEACAM6
|
| 64 |
+
CEACAM8
|
| 65 |
+
CENPF
|
| 66 |
+
CLEC9A
|
| 67 |
+
CLEC14A
|
| 68 |
+
CLECL1
|
| 69 |
+
CLIC6
|
| 70 |
+
CPA3
|
| 71 |
+
CRISPLD2
|
| 72 |
+
CTH
|
| 73 |
+
CTLA4
|
| 74 |
+
CTSG
|
| 75 |
+
CTTN
|
| 76 |
+
CX3CR1
|
| 77 |
+
CXCL5
|
| 78 |
+
CXCL12
|
| 79 |
+
CXCL16
|
| 80 |
+
CXCR4
|
| 81 |
+
CYTIP
|
| 82 |
+
DAPK3
|
| 83 |
+
DMKN
|
| 84 |
+
DNAAF1
|
| 85 |
+
DNTTIP1
|
| 86 |
+
DPT
|
| 87 |
+
DSC2
|
| 88 |
+
DSP
|
| 89 |
+
DST
|
| 90 |
+
DUSP2
|
| 91 |
+
DUSP5
|
| 92 |
+
EGFL7
|
| 93 |
+
EGFR
|
| 94 |
+
EIF4EBP1
|
| 95 |
+
ENAH
|
| 96 |
+
EPCAM
|
| 97 |
+
ERBB2
|
| 98 |
+
ERN1
|
| 99 |
+
ESM1
|
| 100 |
+
ESR1
|
| 101 |
+
FAM49A
|
| 102 |
+
FAM107B
|
| 103 |
+
FASN
|
| 104 |
+
FBLN1
|
| 105 |
+
FCER1A
|
| 106 |
+
FCER1G
|
| 107 |
+
FCGR3A
|
| 108 |
+
FGL2
|
| 109 |
+
FLNB
|
| 110 |
+
FOXA1
|
| 111 |
+
FOXC2
|
| 112 |
+
FOXP3
|
| 113 |
+
FSTL3
|
| 114 |
+
GATA3
|
| 115 |
+
GJB2
|
| 116 |
+
GLIPR1
|
| 117 |
+
GNLY
|
| 118 |
+
GPR183
|
| 119 |
+
GZMA
|
| 120 |
+
GZMK
|
| 121 |
+
HAVCR2
|
| 122 |
+
HMGA1
|
| 123 |
+
HOOK2
|
| 124 |
+
HOXD8
|
| 125 |
+
HOXD9
|
| 126 |
+
HPX
|
| 127 |
+
IGF1
|
| 128 |
+
IGSF6
|
| 129 |
+
IL2RA
|
| 130 |
+
IL2RG
|
| 131 |
+
IL3RA
|
| 132 |
+
IL7R
|
| 133 |
+
ITGAM
|
| 134 |
+
ITGAX
|
| 135 |
+
ITM2C
|
| 136 |
+
JUP
|
| 137 |
+
KARS
|
| 138 |
+
KDR
|
| 139 |
+
KIT
|
| 140 |
+
KLF5
|
| 141 |
+
KLRB1
|
| 142 |
+
KLRC1
|
| 143 |
+
KLRD1
|
| 144 |
+
KLRF1
|
| 145 |
+
KRT5
|
| 146 |
+
KRT6B
|
| 147 |
+
KRT7
|
| 148 |
+
KRT8
|
| 149 |
+
KRT14
|
| 150 |
+
KRT23
|
| 151 |
+
LAG3
|
| 152 |
+
LARS
|
| 153 |
+
LDHB
|
| 154 |
+
LGALSL
|
| 155 |
+
LILRA4
|
| 156 |
+
LPL
|
| 157 |
+
LPXN
|
| 158 |
+
LRRC15
|
| 159 |
+
LTB
|
| 160 |
+
LUM
|
| 161 |
+
LY86
|
| 162 |
+
LYPD3
|
| 163 |
+
LYZ
|
| 164 |
+
MAP3K8
|
| 165 |
+
MDM2
|
| 166 |
+
MKI67
|
| 167 |
+
MLPH
|
| 168 |
+
MMP1
|
| 169 |
+
MMP2
|
| 170 |
+
MMP12
|
| 171 |
+
MMRN2
|
| 172 |
+
MNDA
|
| 173 |
+
MRC1
|
| 174 |
+
MS4A1
|
| 175 |
+
MUC6
|
| 176 |
+
MYBPC1
|
| 177 |
+
MYH11
|
| 178 |
+
MYLK
|
| 179 |
+
MYO5B
|
| 180 |
+
MZB1
|
| 181 |
+
NARS
|
| 182 |
+
NCAM1
|
| 183 |
+
NDUFA4L2
|
| 184 |
+
NKG7
|
| 185 |
+
NOSTRIN
|
| 186 |
+
OCIAD2
|
| 187 |
+
OPRPN
|
| 188 |
+
OXTR
|
| 189 |
+
PCLAF
|
| 190 |
+
PDCD1
|
| 191 |
+
PDCD1LG2
|
| 192 |
+
PDE4A
|
| 193 |
+
PDGFRA
|
| 194 |
+
PDGFRB
|
| 195 |
+
PDK4
|
| 196 |
+
PECAM1
|
| 197 |
+
PELI1
|
| 198 |
+
PGR
|
| 199 |
+
PIGR
|
| 200 |
+
PIM1
|
| 201 |
+
PLD4
|
| 202 |
+
POSTN
|
| 203 |
+
PPARG
|
| 204 |
+
PRDM1
|
| 205 |
+
PRF1
|
| 206 |
+
PTGDS
|
| 207 |
+
PTN
|
| 208 |
+
PTPRC
|
| 209 |
+
PTRHD1
|
| 210 |
+
QARS
|
| 211 |
+
RAB30
|
| 212 |
+
RAMP2
|
| 213 |
+
RAPGEF3
|
| 214 |
+
RHOH
|
| 215 |
+
RORC
|
| 216 |
+
RTKN2
|
| 217 |
+
RUNX1
|
| 218 |
+
S100A4
|
| 219 |
+
S100A8
|
| 220 |
+
S100A14
|
| 221 |
+
SCD
|
| 222 |
+
SCGB2A1
|
| 223 |
+
SDC4
|
| 224 |
+
SEC11C
|
| 225 |
+
SEC24A
|
| 226 |
+
SELL
|
| 227 |
+
SERHL2
|
| 228 |
+
SERPINA3
|
| 229 |
+
SERPINB9
|
| 230 |
+
SFRP1
|
| 231 |
+
SFRP4
|
| 232 |
+
SH3YL1
|
| 233 |
+
SLAMF1
|
| 234 |
+
SLAMF7
|
| 235 |
+
SLC5A6
|
| 236 |
+
SLC25A37
|
| 237 |
+
SMAP2
|
| 238 |
+
SMS
|
| 239 |
+
SNAI1
|
| 240 |
+
SOX17
|
| 241 |
+
SOX18
|
| 242 |
+
SPIB
|
| 243 |
+
SQLE
|
| 244 |
+
SRPK1
|
| 245 |
+
SSTR2
|
| 246 |
+
STC1
|
| 247 |
+
SVIL
|
| 248 |
+
TAC1
|
| 249 |
+
TACSTD2
|
| 250 |
+
TCEAL7
|
| 251 |
+
TCF4
|
| 252 |
+
TCF7
|
| 253 |
+
TCIM
|
| 254 |
+
TCL1A
|
| 255 |
+
TENT5C
|
| 256 |
+
TFAP2A
|
| 257 |
+
THAP2
|
| 258 |
+
TIFA
|
| 259 |
+
TIGIT
|
| 260 |
+
TIMP4
|
| 261 |
+
TMEM147
|
| 262 |
+
TNFRSF17
|
| 263 |
+
TOMM7
|
| 264 |
+
TOP2A
|
| 265 |
+
TPD52
|
| 266 |
+
TPSAB1
|
| 267 |
+
TRAC
|
| 268 |
+
TRAF4
|
| 269 |
+
TRAPPC3
|
| 270 |
+
TRIB1
|
| 271 |
+
TUBA4A
|
| 272 |
+
TUBB2B
|
| 273 |
+
UCP1
|
| 274 |
+
USP53
|
| 275 |
+
VOPP1
|
| 276 |
+
VWF
|
| 277 |
+
WARS
|
| 278 |
+
ZEB1
|
| 279 |
+
ZEB2
|
| 280 |
+
ZNF562
|
GHIST_plus/models/breast_single/ghist_plus_breast_single_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87a348609b99bd6abe6b07eaa8420da0913d4f1c26766aab9b4d1c923354b286
|
| 3 |
+
size 166780546
|
GHIST_plus/models/breast_single/ghist_plus_breast_single_optimizer.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7493ef38c514908e6db6e1f23e8b2ee8d15f517367f74c8c8b695163b16ce5d
|
| 3 |
+
size 161531214
|
GHIST_plus/models/breast_single/standardisation_hist_fold_1.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f172e9742c1ceb7783b1187e9900d8a51f67e2322a85ca441b0a9621dcf5e79
|
| 3 |
+
size 176
|
GHIST_plus/models/imputation/config_gene_mask_imputer.json
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comps": {
|
| 3 |
+
"avgexp": true,
|
| 4 |
+
"celltype": true,
|
| 5 |
+
"crossattn": true,
|
| 6 |
+
"use_neighb": true,
|
| 7 |
+
"neighb": true
|
| 8 |
+
},
|
| 9 |
+
"stain_norm": {
|
| 10 |
+
"norm_train": true,
|
| 11 |
+
"norm_val": true,
|
| 12 |
+
"norm_test": true,
|
| 13 |
+
"fp_norm_ref": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 14 |
+
"resized_scale": 0.2
|
| 15 |
+
},
|
| 16 |
+
"regions_val": {
|
| 17 |
+
"divisions": [
|
| 18 |
+
[
|
| 19 |
+
0.0,
|
| 20 |
+
0.2
|
| 21 |
+
]
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"regions_test": {
|
| 25 |
+
"divisions": [
|
| 26 |
+
[
|
| 27 |
+
0.0,
|
| 28 |
+
1.0
|
| 29 |
+
]
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"data": {
|
| 33 |
+
"cell_types": [
|
| 34 |
+
"B",
|
| 35 |
+
"Myeloid (excluding macrophage)",
|
| 36 |
+
"Stromal",
|
| 37 |
+
"Macrophage",
|
| 38 |
+
"Malignant",
|
| 39 |
+
"Epithelial",
|
| 40 |
+
"Plasma",
|
| 41 |
+
"T",
|
| 42 |
+
"Unassigned"
|
| 43 |
+
],
|
| 44 |
+
"min_nuc_area": 10,
|
| 45 |
+
"expr_scale": 2.0,
|
| 46 |
+
"foundation_model_input_normalization": "uni2_imagenet",
|
| 47 |
+
"num_workers": 32,
|
| 48 |
+
"hsize": 224,
|
| 49 |
+
"wsize": 224,
|
| 50 |
+
"overlap": 30,
|
| 51 |
+
"max_cells_per_patch": 2048,
|
| 52 |
+
"pin_memory": false
|
| 53 |
+
},
|
| 54 |
+
"model": {
|
| 55 |
+
"foundation_model": {
|
| 56 |
+
"enabled": true,
|
| 57 |
+
"pretrained": true,
|
| 58 |
+
"train_adapter": false
|
| 59 |
+
},
|
| 60 |
+
"emb_dim": 1024,
|
| 61 |
+
"avgexp_temp": 1.0,
|
| 62 |
+
"avgexp_residual_scale": 1.0,
|
| 63 |
+
"refiner_query_tokens": 8,
|
| 64 |
+
"hurdle": {
|
| 65 |
+
"enabled": true,
|
| 66 |
+
"sigma_init": 0.5,
|
| 67 |
+
"sigma_floor": 0.03
|
| 68 |
+
},
|
| 69 |
+
"ecrm": {
|
| 70 |
+
"k_target": 12,
|
| 71 |
+
"k_min": 6,
|
| 72 |
+
"k_max": 16,
|
| 73 |
+
"graph_k": 12,
|
| 74 |
+
"cross_patch_k": 8,
|
| 75 |
+
"cross_patch_radius": 512.0,
|
| 76 |
+
"density_gamma": 0.4,
|
| 77 |
+
"eta_max": 0.6,
|
| 78 |
+
"gamma_perp_max": 0.3,
|
| 79 |
+
"trust_floor": 0.35,
|
| 80 |
+
"trust_scale": 0.65,
|
| 81 |
+
"depth": 1,
|
| 82 |
+
"cross_patch": true,
|
| 83 |
+
"edge_dropout": 0.0,
|
| 84 |
+
"message_dropout": 0.0,
|
| 85 |
+
"residual_gate_init": -1,
|
| 86 |
+
"ct_same_type_only": true,
|
| 87 |
+
"ct_conf_min": 0.2,
|
| 88 |
+
"apply_to_embeddings": false,
|
| 89 |
+
"apply_to_ref_weights": false,
|
| 90 |
+
"apply_to_expr_residual": true,
|
| 91 |
+
"use_gt_ct": false,
|
| 92 |
+
"enabled": true,
|
| 93 |
+
"ablation_off": false
|
| 94 |
+
},
|
| 95 |
+
"vq_patch": {
|
| 96 |
+
"enabled": true,
|
| 97 |
+
"n_codes": 64,
|
| 98 |
+
"beta": 0.25,
|
| 99 |
+
"use_cosine": true,
|
| 100 |
+
"inject_cell": false,
|
| 101 |
+
"loss_w": 0.05
|
| 102 |
+
},
|
| 103 |
+
"ct_priors_ecrm_unit_enabled": true
|
| 104 |
+
},
|
| 105 |
+
"gene_mask_imputer": {
|
| 106 |
+
"enabled": true,
|
| 107 |
+
"mask_n_genes": 10,
|
| 108 |
+
"mask_strategy": "fixed_giotto_csv_per_slide",
|
| 109 |
+
"svg_knn_k": 8,
|
| 110 |
+
"svg_sample_cap": 3000,
|
| 111 |
+
"fixed_gene_csv_dir": "configs/gene_mask_imputer_fixed_giotto",
|
| 112 |
+
"create_fixed_gene_csv_if_missing": true,
|
| 113 |
+
"random_mask_frac": 0.3,
|
| 114 |
+
"use_morph": true,
|
| 115 |
+
"copy_observed": true,
|
| 116 |
+
"mask_seed": 0
|
| 117 |
+
},
|
| 118 |
+
"training": {
|
| 119 |
+
"batch_size": 64,
|
| 120 |
+
"total_epochs": 30,
|
| 121 |
+
"learning_rate": 0.00115,
|
| 122 |
+
"beta1": 0.9,
|
| 123 |
+
"beta2": 0.999,
|
| 124 |
+
"weight_decay": 1e-05,
|
| 125 |
+
"eps": 1e-08,
|
| 126 |
+
"stain_aug": true,
|
| 127 |
+
"uniform_sampler": true,
|
| 128 |
+
"immune_sampler_boost": 1.0,
|
| 129 |
+
"pearson_loss_weight": 0.0,
|
| 130 |
+
"expr_var_penalty_weight": 0.0,
|
| 131 |
+
"use_expr_baseline": false,
|
| 132 |
+
"holdout_n_genes": 0,
|
| 133 |
+
"batch_sampler_seed": 20260419,
|
| 134 |
+
"seed": 20260807
|
| 135 |
+
},
|
| 136 |
+
"evaluation": {
|
| 137 |
+
"parity_tolerance_abs": 0.001,
|
| 138 |
+
"external_source": "data_sources_test",
|
| 139 |
+
"external_every_epochs": 1,
|
| 140 |
+
"external_final_epoch": true
|
| 141 |
+
},
|
| 142 |
+
"save_freqs": {
|
| 143 |
+
"model_freq": 1
|
| 144 |
+
},
|
| 145 |
+
"data_sources_train_val": [
|
| 146 |
+
{
|
| 147 |
+
"slide_idx": 0,
|
| 148 |
+
"domain_id": 0,
|
| 149 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/he_image_nuclei_seg.tif",
|
| 150 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast/aligned_he_image.tif",
|
| 151 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_gene_matrix_filtered.csv",
|
| 152 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_type_filtered.csv",
|
| 153 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/matched_nuclei_filtered.csv"
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"slide_idx": 1,
|
| 157 |
+
"domain_id": 0,
|
| 158 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/he_image_nuclei_seg.tif",
|
| 159 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast3/aligned_he_image.tif",
|
| 160 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_gene_matrix_filtered.csv",
|
| 161 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_type_filtered.csv",
|
| 162 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/matched_nuclei_filtered.csv"
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"slide_idx": 5,
|
| 166 |
+
"domain_id": 0,
|
| 167 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/he_image_nuclei_seg.tif",
|
| 168 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast4/aligned_he_image.tif",
|
| 169 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_gene_matrix_filtered.csv",
|
| 170 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_type_filtered.csv",
|
| 171 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/matched_nuclei_filtered.csv"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"slide_idx": 2,
|
| 175 |
+
"domain_id": 0,
|
| 176 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/he_image_nuclei_seg.tif",
|
| 177 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast5/aligned_he_image.tif",
|
| 178 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_gene_matrix_filtered.csv",
|
| 179 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_type_filtered.csv",
|
| 180 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/matched_nuclei_filtered.csv"
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"slide_idx": 4,
|
| 184 |
+
"domain_id": 0,
|
| 185 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/he_image_nuclei_seg.tif",
|
| 186 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast7/aligned_he_image.tif",
|
| 187 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_gene_matrix_filtered.csv",
|
| 188 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_type_filtered.csv",
|
| 189 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/matched_nuclei_filtered.csv"
|
| 190 |
+
}
|
| 191 |
+
],
|
| 192 |
+
"data_sources_test": [
|
| 193 |
+
{
|
| 194 |
+
"slide_idx": 3,
|
| 195 |
+
"domain_id": 0,
|
| 196 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image_nuclei_seg.tif",
|
| 197 |
+
"fp_hist": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 198 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/cell_gene_matrix_filtered.csv",
|
| 199 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/cell_type_filtered.csv",
|
| 200 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/matched_nuclei_filtered.csv"
|
| 201 |
+
}
|
| 202 |
+
],
|
| 203 |
+
"experiment_dirs": {
|
| 204 |
+
"load_dir": "results",
|
| 205 |
+
"metrics_dir": "metrics",
|
| 206 |
+
"model_dir": "models"
|
| 207 |
+
}
|
| 208 |
+
}
|
GHIST_plus/models/imputation/genes.txt
ADDED
|
@@ -0,0 +1,413 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ABCC11
|
| 2 |
+
ACKR1
|
| 3 |
+
ACTA2
|
| 4 |
+
ACTG2
|
| 5 |
+
ADAM9
|
| 6 |
+
ADGRE5
|
| 7 |
+
ADGRL4
|
| 8 |
+
ADH1B
|
| 9 |
+
ADIPOQ
|
| 10 |
+
AEBP1
|
| 11 |
+
AGR3
|
| 12 |
+
AHSP
|
| 13 |
+
AIF1
|
| 14 |
+
AKR1C1
|
| 15 |
+
AKR1C3
|
| 16 |
+
ALDH1A3
|
| 17 |
+
ANGPT2
|
| 18 |
+
ANKRD28
|
| 19 |
+
ANKRD29
|
| 20 |
+
ANKRD30A
|
| 21 |
+
APC
|
| 22 |
+
APOBEC3A
|
| 23 |
+
APOBEC3B
|
| 24 |
+
APOC1
|
| 25 |
+
AQP1
|
| 26 |
+
AQP3
|
| 27 |
+
AR
|
| 28 |
+
ARSG
|
| 29 |
+
AVPR1A
|
| 30 |
+
BAALC
|
| 31 |
+
BACE2
|
| 32 |
+
BANK1
|
| 33 |
+
BASP1
|
| 34 |
+
BIRC3
|
| 35 |
+
BTNL9
|
| 36 |
+
BUB1
|
| 37 |
+
C1QA
|
| 38 |
+
C1QC
|
| 39 |
+
C2orf42
|
| 40 |
+
C5orf46
|
| 41 |
+
C6orf132
|
| 42 |
+
C11orf96
|
| 43 |
+
C15orf48
|
| 44 |
+
CACNG4
|
| 45 |
+
CAPN9
|
| 46 |
+
CAV1
|
| 47 |
+
CAVIN2
|
| 48 |
+
CCDC6
|
| 49 |
+
CCDC80
|
| 50 |
+
CCL5
|
| 51 |
+
CCL8
|
| 52 |
+
CCL18
|
| 53 |
+
CCL19
|
| 54 |
+
CCL20
|
| 55 |
+
CCL26
|
| 56 |
+
CCND1
|
| 57 |
+
CCPG1
|
| 58 |
+
CCR7
|
| 59 |
+
CD1C
|
| 60 |
+
CD3D
|
| 61 |
+
CD3E
|
| 62 |
+
CD3G
|
| 63 |
+
CD4
|
| 64 |
+
CD8A
|
| 65 |
+
CD8B
|
| 66 |
+
CD9
|
| 67 |
+
CD14
|
| 68 |
+
CD19
|
| 69 |
+
CD27
|
| 70 |
+
CD36
|
| 71 |
+
CD40
|
| 72 |
+
CD52
|
| 73 |
+
CD68
|
| 74 |
+
CD69
|
| 75 |
+
CD79A
|
| 76 |
+
CD79B
|
| 77 |
+
CD80
|
| 78 |
+
CD83
|
| 79 |
+
CD86
|
| 80 |
+
CD93
|
| 81 |
+
CD96
|
| 82 |
+
CD163
|
| 83 |
+
CD247
|
| 84 |
+
CD274
|
| 85 |
+
CDC42EP1
|
| 86 |
+
CDH1
|
| 87 |
+
CEACAM6
|
| 88 |
+
CEACAM8
|
| 89 |
+
CEBPB
|
| 90 |
+
CEL
|
| 91 |
+
CENPF
|
| 92 |
+
CILP
|
| 93 |
+
CLCA2
|
| 94 |
+
CLDN4
|
| 95 |
+
CLDN5
|
| 96 |
+
CLEC9A
|
| 97 |
+
CLEC14A
|
| 98 |
+
CLECL1
|
| 99 |
+
CLIC6
|
| 100 |
+
CPA3
|
| 101 |
+
CRHBP
|
| 102 |
+
CRISPLD2
|
| 103 |
+
CSF3
|
| 104 |
+
CST1
|
| 105 |
+
CTH
|
| 106 |
+
CTHRC1
|
| 107 |
+
CTLA4
|
| 108 |
+
CTSG
|
| 109 |
+
CTTN
|
| 110 |
+
CX3CR1
|
| 111 |
+
CXCL5
|
| 112 |
+
CXCL9
|
| 113 |
+
CXCL12
|
| 114 |
+
CXCL16
|
| 115 |
+
CXCR3
|
| 116 |
+
CXCR4
|
| 117 |
+
CYP1A1
|
| 118 |
+
CYTIP
|
| 119 |
+
DAPK3
|
| 120 |
+
DERL3
|
| 121 |
+
DHRS2
|
| 122 |
+
DIO2
|
| 123 |
+
DMKN
|
| 124 |
+
DNAAF1
|
| 125 |
+
DNTTIP1
|
| 126 |
+
DPT
|
| 127 |
+
DSC2
|
| 128 |
+
DSP
|
| 129 |
+
DST
|
| 130 |
+
DUSP2
|
| 131 |
+
DUSP5
|
| 132 |
+
E2F1
|
| 133 |
+
ECM1
|
| 134 |
+
EDN1
|
| 135 |
+
EDNRB
|
| 136 |
+
EFEMP1
|
| 137 |
+
EGFL7
|
| 138 |
+
EGFR
|
| 139 |
+
EGR1
|
| 140 |
+
EIF4EBP1
|
| 141 |
+
ELF3
|
| 142 |
+
ELF5
|
| 143 |
+
ELOVL5
|
| 144 |
+
ENAH
|
| 145 |
+
EPCAM
|
| 146 |
+
EPHA2
|
| 147 |
+
EPHA4
|
| 148 |
+
ERBB2
|
| 149 |
+
ERN1
|
| 150 |
+
ESM1
|
| 151 |
+
ESR1
|
| 152 |
+
FAM3B
|
| 153 |
+
FAM49A
|
| 154 |
+
FAM107B
|
| 155 |
+
FASN
|
| 156 |
+
FBLIM1
|
| 157 |
+
FBLN1
|
| 158 |
+
FBLN2
|
| 159 |
+
FCER1A
|
| 160 |
+
FCER1G
|
| 161 |
+
FCGR3A
|
| 162 |
+
FGFR1
|
| 163 |
+
FGL2
|
| 164 |
+
FLNB
|
| 165 |
+
FOSL1
|
| 166 |
+
FOXA1
|
| 167 |
+
FOXC2
|
| 168 |
+
FOXP3
|
| 169 |
+
FSTL3
|
| 170 |
+
G0S2
|
| 171 |
+
GABRP
|
| 172 |
+
GATA3
|
| 173 |
+
GJB2
|
| 174 |
+
GLIPR1
|
| 175 |
+
GNLY
|
| 176 |
+
GPR183
|
| 177 |
+
GPX3
|
| 178 |
+
GRB14
|
| 179 |
+
GZMA
|
| 180 |
+
GZMB
|
| 181 |
+
GZMK
|
| 182 |
+
HAVCR2
|
| 183 |
+
HDC
|
| 184 |
+
HMGA1
|
| 185 |
+
HMGCS2
|
| 186 |
+
HOOK2
|
| 187 |
+
HOXD8
|
| 188 |
+
HOXD9
|
| 189 |
+
HPX
|
| 190 |
+
ID4
|
| 191 |
+
IFNB1
|
| 192 |
+
IGF1
|
| 193 |
+
IGF1R
|
| 194 |
+
IGFBP6
|
| 195 |
+
IGSF6
|
| 196 |
+
IL2RA
|
| 197 |
+
IL2RG
|
| 198 |
+
IL3RA
|
| 199 |
+
IL4
|
| 200 |
+
IL7R
|
| 201 |
+
IL17A
|
| 202 |
+
IL22
|
| 203 |
+
IL23A
|
| 204 |
+
IL32
|
| 205 |
+
INHBA
|
| 206 |
+
IQCJ
|
| 207 |
+
ISLR
|
| 208 |
+
ITGAM
|
| 209 |
+
ITGAX
|
| 210 |
+
ITGB1
|
| 211 |
+
ITM2C
|
| 212 |
+
JUP
|
| 213 |
+
KARS
|
| 214 |
+
KDR
|
| 215 |
+
KIT
|
| 216 |
+
KLF5
|
| 217 |
+
KLRB1
|
| 218 |
+
KLRC1
|
| 219 |
+
KLRD1
|
| 220 |
+
KLRF1
|
| 221 |
+
KRT5
|
| 222 |
+
KRT6B
|
| 223 |
+
KRT7
|
| 224 |
+
KRT8
|
| 225 |
+
KRT14
|
| 226 |
+
KRT15
|
| 227 |
+
KRT16
|
| 228 |
+
KRT23
|
| 229 |
+
LAG3
|
| 230 |
+
LARS
|
| 231 |
+
LDHA
|
| 232 |
+
LDHB
|
| 233 |
+
LEF1
|
| 234 |
+
LEP
|
| 235 |
+
LGALS9
|
| 236 |
+
LGALSL
|
| 237 |
+
LIF
|
| 238 |
+
LILRA4
|
| 239 |
+
LPL
|
| 240 |
+
LPXN
|
| 241 |
+
LRRC15
|
| 242 |
+
LRRC31
|
| 243 |
+
LTB
|
| 244 |
+
LUM
|
| 245 |
+
LY86
|
| 246 |
+
LYPD3
|
| 247 |
+
LYZ
|
| 248 |
+
MAP3K8
|
| 249 |
+
MCM6
|
| 250 |
+
MDM2
|
| 251 |
+
MEDAG
|
| 252 |
+
MFAP4
|
| 253 |
+
MFAP5
|
| 254 |
+
MKI67
|
| 255 |
+
MLPH
|
| 256 |
+
MMP1
|
| 257 |
+
MMP2
|
| 258 |
+
MMP11
|
| 259 |
+
MMP12
|
| 260 |
+
MMRN2
|
| 261 |
+
MNDA
|
| 262 |
+
MPO
|
| 263 |
+
MRC1
|
| 264 |
+
MS4A1
|
| 265 |
+
MUC1
|
| 266 |
+
MUC5B
|
| 267 |
+
MUC6
|
| 268 |
+
MYBPC1
|
| 269 |
+
MYH11
|
| 270 |
+
MYLK
|
| 271 |
+
MYO5B
|
| 272 |
+
MZB1
|
| 273 |
+
NARS
|
| 274 |
+
NCAM1
|
| 275 |
+
NDUFA4L2
|
| 276 |
+
NKG7
|
| 277 |
+
NLRC5
|
| 278 |
+
NNMT
|
| 279 |
+
NOSTRIN
|
| 280 |
+
NPM3
|
| 281 |
+
NXPH1
|
| 282 |
+
OCIAD2
|
| 283 |
+
OPRPN
|
| 284 |
+
OXTR
|
| 285 |
+
PCDH10
|
| 286 |
+
PCLAF
|
| 287 |
+
PCOLCE
|
| 288 |
+
PDCD1
|
| 289 |
+
PDCD1LG2
|
| 290 |
+
PDE4A
|
| 291 |
+
PDGFRA
|
| 292 |
+
PDGFRB
|
| 293 |
+
PDK4
|
| 294 |
+
PDZK1
|
| 295 |
+
PECAM1
|
| 296 |
+
PELI1
|
| 297 |
+
PGR
|
| 298 |
+
PIGR
|
| 299 |
+
PIK3CG
|
| 300 |
+
PIM1
|
| 301 |
+
PLD4
|
| 302 |
+
PLIN1
|
| 303 |
+
PLK1
|
| 304 |
+
POLR2J3
|
| 305 |
+
POSTN
|
| 306 |
+
PPARG
|
| 307 |
+
PRDM1
|
| 308 |
+
PRF1
|
| 309 |
+
PTGDS
|
| 310 |
+
PTN
|
| 311 |
+
PTPRC
|
| 312 |
+
PTRHD1
|
| 313 |
+
QARS
|
| 314 |
+
RAB30
|
| 315 |
+
RAMP2
|
| 316 |
+
RAPGEF3
|
| 317 |
+
RARRES2
|
| 318 |
+
REXO4
|
| 319 |
+
RGS5
|
| 320 |
+
RHOH
|
| 321 |
+
ROR1
|
| 322 |
+
RORC
|
| 323 |
+
RTKN2
|
| 324 |
+
RUNX1
|
| 325 |
+
S100A4
|
| 326 |
+
S100A8
|
| 327 |
+
S100A14
|
| 328 |
+
SCD
|
| 329 |
+
SCGB2A1
|
| 330 |
+
SDC4
|
| 331 |
+
SEC11C
|
| 332 |
+
SEC24A
|
| 333 |
+
SELL
|
| 334 |
+
SERHL2
|
| 335 |
+
SERPINA3
|
| 336 |
+
SERPINB9
|
| 337 |
+
SERPING1
|
| 338 |
+
SFRP1
|
| 339 |
+
SFRP4
|
| 340 |
+
SH3YL1
|
| 341 |
+
SLAMF1
|
| 342 |
+
SLAMF7
|
| 343 |
+
SLC4A1
|
| 344 |
+
SLC5A6
|
| 345 |
+
SLC25A37
|
| 346 |
+
SLC26A3
|
| 347 |
+
SMAP2
|
| 348 |
+
SMS
|
| 349 |
+
SNAI1
|
| 350 |
+
SNX20
|
| 351 |
+
SOX17
|
| 352 |
+
SOX18
|
| 353 |
+
SPARCL1
|
| 354 |
+
SPIB
|
| 355 |
+
SPOCK2
|
| 356 |
+
SQLE
|
| 357 |
+
SRGN
|
| 358 |
+
SRPK1
|
| 359 |
+
SSTR2
|
| 360 |
+
STAT3
|
| 361 |
+
STC1
|
| 362 |
+
STC2
|
| 363 |
+
SVIL
|
| 364 |
+
TAC1
|
| 365 |
+
TACSTD2
|
| 366 |
+
TAP1
|
| 367 |
+
TAPBP
|
| 368 |
+
TBX3
|
| 369 |
+
TCEAL7
|
| 370 |
+
TCF4
|
| 371 |
+
TCF7
|
| 372 |
+
TCF15
|
| 373 |
+
TCIM
|
| 374 |
+
TCL1A
|
| 375 |
+
TENT5C
|
| 376 |
+
TFAP2A
|
| 377 |
+
TGFBR1
|
| 378 |
+
THAP2
|
| 379 |
+
THBS2
|
| 380 |
+
THY1
|
| 381 |
+
TIFA
|
| 382 |
+
TIGIT
|
| 383 |
+
TIMP4
|
| 384 |
+
TMEM147
|
| 385 |
+
TNFRSF17
|
| 386 |
+
TNS4
|
| 387 |
+
TNXB
|
| 388 |
+
TOMM7
|
| 389 |
+
TOP2A
|
| 390 |
+
TPD52
|
| 391 |
+
TPSAB1
|
| 392 |
+
TRAC
|
| 393 |
+
TRAF4
|
| 394 |
+
TRAPPC3
|
| 395 |
+
TRAT1
|
| 396 |
+
TRBC1
|
| 397 |
+
TRH
|
| 398 |
+
TRIB1
|
| 399 |
+
TSPAN8
|
| 400 |
+
TUBA4A
|
| 401 |
+
TUBB2B
|
| 402 |
+
TYROBP
|
| 403 |
+
UBD
|
| 404 |
+
UCP1
|
| 405 |
+
USP53
|
| 406 |
+
VEGFC
|
| 407 |
+
VOPP1
|
| 408 |
+
VWF
|
| 409 |
+
WARS
|
| 410 |
+
XCR1
|
| 411 |
+
ZEB1
|
| 412 |
+
ZEB2
|
| 413 |
+
ZNF562
|
GHIST_plus/models/imputation/ghist_plus_gene_imputation_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b44ddf8516c70b1f1822a73de9716a152acae656625b64e38005eb54d2979f5
|
| 3 |
+
size 185492386
|
GHIST_plus/models/imputation/ghist_plus_gene_imputation_optimizer.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:027b7542f16517a6f8c7d2582dad8c7de8d496aa5c6fa5440531030511280cf0
|
| 3 |
+
size 176071174
|
GHIST_plus/models/imputation/holdout_genes_by_slide.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"genes_by_slide": {
|
| 3 |
+
"0": [
|
| 4 |
+
"ANKRD30A",
|
| 5 |
+
"CCND1",
|
| 6 |
+
"CEACAM6",
|
| 7 |
+
"EPCAM",
|
| 8 |
+
"ERBB2",
|
| 9 |
+
"FASN",
|
| 10 |
+
"FOXA1",
|
| 11 |
+
"GATA3",
|
| 12 |
+
"KRT7",
|
| 13 |
+
"SCD"
|
| 14 |
+
],
|
| 15 |
+
"1": [
|
| 16 |
+
"CLIC6",
|
| 17 |
+
"GATA3",
|
| 18 |
+
"KRT14",
|
| 19 |
+
"MUC1",
|
| 20 |
+
"MYBPC1",
|
| 21 |
+
"MYH11",
|
| 22 |
+
"PGR",
|
| 23 |
+
"SERPINA3",
|
| 24 |
+
"SFRP1",
|
| 25 |
+
"TPD52"
|
| 26 |
+
],
|
| 27 |
+
"2": [
|
| 28 |
+
"ADH1B",
|
| 29 |
+
"CCDC80",
|
| 30 |
+
"CXCL12",
|
| 31 |
+
"FASN",
|
| 32 |
+
"FOXA1",
|
| 33 |
+
"GATA3",
|
| 34 |
+
"KRT7",
|
| 35 |
+
"SCD",
|
| 36 |
+
"TACSTD2",
|
| 37 |
+
"TPD52"
|
| 38 |
+
],
|
| 39 |
+
"4": [
|
| 40 |
+
"CCDC80",
|
| 41 |
+
"CXCL12",
|
| 42 |
+
"EGR1",
|
| 43 |
+
"GATA3",
|
| 44 |
+
"KRT7",
|
| 45 |
+
"MUC1",
|
| 46 |
+
"SCD",
|
| 47 |
+
"SERPING1",
|
| 48 |
+
"STC2",
|
| 49 |
+
"TPD52"
|
| 50 |
+
],
|
| 51 |
+
"5": [
|
| 52 |
+
"CLIC6",
|
| 53 |
+
"FASN",
|
| 54 |
+
"GATA3",
|
| 55 |
+
"KRT14",
|
| 56 |
+
"LYZ",
|
| 57 |
+
"MYBPC1",
|
| 58 |
+
"PGR",
|
| 59 |
+
"SERPINA3",
|
| 60 |
+
"SFRP1",
|
| 61 |
+
"TPD52"
|
| 62 |
+
]
|
| 63 |
+
},
|
| 64 |
+
"holdout_hash": "defb72b6",
|
| 65 |
+
"mask_n_genes": 10,
|
| 66 |
+
"mask_strategy": "fixed_giotto_csv_per_slide",
|
| 67 |
+
"svg_knn_k": 8,
|
| 68 |
+
"svg_sample_cap": 3000,
|
| 69 |
+
"task_name": "gene_mask_imputer"
|
| 70 |
+
}
|
GHIST_plus/models/imputation/standardisation_hist_fold_1.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f172e9742c1ceb7783b1187e9900d8a51f67e2322a85ca441b0a9621dcf5e79
|
| 3 |
+
size 176
|
GHIST_plus/models/pancancer/config.json
ADDED
|
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comps": {
|
| 3 |
+
"avgexp": true,
|
| 4 |
+
"celltype": true,
|
| 5 |
+
"crossattn": true,
|
| 6 |
+
"use_neighb": true,
|
| 7 |
+
"neighb": true
|
| 8 |
+
},
|
| 9 |
+
"regions_val": {
|
| 10 |
+
"divisions": [
|
| 11 |
+
[
|
| 12 |
+
0.0,
|
| 13 |
+
0.2
|
| 14 |
+
]
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"data": {
|
| 18 |
+
"cell_types": [
|
| 19 |
+
"B",
|
| 20 |
+
"Myeloid (excluding macrophage)",
|
| 21 |
+
"Stromal",
|
| 22 |
+
"Macrophage",
|
| 23 |
+
"Malignant",
|
| 24 |
+
"Epithelial",
|
| 25 |
+
"Plasma",
|
| 26 |
+
"T",
|
| 27 |
+
"Unassigned"
|
| 28 |
+
],
|
| 29 |
+
"min_nuc_area": 10,
|
| 30 |
+
"expr_scale": 2.0,
|
| 31 |
+
"foundation_model_input_normalization": "uni2_imagenet",
|
| 32 |
+
"num_workers": 24,
|
| 33 |
+
"hsize": 224,
|
| 34 |
+
"wsize": 224,
|
| 35 |
+
"overlap": 30,
|
| 36 |
+
"max_cells_per_patch": 2048,
|
| 37 |
+
"pin_memory": false
|
| 38 |
+
},
|
| 39 |
+
"model": {
|
| 40 |
+
"foundation_model": {
|
| 41 |
+
"enabled": true,
|
| 42 |
+
"pretrained": true,
|
| 43 |
+
"train_adapter": false
|
| 44 |
+
},
|
| 45 |
+
"emb_dim": 1024,
|
| 46 |
+
"avgexp_temp": 1.0,
|
| 47 |
+
"avgexp_residual_scale": 1.0,
|
| 48 |
+
"refiner_query_tokens": 8,
|
| 49 |
+
"hurdle": {
|
| 50 |
+
"enabled": true,
|
| 51 |
+
"sigma_init": 0.5,
|
| 52 |
+
"sigma_floor": 0.03
|
| 53 |
+
},
|
| 54 |
+
"ecrm": {
|
| 55 |
+
"k_target": 12,
|
| 56 |
+
"k_min": 6,
|
| 57 |
+
"k_max": 16,
|
| 58 |
+
"graph_k": 12,
|
| 59 |
+
"cross_patch_k": 8,
|
| 60 |
+
"density_gamma": 0.4,
|
| 61 |
+
"eta_max": 0.6,
|
| 62 |
+
"gamma_perp_max": 0.3,
|
| 63 |
+
"trust_floor": 0.35,
|
| 64 |
+
"trust_scale": 0.65,
|
| 65 |
+
"depth": 1,
|
| 66 |
+
"cross_patch": true,
|
| 67 |
+
"edge_dropout": 0.0,
|
| 68 |
+
"message_dropout": 0.0,
|
| 69 |
+
"residual_gate_init": -1.0,
|
| 70 |
+
"cross_patch_radius": 512.0,
|
| 71 |
+
"ct_same_type_only": true,
|
| 72 |
+
"ct_conf_min": 0.2,
|
| 73 |
+
"apply_to_embeddings": false,
|
| 74 |
+
"apply_to_ref_weights": false,
|
| 75 |
+
"apply_to_expr_residual": true,
|
| 76 |
+
"use_gt_ct": false,
|
| 77 |
+
"enabled": true,
|
| 78 |
+
"ablation_off": false
|
| 79 |
+
},
|
| 80 |
+
"vq_patch": {
|
| 81 |
+
"enabled": true,
|
| 82 |
+
"n_codes": 64,
|
| 83 |
+
"beta": 0.25,
|
| 84 |
+
"use_cosine": true,
|
| 85 |
+
"inject_cell": false,
|
| 86 |
+
"loss_w": 0.05
|
| 87 |
+
},
|
| 88 |
+
"ct_priors_ecrm_unit_enabled": true
|
| 89 |
+
},
|
| 90 |
+
"training": {
|
| 91 |
+
"batch_size": 64,
|
| 92 |
+
"total_epochs": 30,
|
| 93 |
+
"learning_rate": 0.00115,
|
| 94 |
+
"beta1": 0.9,
|
| 95 |
+
"beta2": 0.999,
|
| 96 |
+
"weight_decay": 1e-05,
|
| 97 |
+
"eps": 1e-08,
|
| 98 |
+
"stain_aug": true,
|
| 99 |
+
"uniform_sampler": true,
|
| 100 |
+
"immune_sampler_boost": 1.0,
|
| 101 |
+
"panel_completion_loss_weight": 0.0,
|
| 102 |
+
"panel_hide_frac": 0.0,
|
| 103 |
+
"panel_use_natural_missing": false,
|
| 104 |
+
"pearson_loss_weight": 0.0,
|
| 105 |
+
"expr_var_penalty_weight": 0.0,
|
| 106 |
+
"use_expr_baseline": false,
|
| 107 |
+
"holdout_n_genes": 0,
|
| 108 |
+
"batch_sampler_seed": 20260419,
|
| 109 |
+
"seed": 20260807
|
| 110 |
+
},
|
| 111 |
+
"evaluation": {
|
| 112 |
+
"internal_validation": false,
|
| 113 |
+
"parity_tolerance_abs": 0.001,
|
| 114 |
+
"external_source": "data_sources_test",
|
| 115 |
+
"external_every_epochs": 1,
|
| 116 |
+
"external_final_epoch": true
|
| 117 |
+
},
|
| 118 |
+
"save_freqs": {
|
| 119 |
+
"model_freq": 1
|
| 120 |
+
},
|
| 121 |
+
"experiment_dirs": {
|
| 122 |
+
"load_dir": "results",
|
| 123 |
+
"metrics_dir": "metrics",
|
| 124 |
+
"model_dir": "models"
|
| 125 |
+
},
|
| 126 |
+
"stain_norm": {
|
| 127 |
+
"norm_train": false,
|
| 128 |
+
"norm_val": false,
|
| 129 |
+
"norm_test": false,
|
| 130 |
+
"fp_norm_ref": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 131 |
+
"resized_scale": 0.2
|
| 132 |
+
},
|
| 133 |
+
"data_sources_train_val": [
|
| 134 |
+
{
|
| 135 |
+
"slide_idx": 0,
|
| 136 |
+
"domain_id": 0,
|
| 137 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas/he_image_nuclei_seg.tif",
|
| 138 |
+
"fp_hist": "${GHIST_DATA_ROOT}/pancreas/aligned_he_image.tif",
|
| 139 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas/cell_gene_matrix_380_aligned.csv",
|
| 140 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas/cell_type_filtered.csv",
|
| 141 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas/matched_nuclei_filtered.csv"
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"slide_idx": 1,
|
| 145 |
+
"domain_id": 1,
|
| 146 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal/he_image_nuclei_seg.tif",
|
| 147 |
+
"fp_hist": "${GHIST_DATA_ROOT}/colorectal/aligned_he_image.tif",
|
| 148 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal/cell_gene_matrix_380_aligned.csv",
|
| 149 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal/cell_type_filtered.csv",
|
| 150 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal/matched_nuclei_filtered.csv"
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"slide_idx": 2,
|
| 154 |
+
"domain_id": 3,
|
| 155 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung/he_image_nuclei_seg.tif",
|
| 156 |
+
"fp_hist": "${GHIST_DATA_ROOT}/lung/aligned_he_image.tif",
|
| 157 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung/cell_gene_matrix_filtered.csv",
|
| 158 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung/cell_type_filtered.csv",
|
| 159 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung/matched_nuclei_filtered.csv"
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"slide_idx": 3,
|
| 163 |
+
"domain_id": 2,
|
| 164 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image_nuclei_seg.tif",
|
| 165 |
+
"fp_hist": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/he_image.tif",
|
| 166 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/cell_gene_matrix_filtered.csv",
|
| 167 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/cell_type_filtered.csv",
|
| 168 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast2/matched_nuclei_filtered.csv"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"slide_idx": 4,
|
| 172 |
+
"domain_id": 3,
|
| 173 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung2/he_image_nuclei_seg.tif",
|
| 174 |
+
"fp_hist": "${GHIST_DATA_ROOT}/lung2/aligned_he_image.tif",
|
| 175 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung2/cell_gene_matrix_filtered.csv",
|
| 176 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung2/cell_type_filtered.csv",
|
| 177 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung2/matched_nuclei_filtered.csv"
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"slide_idx": 5,
|
| 181 |
+
"domain_id": 0,
|
| 182 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas2/he_image_nuclei_seg.tif",
|
| 183 |
+
"fp_hist": "${GHIST_DATA_ROOT}/pancreas2/aligned_he_image.tif",
|
| 184 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas2/cell_gene_matrix_filtered.csv",
|
| 185 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas2/cell_type_filtered.csv",
|
| 186 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas2/matched_nuclei_filtered.csv"
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"slide_idx": 6,
|
| 190 |
+
"domain_id": 1,
|
| 191 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal2/he_image_nuclei_seg.tif",
|
| 192 |
+
"fp_hist": "${GHIST_DATA_ROOT}/colorectal2/aligned_he_image.tif",
|
| 193 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal2/cell_gene_matrix_filtered.csv",
|
| 194 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal2/cell_type_filtered.csv",
|
| 195 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal2/matched_nuclei_filtered.csv"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"slide_idx": 7,
|
| 199 |
+
"domain_id": 2,
|
| 200 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/he_image_nuclei_seg.tif",
|
| 201 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast/aligned_he_image.tif",
|
| 202 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_gene_matrix_filtered.csv",
|
| 203 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/cell_type_filtered.csv",
|
| 204 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast/matched_nuclei_filtered.csv"
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"slide_idx": 8,
|
| 208 |
+
"domain_id": 2,
|
| 209 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/he_image_nuclei_seg.tif",
|
| 210 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast3/aligned_he_image.tif",
|
| 211 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_gene_matrix_filtered.csv",
|
| 212 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/cell_type_filtered.csv",
|
| 213 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast3/matched_nuclei_filtered.csv"
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"slide_idx": 9,
|
| 217 |
+
"domain_id": 2,
|
| 218 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/he_image_nuclei_seg.tif",
|
| 219 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast4/aligned_he_image.tif",
|
| 220 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_gene_matrix_filtered.csv",
|
| 221 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/cell_type_filtered.csv",
|
| 222 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast4/matched_nuclei_filtered.csv"
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"slide_idx": 10,
|
| 226 |
+
"domain_id": 2,
|
| 227 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/he_image_nuclei_seg.tif",
|
| 228 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast5/aligned_he_image.tif",
|
| 229 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_gene_matrix_filtered.csv",
|
| 230 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/cell_type_filtered.csv",
|
| 231 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast5/matched_nuclei_filtered.csv"
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"slide_idx": 12,
|
| 235 |
+
"domain_id": 3,
|
| 236 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung3/he_image_nuclei_seg.tif",
|
| 237 |
+
"fp_hist": "${GHIST_DATA_ROOT}/lung3/aligned_he_image.tif",
|
| 238 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung3/cell_gene_matrix_filtered.csv",
|
| 239 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung3/cell_type_filtered.csv",
|
| 240 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_lung3/matched_nuclei_filtered.csv"
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"slide_idx": 13,
|
| 244 |
+
"domain_id": 2,
|
| 245 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/he_image_nuclei_seg.tif",
|
| 246 |
+
"fp_hist": "${GHIST_DATA_ROOT}/breast7/aligned_he_image.tif",
|
| 247 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_gene_matrix_filtered.csv",
|
| 248 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/cell_type_filtered.csv",
|
| 249 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_breast7/matched_nuclei_filtered.csv"
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"slide_idx": 15,
|
| 253 |
+
"domain_id": 1,
|
| 254 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal3/he_image_nuclei_seg.tif",
|
| 255 |
+
"fp_hist": "${GHIST_DATA_ROOT}/colorectal3/aligned_he_image.tif",
|
| 256 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal3/cell_gene_matrix_filtered.csv",
|
| 257 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal3/cell_type_filtered.csv",
|
| 258 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_colorectal3/matched_nuclei_filtered.csv"
|
| 259 |
+
}
|
| 260 |
+
],
|
| 261 |
+
"data_sources_test": [
|
| 262 |
+
{
|
| 263 |
+
"slide_idx": 14,
|
| 264 |
+
"domain_id": 0,
|
| 265 |
+
"fp_nuc_seg": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas3/he_image_nuclei_seg.tif",
|
| 266 |
+
"fp_hist": "${GHIST_DATA_ROOT}/pancreas3/aligned_he_image.tif",
|
| 267 |
+
"fp_expr": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas3/cell_gene_matrix_filtered.csv",
|
| 268 |
+
"fp_cell_type": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas3/cell_type_filtered.csv",
|
| 269 |
+
"fp_nuc_sizes": "${GHIST_DATA_ROOT}/data_processing/data_processing_pancreas3/matched_nuclei_filtered.csv"
|
| 270 |
+
}
|
| 271 |
+
],
|
| 272 |
+
"regions_test": {
|
| 273 |
+
"divisions": [
|
| 274 |
+
[
|
| 275 |
+
0.0,
|
| 276 |
+
0.2
|
| 277 |
+
]
|
| 278 |
+
]
|
| 279 |
+
}
|
| 280 |
+
}
|
GHIST_plus/models/pancancer/genes.txt
ADDED
|
@@ -0,0 +1,1275 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
A2M
|
| 2 |
+
ABCA8
|
| 3 |
+
ABCC8
|
| 4 |
+
ABCC11
|
| 5 |
+
ACACB
|
| 6 |
+
ACE
|
| 7 |
+
ACE2
|
| 8 |
+
ACKR1
|
| 9 |
+
ACTA2
|
| 10 |
+
ACTB
|
| 11 |
+
ACTG2
|
| 12 |
+
ACTN1
|
| 13 |
+
ADAM9
|
| 14 |
+
ADAM17
|
| 15 |
+
ADAM28
|
| 16 |
+
ADAMTS1
|
| 17 |
+
ADGRE1
|
| 18 |
+
ADGRE5
|
| 19 |
+
ADGRL4
|
| 20 |
+
ADH1B
|
| 21 |
+
ADH1C
|
| 22 |
+
ADH4
|
| 23 |
+
ADIPOQ
|
| 24 |
+
ADRA2A
|
| 25 |
+
AEBP1
|
| 26 |
+
AFAP1L2
|
| 27 |
+
AGER
|
| 28 |
+
AGR3
|
| 29 |
+
AGTR1
|
| 30 |
+
AHSP
|
| 31 |
+
AIF1
|
| 32 |
+
AIRE
|
| 33 |
+
AKR1C1
|
| 34 |
+
AKR1C3
|
| 35 |
+
AKR7A3
|
| 36 |
+
AKT1
|
| 37 |
+
ALAS2
|
| 38 |
+
ALDH1A3
|
| 39 |
+
ALDH1B1
|
| 40 |
+
ALOX5AP
|
| 41 |
+
AMY2A
|
| 42 |
+
ANGPT2
|
| 43 |
+
ANK2
|
| 44 |
+
ANKRD28
|
| 45 |
+
ANKRD29
|
| 46 |
+
ANKRD30A
|
| 47 |
+
ANO7
|
| 48 |
+
ANPEP
|
| 49 |
+
ANXA1
|
| 50 |
+
ANXA3
|
| 51 |
+
ANXA13
|
| 52 |
+
APC
|
| 53 |
+
APCDD1
|
| 54 |
+
APOA5
|
| 55 |
+
APOB
|
| 56 |
+
APOBEC3A
|
| 57 |
+
APOBEC3B
|
| 58 |
+
APOC1
|
| 59 |
+
APOD
|
| 60 |
+
APOE
|
| 61 |
+
APOLD1
|
| 62 |
+
AQP1
|
| 63 |
+
AQP2
|
| 64 |
+
AQP3
|
| 65 |
+
AQP8
|
| 66 |
+
AQP9
|
| 67 |
+
AR
|
| 68 |
+
AREG
|
| 69 |
+
ARFGEF3
|
| 70 |
+
ARG1
|
| 71 |
+
ARHGAP24
|
| 72 |
+
ARID1A
|
| 73 |
+
ARL14
|
| 74 |
+
ARPC3
|
| 75 |
+
ARPC5
|
| 76 |
+
ARSG
|
| 77 |
+
ARX
|
| 78 |
+
ASAH1
|
| 79 |
+
ASCL1
|
| 80 |
+
ASCL2
|
| 81 |
+
ASCL3
|
| 82 |
+
ASPN
|
| 83 |
+
ATM
|
| 84 |
+
ATOH1
|
| 85 |
+
ATP1B1
|
| 86 |
+
ATP5F1B
|
| 87 |
+
ATP5MC2
|
| 88 |
+
ATP5MD
|
| 89 |
+
AVIL
|
| 90 |
+
AVPR1A
|
| 91 |
+
AZGP1
|
| 92 |
+
B3GNT6
|
| 93 |
+
BAALC
|
| 94 |
+
BACE2
|
| 95 |
+
BAIAP2L1
|
| 96 |
+
BAMBI
|
| 97 |
+
BANK1
|
| 98 |
+
BASP1
|
| 99 |
+
BATF
|
| 100 |
+
BATF3
|
| 101 |
+
BBOX1
|
| 102 |
+
BCAS1
|
| 103 |
+
BCL2
|
| 104 |
+
BCL2L11
|
| 105 |
+
BEST2
|
| 106 |
+
BEST4
|
| 107 |
+
BIRC3
|
| 108 |
+
BMP4
|
| 109 |
+
BMP5
|
| 110 |
+
BMX
|
| 111 |
+
BRAF
|
| 112 |
+
BRCA2
|
| 113 |
+
BTF3
|
| 114 |
+
BTNL9
|
| 115 |
+
BUB1
|
| 116 |
+
C1QA
|
| 117 |
+
C1QB
|
| 118 |
+
C1QBP
|
| 119 |
+
C1QC
|
| 120 |
+
C1R
|
| 121 |
+
C1S
|
| 122 |
+
C1orf162
|
| 123 |
+
C1orf194
|
| 124 |
+
C2orf42
|
| 125 |
+
C2orf88
|
| 126 |
+
C5orf46
|
| 127 |
+
C6orf118
|
| 128 |
+
C6orf132
|
| 129 |
+
C7
|
| 130 |
+
C11orf96
|
| 131 |
+
C15orf48
|
| 132 |
+
C20orf85
|
| 133 |
+
CA1
|
| 134 |
+
CA2
|
| 135 |
+
CA4
|
| 136 |
+
CA7
|
| 137 |
+
CACNG4
|
| 138 |
+
CADM2
|
| 139 |
+
CADPS
|
| 140 |
+
CALB2
|
| 141 |
+
CALU
|
| 142 |
+
CAP1
|
| 143 |
+
CAPN8
|
| 144 |
+
CAPN9
|
| 145 |
+
CAST
|
| 146 |
+
CAV1
|
| 147 |
+
CAVIN1
|
| 148 |
+
CAVIN2
|
| 149 |
+
CCDC6
|
| 150 |
+
CCDC39
|
| 151 |
+
CCDC78
|
| 152 |
+
CCDC80
|
| 153 |
+
CCL2
|
| 154 |
+
CCL3
|
| 155 |
+
CCL3L1
|
| 156 |
+
CCL4
|
| 157 |
+
CCL5
|
| 158 |
+
CCL7
|
| 159 |
+
CCL8
|
| 160 |
+
CCL11
|
| 161 |
+
CCL13
|
| 162 |
+
CCL14
|
| 163 |
+
CCL15
|
| 164 |
+
CCL16
|
| 165 |
+
CCL18
|
| 166 |
+
CCL19
|
| 167 |
+
CCL20
|
| 168 |
+
CCL21
|
| 169 |
+
CCL26
|
| 170 |
+
CCL27
|
| 171 |
+
CCL28
|
| 172 |
+
CCNA1
|
| 173 |
+
CCNB2
|
| 174 |
+
CCND1
|
| 175 |
+
CCPG1
|
| 176 |
+
CCR1
|
| 177 |
+
CCR2
|
| 178 |
+
CCR3
|
| 179 |
+
CCR4
|
| 180 |
+
CCR5
|
| 181 |
+
CCR6
|
| 182 |
+
CCR7
|
| 183 |
+
CD1A
|
| 184 |
+
CD1C
|
| 185 |
+
CD1E
|
| 186 |
+
CD2
|
| 187 |
+
CD3D
|
| 188 |
+
CD3E
|
| 189 |
+
CD3G
|
| 190 |
+
CD4
|
| 191 |
+
CD5
|
| 192 |
+
CD5L
|
| 193 |
+
CD6
|
| 194 |
+
CD7
|
| 195 |
+
CD8A
|
| 196 |
+
CD8B
|
| 197 |
+
CD9
|
| 198 |
+
CD14
|
| 199 |
+
CD19
|
| 200 |
+
CD24
|
| 201 |
+
CD27
|
| 202 |
+
CD28
|
| 203 |
+
CD34
|
| 204 |
+
CD36
|
| 205 |
+
CD37
|
| 206 |
+
CD38
|
| 207 |
+
CD40
|
| 208 |
+
CD40LG
|
| 209 |
+
CD44
|
| 210 |
+
CD47
|
| 211 |
+
CD52
|
| 212 |
+
CD68
|
| 213 |
+
CD69
|
| 214 |
+
CD70
|
| 215 |
+
CD74
|
| 216 |
+
CD79A
|
| 217 |
+
CD79B
|
| 218 |
+
CD80
|
| 219 |
+
CD83
|
| 220 |
+
CD86
|
| 221 |
+
CD93
|
| 222 |
+
CD96
|
| 223 |
+
CD163
|
| 224 |
+
CD177
|
| 225 |
+
CD247
|
| 226 |
+
CD274
|
| 227 |
+
CD276
|
| 228 |
+
CD300E
|
| 229 |
+
CDC42EP1
|
| 230 |
+
CDCA7
|
| 231 |
+
CDH1
|
| 232 |
+
CDH16
|
| 233 |
+
CDH19
|
| 234 |
+
CDHR5
|
| 235 |
+
CDK1
|
| 236 |
+
CDK2
|
| 237 |
+
CDK4
|
| 238 |
+
CDK6
|
| 239 |
+
CDK12
|
| 240 |
+
CDK15
|
| 241 |
+
CDKN1A
|
| 242 |
+
CDKN1B
|
| 243 |
+
CDKN1C
|
| 244 |
+
CDKN2A
|
| 245 |
+
CDKN2B
|
| 246 |
+
CDKN2C
|
| 247 |
+
CDKN2D
|
| 248 |
+
CDX1
|
| 249 |
+
CDX2
|
| 250 |
+
CEACAM1
|
| 251 |
+
CEACAM5
|
| 252 |
+
CEACAM6
|
| 253 |
+
CEACAM7
|
| 254 |
+
CEACAM8
|
| 255 |
+
CEBPB
|
| 256 |
+
CEL
|
| 257 |
+
CENPF
|
| 258 |
+
CENPV
|
| 259 |
+
CEP126
|
| 260 |
+
CES1
|
| 261 |
+
CES2
|
| 262 |
+
CFAP53
|
| 263 |
+
CFB
|
| 264 |
+
CFC1
|
| 265 |
+
CFHR1
|
| 266 |
+
CFHR3
|
| 267 |
+
CFTR
|
| 268 |
+
CHGA
|
| 269 |
+
CHGB
|
| 270 |
+
CHI3L2
|
| 271 |
+
CHIT1
|
| 272 |
+
CHP2
|
| 273 |
+
CHRM3
|
| 274 |
+
CIB1
|
| 275 |
+
CILP
|
| 276 |
+
CKAP4
|
| 277 |
+
CLCA1
|
| 278 |
+
CLCA2
|
| 279 |
+
CLCA4
|
| 280 |
+
CLDN4
|
| 281 |
+
CLDN5
|
| 282 |
+
CLEC4E
|
| 283 |
+
CLEC9A
|
| 284 |
+
CLEC10A
|
| 285 |
+
CLEC12A
|
| 286 |
+
CLEC14A
|
| 287 |
+
CLECL1
|
| 288 |
+
CLIC6
|
| 289 |
+
CLU
|
| 290 |
+
CMA1
|
| 291 |
+
CMBL
|
| 292 |
+
CMKLR1
|
| 293 |
+
CNN1
|
| 294 |
+
CNN3
|
| 295 |
+
COCH
|
| 296 |
+
COL1A1
|
| 297 |
+
COL5A2
|
| 298 |
+
COL8A1
|
| 299 |
+
COL11A1
|
| 300 |
+
COL17A1
|
| 301 |
+
COL19A1
|
| 302 |
+
COMMD6
|
| 303 |
+
CORO1A
|
| 304 |
+
COTL1
|
| 305 |
+
CP
|
| 306 |
+
CPA3
|
| 307 |
+
CPE
|
| 308 |
+
CR2
|
| 309 |
+
CREB3L1
|
| 310 |
+
CRHBP
|
| 311 |
+
CRISPLD2
|
| 312 |
+
CRYBA2
|
| 313 |
+
CSF1
|
| 314 |
+
CSF1R
|
| 315 |
+
CSF2RA
|
| 316 |
+
CSF3
|
| 317 |
+
CSPG4
|
| 318 |
+
CST1
|
| 319 |
+
CST7
|
| 320 |
+
CSTA
|
| 321 |
+
CTH
|
| 322 |
+
CTHRC1
|
| 323 |
+
CTLA4
|
| 324 |
+
CTNNB1
|
| 325 |
+
CTSB
|
| 326 |
+
CTSD
|
| 327 |
+
CTSE
|
| 328 |
+
CTSG
|
| 329 |
+
CTSK
|
| 330 |
+
CTSL
|
| 331 |
+
CTSS
|
| 332 |
+
CTSW
|
| 333 |
+
CTTN
|
| 334 |
+
CX3CR1
|
| 335 |
+
CXCL1
|
| 336 |
+
CXCL2
|
| 337 |
+
CXCL3
|
| 338 |
+
CXCL5
|
| 339 |
+
CXCL6
|
| 340 |
+
CXCL9
|
| 341 |
+
CXCL10
|
| 342 |
+
CXCL11
|
| 343 |
+
CXCL12
|
| 344 |
+
CXCL13
|
| 345 |
+
CXCL14
|
| 346 |
+
CXCL16
|
| 347 |
+
CXCR1
|
| 348 |
+
CXCR2
|
| 349 |
+
CXCR3
|
| 350 |
+
CXCR4
|
| 351 |
+
CXCR5
|
| 352 |
+
CXCR6
|
| 353 |
+
CYB5R3
|
| 354 |
+
CYBB
|
| 355 |
+
CYP1A1
|
| 356 |
+
CYP2A7
|
| 357 |
+
CYP2B6
|
| 358 |
+
CYP2F1
|
| 359 |
+
CYP3A4
|
| 360 |
+
CYP4B1
|
| 361 |
+
CYTIP
|
| 362 |
+
DAPK2
|
| 363 |
+
DAPK3
|
| 364 |
+
DCLK1
|
| 365 |
+
DCN
|
| 366 |
+
DEPP1
|
| 367 |
+
DERL3
|
| 368 |
+
DES
|
| 369 |
+
DGKA
|
| 370 |
+
DGKG
|
| 371 |
+
DHRS2
|
| 372 |
+
DIO2
|
| 373 |
+
DIRAS3
|
| 374 |
+
DKK3
|
| 375 |
+
DLK1
|
| 376 |
+
DMBT1
|
| 377 |
+
DMKN
|
| 378 |
+
DNAAF1
|
| 379 |
+
DNAJB9
|
| 380 |
+
DNAJC12
|
| 381 |
+
DNASE1L3
|
| 382 |
+
DNTTIP1
|
| 383 |
+
DOCK10
|
| 384 |
+
DPEP1
|
| 385 |
+
DPP6
|
| 386 |
+
DPT
|
| 387 |
+
DPYSL3
|
| 388 |
+
DSC2
|
| 389 |
+
DSP
|
| 390 |
+
DST
|
| 391 |
+
DUOX1
|
| 392 |
+
DUOX2
|
| 393 |
+
DUSP1
|
| 394 |
+
DUSP2
|
| 395 |
+
DUSP5
|
| 396 |
+
E2F1
|
| 397 |
+
EBPL
|
| 398 |
+
ECM1
|
| 399 |
+
ECSCR
|
| 400 |
+
EDN1
|
| 401 |
+
EDNRB
|
| 402 |
+
EEF1B2
|
| 403 |
+
EEF1D
|
| 404 |
+
EFEMP1
|
| 405 |
+
EGF
|
| 406 |
+
EGFL7
|
| 407 |
+
EGFR
|
| 408 |
+
EGR1
|
| 409 |
+
EGR3
|
| 410 |
+
EHF
|
| 411 |
+
EIF2S2
|
| 412 |
+
EIF4A1
|
| 413 |
+
EIF4EBP1
|
| 414 |
+
ELF3
|
| 415 |
+
ELF5
|
| 416 |
+
ELOVL5
|
| 417 |
+
EMP3
|
| 418 |
+
ENAH
|
| 419 |
+
ENTPD1
|
| 420 |
+
EOMES
|
| 421 |
+
EPAS1
|
| 422 |
+
EPCAM
|
| 423 |
+
EPHA2
|
| 424 |
+
EPHA4
|
| 425 |
+
EPHB3
|
| 426 |
+
EPO
|
| 427 |
+
EPOR
|
| 428 |
+
ERBB2
|
| 429 |
+
ERBB3
|
| 430 |
+
ERBB4
|
| 431 |
+
ERG
|
| 432 |
+
ERN1
|
| 433 |
+
ESM1
|
| 434 |
+
ESR1
|
| 435 |
+
ETS1
|
| 436 |
+
ETV1
|
| 437 |
+
ETV5
|
| 438 |
+
F3
|
| 439 |
+
FABP2
|
| 440 |
+
FABP3
|
| 441 |
+
FADD
|
| 442 |
+
FAM3B
|
| 443 |
+
FAM49A
|
| 444 |
+
FAM107B
|
| 445 |
+
FAM184A
|
| 446 |
+
FAS
|
| 447 |
+
FASLG
|
| 448 |
+
FASN
|
| 449 |
+
FBLIM1
|
| 450 |
+
FBLN1
|
| 451 |
+
FBLN2
|
| 452 |
+
FBN1
|
| 453 |
+
FCER1A
|
| 454 |
+
FCER1G
|
| 455 |
+
FCER2
|
| 456 |
+
FCGR1A
|
| 457 |
+
FCGR2A
|
| 458 |
+
FCGR2B
|
| 459 |
+
FCGR3A
|
| 460 |
+
FCMR
|
| 461 |
+
FCN1
|
| 462 |
+
FCN2
|
| 463 |
+
FCN3
|
| 464 |
+
FCRL1
|
| 465 |
+
FCRL3
|
| 466 |
+
FCRLA
|
| 467 |
+
FERMT1
|
| 468 |
+
FEV
|
| 469 |
+
FEZ1
|
| 470 |
+
FFAR4
|
| 471 |
+
FGF2
|
| 472 |
+
FGFBP1
|
| 473 |
+
FGFBP2
|
| 474 |
+
FGFR1
|
| 475 |
+
FGFR4
|
| 476 |
+
FGL2
|
| 477 |
+
FGR
|
| 478 |
+
FHIT
|
| 479 |
+
FHL1
|
| 480 |
+
FHL2
|
| 481 |
+
FKBP11
|
| 482 |
+
FLNA
|
| 483 |
+
FLNB
|
| 484 |
+
FLT1
|
| 485 |
+
FLT3LG
|
| 486 |
+
FN1
|
| 487 |
+
FOS
|
| 488 |
+
FOSL1
|
| 489 |
+
FOXA1
|
| 490 |
+
FOXA3
|
| 491 |
+
FOXC2
|
| 492 |
+
FOXI1
|
| 493 |
+
FOXJ1
|
| 494 |
+
FOXP3
|
| 495 |
+
FRZB
|
| 496 |
+
FSCN1
|
| 497 |
+
FSTL1
|
| 498 |
+
FSTL3
|
| 499 |
+
FXYD2
|
| 500 |
+
FXYD5
|
| 501 |
+
FYB1
|
| 502 |
+
FZD7
|
| 503 |
+
G0S2
|
| 504 |
+
GABRP
|
| 505 |
+
GADD45A
|
| 506 |
+
GALNT5
|
| 507 |
+
GALNT8
|
| 508 |
+
GATA2
|
| 509 |
+
GATA3
|
| 510 |
+
GATM
|
| 511 |
+
GCG
|
| 512 |
+
GDF15
|
| 513 |
+
GEM
|
| 514 |
+
GHRL
|
| 515 |
+
GIMAP7
|
| 516 |
+
GJA5
|
| 517 |
+
GJB2
|
| 518 |
+
GKN2
|
| 519 |
+
GLCCI1
|
| 520 |
+
GLIPR1
|
| 521 |
+
GLIPR2
|
| 522 |
+
GLYATL1
|
| 523 |
+
GNA11
|
| 524 |
+
GNAS
|
| 525 |
+
GNG11
|
| 526 |
+
GNLY
|
| 527 |
+
GNPTAB
|
| 528 |
+
GPC1
|
| 529 |
+
GPC3
|
| 530 |
+
GPI
|
| 531 |
+
GPR34
|
| 532 |
+
GPR171
|
| 533 |
+
GPR183
|
| 534 |
+
GPRC5A
|
| 535 |
+
GPRC5C
|
| 536 |
+
GPRIN3
|
| 537 |
+
GPX2
|
| 538 |
+
GPX3
|
| 539 |
+
GRB14
|
| 540 |
+
GREM1
|
| 541 |
+
GREM2
|
| 542 |
+
GSTA1
|
| 543 |
+
GUCA2A
|
| 544 |
+
GUCA2B
|
| 545 |
+
GYPA
|
| 546 |
+
GYPB
|
| 547 |
+
GZMA
|
| 548 |
+
GZMB
|
| 549 |
+
GZMH
|
| 550 |
+
GZMK
|
| 551 |
+
HADHB
|
| 552 |
+
HAMP
|
| 553 |
+
HAVCR2
|
| 554 |
+
HDC
|
| 555 |
+
HEMGN
|
| 556 |
+
HEPACAM2
|
| 557 |
+
HES1
|
| 558 |
+
HES4
|
| 559 |
+
HES6
|
| 560 |
+
HHIP
|
| 561 |
+
HHLA2
|
| 562 |
+
HIF1A
|
| 563 |
+
HIGD1B
|
| 564 |
+
HINT1
|
| 565 |
+
HLA-B
|
| 566 |
+
HLA-DQB2
|
| 567 |
+
HMGA1
|
| 568 |
+
HMGB2
|
| 569 |
+
HMGCS1
|
| 570 |
+
HMGCS2
|
| 571 |
+
HNRNPA2B1
|
| 572 |
+
HOOK2
|
| 573 |
+
HOXD8
|
| 574 |
+
HOXD9
|
| 575 |
+
HP
|
| 576 |
+
HPGDS
|
| 577 |
+
HPX
|
| 578 |
+
HRC
|
| 579 |
+
HRCT1
|
| 580 |
+
HSP90B1
|
| 581 |
+
HSPA8
|
| 582 |
+
HTR3E
|
| 583 |
+
ICA1
|
| 584 |
+
ICAM1
|
| 585 |
+
ICOS
|
| 586 |
+
ICOSLG
|
| 587 |
+
ID1
|
| 588 |
+
ID2
|
| 589 |
+
ID4
|
| 590 |
+
IDO1
|
| 591 |
+
IER5
|
| 592 |
+
IFI27
|
| 593 |
+
IFIT2
|
| 594 |
+
IFIT3
|
| 595 |
+
IFITM1
|
| 596 |
+
IFITM3
|
| 597 |
+
IFNAR1
|
| 598 |
+
IFNB1
|
| 599 |
+
IFNG
|
| 600 |
+
IFNGR1
|
| 601 |
+
IFNL1
|
| 602 |
+
IGF1
|
| 603 |
+
IGF1R
|
| 604 |
+
IGFBP3
|
| 605 |
+
IGFBP6
|
| 606 |
+
IGFBP7
|
| 607 |
+
IGHG1
|
| 608 |
+
IGHG2
|
| 609 |
+
IGHG3
|
| 610 |
+
IGHG4
|
| 611 |
+
IGHGP
|
| 612 |
+
IGHM
|
| 613 |
+
IGKC
|
| 614 |
+
IGLC3
|
| 615 |
+
IGSF6
|
| 616 |
+
IL1A
|
| 617 |
+
IL1B
|
| 618 |
+
IL1R1
|
| 619 |
+
IL1R2
|
| 620 |
+
IL1RAP
|
| 621 |
+
IL1RAPL1
|
| 622 |
+
IL1RL1
|
| 623 |
+
IL2
|
| 624 |
+
IL2RA
|
| 625 |
+
IL2RB
|
| 626 |
+
IL2RG
|
| 627 |
+
IL3RA
|
| 628 |
+
IL4
|
| 629 |
+
IL4I1
|
| 630 |
+
IL4R
|
| 631 |
+
IL5
|
| 632 |
+
IL6
|
| 633 |
+
IL7R
|
| 634 |
+
IL10
|
| 635 |
+
IL10RA
|
| 636 |
+
IL12B
|
| 637 |
+
IL12RB2
|
| 638 |
+
IL13
|
| 639 |
+
IL13RA2
|
| 640 |
+
IL15
|
| 641 |
+
IL15RA
|
| 642 |
+
IL17A
|
| 643 |
+
IL17RB
|
| 644 |
+
IL18
|
| 645 |
+
IL22
|
| 646 |
+
IL22RA1
|
| 647 |
+
IL22RA2
|
| 648 |
+
IL23A
|
| 649 |
+
IL32
|
| 650 |
+
IMPDH2
|
| 651 |
+
INHBA
|
| 652 |
+
INMT
|
| 653 |
+
INS
|
| 654 |
+
INSL5
|
| 655 |
+
INSM1
|
| 656 |
+
IQCJ
|
| 657 |
+
IQGAP2
|
| 658 |
+
IRF1
|
| 659 |
+
IRF2
|
| 660 |
+
IRF3
|
| 661 |
+
IRF4
|
| 662 |
+
IRF5
|
| 663 |
+
IRF8
|
| 664 |
+
ISG15
|
| 665 |
+
ISL1
|
| 666 |
+
ISLR
|
| 667 |
+
ITGA1
|
| 668 |
+
ITGAE
|
| 669 |
+
ITGAM
|
| 670 |
+
ITGAX
|
| 671 |
+
ITGB1
|
| 672 |
+
ITGB4
|
| 673 |
+
ITK
|
| 674 |
+
ITLN1
|
| 675 |
+
ITM2C
|
| 676 |
+
JAK1
|
| 677 |
+
JAK2
|
| 678 |
+
JAK3
|
| 679 |
+
JCHAIN
|
| 680 |
+
JUN
|
| 681 |
+
JUNB
|
| 682 |
+
JUP
|
| 683 |
+
KARS
|
| 684 |
+
KCNAB1
|
| 685 |
+
KCNK3
|
| 686 |
+
KCNMA1
|
| 687 |
+
KDR
|
| 688 |
+
KIF5C
|
| 689 |
+
KIT
|
| 690 |
+
KLF5
|
| 691 |
+
KLF6
|
| 692 |
+
KLK1
|
| 693 |
+
KLK11
|
| 694 |
+
KLRB1
|
| 695 |
+
KLRC1
|
| 696 |
+
KLRC2
|
| 697 |
+
KLRD1
|
| 698 |
+
KLRF1
|
| 699 |
+
KLRK1
|
| 700 |
+
KMT2C
|
| 701 |
+
KNG1
|
| 702 |
+
KRAS
|
| 703 |
+
KRT1
|
| 704 |
+
KRT5
|
| 705 |
+
KRT6B
|
| 706 |
+
KRT7
|
| 707 |
+
KRT8
|
| 708 |
+
KRT14
|
| 709 |
+
KRT15
|
| 710 |
+
KRT16
|
| 711 |
+
KRT20
|
| 712 |
+
KRT23
|
| 713 |
+
KRT86
|
| 714 |
+
KRTAP2-3
|
| 715 |
+
KRTCAP3
|
| 716 |
+
L1TD1
|
| 717 |
+
LAG3
|
| 718 |
+
LAMA2
|
| 719 |
+
LAMB3
|
| 720 |
+
LAMC3
|
| 721 |
+
LAMP1
|
| 722 |
+
LAMP2
|
| 723 |
+
LAMP3
|
| 724 |
+
LAPTM5
|
| 725 |
+
LARS
|
| 726 |
+
LCK
|
| 727 |
+
LCN2
|
| 728 |
+
LCT
|
| 729 |
+
LDHA
|
| 730 |
+
LDHB
|
| 731 |
+
LEF1
|
| 732 |
+
LEFTY1
|
| 733 |
+
LEP
|
| 734 |
+
LEPROTL1
|
| 735 |
+
LGALS2
|
| 736 |
+
LGALS3BP
|
| 737 |
+
LGALS9
|
| 738 |
+
LGALSL
|
| 739 |
+
LGI4
|
| 740 |
+
LGR5
|
| 741 |
+
LGR6
|
| 742 |
+
LIF
|
| 743 |
+
LILRA4
|
| 744 |
+
LILRA5
|
| 745 |
+
LILRB2
|
| 746 |
+
LILRB4
|
| 747 |
+
LMCD1
|
| 748 |
+
LMOD1
|
| 749 |
+
LMOD2
|
| 750 |
+
LPL
|
| 751 |
+
LPXN
|
| 752 |
+
LRMP
|
| 753 |
+
LRRC15
|
| 754 |
+
LRRC31
|
| 755 |
+
LSP1
|
| 756 |
+
LTB
|
| 757 |
+
LTBP2
|
| 758 |
+
LTF
|
| 759 |
+
LUM
|
| 760 |
+
LY6D
|
| 761 |
+
LY6E
|
| 762 |
+
LY86
|
| 763 |
+
LYPD3
|
| 764 |
+
LYVE1
|
| 765 |
+
LYZ
|
| 766 |
+
MAF
|
| 767 |
+
MALL
|
| 768 |
+
MAMDC2
|
| 769 |
+
MAOB
|
| 770 |
+
MAP3K8
|
| 771 |
+
MAP7
|
| 772 |
+
MARCO
|
| 773 |
+
MAT1A
|
| 774 |
+
MB
|
| 775 |
+
MBP
|
| 776 |
+
MCEMP1
|
| 777 |
+
MCF2L
|
| 778 |
+
MCM6
|
| 779 |
+
MDM2
|
| 780 |
+
MEDAG
|
| 781 |
+
MEF2C
|
| 782 |
+
MEIS2
|
| 783 |
+
MEST
|
| 784 |
+
MET
|
| 785 |
+
MFAP4
|
| 786 |
+
MFAP5
|
| 787 |
+
MGP
|
| 788 |
+
MIS18BP1
|
| 789 |
+
MKI67
|
| 790 |
+
MLANA
|
| 791 |
+
MLPH
|
| 792 |
+
MMP1
|
| 793 |
+
MMP2
|
| 794 |
+
MMP3
|
| 795 |
+
MMP9
|
| 796 |
+
MMP11
|
| 797 |
+
MMP12
|
| 798 |
+
MMRN1
|
| 799 |
+
MMRN2
|
| 800 |
+
MNDA
|
| 801 |
+
MORF4L1
|
| 802 |
+
MPEG1
|
| 803 |
+
MPO
|
| 804 |
+
MRC1
|
| 805 |
+
MS4A1
|
| 806 |
+
MS4A2
|
| 807 |
+
MS4A4A
|
| 808 |
+
MS4A6A
|
| 809 |
+
MS4A7
|
| 810 |
+
MS4A8
|
| 811 |
+
MS4A12
|
| 812 |
+
MSLN
|
| 813 |
+
MT1A
|
| 814 |
+
MTRNR2L11
|
| 815 |
+
MTUS1
|
| 816 |
+
MUC1
|
| 817 |
+
MUC5AC
|
| 818 |
+
MUC5B
|
| 819 |
+
MUC6
|
| 820 |
+
MUC12
|
| 821 |
+
MX1
|
| 822 |
+
MYBPC1
|
| 823 |
+
MYC
|
| 824 |
+
MYD88
|
| 825 |
+
MYDGF
|
| 826 |
+
MYH9
|
| 827 |
+
MYH11
|
| 828 |
+
MYH14
|
| 829 |
+
MYLK
|
| 830 |
+
MYO5B
|
| 831 |
+
MYO6
|
| 832 |
+
MYOM1
|
| 833 |
+
MZB1
|
| 834 |
+
NARS
|
| 835 |
+
NAT8
|
| 836 |
+
NCAM1
|
| 837 |
+
NCEH1
|
| 838 |
+
NDUFA4L2
|
| 839 |
+
NDUFC2
|
| 840 |
+
NELL2
|
| 841 |
+
NET1
|
| 842 |
+
NEUROD1
|
| 843 |
+
NF1
|
| 844 |
+
NFKB1
|
| 845 |
+
NID1
|
| 846 |
+
NKG7
|
| 847 |
+
NKX2-2
|
| 848 |
+
NLRC5
|
| 849 |
+
NNMT
|
| 850 |
+
NOD1
|
| 851 |
+
NOP53
|
| 852 |
+
NOSIP
|
| 853 |
+
NOSTRIN
|
| 854 |
+
NOTCH1
|
| 855 |
+
NOTCH2
|
| 856 |
+
NOTCH3
|
| 857 |
+
NOVA1
|
| 858 |
+
NPC2
|
| 859 |
+
NPDC1
|
| 860 |
+
NPM3
|
| 861 |
+
NPNT
|
| 862 |
+
NRG1
|
| 863 |
+
NRG3
|
| 864 |
+
NRXN1
|
| 865 |
+
NT5E
|
| 866 |
+
NTN4
|
| 867 |
+
NTRK2
|
| 868 |
+
NUPR1
|
| 869 |
+
NUSAP1
|
| 870 |
+
NXPE4
|
| 871 |
+
NXPH1
|
| 872 |
+
OCIAD2
|
| 873 |
+
ODF2L
|
| 874 |
+
OGN
|
| 875 |
+
OLFM4
|
| 876 |
+
OPRPN
|
| 877 |
+
ORC6
|
| 878 |
+
OST4
|
| 879 |
+
OSTC
|
| 880 |
+
OTOP2
|
| 881 |
+
OTUD7B
|
| 882 |
+
OXTR
|
| 883 |
+
P2RX1
|
| 884 |
+
PABPC1
|
| 885 |
+
PAMR1
|
| 886 |
+
PAPLN
|
| 887 |
+
PAX4
|
| 888 |
+
PAX5
|
| 889 |
+
PBK
|
| 890 |
+
PCDH10
|
| 891 |
+
PCDH11X
|
| 892 |
+
PCLAF
|
| 893 |
+
PCNA
|
| 894 |
+
PCOLCE
|
| 895 |
+
PCOLCE2
|
| 896 |
+
PCP4
|
| 897 |
+
PCSK2
|
| 898 |
+
PDCD1
|
| 899 |
+
PDCD1LG2
|
| 900 |
+
PDE4A
|
| 901 |
+
PDE4C
|
| 902 |
+
PDGFRA
|
| 903 |
+
PDGFRB
|
| 904 |
+
PDK4
|
| 905 |
+
PDPN
|
| 906 |
+
PDZK1
|
| 907 |
+
PDZK1IP1
|
| 908 |
+
PEBP4
|
| 909 |
+
PECAM1
|
| 910 |
+
PELI1
|
| 911 |
+
PFDN5
|
| 912 |
+
PGA5
|
| 913 |
+
PGC
|
| 914 |
+
PGR
|
| 915 |
+
PI3
|
| 916 |
+
PIGR
|
| 917 |
+
PIK3CA
|
| 918 |
+
PIK3CG
|
| 919 |
+
PIM1
|
| 920 |
+
PIM2
|
| 921 |
+
PIP
|
| 922 |
+
PKHD1L1
|
| 923 |
+
PLA2G2A
|
| 924 |
+
PLA2G4F
|
| 925 |
+
PLA2G7
|
| 926 |
+
PLAC9
|
| 927 |
+
PLCE1
|
| 928 |
+
PLCG2
|
| 929 |
+
PLD4
|
| 930 |
+
PLEK
|
| 931 |
+
PLIN1
|
| 932 |
+
PLIN4
|
| 933 |
+
PLK1
|
| 934 |
+
PLN
|
| 935 |
+
PLPP2
|
| 936 |
+
PLVAP
|
| 937 |
+
PLXND1
|
| 938 |
+
PMP22
|
| 939 |
+
POLR2J3
|
| 940 |
+
POSTN
|
| 941 |
+
POU2AF1
|
| 942 |
+
PPA1
|
| 943 |
+
PPARG
|
| 944 |
+
PPP1R1A
|
| 945 |
+
PPP1R1B
|
| 946 |
+
PPP1R12B
|
| 947 |
+
PPY
|
| 948 |
+
PRDM1
|
| 949 |
+
PRDX4
|
| 950 |
+
PRF1
|
| 951 |
+
PRG4
|
| 952 |
+
PROX1
|
| 953 |
+
PRPH
|
| 954 |
+
PSMB10
|
| 955 |
+
PSTPIP2
|
| 956 |
+
PTEN
|
| 957 |
+
PTGDS
|
| 958 |
+
PTGER4
|
| 959 |
+
PTGS1
|
| 960 |
+
PTN
|
| 961 |
+
PTPRB
|
| 962 |
+
PTPRC
|
| 963 |
+
PTRHD1
|
| 964 |
+
PTTG1
|
| 965 |
+
PVALB
|
| 966 |
+
QARS
|
| 967 |
+
RAB3B
|
| 968 |
+
RAB26
|
| 969 |
+
RAB30
|
| 970 |
+
RAMP2
|
| 971 |
+
RAP1GAP
|
| 972 |
+
RAPGEF3
|
| 973 |
+
RARRES1
|
| 974 |
+
RARRES2
|
| 975 |
+
RB1
|
| 976 |
+
RBFOX3
|
| 977 |
+
RBM3
|
| 978 |
+
RBP4
|
| 979 |
+
RBP5
|
| 980 |
+
REG4
|
| 981 |
+
REP15
|
| 982 |
+
RERGL
|
| 983 |
+
RETN
|
| 984 |
+
RETNLB
|
| 985 |
+
REXO4
|
| 986 |
+
RFX6
|
| 987 |
+
RGMB
|
| 988 |
+
RGS1
|
| 989 |
+
RGS5
|
| 990 |
+
RGS13
|
| 991 |
+
RGS16
|
| 992 |
+
RHOA
|
| 993 |
+
RHOH
|
| 994 |
+
RHOV
|
| 995 |
+
RIDA
|
| 996 |
+
RIIAD1
|
| 997 |
+
RNASE1
|
| 998 |
+
RND1
|
| 999 |
+
RNF43
|
| 1000 |
+
ROBO1
|
| 1001 |
+
ROBO2
|
| 1002 |
+
ROR1
|
| 1003 |
+
RORA
|
| 1004 |
+
RORC
|
| 1005 |
+
RPS4Y1
|
| 1006 |
+
RRM2
|
| 1007 |
+
RSPO3
|
| 1008 |
+
RTKN2
|
| 1009 |
+
RTN4
|
| 1010 |
+
RUNX1
|
| 1011 |
+
RUNX1T1
|
| 1012 |
+
RUNX3
|
| 1013 |
+
S100A1
|
| 1014 |
+
S100A4
|
| 1015 |
+
S100A7
|
| 1016 |
+
S100A8
|
| 1017 |
+
S100A9
|
| 1018 |
+
S100A12
|
| 1019 |
+
S100A14
|
| 1020 |
+
S100B
|
| 1021 |
+
S100P
|
| 1022 |
+
SAMD3
|
| 1023 |
+
SCD
|
| 1024 |
+
SCEL
|
| 1025 |
+
SCG2
|
| 1026 |
+
SCG3
|
| 1027 |
+
SCG5
|
| 1028 |
+
SCGB2A1
|
| 1029 |
+
SCGN
|
| 1030 |
+
SCNN1A
|
| 1031 |
+
SDC1
|
| 1032 |
+
SDC4
|
| 1033 |
+
SDCBP2
|
| 1034 |
+
SEC11C
|
| 1035 |
+
SEC24A
|
| 1036 |
+
SEC61B
|
| 1037 |
+
SEC62
|
| 1038 |
+
SELE
|
| 1039 |
+
SELENBP1
|
| 1040 |
+
SELENOK
|
| 1041 |
+
SELENOM
|
| 1042 |
+
SELL
|
| 1043 |
+
SELP
|
| 1044 |
+
SEMA3B
|
| 1045 |
+
SEMA3C
|
| 1046 |
+
SERHL2
|
| 1047 |
+
SERPINA1
|
| 1048 |
+
SERPINA3
|
| 1049 |
+
SERPINB1
|
| 1050 |
+
SERPINB2
|
| 1051 |
+
SERPINB3
|
| 1052 |
+
SERPINB9
|
| 1053 |
+
SERPINE1
|
| 1054 |
+
SERPING1
|
| 1055 |
+
SFRP1
|
| 1056 |
+
SFRP2
|
| 1057 |
+
SFRP4
|
| 1058 |
+
SFTA2
|
| 1059 |
+
SFTPD
|
| 1060 |
+
SFXN1
|
| 1061 |
+
SH2D3C
|
| 1062 |
+
SH2D6
|
| 1063 |
+
SH2D7
|
| 1064 |
+
SH3YL1
|
| 1065 |
+
SHANK3
|
| 1066 |
+
SIT1
|
| 1067 |
+
SKP1
|
| 1068 |
+
SLAMF1
|
| 1069 |
+
SLAMF7
|
| 1070 |
+
SLC1A3
|
| 1071 |
+
SLC2A1
|
| 1072 |
+
SLC4A1
|
| 1073 |
+
SLC5A6
|
| 1074 |
+
SLC6A8
|
| 1075 |
+
SLC7A11
|
| 1076 |
+
SLC12A2
|
| 1077 |
+
SLC15A2
|
| 1078 |
+
SLC18A2
|
| 1079 |
+
SLC22A8
|
| 1080 |
+
SLC25A3
|
| 1081 |
+
SLC25A37
|
| 1082 |
+
SLC26A2
|
| 1083 |
+
SLC26A3
|
| 1084 |
+
SLC29A4
|
| 1085 |
+
SLIT3
|
| 1086 |
+
SLPI
|
| 1087 |
+
SMAD3
|
| 1088 |
+
SMAP2
|
| 1089 |
+
SMIM6
|
| 1090 |
+
SMIM14
|
| 1091 |
+
SMIM24
|
| 1092 |
+
SMOC2
|
| 1093 |
+
SMS
|
| 1094 |
+
SMYD2
|
| 1095 |
+
SNAI1
|
| 1096 |
+
SNCA
|
| 1097 |
+
SNCG
|
| 1098 |
+
SNTN
|
| 1099 |
+
SNX20
|
| 1100 |
+
SOCS1
|
| 1101 |
+
SOCS2
|
| 1102 |
+
SOCS3
|
| 1103 |
+
SOD3
|
| 1104 |
+
SOS1
|
| 1105 |
+
SOX2
|
| 1106 |
+
SOX4
|
| 1107 |
+
SOX6
|
| 1108 |
+
SOX9
|
| 1109 |
+
SOX17
|
| 1110 |
+
SOX18
|
| 1111 |
+
SPARC
|
| 1112 |
+
SPARCL1
|
| 1113 |
+
SPDEF
|
| 1114 |
+
SPI1
|
| 1115 |
+
SPIB
|
| 1116 |
+
SPOCK2
|
| 1117 |
+
SPON2
|
| 1118 |
+
SQLE
|
| 1119 |
+
SRGN
|
| 1120 |
+
SRPK1
|
| 1121 |
+
SRPX
|
| 1122 |
+
SSR2
|
| 1123 |
+
SSR3
|
| 1124 |
+
SSR4
|
| 1125 |
+
SST
|
| 1126 |
+
SSTR2
|
| 1127 |
+
STAT1
|
| 1128 |
+
STAT2
|
| 1129 |
+
STAT3
|
| 1130 |
+
STAT4
|
| 1131 |
+
STAT5B
|
| 1132 |
+
STAT6
|
| 1133 |
+
STC1
|
| 1134 |
+
STC2
|
| 1135 |
+
STEAP4
|
| 1136 |
+
STMN1
|
| 1137 |
+
STXBP6
|
| 1138 |
+
SULT1B1
|
| 1139 |
+
SUMO2
|
| 1140 |
+
SVEP1
|
| 1141 |
+
SVIL
|
| 1142 |
+
SVOPL
|
| 1143 |
+
SYK
|
| 1144 |
+
TAC1
|
| 1145 |
+
TACSTD2
|
| 1146 |
+
TAGLN
|
| 1147 |
+
TAP1
|
| 1148 |
+
TAPBP
|
| 1149 |
+
TAT
|
| 1150 |
+
TBC1D4
|
| 1151 |
+
TBX3
|
| 1152 |
+
TBX21
|
| 1153 |
+
TC2N
|
| 1154 |
+
TCEAL7
|
| 1155 |
+
TCF4
|
| 1156 |
+
TCF7
|
| 1157 |
+
TCF15
|
| 1158 |
+
TCF21
|
| 1159 |
+
TCIM
|
| 1160 |
+
TCL1A
|
| 1161 |
+
TENT5C
|
| 1162 |
+
TFAP2A
|
| 1163 |
+
TFF1
|
| 1164 |
+
TFF2
|
| 1165 |
+
TFF3
|
| 1166 |
+
TFPI
|
| 1167 |
+
TGFB1
|
| 1168 |
+
TGFBR1
|
| 1169 |
+
THAP2
|
| 1170 |
+
THBS1
|
| 1171 |
+
THBS2
|
| 1172 |
+
THY1
|
| 1173 |
+
TIFA
|
| 1174 |
+
TIGIT
|
| 1175 |
+
TIMP3
|
| 1176 |
+
TIMP4
|
| 1177 |
+
TK1
|
| 1178 |
+
TKT
|
| 1179 |
+
TM4SF4
|
| 1180 |
+
TM4SF18
|
| 1181 |
+
TMA7
|
| 1182 |
+
TMBIM6
|
| 1183 |
+
TMC5
|
| 1184 |
+
TMEM52B
|
| 1185 |
+
TMEM61
|
| 1186 |
+
TMEM100
|
| 1187 |
+
TMEM147
|
| 1188 |
+
TMEM174
|
| 1189 |
+
TMIGD1
|
| 1190 |
+
TMPRSS2
|
| 1191 |
+
TNC
|
| 1192 |
+
TNF
|
| 1193 |
+
TNFAIP3
|
| 1194 |
+
TNFRSF1B
|
| 1195 |
+
TNFRSF9
|
| 1196 |
+
TNFRSF13B
|
| 1197 |
+
TNFRSF13C
|
| 1198 |
+
TNFRSF17
|
| 1199 |
+
TNFRSF18
|
| 1200 |
+
TNFRSF25
|
| 1201 |
+
TNFSF13B
|
| 1202 |
+
TNS4
|
| 1203 |
+
TNXB
|
| 1204 |
+
TOMM7
|
| 1205 |
+
TOP2A
|
| 1206 |
+
TOX
|
| 1207 |
+
TP53
|
| 1208 |
+
TP63
|
| 1209 |
+
TP73
|
| 1210 |
+
TPD52
|
| 1211 |
+
TPSAB1
|
| 1212 |
+
TPSG1
|
| 1213 |
+
TRAC
|
| 1214 |
+
TRAF4
|
| 1215 |
+
TRAPPC3
|
| 1216 |
+
TRAT1
|
| 1217 |
+
TRBC1
|
| 1218 |
+
TRBC2
|
| 1219 |
+
TRDN
|
| 1220 |
+
TRDV1
|
| 1221 |
+
TREM2
|
| 1222 |
+
TRGV4
|
| 1223 |
+
TRH
|
| 1224 |
+
TRIB1
|
| 1225 |
+
TRPC6
|
| 1226 |
+
TRPM5
|
| 1227 |
+
TSPAN8
|
| 1228 |
+
TSPAN19
|
| 1229 |
+
TTR
|
| 1230 |
+
TUBA1A
|
| 1231 |
+
TUBA1B
|
| 1232 |
+
TUBA4A
|
| 1233 |
+
TUBB
|
| 1234 |
+
TUBB2B
|
| 1235 |
+
TXLNA
|
| 1236 |
+
TYMS
|
| 1237 |
+
TYROBP
|
| 1238 |
+
UBD
|
| 1239 |
+
UBE2C
|
| 1240 |
+
UCN3
|
| 1241 |
+
UCP1
|
| 1242 |
+
UGP2
|
| 1243 |
+
UGT2A3
|
| 1244 |
+
UGT2B17
|
| 1245 |
+
UMOD
|
| 1246 |
+
UPK1B
|
| 1247 |
+
UPK3B
|
| 1248 |
+
UQCC2
|
| 1249 |
+
USP53
|
| 1250 |
+
VAMP8
|
| 1251 |
+
VCAN
|
| 1252 |
+
VEGFA
|
| 1253 |
+
VEGFC
|
| 1254 |
+
VOPP1
|
| 1255 |
+
VPREB3
|
| 1256 |
+
VSIG4
|
| 1257 |
+
VSIR
|
| 1258 |
+
VTN
|
| 1259 |
+
VWA5A
|
| 1260 |
+
VWA5B2
|
| 1261 |
+
VWF
|
| 1262 |
+
WARS
|
| 1263 |
+
WFDC2
|
| 1264 |
+
WFS1
|
| 1265 |
+
WNT2
|
| 1266 |
+
WNT5B
|
| 1267 |
+
WT1
|
| 1268 |
+
XBP1
|
| 1269 |
+
XCL2
|
| 1270 |
+
XCR1
|
| 1271 |
+
YAF2
|
| 1272 |
+
ZEB1
|
| 1273 |
+
ZEB2
|
| 1274 |
+
ZNF562
|
| 1275 |
+
ZNF683
|
GHIST_plus/models/pancancer/ghist_plus_pancancer_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d490f59a6f2821cdcc666937572d0fcc189149e56305265ecef51d754f3a7e19
|
| 3 |
+
size 297232898
|
GHIST_plus/models/pancancer/ghist_plus_pancancer_optimizer.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de7026de89a9794b44f93c69a9146b87db5d976e5ff9a820516774373e11328a
|
| 3 |
+
size 251232334
|
GHIST_plus/models/pancancer/standardisation_hist_fold_1.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25783117bcb49c5dd30dfc3f2bf5055f490ff7179c2de7a231f7155fb5121a12
|
| 3 |
+
size 176
|
GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_celltype.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_celltype_probs.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d518d9d9b6d2a3fc95e8349f5db6ce7eb5c7b0c7e4fabf948ad5b75a5dd37bc
|
| 3 |
+
size 19759521
|
GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_expr_scaled.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fd81183d4517fb8d2b019eac6c87f42f6ec0a8f58a366dded6b0c0a803567df
|
| 3 |
+
size 337925817
|
GHIST_plus/predictions/breast_multi/atera/test_slide9101_pred_expr_scaled.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f49f5c8a2d751d17892747c73dff81c6ad53d147424cac6516fd09af9d786282
|
| 3 |
+
size 799684478
|
GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_celltype.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:666434dab881fc92ada5dfd5993ad2ae798baa28c61517970b159c3cdcc99ef6
|
| 3 |
+
size 15382411
|
GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_celltype_probs.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4653573b92651f81df2e0d1265ea732be0a3fb1f25a3692d387009d001b2284b
|
| 3 |
+
size 65632276
|
GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_expr_scaled.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:097e5be7b4fd9d70f4b87dcdf482cdbdd8529a3aa2338a211a48b25f17d8fd76
|
| 3 |
+
size 1146703052
|
GHIST_plus/predictions/breast_multi/breast5k/test_slide6_pred_expr_scaled.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e1e3e4b13b1c01698678613a45ce4100908af679535cef6049d213631b739e7
|
| 3 |
+
size 2692921031
|
GHIST_plus/predictions/breast_multi/test_slide3_pred_expr_scaled.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2304e3585719f1f1c03c9fbbdd449e9a65e194357cf78e71380ead22d44fc473
|
| 3 |
+
size 163015652
|
GHIST_plus/predictions/breast_single/trainval_slide3_pred_expr_scaled.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ded0d5f1006d95c19b6fcb6e0ebb6c038a82f21e575be189d8c3cf2154c508bf
|
| 3 |
+
size 18884189
|
GHIST_plus/predictions/figure4_rrc/expression/validation_predictions.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46446efa9d34ddfae96bb6be96a47f8a29582f0a7abbf29b611c21a04be423cc
|
| 3 |
+
size 90196321
|
GHIST_plus/predictions/imputation/slide0_imputed10_scaled.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
GHIST_plus/predictions/imputation/slide1_imputed10_scaled.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
GHIST_plus/predictions/imputation/slide2_imputed10_scaled.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
GHIST_plus/predictions/imputation/slide4_imputed10_scaled.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
GHIST_plus/predictions/imputation/slide5_imputed10_scaled.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_celltype.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3f61e4732d066e27e592de0efd7f04635bc2c5136ccb45322cb7690e05cac6f
|
| 3 |
+
size 15542799
|
GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_celltype_probs.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3673756bb4f1807babb96d67bffa87974f645a6e74c81ed296d947ccb2e3b88
|
| 3 |
+
size 63941195
|
GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_expr_counts.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:103a6bea62b94f0e3c04a9cb701bc19770b2cafdfd6067bb0a0d90647cfe0632
|
| 3 |
+
size 3443912747
|
GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_expr_scaled.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edda5af766a9b6a2a2fa4d6f9ca0bccfadcce1829ddebec4e61046da3a381006
|
| 3 |
+
size 3442284130
|
GHIST_plus/predictions/pancancer/breast_5k/test_slide11_pred_expr_scaled.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdaff33d30270aeff16063eb7c472216dbbaedc429dfc8c51a505eb9054b8578
|
| 3 |
+
size 8216068933
|
GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_celltype.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_celltype_probs.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11166705561d36ed3ae61a6ebf232610ea93a0a3af76dc333485129422a09d30
|
| 3 |
+
size 24981456
|
GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_expr_counts.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:830139a4c34e6148a3919ec15750f46be7902f9c9f11699611336979420b2b54
|
| 3 |
+
size 1339667147
|
GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_expr_scaled.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abe9493a94830bd46d9cdc9d487f31e075ee08d6b42373fc1f79545548326228
|
| 3 |
+
size 1339193012
|
GHIST_plus/predictions/pancancer/lung_5k/test_slide16_pred_expr_scaled.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c9483ebb0ba6a73fd1c060d0c04c5fb60555969582489d7adff49c82ebabe3b
|
| 3 |
+
size 3211465741
|