4
4
5
5
We have provided a tutorial. In this first tutorial, we inspect datasets
6
6
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
8
8
for each sample (individual). All these measurements were generated randomly,
9
9
but we have added 200 associations between different pairs of drugs and omics
10
10
features. Let us find them with MOVE!
@@ -146,10 +146,11 @@ reconstructing our input data and generating an informative latent space. Run:
146
146
>>> move-dl data=random_small task=random_small__latent
147
147
` ` `
148
148
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 :
150
150
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.
153
154
- Reconstructions metrics boxplot shows a score (accuracy or cosine similarity
154
155
for categorical and continuous datasets, respectively) per reconstructed
155
156
dataset.
@@ -171,7 +172,8 @@ and the omics features. Run:
171
172
>>> move-dl data=random_small task=random_small__id_assoc_ttest
172
173
` ` `
173
174
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
175
177
each pair of associated features and the corresponding median p-value for such
176
178
association. There should be ~120 associations found.
177
179
0 commit comments