Skip to content

Commit

Permalink
test r
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 27, 2024
1 parent 1bc0fdd commit 0432542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 1 addition & 9 deletions workflow/R/R_salmon.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,4 @@ plot_total <- ggplot(combined_df,aes(x=groups, y=log2(as.numeric(BRAF)+0.01), fi
setwd(final_output)
pdf("total_salmon.pdf", width = 23.5, height = 13)
plot_total
dev.off()








dev.off()
3 changes: 1 addition & 2 deletions workflow/R/config_all.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ BRAF_ids <- c("ENST00000288602.11","ENST00000469930.2","ENST00000479537.6","ENST

## libraries
my_packages <- c("dplyr","ggplot2","tidyr","ggsignif","ggpubr","patchwork","stringr",
"ggrepel","bedtoolsr","tibble","GenomicAlignments","tximeta",
"tximport")
"ggrepel","bedtoolsr","tibble","GenomicAlignments", "tximport")

## Sample typologies
samples_typologies <- c("lung_geo")
Expand Down

0 comments on commit 0432542

Please sign in to comment.