Skip to content
Snippets Groups Projects
Verified Commit d58efd60 authored by dcluet's avatar dcluet
Browse files

Removing one deprecation warning from tibble

parent c66c4777
Branches master
No related tags found
No related merge requests found
...@@ -18,10 +18,8 @@ color_activated = "#404080" ...@@ -18,10 +18,8 @@ color_activated = "#404080"
# expressed Genes # expressed Genes
expressedGenes <- list(unlist(read.csv(file = "src/database/filtered_genes_Lympho_Resting.csv")), expressedGenes <- list(unlist(read.csv(file = "src/database/filtered_genes_Lympho_Resting.csv")),
unlist(read.csv(file = "src/database/filtered_genes_Lympho_Activated.csv")), unlist(read.csv(file = "src/database/filtered_genes_Lympho_Activated.csv")))
unlist(read.csv(file = "src/database/filtered_genes_Macro_Resting.csv")), names(expressedGenes) <- c("Lympho_Resting", "Lympho_Activated")
unlist(read.csv(file = "src/database/filtered_genes_Macro_Activated.csv")))
names(expressedGenes) <- c("Lympho_Resting", "Lympho_Activated", "Macro_Resting", "Macro_Activated")
# funtions ---------------------------------------------------------------- # funtions ----------------------------------------------------------------
plotImp <- function(model, model_name) { plotImp <- function(model, model_name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment