The goal of this analysis is to combine functional genomic and descriptive genomic data sets for each of the non-driver SUM breast cancer cell lines in order to determine a functional oncogene signature for each cell line.
First let’s set the working directory to the location that contains all of the genomic data sets needed to generate the functional oncogene signatures
setwd("C:/Users/stg43/R_Programming/Oncogene Signatures for Non-Driver Lines")
Next we’ll source the Onc_Sig_Generator.R function that I created
source("C:/Users/stg43/R_Programming/R_functions/Onc_Sig_Generator.R")
Next we’ll run the Onc_Sig_Generator function using “SUM185” as the argument
Onc_Sig_Generator("SUM44")
## [1] "FNBP1L" "MTF2" "DDX1" "CENPA" "EIF4EBP1" "STAR"
## [7] "MYST3" "RPL35" "PPP6C" "INTS4" "MTL5" "ORAOV1"
## [13] "RPS3" "CES1"
## [1] "FNBP1L" "DDX1" "CENPA" "EIF4EBP1" "INTS4" "MTL5"
## [1] "EIF4EBP1" "CENPA"
## Warning: Removed 1 rows containing missing values (geom_point).
## Warning: Removed 1 rows containing missing values (geom_point).
## character(0)