Skip to main content

STACCI for STCase

Project description

STACCI for STCase

Installation Instructions

  1. Clone the repository to your local machine and enter the repository in the command line interface.

  2. Use conda to create a new environment according to environment.yml

    conda env create -f environment.yml

    The purpose of this step is to install python, cudatoolkit and cudnn, where the versions of cudatoolkit and cudnn must correspond. The version in the .yml file is applicable to hosts with cuda ≥ 11.3. For servers with cuda lower than this version, consider upgrading cuda or finding the corresponding cudatoolkit version and cudnn version.

    Specifying the python version is to facilitate the next step to find the corresponding version of torch_geometric related packages.

  3. In the new environment, install the specified version of pytorch and torch_geometric related packages

    Don't forget to activate the env

    • First install pytorch related packages

    pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113

    The version of pytorch should be suitable for the version of cudatoolkit. The above command is from the pytorch official website and is the latest version that cuda 11.3 can install.

    Those with different cuda versions can find the appropriate command on this website.

    • Then install torch_geometric related packages

    There are five torch_geometric related packages: torch_spline_conv, torch_sparse, torch_scatter, torch_cluster, pyg_lib, of which pyg_lib should be installed last.

    The version of the above packages is related to the system architecture, operating system, python version, cuda version and torch version. If the package version of each step is consistent with the tutorial, you can directly download the wheel file in the following link for installation:

    Link: https://pan.baidu.com/s/1FqA9KFENfk4RSOMLmblyiw Password: 8rvh

    pip install torch_spline_conv-1.2.1+pt112cu113-cp310-cp310-linux_x86_64.whl

    pip install torch_sparse-0.6.16+pt112cu113-cp310-cp310-linux_x86_64.whl

    pip install torch_scatter-2.1.0+pt112cu113-cp310-cp310-linux_x86_64.whl

    pip install torch_cluster-1.6.0+pt112cu113-cp310-cp310-linux_x86_64.whl

    pip install pyg_lib-0.3.0+pt112cu113-cp310-cp310-linux_x86_64.whl

    Otherwise, please download the appropriate wheel file from this website, and note that the above installation commands should also be modified accordingly.

    Finally, install torch_geometric:

    pip install torch_geometric

  4. pip install STACCI

Usage Instructions

After creating a new environment according to the installation instructions and installing the corresponding dependencies, place the .h5ad file of the dataset in the specified file structure, specifically, the desired file structure of the dataset is as follows:

{root}
└── {dataset_path}
    └── {dataset}
        └── {h5_name}.h5ad

{x} represents the value of the variable x, and the four custom run result saving folders {generated_path}, {embedding_path}, {model_path}, {result_path} will be automatically created in the {root} folder.

After setting up the file structure, execute the following command:

python test.py --root {root} --ds-dir {dataset_path} --ds-name {dataset} --h5-name {h5_name}

An example command is:

python test.py --root ./tests/ --ds-dir datasets/ --ds-name T25_F1 --h5-name T25_F1_1000hvg_ceco

The complete file structure of the repository including the example dataset should be as follows:

STACCI/
├── README.md
├── pyproject.toml
├── environment.yml
├── .gitignore
├── test.py
├── STACCI/
│   ├── __init__.py
│   ├── data_handler.py
│   ├── model.py
│   ├── pipeline.py
│   ├── trainer.py
│   └── utils.py
└── tests/
    └── datasets/
        └── T25_F1/
            └── T25_F1_1000hvg_ceco.h5ad

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stacci-0.4.0.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

stacci-0.4.0-py2.py3-none-any.whl (17.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file stacci-0.4.0.tar.gz.

File metadata

  • Download URL: stacci-0.4.0.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for stacci-0.4.0.tar.gz
Algorithm Hash digest
SHA256 97bd6677ad2bd83f770ed38620b7312ff2544d6421d31cab60802bc5a3f8ad1e
MD5 1e9ac297c7ab2d686119f353e0b5edab
BLAKE2b-256 c67541dc37c7417a7d81170154597c488332848b4d9d78439fc8de870f2cb8b6

See more details on using hashes here.

File details

Details for the file stacci-0.4.0-py2.py3-none-any.whl.

File metadata

  • Download URL: stacci-0.4.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 17.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for stacci-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7e1fc88010969bae9a414b625180961ca1725b0fcf3ec7c966267cb1ae36fd01
MD5 4bce3b7c3982de2973859025d1cfb156
BLAKE2b-256 7f2921676e314d2105f0f431b7b100daef55ca1a82b40af74d3fac8979546d6a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page