https://github.com/bhklab/tnbc_bay-876
https://github.com/bhklab/tnbc_bay-876
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhklab/tnbc_bay-876
- Owner: bhklab
- Created: 2019-05-23T18:02:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T16:41:27.000Z (almost 6 years ago)
- Last Synced: 2024-12-30T03:21:34.434Z (6 months ago)
- Language: R
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TNBC_BAY876
## Introduction
This is a repo that contains the code used to do the bioinfomatics analyses in this paper:GLUT1 inhibition blocks growth of RB1-positive Triple Negative Breast Cancer, 2019, Wu et. al..
The script for the analyses is written in R.
----
## Dependencies:
These R packages need to be installed in order to run the analysis script:
- Biobase
- PharmacoGx
- ggplot2
- GSA
- piano
- fgsea
- dplyr
- EnrichmentBrowser (devtools::install_github("lgeistlinger/EnrichmentBrowser")
- ggrepel----
## Reproducibility of the Analysis:
- Once the project is downloaded to the user computer, the user needs to navigate to the main directory of the project "TNBC_BAY-876-master".
- Inside the main directory, there is an R script file named "run_analysis.R". Running this script will regenerate the different bioinformatics plots used in the paper
*Important Note 1:* the user needs to set the working directory inside the script file before running it, i.e. setting the working directory to "TNBC_BAY-876-master" or double-click on TNBC_GLUT1.Rproj and it will set it automatically in RStudio
*Important Note 2:* the user needs to download all the data needed for this code to work from "https://figshare.com/projects/TNBC_BAY876/65828" and put them inside the "data" folder of this repo. Sensitivity data can be downloaded from "https://figshare.com/s/6e1782e040059d5a34e0" and will be made public in the figshare project once the paper is published.