CoolFace
Datasetpublic

mubashir1837/Breast-Cancer-Gen-Expression-Dataset

🧬 RNA-seq Gene Expression Data for Predicting Neoadjuvant Chemotherapy Response Overview The Breast Cancer Gene Expression Dataset contains RNA-seq gene expression profiles from 58 breast cancer patients treated with neoadjuvant chemotherapy (NAC).The dataset is processed and cleaned from the publicly available NCBI GEO dataset GSE280902 and is designed for machine learning, bioinformatics, and translational cancer research. The primary goal of this dataset is to support… See the full description on the dataset page: https://huggingface.co/datasets/mubashir1837/Breast-Cancer-Gen-Expression-Dataset.

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes62downloads
Dataset Card

🧬 RNA-seq Gene Expression Data for Predicting Neoadjuvant Chemotherapy Response


Overview

The Breast Cancer Gene Expression Dataset contains RNA-seq gene expression profiles from 58 breast cancer patients treated with neoadjuvant chemotherapy (NAC). The dataset is processed and cleaned from the publicly available NCBI GEO dataset GSE280902 and is designed for machine learning, bioinformatics, and translational cancer research.

The primary goal of this dataset is to support prediction of pathological complete response (pCR) to NAC using gene expression data.


Dataset Summary

AttributeDescription
Patients58
Responders29
Non-responders29
Genes28,278 protein-coding genes
Data TypeRNA-seq (tabular)
TaskBinary classification
Response VariableNAC response

πŸ“ Files

  • β€”`cleaned_expression.csv`
  • β€”Shape: (58, 28,279)
  • β€”Rows: Samples (patients)
  • β€”Columns: Gene expression values
  • β€”Last column: Response
  • β€”1 β†’ Pathological Complete Response (pCR)
  • β€”0 β†’ No Response
  • β€”`labels.csv`
  • β€”Sample IDs and corresponding NAC response labels
  • β€”`notebooks/exploration.ipynb`
  • β€”Exploratory Data Analysis (EDA)
  • β€”PCA and basic visualizations

Data Description

  • β€”Samples: Pretreatment breast cancer tissue samples
  • β€”Genes: Protein-coding genes only
  • β€”Response Variable:
  • β€”1 = Responder (pCR)
  • β€”0 = Non-responder

No additional biological transformations were applied beyond cleaning, formatting, and labeling.


Source

  • β€”GEO Accession: GSE280902
  • β€”Original Study:
Guevara-Nieto HM et al. (2025). Identification of predictive pretreatment biomarkers for neoadjuvant chemotherapy response in Latino invasive breast cancer patients. Molecular Medicine
  • β€”Original Data Repository: NCBI Gene Expression Omnibus (GEO)

Use Cases

This dataset is suitable for:

  • β€”Machine learning classification (response vs. non-response)
  • β€”Feature selection and biomarker discovery
  • β€”Dimensionality reduction (PCA, UMAP)
  • β€”Deep learning on tabular genomics data
  • β€”Educational use in bioinformatics and data science

Citation

If you use this dataset, please cite:

APA

Mubashir Ali. (2025). Breast Cancer Gene Expression Dataset [Data set]. Kaggle. https://doi.org/10.34740/KAGGLE/DSV/14273820

BibTeX

bibtex
@misc{mubashir_ali_2025,
	title={Breast Cancer Gene Expression Dataset},
	url={https://www.kaggle.com/dsv/14273820},
	DOI={10.34740/KAGGLE/DSV/14273820},
	publisher={Kaggle},
	author={Mubashir Ali},
	year={2025}
}