forked from r76941156/semmed_parser
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #8 from biothings/tidy_CUI
SemMedDB V43 update
- Loading branch information
Showing
4 changed files
with
774 additions
and
121 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,33 @@ | ||
# SEMMED API parser 08/2021 | ||
# SemMedDB Predication Parser | ||
|
||
## Source Data Files | ||
|
||
There are four files required by this parser: | ||
|
||
1. The _PREDICATION_ CSV file. | ||
- Version: `semmedVER43_R` | ||
- Download page: https://lhncbc.nlm.nih.gov/ii/tools/SemRep_SemMedDB_SKR/SemMedDB_download.html | ||
- Direct download link: https://data.lhncbc.nlm.nih.gov/umls-restricted/ii/tools/SemRep_SemMedDB_SKR/semmedVER43_2022_R_PREDICATION.csv.gz | ||
- Filename: `semmedVER43_2022_R_PREDICATION.csv.gz` | ||
2. The _Semantic Type Mappings_ file. | ||
- Version: `2018AB` (UMLS release version number, as shown in [UMLS Release File Archives](https://www.nlm.nih.gov/research/umls/licensedcontent/umlsarchives04.html)) | ||
- Download page: https://lhncbc.nlm.nih.gov/ii/tools/MetaMap/documentation/SemanticTypesAndGroups.html | ||
- Direct download link: https://lhncbc.nlm.nih.gov/ii/tools/MetaMap/Docs/SemanticTypes_2018AB.txt | ||
- Filenname: `SemanticTypes_2018AB.txt` | ||
3. The _Retired CUI Mapping_ file. | ||
- Version: `2022AA` (UMLS release version number, as shown in [UMLS Release File Archives](https://www.nlm.nih.gov/research/umls/licensedcontent/umlsarchives04.html)) | ||
- Download page: this file is part of the [_2022AA UMLS Metathesaurus Full Subset_](https://www.nlm.nih.gov/research/umls/licensedcontent/umlsarchives04.html); no direct download link is available. | ||
- Description: https://www.ncbi.nlm.nih.gov/books/NBK9685/table/ch03.T.retired_cui_mapping_file_mrcui_rr/ | ||
- Filename: `MRCUI.RRF` | ||
4. The _Preferred CUI Names & Semtypes_ file. | ||
- Github Repo: https://github.com/erikyao/UMLS_CUI_Semtype | ||
- How to Generate: | ||
- Source data files: | ||
- The _Retired CUI Mapping_ file, `MRCUI.RRF` (see above). | ||
- The _Concept Names and Sources_ file, `MRCONSO.RRF`. | ||
- Version: `2022AA` | ||
- Download page: https://www.nlm.nih.gov/research/umls/licensedcontent/umlsarchives04.html | ||
- Description: https://www.ncbi.nlm.nih.gov/books/NBK9685/table/ch03.T.concept_names_and_sources_file_mr/ | ||
- The _Semantic Type Mappings_ file, `SemanticTypes_2018AB.txt` (see above). | ||
- Script: [parser.py](https://github.com/erikyao/UMLS_CUI_Semtype/blob/main/parser.py) | ||
- Filename: `UMLS_CUI_Semtype.tsv`, as shown [here](https://github.com/erikyao/UMLS_CUI_Semtype/blob/main/parser.py#L188) |
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
Oops, something went wrong.