summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorAlexander_Kabui2023-07-11 02:10:36 +0300
committerAlexander_Kabui2023-07-11 02:10:36 +0300
commit05c9c9cae1e4a02e05936e2e2f97423415051d48 (patch)
tree660f1296bc7f78996b8abc0d5e7c7dc00afa79c1 /issues
parent05f8ba6fe1e6ad580ed49eaef72329210ec77691 (diff)
downloadgn-gemtext-05c9c9cae1e4a02e05936e2e2f97423415051d48.tar.gz
add issue fetch trait data using genofiles
Diffstat (limited to 'issues')
-rw-r--r--issues/fetch_trait_data_using_genofiles.gmi33
1 files changed, 33 insertions, 0 deletions
diff --git a/issues/fetch_trait_data_using_genofiles.gmi b/issues/fetch_trait_data_using_genofiles.gmi
new file mode 100644
index 0000000..633d15e
--- /dev/null
+++ b/issues/fetch_trait_data_using_genofiles.gmi
@@ -0,0 +1,33 @@
+# Fetch trait data using genofiles
+
+
+## Tags
+
+* assigned:alexm,
+* type:improvement
+* priority: high
+* status: in progress
+
+## Notes
+
+since Genenetwork database does not have all genotype files when fetching sample data use genotypes to fetch trat data given a dataset and the trait
+
+example of this
+
+
+```
+DATASET_NAME:HC_M2_0606_P
+TRAIT: 1454998_at
+GROUP: BXD
+
+//expected results are[id,strain,Value, CaseAttributes data()] using the genofiles
+```
+[] indentify all required fields for this
+[] code implementation
+[] handling null values
+
+
+
+
+
+