Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
01843f6c
Commit
01843f6c
authored
Sep 28, 2018
by
Carine Rey
Browse files
change change to scaling
parent
a3d6a487
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/scripts/calc_t_per_meth.R
lib/scripts/calc_t_per_meth.R
+3
-3
No files found.
lib/scripts/calc_t_per_meth.R
View file @
01843f6c
...
...
@@ -830,11 +830,11 @@ plot_out = function(df_out, df_d , df_auc, df_recall_sup09_per_meth, meths = NUL
if
(
all
(
couple_simuB
%in%
tmp_df
$
couple
))
{
tmp_df
$
group
[
tmp_df
$
couple
%in%
couple_simuB
]
=
"2/ C
C
SE"
tmp_df
$
group
[
tmp_df
$
couple
%in%
couple_simuB
]
=
"2/ C
S
SE"
tmp_df2
=
rbind
(
tmp_df2
,
tmp_df
[
tmp_df
$
couple
%in%
couple_simuB
,])
}
if
(
all
(
couple_simuC
%in%
tmp_df
$
couple
))
{
tmp_df
$
group
[
tmp_df
$
couple
%in%
couple_simuC
]
=
"3/ PC & GW
C
SE"
tmp_df
$
group
[
tmp_df
$
couple
%in%
couple_simuC
]
=
"3/ PC & GW
S
SE"
if
(
noA
)
{
tmp_df2
=
tmp_df
[
tmp_df
$
couple
%in%
couple_simuC
,]
}
else
{
...
...
@@ -842,7 +842,7 @@ plot_out = function(df_out, df_d , df_auc, df_recall_sup09_per_meth, meths = NUL
}
}
if
(
all
(
couple_simuD
%in%
tmp_df
$
couple
))
{
tmp_df
$
group
[
tmp_df
$
couple
%in%
couple_simuD
]
=
"4/ PC & C
C
SE"
tmp_df
$
group
[
tmp_df
$
couple
%in%
couple_simuD
]
=
"4/ PC & C
S
SE"
tmp_df2
=
rbind
(
tmp_df2
,
tmp_df
[
tmp_df
$
couple
%in%
couple_simuD
,])
}
tmp_df
=
tmp_df2
...
...
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