stefan-insilico commited on
Commit
e0e7df4
·
verified ·
1 Parent(s): 4a263b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -64,7 +64,7 @@ You want to generate signature for healthy Human, male, 40 years, in tissue - wh
64
  "tissue": ["whole blood"],
65
  "age": 40,
66
  "cell": "",
67
- "efo": "Normal",
68
  "datatype": "",
69
  "drug": "",
70
  "dose": "",
@@ -87,7 +87,8 @@ You want to generate signature for healthy Human, male, 40 years, in tissue - wh
87
  }
88
 
89
  ```
90
- Note, here we used ```disease2diff2disease``` instruction, but we expected to generate signatures for healthy human, that's why we'd set ```efo``` to "Normal".
 
91
 
92
  ---
93
 
 
64
  "tissue": ["whole blood"],
65
  "age": 40,
66
  "cell": "",
67
+ "efo": "",
68
  "datatype": "",
69
  "drug": "",
70
  "dose": "",
 
87
  }
88
 
89
  ```
90
+ Note, here we used ```disease2diff2disease``` instruction, but we expected to generate signatures for healthy human, that's why we'd set ```efo``` to empty string "".
91
+ Alternatively, we can add one more instruction to example 2 - ```"instruction": ["disease2diff2disease", "age_individ2diff2age_individ"]```
92
 
93
  ---
94