Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CNAprioritization
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Beatrice Tan
CNAprioritization
Commits
26f20c5d
Commit
26f20c5d
authored
Feb 01, 2018
by
Beatrice Tan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary print.
parent
21956d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
scripts/ReportTools.py
scripts/ReportTools.py
+0
-2
No files found.
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
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