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
gene expression analyzed data for Paclitaxel drug resistance in breast cancer
@kaggle.aliabedimadiseh_taxol_drug_resistance_cell_lines_in_br_918b4375
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.
CREATE TABLE dataset (
"gene_symbol" VARCHAR,
"p_value" DOUBLE,
"logfc" DOUBLE,
"cell_line" VARCHAR
);
Anyone who has the link will be able to view this.