Installation guide¶
Main package¶
The DIRAC package can be installed via conda using one of the following commands:
1conda install -c conda-forge -c bioconda sodirac
Or, it can also be installed via pip:
1pip install sodirac
Note
To avoid potential dependency conflicts, installing within a conda environment is recommended.
Optional dependencies¶
Some functions in the DIRAC package use metacell aggregation via k-Means clustering,
which can receive significant speed up with the faiss package.
You may install faiss following the official guide.
Now you are all set. Proceed to tutorials for how to use the DIRAC package.