Skip to content

Commit

Permalink
Merge pull request #41 from nf-osi/jaybee84/add_genes
Browse files Browse the repository at this point in the history
issue_40
  • Loading branch information
allaway authored Apr 12, 2021
2 parents 36eb92c + 8ac50b8 commit 07c4532
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ Suggests:
VignetteBuilder: knitr
URL: https://github.com/allaway/kairos
BugReports: https://github.com/allaway/kairos/issues
Depends:
R (>= 2.10)
4 changes: 2 additions & 2 deletions R/mod_gene_var.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ mod_gene_variant_server <- function(input, output, session, specimens){

#Color coding for Annotation

col1 <- c("#f6511d", "#ffb400", "#00a6ed") #, "#7fb800", "#0d2c54")
col2 <- c("#6da34d", "#56445d", "#548687") #, "#8fbc94", "#c5e99b")
col1 <- c("#f6511d", "#ffb400", "#00a6ed", "#7fb800", "#0d2c54")
col2 <- c("#6da34d", "#56445d", "#548687", "#8fbc94", "#c5e99b")

names(col1) <- as.vector(unique(kairos::jhu_tumor_file@clinical.data$tumorType))
names(col2) <- as.vector(unique(kairos::jhu_tumor_file@clinical.data$sampleType))
Expand Down
5 changes: 3 additions & 2 deletions data-raw/jhu_maf.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Prep Maf file for plotting
load("data-raw/jhu_maf.RData")
usethis::use_data(jhu_tumor_file)
load("data-raw/jhu_maf_updated.RData")
jhu_tumor_file <- kairos_file
usethis::use_data(jhu_tumor_file, overwrite = TRUE)
Binary file added data-raw/jhu_maf_updated.RData
Binary file not shown.
Binary file modified data/jhu_tumor_file.rda
Binary file not shown.

0 comments on commit 07c4532

Please sign in to comment.