Update README.md
Browse files
    	
        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": " | 
| 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 " | 
|  | |
| 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 |  | 
