blob: 633d15ea47d9c76523c68ac820d3e381c59d50ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
|