diff options
author | Andrea Guarracino | 2020-04-22 23:53:41 +0200 |
---|---|---|
committer | GitHub | 2020-04-22 23:53:41 +0200 |
commit | 25dbffe47849fdbc517ad19b7836c75da31ea873 (patch) | |
tree | cb41f01bccba03f5313d0083a7598f287668ea12 /scripts | |
parent | 6b470bd78ccfc7e1088e7d31641911280bd78369 (diff) | |
download | bh20-seq-resource-25dbffe47849fdbc517ad19b7836c75da31ea873.tar.gz bh20-seq-resource-25dbffe47849fdbc517ad19b7836c75da31ea873.tar.lz bh20-seq-resource-25dbffe47849fdbc517ad19b7836c75da31ea873.zip |
created dict for host health status
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dict_ontology_standardization/ncbi_host_health_status.csv | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/dict_ontology_standardization/ncbi_host_health_status.csv b/scripts/dict_ontology_standardization/ncbi_host_health_status.csv new file mode 100644 index 0000000..bbb9347 --- /dev/null +++ b/scripts/dict_ontology_standardization/ncbi_host_health_status.csv @@ -0,0 +1,8 @@ +healthy,http://purl.obolibrary.org/obo/NCIT_C115935 +asymptomatic,http://purl.obolibrary.org/obo/NCIT_C3833 +sympotmatic,http://purl.obolibrary.org/obo/NCIT_C25269 +admitted to hospital,http://purl.obolibrary.org/obo/GENEPIO_0002020 +hospitalized patient,http://purl.obolibrary.org/obo/GENEPIO_0002020 +discharged from hospital,http://purl.obolibrary.org/obo/GENEPIO_0001849 +dead,http://purl.obolibrary.org/obo/NCIT_C28554 +alive,http://purl.obolibrary.org/obo/NCIT_C37987 |