Baselight

Taxol Drug Resistance Cell Lines In Breast Cancer

gene expression analyzed data for Paclitaxel drug resistance in breast cancer

@kaggle.aliabedimadiseh_taxol_drug_resistance_cell_lines_in_br_918b4375

Loading...
Loading...

About this Dataset

Taxol Drug Resistance Cell Lines In Breast Cancer

This dataset collected from NCBI - GEO datasets:

These datasets include four paclitaxel-resistant cell lines which includes BAS, HS578T, MCF7 and MDA-MB-231.

Gene expression analysis was performed using R in each of the datasets, which was between control cells and drug-resistant cells. And using different Bioinformatics databases, they were converted into gene symbols. Genes with a p-value of less than 0.05 were also removed.

Tables

Dataset

@kaggle.aliabedimadiseh_taxol_drug_resistance_cell_lines_in_br_918b4375.dataset
  • 400.27 KB
  • 21312 rows
  • 4 columns
Loading...

CREATE TABLE dataset (
  "gene_symbol" VARCHAR,
  "p_value" DOUBLE,
  "logfc" DOUBLE,
  "cell_line" VARCHAR
);

Share link

Anyone who has the link will be able to view this.