Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Beatrice Tan
CNAprioritization
Commits
26f20c5d
Commit
26f20c5d
authored
Feb 01, 2018
by
Beatrice Tan
Browse files
Removed unnecessary print.
parent
21956d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/ReportTools.py
View file @
26f20c5d
...
...
@@ -210,9 +210,7 @@ def overlapping_pvalues(bed_file, parsed_results, plot_file):
r_pval
=
min
(
float
(
r_left_pv
),
float
(
r_right_pv
))
if
float
(
r_pval
)
>
0
:
gpv
=
math
.
pow
(
10
,
float
(
g_pval
)
*-
1
)
print
(
gpv
)
rpv
=
math
.
pow
(
10
,
float
(
r_pval
)
*-
1
)
print
(
rpv
)
#pvals.append((float(g_pval), float(r_left_pv)))
pvals
.
append
((
gpv
,
rpv
))
labels
=
[
"P-value GISTIC2.0"
,
"P-value RUBIC"
]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment