Skip to content
Snippets Groups Projects
Commit 28481998 authored by Christophe  BECAVIN's avatar Christophe BECAVIN
Browse files

Add R script

parent 3e220c35
No related branches found
No related tags found
No related merge requests found
...@@ -11,11 +11,11 @@ rm(list=ls()) # remove all the objects from the R session ...@@ -11,11 +11,11 @@ rm(list=ls()) # remove all the objects from the R session
general_path <- "/Users/cbecavin/Documents/m6aAkker/" general_path <- "/Users/cbecavin/Documents/m6aAkker/"
#general_path <- "/pasteur/projets/policy01/m6aAkker/" #general_path <- "/pasteur/projets/policy01/m6aAkker/"
project_name <- "CecAm" project_name <- "LivOld"
peak_name <- "CecAm" peak_name <- "LivOld"
project_dir <- paste(general_path,"PeakDiffExpression/",project_name,"/",sep="") project_dir <- paste(general_path,"PeakDiffExpression/",project_name,"/",sep="")
annotation_name <- "gencode.vM13" annotation_name <- "gencode.vM13"
exp_design_name <- "CecAm" exp_design_name <- "LivOld"
exp_design_file = paste(project_dir,"/../../ExpDesign/",exp_design_name,"_exp_design.txt",sep="") exp_design_file = paste(project_dir,"/../../ExpDesign/",exp_design_name,"_exp_design.txt",sep="")
#rscript_folder <- "/pasteur/projets/policy01/m6aAkker/MeRIPSeq/src/R/" #rscript_folder <- "/pasteur/projets/policy01/m6aAkker/MeRIPSeq/src/R/"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment