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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
VEBER Philippe
codepi
Commits
59c6e1db
Commit
59c6e1db
authored
Sep 06, 2018
by
Carine Rey
Browse files
add plot Eucl D
parent
5a434b45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lib/scripts/calc_t_per_meth.R
lib/scripts/calc_t_per_meth.R
+4
-4
No files found.
lib/scripts/calc_t_per_meth.R
View file @
59c6e1db
...
...
@@ -711,10 +711,10 @@ plot_out = function(df_out, df_d , df_recall_sup09_per_meth, meths = NULL, suffi
nrow
=
2
)
}
else
{
plot_png
=
plot_grid
(
plot_recall_precision
,
plot_max_MCC
,
plot_value_JSD
,
labels
=
c
(
"A"
,
"B"
,
"C"
),
rel_heights
=
c
(
0.5
,
0.5
,
1
),
nrow
=
3
plot_png
=
plot_grid
(
plot_recall_precision
,
plot_max_MCC
,
plot_value_JSD
,
plot_value_ED
,
labels
=
c
(
"A"
,
"B"
,
"C"
,
"D"
),
rel_heights
=
c
(
0.5
,
0.5
,
1
,
1
),
nrow
=
4
)
}
...
...
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