molcompview


Namemolcompview JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/sergsb/molcompview
SummaryMolCompass Visualization Tool: Visualize your Chemical Space
upload_time2024-05-13 08:37:39
maintainerNone
docs_urlNone
authorSergey Sosnin
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The MolCompass application
=======
### Introduction

<img align="left" src="https://user-images.githubusercontent.com/4963384/218703831-1460bc07-7e9f-417e-9b0c-c9675db5de9f.png"> 
<p align="justify">
MolCompassViewer is a part of the MolCompass project. It is a tool that provides a pretrained parametric t-SNE model for chemical space visualization and the visual validation of QSAR/QSPR models.  
</p>

<br clear="left">

## Installation
The package can be installed: `pip install molcompview`
<br>

## Run
### Demo
To run the endocrine receptor example described in the manuscript (coming soon), you may do so by executing the following steps.
```
molcompview --demo
```
Then, wait some time for the calculation of coordinates. After that stage, the browser will open, and you can view the interactive visualization of the chemical space.
### Your own dataset
To run on your own dataset, just use:
```
molcompview <input.csv>
```
<br>

## Usage
`MolCompassViewer` intelligently identifies the types of columns within the CSV file, selecting an operational mode based on the presence of specific column types, primarily the molecular structures encoded as SMILES strings.
<br>
  
## Operational Modes 

* STRUCTURE ONLY:
Activated when only the SMILES column is identified.
Focuses on visualizing molecular structures, omitting additional features like color layers and QSAR/QSPR model analyses.
* ALTERNATIVE:
Triggered when additional categorical or numerical columns are found alongside the SMILES column, excluding the Ground Truth and Probabilities columns.
Focuses on exploring the chemical space of compounds, which does not apply to the analysis of models. Users can customize point colors in the visualization based on selected properties.
* FULL:
Dedicated to the visual analysis of binary QSAR/QSPR models.
Available when the CSV file comprises SMILES strings along with Ground Truth and predicted probabilities columns, unlocking access to exclusive features for visualizing binary QSAR/QSPR models.
<img align="left" src="https://github.com/sergsb/molcompview/assets/4963384/4716e786-466a-4412-9f04-b95136bfc1bd.png" width='300px'> 

<br clear="left">

## Applicability domain analysis 
The applicability domain analysis is possible only in FULL mode for binary classification models. To run this tool, first select a tool from the top left corner of the chemical map, then select an area of interest and release. A new frame will open on the right, displaying statistical parameters and charts calculated exclusively for the selected compounds.
<img align="left" src="https://github.com/sergsb/molcompview/assets/4963384/43348a05-d700-428d-9112-d11e29d937d4" width='600px'> 


<br clear="left">

## Screenshots

<img align="left" src="https://github.com/sergsb/molcompview/assets/4963384/07be5580-8d21-4f50-b528-80f5b5d0e5f6.png" width='600px'> 


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sergsb/molcompview",
    "name": "molcompview",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sergey Sosnin",
    "author_email": "sergey.sosnin@univie.ac.at",
    "download_url": "https://files.pythonhosted.org/packages/9b/24/d362f736731427233c258c598fc0b5a90cc7174392275b964fae0831c1ba/molcompview-0.1.5.tar.gz",
    "platform": null,
    "description": "The MolCompass application\n=======\n### Introduction\n\n<img align=\"left\" src=\"https://user-images.githubusercontent.com/4963384/218703831-1460bc07-7e9f-417e-9b0c-c9675db5de9f.png\"> \n<p align=\"justify\">\nMolCompassViewer is a part of the MolCompass project. It is a tool that provides a pretrained parametric t-SNE model for chemical space visualization and the visual validation of QSAR/QSPR models.  \n</p>\n\n<br clear=\"left\">\n\n## Installation\nThe package can be installed: `pip install molcompview`\n<br>\n\n## Run\n### Demo\nTo run the endocrine receptor example described in the manuscript (coming soon), you may do so by executing the following steps.\n```\nmolcompview --demo\n```\nThen, wait some time for the calculation of coordinates. After that stage, the browser will open, and you can view the interactive visualization of the chemical space.\n### Your own dataset\nTo run on your own dataset, just use:\n```\nmolcompview <input.csv>\n```\n<br>\n\n## Usage\n`MolCompassViewer` intelligently identifies the types of columns within the CSV file, selecting an operational mode based on the presence of specific column types, primarily the molecular structures encoded as SMILES strings.\n<br>\n  \n## Operational Modes \n\n* STRUCTURE ONLY:\nActivated when only the SMILES column is identified.\nFocuses on visualizing molecular structures, omitting additional features like color layers and QSAR/QSPR model analyses.\n* ALTERNATIVE:\nTriggered when additional categorical or numerical columns are found alongside the SMILES column, excluding the Ground Truth and Probabilities columns.\nFocuses on exploring the chemical space of compounds, which does not apply to the analysis of models. Users can customize point colors in the visualization based on selected properties.\n* FULL:\nDedicated to the visual analysis of binary QSAR/QSPR models.\nAvailable when the CSV file comprises SMILES strings along with Ground Truth and predicted probabilities columns, unlocking access to exclusive features for visualizing binary QSAR/QSPR models.\n<img align=\"left\" src=\"https://github.com/sergsb/molcompview/assets/4963384/4716e786-466a-4412-9f04-b95136bfc1bd.png\" width='300px'> \n\n<br clear=\"left\">\n\n## Applicability domain analysis \nThe applicability domain analysis is possible only in FULL mode for binary classification models. To run this tool, first select a tool from the top left corner of the chemical map, then select an area of interest and release. A new frame will open on the right, displaying statistical parameters and charts calculated exclusively for the selected compounds.\n<img align=\"left\" src=\"https://github.com/sergsb/molcompview/assets/4963384/43348a05-d700-428d-9112-d11e29d937d4\" width='600px'> \n\n\n<br clear=\"left\">\n\n## Screenshots\n\n<img align=\"left\" src=\"https://github.com/sergsb/molcompview/assets/4963384/07be5580-8d21-4f50-b528-80f5b5d0e5f6.png\" width='600px'> \n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MolCompass Visualization Tool: Visualize your Chemical Space",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/sergsb/molcompview"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97342beee8566d12035ac431632ec1d7bf8181ee5d4d5426c492bd2ad8a85dce",
                "md5": "420bfc12799389f4e7bd886822c138ec",
                "sha256": "9abfcc617b914f7ac1f1c547ae0548f3cedcdf92ab8a0af41155b49e6a9c05bc"
            },
            "downloads": -1,
            "filename": "molcompview-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "420bfc12799389f4e7bd886822c138ec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 35047,
            "upload_time": "2024-05-13T08:37:37",
            "upload_time_iso_8601": "2024-05-13T08:37:37.357429Z",
            "url": "https://files.pythonhosted.org/packages/97/34/2beee8566d12035ac431632ec1d7bf8181ee5d4d5426c492bd2ad8a85dce/molcompview-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b24d362f736731427233c258c598fc0b5a90cc7174392275b964fae0831c1ba",
                "md5": "b09eb5b9613e1c1415d15b767a37bfb3",
                "sha256": "ffbefbd1d6fdefbfa216e3c0c9ee33e7921267148d4ec567fdef242739b19e46"
            },
            "downloads": -1,
            "filename": "molcompview-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b09eb5b9613e1c1415d15b767a37bfb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 35362,
            "upload_time": "2024-05-13T08:37:39",
            "upload_time_iso_8601": "2024-05-13T08:37:39.123542Z",
            "url": "https://files.pythonhosted.org/packages/9b/24/d362f736731427233c258c598fc0b5a90cc7174392275b964fae0831c1ba/molcompview-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-13 08:37:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sergsb",
    "github_project": "molcompview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "molcompview"
}
        
Elapsed time: 0.22719s