-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,19 @@ For genomic data, variants are naturally represented with a "one" value when pre | |
|
||
For numerically valued features such as transcript of protein levels, the median norm can be used where an observation is coded "one" if it is greater than the median value for the feature across all observations. | ||
|
||
#### Example dataset | ||
Here is a sample dataset to use with the moses-service. One of the columns in the dataset should be set as **target feature**. In this dataset, it is the first column named as **‘case’.** | ||
|
||
| case | A1BG | A1CF | A2M | A2M-AS1 | A2ML1 | A4GALT | A4GNT | AA06 | AAAS | | ||
|------|------|------|-----|---------|-------|--------|-------|------|------| | ||
| 1 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | | ||
| 1 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | | ||
| 1 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | | ||
| 0 | 1 | 1 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | | ||
| 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | | ||
| 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | | ||
|
||
|
||
## Getting Started | ||
|
||
|
||
|
@@ -67,7 +80,7 @@ Look at the documentation for mozi-cli [here](https://github.com/mozi-ai/mozi-se | |
2b. Assuming that you have an open channel (`id: 0`) to this service use the generated **query.json** file to call the service | ||
|
||
``` | ||
$ snet client call 0 0.00000001 46.4.115.181:5002 StartAnalysis query.json | ||
$ snet client call snet moses-service StartAnalysis query.json | ||
... | ||
response: | ||
INFO - resultUrl: "http://46.4.115.181:8080/?id=<session-id>" | ||
|
@@ -88,4 +101,4 @@ For feature requests and queries you can use [this template][feature-template]. | |
* **Abdulrahman Semrie** - *[email protected]* | ||
* **Yisehak Abreham** - *[email protected]* | ||
|
||
<i class="fa fa-copyright"/> 2019 [SingularityNET](https://www.singularitynet.io) | ||
<i class="fa fa-copyright"/> 2019 [SingularityNET](https://www.singularitynet.io) |