Skip to content

Commit 92bced0

Browse files
Henryri-heme
Henry
authored andcommitted
📝 small changes and hints
1 parent 17aeb01 commit 92bced0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tutorial/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
We have provided a tutorial. In this first tutorial, we inspect datasets
66
reporting whether 500 fictitious individuals have taken one of 20 imaginary
7-
drugs. We have included a pair of pretend omics datasets, with measurements
7+
drugs. We have included a pair of simulated omics datasets, with measurements
88
for each sample (individual). All these measurements were generated randomly,
99
but we have added 200 associations between different pairs of drugs and omics
1010
features. Let us find them with MOVE!
@@ -146,10 +146,11 @@ reconstructing our input data and generating an informative latent space. Run:
146146
>>> move-dl data=random_small task=random_small__latent
147147
```
148148

149-
:arrow_up: This command will create four types of plot:
149+
:arrow_up: This command will create four types of plot in the `results/latent_space` folder:
150150

151-
- Loss curve shows the overall loss, KLD term, binary cross-entropy term, and
152-
sum of squared errors term over number of training epochs.
151+
- Loss curve shows the overall loss and each of it's three components:
152+
Kullback-Leiber-Divergence (KLD) term, binary cross-entropy term,
153+
and sum of squared errors term over number of training epochs.
153154
- Reconstructions metrics boxplot shows a score (accuracy or cosine similarity
154155
for categorical and continuous datasets, respectively) per reconstructed
155156
dataset.
@@ -171,7 +172,8 @@ and the omics features. Run:
171172
>>> move-dl data=random_small task=random_small__id_assoc_ttest
172173
```
173174

174-
:arrow_up: This command will create a `results_sig_assoc.tsv` file, listing
175+
:arrow_up: This command will create a `results_sig_assoc.tsv`
176+
file in `results/identify_asscociations`, listing
175177
each pair of associated features and the corresponding median p-value for such
176178
association. There should be ~120 associations found.
177179

0 commit comments

Comments
 (0)