Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ENS M1 ML
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ghislain Durif
ENS M1 ML
Commits
fc06d4ee
Commit
fc06d4ee
authored
Sep 28, 2022
by
GD
Browse files
Options
Downloads
Patches
Plain Diff
make practical c + corresponding change Rdata file name extension
parent
231f0ff0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+7
-1
7 additions, 1 deletion
Makefile
Practical_c.Rmd
+2
-2
2 additions, 2 deletions
Practical_c.Rmd
practical_c.Rdata
+0
-0
0 additions, 0 deletions
practical_c.Rdata
practical_c_prepa.R
+1
-1
1 addition, 1 deletion
practical_c_prepa.R
with
10 additions
and
4 deletions
Makefile
+
7
−
1
View file @
fc06d4ee
all
:
public/
\
public/index.html
\
public/Practical_a.html
\
public/Practical_b.html
public/Practical_b.html
\
public/Practical_c.html
public/
:
cp
-R
img public/
&&
cp
-R
www public/
...
...
@@ -18,6 +19,11 @@ public/Practical_b.html: public/ Practical_b.Rmd
cp
practical_b.Rdata public/
cp
Practical_b.Rmd public/
public/Practical_c.html
:
public/ Practical_c.Rmd
Rscript
-e
'rmarkdown::render("Practical_c.Rmd", output_dir = "public/")'
cp
practical_c.Rdata public/
cp
Practical_c.Rmd public/
clean
:
sudo rm
-r
local
public
...
...
This diff is collapsed.
Click to expand it.
Practical_c.Rmd
+
2
−
2
View file @
fc06d4ee
...
...
@@ -131,12 +131,12 @@ We will use data stored in the `practical_c.RData` file.
```{r, include=F}
# load data
data_file <- "practical_c.R
D
ata"
data_file <- "practical_c.R
d
ata"
data_list <- load(data_file)
```
```{r, eval=F}
#
data_list <- load(url("https://lbmc.gitbiopages.ens-lyon.fr/hub/formations/ens_m1_ml/practical_c.Rdata"), verbose = T)
data_list <- load(url("https://lbmc.gitbiopages.ens-lyon.fr/hub/formations/ens_m1_ml/practical_c.Rdata"), verbose = T)
```
It contains the following objects:
...
...
This diff is collapsed.
Click to expand it.
practical_c.R
D
ata
→
practical_c.R
d
ata
+
0
−
0
View file @
fc06d4ee
File moved
This diff is collapsed.
Click to expand it.
practical_c_prepa.R
+
1
−
1
View file @
fc06d4ee
...
...
@@ -285,7 +285,7 @@ dim(yeast_av_data)
#### save data ####
file_name
<-
"practical_c.R
D
ata"
file_name
<-
"practical_c.R
d
ata"
save
(
list
=
c
(
"gt_data"
,
"morpho_data"
,
"strain_id"
,
"yeast_data"
,
"yeast_av_data"
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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
sign in
to comment