Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MeRIPSeq
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
MeRIPSeq
Commits
28481998
Commit
28481998
authored
6 years ago
by
Christophe BECAVIN
Browse files
Options
Downloads
Patches
Plain Diff
Add R script
parent
3e220c35
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/R/diff_methyl.R
+3
-3
3 additions, 3 deletions
src/R/diff_methyl.R
with
3 additions
and
3 deletions
src/R/diff_methyl.R
+
3
−
3
View file @
28481998
...
@@ -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/"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment