8000 GitHub - Sub0X/NetTensorPattern: 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.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.

License

Notifications You must be signed in to change notification settings

Sub0X/NetTensorPattern

Repository files navigation

🧬 Network Tensor Pattern

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.


🔔 Requirements

⚙️ OS Supported:

Windows 🟢
Linux 🟢
MacOS 🟢

⚠️ Requires Python ≤ 3.11 due to setuptools being deprecated after 3.12

  • Consider installing a python environment manager i.e. Anaconda/Miniconda to install Python ≤ 3.11

⚠️ GCC is required in order to compile the C source files and headers into a C Python Extension.

💻 Windows Only:


🏃 Package Compilation

To compile the C headers and source code:

python setup.py pnt --compile

This should generate a file with our C Python Extensions called Tensor_Python.so under ./src/patnetstensor

To install the python package:

pip3 install .

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0