garfield

View on PyPIReverse Dependencies (0)

0.3.5 Garfield-0.3.5-py2.py3-none-any.whl

Wheel Details

Project: garfield
Version: 0.3.5
Filename: Garfield-0.3.5-py2.py3-none-any.whl
Download: [link]
Size: 1953294
MD5: 3c3e20a64ee350f75191a164703da27c
SHA256: 4a2c01607b2fd27c0a4c84678297b1eeccd5135824bbe755ff1491ef1edab0bd
Uploaded: 2024-10-04 02:05:22 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: Garfield
Version: 0.3.5
Summary: Garfield: Graph-based Contrastive Learning enable Fast Single-Cell Embedding
Author: Weige Zhou
Author-Email: zhouwg1314[at]gmail.com
Home-Page: https://github.com/zhou-1314/Garfield
License: BSD
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: numpy (>=1.17.0)
Requires-Dist: pandas (!=1.1,>=1.0)
Requires-Dist: anndata (>=0.7.4)
Requires-Dist: scanpy (>=1.9.6)
Requires-Dist: muon (>=0.1.6)
Requires-Dist: scikit-learn (>=0.19)
Requires-Dist: scipy (>=1.4)
Requires-Dist: igraph (>=0.10.8)
Requires-Dist: leidenalg (>=0.10.1)
Requires-Dist: kneed (>=0.7)
Requires-Dist: seaborn (>=0.11)
Requires-Dist: matplotlib (>=3.3)
Requires-Dist: scikit-misc (>=0.1.3)
Requires-Dist: adjusttext (>=0.7.3)
Requires-Dist: umap-learn (>=0.3.0)
Requires-Dist: pybedtools (>=0.8.0)
Requires-Dist: tables
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 9923 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
Garfield/.gitignore sha256=aEd2zc6M75n6qp6D84ODjquBG9EtdFTXbtyliGlrR7o 1849
Garfield/__init__.py sha256=maAZxcv0mOhblXsHwvBUh7Qcr5SEHDRxS9MUGSsDeR4 155
Garfield/_settings.py sha256=QAvowzAhbU8Kyc4JW3OSb5D6u14M5Sa7vm2xHjgjQ_M 8283
Garfield/_version.py sha256=XgtUWINxOr9oY58S67eJB_TN5IzetCjfXmi8tNvc4us 50
Garfield/.idea/misc.xml sha256=bO6WimT-_x4r92zD2S22LF4b-zukZZiARegPSk1J2h4 275
Garfield/.idea/modules.xml sha256=Q-E2WcsHnq5cfgvS0DCxKYrph4c49m7wmccMZMroMRo 282
Garfield/.idea/workspace.xml sha256=H5OIBqh20InLWKXAHXiQV5cH__Dko4jC1f7iklFtxBM 10218
Garfield/.idea/inspectionProfiles/profiles_settings.xml sha256=YXLFmX7rPNGcnKK1uX1uKYPN0fpgskYNe7t0BV7cqkY 174
Garfield/data/__init__.py sha256=ksWEDEL-WFxvl00SwnD6IgDkhlzU7rJq5MjsYC7sgkA 579
Garfield/data/dataloaders.py sha256=AI2PI3AOkuhxMj_jBdTMVSYJa8HVUw5T8cv7raS8Wt8 4355
Garfield/data/dataprocessors.py sha256=1ox4rsHIlF3MoRlQb7ugQPOqc1Eso8ax4I-7ToM-xZM 8927
Garfield/data/datareaders.py sha256=TYR51QurpgKue_7uhr2Bpz8dj7OUw6dE-hMl9hspd8o 5625
Garfield/data/datasets.py sha256=9kdJchzuwGbuPc5ndIZgYeak58lcOhLnQcFoCrd5rfY 5935
Garfield/data/gene_anno/hg19_genes.bed sha256=t1ZAUKdld-0inlRtz-Ku7eOVdUZPpGTwexxofATc-qA 811724
Garfield/data/gene_anno/hg38_genes.bed sha256=qriMAX4-aXjXFlWALe65czfdUjO9QG0nJCEk6DQCkSM 1365384
Garfield/data/gene_anno/mm10_genes.bed sha256=8Bc37eM3Qgoryov6sd-q4Cm30XVFEjRfKDqn8lUBE-g 1215424
Garfield/data/gene_anno/mm9_genes.bed sha256=fvNNSJCg4_oKAb8SHMosxlCdNvMaFbGXV8aWCE38fPk 1258181
Garfield/model/Garfield.py sha256=zA-6QJY56dRsWHkU6IOxgFC_goCY1LGHiuPveedRKIA 28787
Garfield/model/__init__.py sha256=YJjsVXUDhO5BR99GgaMk2lWmIBMhUaj9RqlgzJ4O72s 130
Garfield/model/basemodelmixin.py sha256=7o0voPERMo8II35e6UMLFBls8zKpSPmSRGh99ZgoG5A 7885
Garfield/model/utils.py sha256=8VrTyrsb_EMGxqpVIFNizU6vk9kz5zJPNdqWlAa0Vyk 11480
Garfield/modules/GNNModelVAE.py sha256=KLhIWAbOkSzovwm7WcGjD1-dshC5d66euwKP0wmG4aI 20584
Garfield/modules/__init__.py sha256=X8Ud5eQb1br3FD8sWWrZEKpAd41kcq_ARaZ3nDZi_30 600
Garfield/modules/loss.py sha256=syN-W-jYpQydh8B1yAgExRfBi2cZ3MFS01tTfhjg3WE 9781
Garfield/modules/utils.py sha256=jJ3LRyBNFs63IOIxfrg2LL7Jhp3SSOE91xB-KmrrAZQ 1992
Garfield/nn/__init__.py sha256=eu9bO8-P00ahhlMI7NB60vwKqLHqP0AQ-N9Kvwl-wdo 298
Garfield/nn/decoders.py sha256=e4gf9qAIH84ud_XTBCwbZJ5T3mee-tGw8X-zV5xXe0o 11574
Garfield/nn/encoders.py sha256=jTH0zc4H7fVfmqx0sva4nXQYnCFVb6Gbitd96vDdDU0 19424
Garfield/nn/utils.py sha256=jGgdOUcGWWbrmbzJC3IbmFSMQG_SPwsNOGWWMiWunTY 3042
Garfield/preprocessing/__init__.py sha256=Nu917Pb485pTJeh-psEa8nIb4pqM4ZycsAg1z35YFJA 418
Garfield/preprocessing/_graph.py sha256=2p8wK58eJ2M7d_vZ8djX_m0_-jBv8G5h6RlP9ndw7NI 2130
Garfield/preprocessing/_utils.py sha256=z8WPD20Fefe0UP5K0SjL3kDtbOT2Q1GlmWOWts0tdXA 31905
Garfield/preprocessing/adj_construction.py sha256=Tt6LW7wGckCpgfIz49TXji3rsG0YOupXSWsM2aEVFFE 25078
Garfield/preprocessing/match_utils.py sha256=ZU1Lm51etG-hhynCZyUrQCJ4qMSrclnTlAQjFika_sc 15594
Garfield/preprocessing/preprocess.py sha256=2m8E2sOrQLVYi8-JpD_joetNoDu2p3vfdPiCqxESYbA 7560
Garfield/preprocessing/preprocess_utils.py sha256=2X3C1rs08DLI4C-laJt9YERBZi6H4icjdNvQdDjJBJk 43941
Garfield/trainer/__init__.py sha256=GjwQoZNQZfWxplv98h6kjTIOLuUNvtDt01bA6tp8y2M 286
Garfield/trainer/basetrainermixin.py sha256=00oBSk7tZFrgARdwyLZPnc0ztUsr2V5j52_gEHvhwxE 5412
Garfield/trainer/metrics.py sha256=KJxWNeXu2IuLh6bUkfBSSHas_YLWOh4CSxQ4of5eyA0 4288
Garfield/trainer/trainer.py sha256=uVoj4fvLt-jDXjlyu-NisY1Ik4pPT545N2nBXj6iThY 30437
Garfield/trainer/utils.py sha256=qNYhBclJ4-JryYC5dylxS79W6yfra23OxKsFe04pJVg 6651
Garfield-0.3.5.dist-info/LICENSE sha256=ZHSpjUPtEUvtbElnhJBue5D_U4KUI5UA3O2EOAjh9FU 1498
Garfield-0.3.5.dist-info/METADATA sha256=mvNVAZWubWCm9I7sUcUcHzk2A531hyX1P00OMnxV35s 10937
Garfield-0.3.5.dist-info/WHEEL sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE 110
Garfield-0.3.5.dist-info/top_level.txt sha256=LkgwHaihoJUunRxEzYjT2H8l_c7QQ8rWmG6GEYIQqQE 9
Garfield-0.3.5.dist-info/RECORD

top_level.txt

Garfield