Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
custom
Amodio_Infertility_2023
Commits
25fbdd2c
Commit
25fbdd2c
authored
Dec 18, 2024
by
Giorgia Giacomini
Browse files
Update 1_PreProcessing_Data.R
parent
20ffcdd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Script/1_PreProcessing_Data.R
View file @
25fbdd2c
...
@@ -28,8 +28,8 @@ dir.create(path = out_dir, showWarnings = F)
...
@@ -28,8 +28,8 @@ dir.create(path = out_dir, showWarnings = F)
sample_info
<-
data.frame
(
"samples"
=
c
(
"FER1"
,
"FER2"
,
"FER3"
,
"FER4"
,
"FER5"
,
"OAT1"
,
"OAT2"
,
"OAT3"
,
"OAT4"
,
"
i
NOA1"
,
"
i
NOA2"
,
"
i
NOA3"
,
"
i
NOA4"
,
"
i
NOA5"
,
"
i
NOA6"
),
sample_info
<-
data.frame
(
"samples"
=
c
(
"FER1"
,
"FER2"
,
"FER3"
,
"FER4"
,
"FER5"
,
"OAT1"
,
"OAT2"
,
"OAT3"
,
"OAT4"
,
"NOA1"
,
"NOA2"
,
"NOA3"
,
"NOA4"
,
"NOA5"
,
"NOA6"
),
"groups"
=
c
(
"FER"
,
"FER"
,
"FER"
,
"FER"
,
"FER"
,
"OAT"
,
"OAT"
,
"OAT"
,
"OAT"
,
"
i
NOA"
,
"
i
NOA"
,
"
i
NOA"
,
"
i
NOA"
,
"
i
NOA"
,
"
i
NOA"
))
"groups"
=
c
(
"FER"
,
"FER"
,
"FER"
,
"FER"
,
"FER"
,
"OAT"
,
"OAT"
,
"OAT"
,
"OAT"
,
"NOA"
,
"NOA"
,
"NOA"
,
"NOA"
,
"NOA"
,
"NOA"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment