`MolCompassKnime` is a part of the `MolCompass` project. It is a KNIME extension that provides a pretrained parametric t-SNE model for molecular visualization. This extension generates X and Y coordinates for compounds, ensuring that similar compounds group together, forming well-recognizable clusters.
To install MolCompassKnime
from Zenodo, follow the instructions below:
- Download the pre-compiled zip archive for your KNIME version from Zenodo:
- Open KNIME Analytics Platform.
- Click on the
Help
menu and selectInstall New Software
. - Click on
Add
and selectLocal
to add the downloaded extension. - Select the path to the folder containing the extension and click on
OK
. - Select the extension and click on
Next
. - Follow the instructions to install the extension.
- Restart KNIME Analytics Platform.
To build MolCompassKnime
from scratch, follow the instructions below:
-
Prepare the Building Environment for KNIME:
conda create -n knime-ext-bundling -c knime -c conda-forge knime-extension-bundling conda activate knime-ext-bundling
-
Run the Build Command:
python build_python_extension.py --knime-version [version] molcompass molcompass_build_[version]
Replace
[version]
with the desired KNIME version (e.g., 5.2).
Also, you can clone the repo and run GitHub action for building.
You will see the MolCompass
node in the Community Nodes
/Pharmacoinformatics
category.
Using MolCompassKnime
is straightforward. After building and installing the extension, you can incorporate it into your KNIME workflows.
Drag and drop the MolCompassKnime
node into your workflow. Connect it with, for example, a CSV reader and read a dataset.
You can find the example in workflows
folder.
For any questions, issues, or feedback, please refer to sergey.sosnin@univie.ac.at