avelezarce commited on
Commit
94f3d16
·
verified ·
1 Parent(s): e45775e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
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
- # TDC.scVI Source Code
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
- # TDC Citation
 
 
 
 
 
 
 
 
 
 
 
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,