Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Statistical-Genetics
jass
Commits
ffd27c10
Commit
ffd27c10
authored
2 years ago
by
Hanna JULIENNE
Browse files
Options
Downloads
Patches
Plain Diff
fix for pvalue
parent
c56e7f0b
No related branches found
No related tags found
1 merge request
!70
Fix issue 121 122
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jass/models/plots.py
+3
-0
3 additions, 0 deletions
jass/models/plots.py
with
3 additions
and
0 deletions
jass/models/plots.py
+
3
−
0
View file @
ffd27c10
...
...
@@ -262,6 +262,9 @@ def create_quadrant_plot(work_file_path: str,
def
create_qq_plot
(
work_file_path
:
str
,
qq_plot_path
:
str
):
df
=
read_hdf
(
work_file_path
,
"
SumStatTab
"
)
pval_median
=
df
.
JASS_PVAL
.
median
()
print
(
"
median pval
"
)
print
(
pval_median
)
df
[[
'
JASS_PVAL
'
,
'
UNIVARIATE_MIN_PVAL
'
]]
=
replaceZeroes
(
df
[[
'
JASS_PVAL
'
,
'
UNIVARIATE_MIN_PVAL
'
]])
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment