Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Statistical-Genetics
RAISS
Commits
1af01fbf
Commit
1af01fbf
authored
Jan 07, 2021
by
Hanna JULIENNE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update windows.py
parent
281565b2
Pipeline
#44878
passed with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
raiss/windows.py
raiss/windows.py
+1
-1
No files found.
raiss/windows.py
View file @
1af01fbf
...
...
@@ -32,7 +32,7 @@ def realigned_zfiles_on_panel(ref_panel, zscore):
- ref_panel (pd.dataframe) : snp of reference on the imputed chromosome
- zscore (pd.dataframe):
"""
inter_id
=
zscore
.
index
.
intersection
(
ref_panel
.
index
)
inter_id
=
zscore
.
index
.
intersection
(
ref_panel
.
index
)
.
unique
()
zscore
=
zscore
.
loc
[
inter_id
]
sub_ref_panel
=
ref_panel
.
loc
[
inter_id
]
print
(
sub_ref_panel
.
Ref_all
)
...
...
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