asadekova commited on
Commit
9ae4e44
·
verified ·
1 Parent(s): 8b7b3e2

Fixed links to Data used in model training/validation

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -23,13 +23,13 @@ Kassandra is a decision tree machine learning-algorithm trained on a collection
23
 
24
 
25
  ### Data used in model training
26
- - [Collection of 9056 bulk RNA-seq samples from 505 datasets of sorted cells, cancer cells and cell lines](https://huggingface.co/buckets/bostongene/Kassandra-storage/resolve/train_data/all_models.zip?download=true)
27
- - [348 bulk RNA-seq samples of sorted cell populations (including 343 samples of cells from the blood)](https://huggingface.co/buckets/bostongene/Kassandra-storage/resolve/train_data/laboratory_data.zip?download=true)
28
  ### Validation data and cell predictions
29
- - [45 bulk RNA-seq of PBMC or PB samples paired with cytometry data](https://huggingface.co/buckets/bostongene/Kassandra-storage/resolve/validation_data/BG_blood.zip?download=true)
30
- - [Collection of 1750 blood bulk RNA-seq samples from 42 datasets from healthy donors](https://huggingface.co/buckets/bostongene/Kassandra-storage/resolve/validation_data/SRA_healthy_donors.zip?download=true)
31
- - [24 validation datasets with 1092 RNA-seq samples paired with flow cytometry, hematological analyzer, CyTOF or other cell percentage data](https://huggingface.co/buckets/bostongene/Kassandra-storage/resolve/validation_data/validation_datasets.zip?download=true)
32
- - [Tumor tissues from TCGA project predicted by Kassandra and other algorithms (CIBERSORT, CIBERSORTX, quantiseq, fardeep, ABIS, EPIC, MCP-counter, xcell, Scaden (PBMC))](https://huggingface.co/buckets/bostongene/Kassandra-storage/resolve/validation_data/TCGA.zip?download=true)
33
- - [Tissues from GTEX project predicted by Kassandra](https://huggingface.co/buckets/bostongene/Kassandra-storage/resolve/validation_data/GTEX.zip?download=true)
34
  ## Licencse
35
  BY UTILIZING THE CODE, YOU ARE CONSENTING TO BE AND AGREE TO BE BOUND BY ALL OF THE TERMS OF THIS LIMITED LICENSE, SEE "LICENSE"
 
23
 
24
 
25
  ### Data used in model training
26
+ - [Collection of 9056 bulk RNA-seq samples from 505 datasets of sorted cells, cancer cells and cell lines](https://huggingface.co/datasets/bostongene/Kassandra-data/resolve/main/train_data/all_models.zip)
27
+ - [348 bulk RNA-seq samples of sorted cell populations (including 343 samples of cells from the blood)](https://huggingface.co/datasets/bostongene/Kassandra-data/resolve/main/train_data/laboratory_data.zip)
28
  ### Validation data and cell predictions
29
+ - [45 bulk RNA-seq of PBMC or PB samples paired with cytometry data](https://huggingface.co/datasets/bostongene/Kassandra-data/resolve/main/validation_data/BG_blood.zip)
30
+ - [Collection of 1750 blood bulk RNA-seq samples from 42 datasets from healthy donors](https://huggingface.co/datasets/bostongene/Kassandra-data/resolve/main/validation_data/SRA_healthy_donors.zip)
31
+ - [24 validation datasets with 1092 RNA-seq samples paired with flow cytometry, hematological analyzer, CyTOF or other cell percentage data](https://huggingface.co/datasets/bostongene/Kassandra-data/resolve/main/validation_data/validation_datasets.zip)
32
+ - [Tumor tissues from TCGA project predicted by Kassandra and other algorithms (CIBERSORT, CIBERSORTX, quantiseq, fardeep, ABIS, EPIC, MCP-counter, xcell, Scaden (PBMC))](https://huggingface.co/datasets/bostongene/Kassandra-data/resolve/main/validation_data/TCGA.zip)
33
+ - [Tissues from GTEX project predicted by Kassandra](https://huggingface.co/datasets/bostongene/Kassandra-data/resolve/main/validation_data/GTEX.zip)
34
  ## Licencse
35
  BY UTILIZING THE CODE, YOU ARE CONSENTING TO BE AND AGREE TO BE BOUND BY ALL OF THE TERMS OF THIS LIMITED LICENSE, SEE "LICENSE"