Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,6 @@ tags:
|
|
13 |
- drug design
|
14 |
- drug development
|
15 |
- therapeutics
|
16 |
-
library_name: tdc
|
17 |
license: bsd-2-clause
|
18 |
datasets:
|
19 |
- scvi-tools/DATASET-FOR-UNIT-TESTING-1
|
@@ -39,11 +38,22 @@ model = scvi.load()
|
|
39 |
output = model(adata)
|
40 |
```
|
41 |
|
42 |
-
#
|
43 |
* https://github.com/apliko-xyz/PyTDC/blob/main/tdc/model_server/models/scvi.py
|
44 |
* weights extracted from https://cellxgene.cziscience.com/census-models
|
45 |
|
46 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
```
|
48 |
@inproceedings{
|
49 |
velez-arce2024signals,
|
|
|
13 |
- drug design
|
14 |
- drug development
|
15 |
- therapeutics
|
|
|
16 |
license: bsd-2-clause
|
17 |
datasets:
|
18 |
- scvi-tools/DATASET-FOR-UNIT-TESTING-1
|
|
|
38 |
output = model(adata)
|
39 |
```
|
40 |
|
41 |
+
# TDC_ML.scVI Source Code
|
42 |
* https://github.com/apliko-xyz/PyTDC/blob/main/tdc/model_server/models/scvi.py
|
43 |
* weights extracted from https://cellxgene.cziscience.com/census-models
|
44 |
|
45 |
+
# PyTDC Citation
|
46 |
+
```
|
47 |
+
@inproceedings{
|
48 |
+
velez-arce2025pytdc,
|
49 |
+
title={Py{TDC}: A multimodal machine learning training, evaluation, and inference platform for biomedical foundation models},
|
50 |
+
author={Alejandro Velez-Arce and Marinka Zitnik},
|
51 |
+
booktitle={Forty-second International Conference on Machine Learning},
|
52 |
+
year={2025},
|
53 |
+
url={https://openreview.net/forum?id=HV8vZDDoYc}
|
54 |
+
}
|
55 |
+
```
|
56 |
+
|
57 |
```
|
58 |
@inproceedings{
|
59 |
velez-arce2024signals,
|