Breast Cancer (METABRIC)
Clinical profiles of 2,509 breast cancer patients
@kaggle.gunesevitan_breast_cancer_metabric
Clinical profiles of 2,509 breast cancer patients
@kaggle.gunesevitan_breast_cancer_metabric
There's a story behind every dataset and here's your opportunity to share yours.
What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.
We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE breast_cancer_metabric (
  "patient_id" VARCHAR,
  "age_at_diagnosis" DOUBLE,
  "type_of_breast_surgery" VARCHAR,
  "cancer_type" VARCHAR,
  "cancer_type_detailed" VARCHAR,
  "cellularity" VARCHAR,
  "chemotherapy" VARCHAR,
  "pam50_claudin_low_subtype" VARCHAR  -- Pam50 + Claudin-low Subtype,
  "cohort" DOUBLE,
  "er_status_measured_by_ihc" VARCHAR,
  "er_status" VARCHAR,
  "neoplasm_histologic_grade" DOUBLE,
  "her2_status_measured_by_snp6" VARCHAR,
  "her2_status" VARCHAR,
  "tumor_other_histologic_subtype" VARCHAR,
  "hormone_therapy" VARCHAR,
  "inferred_menopausal_state" VARCHAR,
  "integrative_cluster" VARCHAR,
  "primary_tumor_laterality" VARCHAR,
  "lymph_nodes_examined_positive" DOUBLE,
  "mutation_count" DOUBLE,
  "nottingham_prognostic_index" DOUBLE,
  "oncotree_code" VARCHAR,
  "overall_survival_months" DOUBLE  -- Overall Survival (Months),
  "overall_survival_status" VARCHAR,
  "pr_status" VARCHAR,
  "radio_therapy" VARCHAR,
  "relapse_free_status_months" DOUBLE  -- Relapse Free Status (Months),
  "relapse_free_status" VARCHAR,
  "sex" VARCHAR,
  "n_3_gene_classifier_subtype" VARCHAR  -- 3-Gene Classifier Subtype,
  "tumor_size" DOUBLE,
  "tumor_stage" DOUBLE,
  "patient_s_vital_status" VARCHAR  -- Patient\u0027s Vital Status
);Anyone who has the link will be able to view this.