Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
The number of columns (16384) exceeds the maximum supported number of columns (1000). This is a current limitation of the datasets viewer. You can reduce the number of columns if you want the viewer to work.
Error code:   TooManyColumnsError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

🧬 GBM Survival Gene Expression Dataset

This dataset contains large-scale gene expression data (RNA-Seq and Microarray) curated for predicting the survival outcomes of patients with Glioblastoma Multiforme (GBM) and Lower-Grade Glioma (LGG).

It is specifically designed to be used with the GBM Survival Mamba project.

πŸ“‚ Data Structure

The data is organized into three main phases:

1. 01_raw/ (Raw Data)

Untouched genomic data from international portals:

  • TCGA: RNA-Seq data from The Cancer Genome Atlas (USA).
  • CGGA: Chinese Glioma Genome Atlas data (Asia).
  • GEO: Various cohorts from NCBI Gene Expression Omnibus (REMBRANDT, GSE4412, etc.).

2. 02_processed/ (Cleaned & Normalized)

Ready-to-use data for machine learning:

  • training/: Internal Train/Val/Test splits used for model development.
  • validation/: External independent cohorts for performance verification.
  • Files include X.csv (feature matrices with 16,383 genes) and y.csv (survival time and status).

3. 03_metadata/

Mapping tables between Gene Symbols and Probe IDs, as well as clinical metadata.

πŸš€ How to use with the Project

If you have cloned the GitHub repository, you can automatically sync this data by running:

python scripts/download_data_hf.py

This will download all files and place them in the correct data/ directory structure.

πŸ“ Data Sources & Citations

If you use this data, please cite the original sources:

  1. TCGA Research Network: https://www.cancer.gov/tcga
  2. CGGA Database: http://www.cgga.org.cn/
  3. NCBI GEO: https://www.ncbi.nlm.nih.gov/geo/

Project Maintainer: Cong, K. X.

Downloads last month
20