summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-03-23 08:41:03 +0300
committerFrederick Muriuki Muriithi2022-03-23 08:41:03 +0300
commitf3706645d0eec4dba2a8ff4159bbb4a945c6e540 (patch)
treef66f5d79d9c333112323fb5a9df5430152ea1ace /issues
parent8c5ad05549276284f07463b7b419676432a38905 (diff)
downloadgn-gemtext-f3706645d0eec4dba2a8ff4159bbb4a945c6e540.tar.gz
Add `Phenotype state in a hash` Issue from GitHub
Diffstat (limited to 'issues')
-rw-r--r--issues/capture-phenotype-state-in-a-hash.gmi30
1 files changed, 30 insertions, 0 deletions
diff --git a/issues/capture-phenotype-state-in-a-hash.gmi b/issues/capture-phenotype-state-in-a-hash.gmi
new file mode 100644
index 0000000..558f018
--- /dev/null
+++ b/issues/capture-phenotype-state-in-a-hash.gmi
@@ -0,0 +1,30 @@
+# Capture state of phenotypes in a HASH
+
+## Tags
+
+* assigned: pjotrp, zsloan
+* type: enhancement, feature-request
+* status: in progress
+* priority: medium
+* keywords: phenotypes, REST, UI
+
+## Description
+
+=> https://github.com/genenetwork/genenetwork2/issues/551 From GitHub
+
+To represent the state of the database we need to start using HASH values or UUIDs. For phenotypes we should create these for phenotype columns within a dataset - i.e. the column one uses for mapping. @zsloan this is metadata and I suggest we use RDF so we can have a historic view of changes in datasets. A change can be described as table - mapped to RDF:
+
+```
+dataset -> hash -> date -> submitter
+```
+
+The hash can be computed over data that is streamed over the REST API - so people van validate client side (as a feature).
+
+
+
+
+This mentions RDF - which I think
+
+* aruni
+
+was involved in. I (fredm) have tagged them here, for their evaluation of the relevance of this issue to them.