Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
KCE
kce_etl
Commits
f06f1305
Commit
f06f1305
authored
Apr 20, 2020
by
Venkat Malladi
Browse files
Add tumor registry data.
parent
8f85f1eb
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
scripts/sql_queries/tumor_registry.sql
0 → 100644
View file @
f06f1305
select
*
from
tumor_registry
inner
join
(
select
patient_num
from
kidney_mrn_list
inner
join
"MRN_Filter_KCE"
A
on
kidney_mrn_list
.
mrn
=
A
.
mrn
)
B
on
tumor_registry
.
patient_num
=
B
.
patient_num
;
tests/data/tumor_registry.csv
0 → 100755
View file @
f06f1305
This diff is collapsed.
Click to expand it.
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