summaryrefslogtreecommitdiff
path: root/topics/meetings/jnduli_bmunyoki.gmi
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-02 15:37:23 +0300
committerMunyoki Kilyungi2024-09-02 15:37:23 +0300
commit5ae0b9731c6acaed307d6d54fc54b624a4dd3118 (patch)
treeff89f3df85f02795540af72c1f5fe7b2c3d17238 /topics/meetings/jnduli_bmunyoki.gmi
parentd35332d6d6fc5155f9c904bb9a8a23ee4787abe5 (diff)
downloadgn-gemtext-5ae0b9731c6acaed307d6d54fc54b624a4dd3118.tar.gz
Add meeting notes with @flisso.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics/meetings/jnduli_bmunyoki.gmi')
-rw-r--r--topics/meetings/jnduli_bmunyoki.gmi18
1 files changed, 18 insertions, 0 deletions
diff --git a/topics/meetings/jnduli_bmunyoki.gmi b/topics/meetings/jnduli_bmunyoki.gmi
index ac37251..974b6b8 100644
--- a/topics/meetings/jnduli_bmunyoki.gmi
+++ b/topics/meetings/jnduli_bmunyoki.gmi
@@ -1,5 +1,23 @@
# Meeting Notes
+# 2024-09-02 (Sync with @flisso+@bonfacem)
+
+## Case-Attributes
+
+* @bmunyoki understood case attributes by reverse-engineering the relevant tables from GeneNetwork's database.
+
+* One source of confusion for @bmunyoki is that we have the same "CaseAttribute.Name" that applies to different strains. Example Query:
+
+```
+SELECT * FROM CaseAttribute JOIN CaseAttributeXRef ON CaseAttribute.CaseAttributeId = CaseAttributeXRef.CaseAttributeId WHERE CaseAttribute.Name = "Sex"\G
+```
+
+* @rob wants fine-grained access control with case attributes.
+
+* @flisso, case-attributes are GN invention. Case Attributes are extra metadata about a given dataset beyond the phenotype measurements. E.g. We can have the phenotype: "Central nervous system"; whereby we collect the values, and SE. However, we can also collect extra metadata like "Body Weight", "Sex", "Status", etc, and in GN terminology, that extra metadata is called Case Attributes.
+
+* @bmunyoki. Most of the confusion around case-attributes is because of how we store case-attributes. We don't have unique identifiers for case-attributes.
+
# 2024-08-30
* @bmunyoki Replicate GN1 WIKI+RIF in GN2.