-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from FINNGEN/development
Development
- Loading branch information
Showing
10 changed files
with
7,933 additions
and
4,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
finregistry* | ||
finngen* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
LABfi_ALL.usagi.bootstrap* | ||
*.bck |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Kanta Harmonisation v0.3.0 | ||
|
||
- Updates by Sam, mostly 'ERROR; Units: Units dont match quantity' | ||
|
||
|
||
# Kanta Harmonisation v0.2.0 | ||
|
||
- Updates by Tarja, completed unmapped using mapped as reference | ||
|
||
|
||
# Kanta Harmonisation v0.1.0 | ||
|
||
- LABfi usagi files from FinOMOP | ||
- Fixed UNITSfi usagi deom FinOMOP | ||
- Fixed maps by Tarja Laitines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
|
||
source('R/check_lab_usagi_file.R') | ||
source('R/fct_modify_usagi.R') | ||
|
||
|
||
check_lab_usagi_file( | ||
pathInputFile = 'MAPPING_TABLES/LABfi_ALL.usagi.bootstrap.unchecked.csv', | ||
pathValidQuantityFile = 'MAPPING_TABLES/LOINC_has_property.csv', | ||
pathValidQuantityUnitsFile = 'MAPPING_TABLES/quantity_source_unit_conversion.tsv', | ||
pathOutputFile = 'mapping_tables/LABfi_ALL.usagi.bootstrap.csv' | ||
pathOutputFile = 'mapping_tables/LABfi_ALL.usagi.bootstrap.checked.csv' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"R": { | ||
"Version": "4.2.3", | ||
"Version": "4.3.0", | ||
"Repositories": [ | ||
{ | ||
"Name": "CRAN", | ||
|