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
0df6b782
Commit
0df6b782
authored
Nov 03, 2020
by
Philippe Veber
Browse files
tk/Inhouse_lmm: fixed result table output
parent
0d01bb24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/toolbox/inhouse_lmm.ml
lib/toolbox/inhouse_lmm.ml
+1
-1
No files found.
lib/toolbox/inhouse_lmm.ml
View file @
0df6b782
...
...
@@ -125,4 +125,4 @@ let test ~alignment ~tree =
test_on_one_site
~
alignment
~
phenotypes
~
transform_matrix
~
site
)
let
result_table_of_test
pvals
=
Result_table
.{
oracle
=
None
;
scores_per_meth
=
[
(
"HomeLMM"
,
pvals
)
]
}
Result_table
.{
oracle
=
None
;
scores_per_meth
=
[
(
"HomeLMM"
,
Array
.
map
pvals
~
f
:
(
Option
.
map
~
f
:
((
-.
)
1
.
))
)
]
}
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