@@ -28,6 +28,19 @@ discovery. Any method that can predict a modality from another must have
2828accounted for these regulatory processes, but the demand for multi-modal
2929data shows that this is not trivial.
3030
31+ ## Authors & contributors
32+
33+ | name | roles |
34+ | :-------------------| :-------------------|
35+ | Alejandro Granados | author |
36+ | Alex Tong | author |
37+ | Bastian Rieck | author |
38+ | Daniel Burkhardt | author |
39+ | Kai Waldrant | contributor |
40+ | Kaiwen Deng | contributor |
41+ | Louise Deconinck | author |
42+ | Robrecht Cannoodt | author, maintainer |
43+
3144## API
3245
3346``` mermaid
@@ -348,8 +361,8 @@ Arguments:
348361
349362| Name | Type | Description |
350363| :---| :---| :---|
351- | ` --input_train_mod1 ` | ` file ` | The mod1 expression values of the train cells. |
352- | ` --input_train_mod2 ` | ` file ` | The mod2 expression values of the train cells. |
364+ | ` --input_train_mod1 ` | ` file ` | ( * Optional * ) The mod1 expression values of the train cells. |
365+ | ` --input_train_mod2 ` | ` file ` | ( * Optional * ) The mod2 expression values of the train cells. |
353366| ` --input_test_mod1 ` | ` file ` | The mod1 expression values of the test cells. |
354367| ` --input_model ` | ` file ` | A pretrained model for predicting the expression of one modality from another. |
355368| ` --output ` | ` file ` | (* Output* ) A prediction of the mod2 expression values of the test cells. |
@@ -516,3 +529,4 @@ Data structure:
516529| ` uns["gene_activity_var_names"] ` | ` string ` | (* Optional* ) Names of the gene activity matrix. |
517530
518531</div >
532+
0 commit comments