A python package implementation to the C codebase of the paper A Local Tensor Clustering Algorithm to Annotate Uncharacterized Genes with Many Biological Networks with the addition of a second method of Global Tensor Clustering.
⚙️ OS Supported:
| Windows | 🟢 |
|---|---|
| Linux | 🟢 |
| MacOS | 🟢 |
- Consider installing a python environment manager i.e. Anaconda/Miniconda to install Python ≤ 3.11
💻 Windows Only:
- Consider installing MingW via Sourceforge (as its website is down as of March 2021)
To compile the C headers and source code:
python setup.py pnt --compileThis should generate a file with our C Python Extensions called Tensor_Python.so under ./src/patnetstensor
To install the python package:
pip3 install .