conphar


Nameconphar JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryPyPharmer
upload_time2023-09-01 12:26:12
maintainer
docs_urlNone
authorAngel J. Ruiz-Moreno
requires_python
license
keywords python pharmacophore drugdesign cheminformatics chemoinformatics protein
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Concensus Pharmacophore

[**Description**](#description) | [**Requirements**](#requirements) | [**Installation**](#installation) | [**Tutorials**](#tutorials) | [**Citation**](#citation) | [**License**](#license) | [**Information**](#information) | [**Disclaimer**](#disclaimer)


[![DOI](https://zenodo.org/badge/680058699.svg)](https://zenodo.org/badge/latestdoi/680058699)


## Description

A consensus pharmacophore is a set of properties shared by several active molecules that bind to the same target. It is composed of geometric elements such as points, spheres, vectors, or planes that represent different types of features such as hydrophobic regions, hydrogen bond donors or acceptors, aromatic rings, or positive or negative charges. It can be used to represent the fundamental properties of a molecular interaction and to direct the development of new compounds with comparable or improved activity.

The consensus pharmacophore as Ligand-based method for examining the chemical structures of known active compounds in order to determine the common features that account for their activity. Using the three-dimensional structure of the target protein and its bound ligands, it can provide information about the interaction site and extract the key features required for binding.

A consensus pharmacophore can also be used to identify new potential ligands that match the features of the target and are likely to bind to it. This technique is known as pharmacophore matching, and it is useful for identifying drug targets and performing virtual screening.

This library was developed to generate concensus pharmacophores from large datasets of ligands and ligand-protein complexes.  

Question about usage or troubleshooting? Please leave a comment in the discussion section of this repo

## Requirements

ConPhar is reliant on a variety of academic software:

- [Pharmer/Pharmit](https://pharmit.csb.pitt.edu/) 

- pandas
- pymol
- plotly
- seaborn
- scikit-learn

## Installation 

```
pip install conphar
```

## Tutorials
> [Ligand-Receptor pharmacophores](https://github.com/AngelRuizMoreno/ConcensusPharmacophore/blob/main/tutorials/ReceptorLigandPharmacophores.ipynb)

> [Generate Consensus Pharmacophore](https://github.com/AngelRuizMoreno/ConcensusPharmacophore/blob/main/tutorials/ConsensusPharmacophore.ipynb)

## Citation

If you use this software or its results in your research, publication, or project, please cite it as follows:

> ConPhar: Tool for generation and analysis of concensus pharmacophore: [DOI: 10.5281/zenodo.8276506](https://zenodo.org/record/8276506)


If you use pharmer for your work you must cite:

> Koes, D.R., & Camacho, C.J. (2011). Pharmer: Efficient and Exact Pharmacophore Search. Journal of chemical information and modeling, 51 6, 1307-14 .

If you use Pharmit in your work you must cite:

> Sunseri, J., & Koes, D.R. (2016). Pharmit: interactive exploration of chemical space. Nucleic Acids Research, 44, W442 - W448.


## License

This tool is under MIT license, see the LICENSE file for details.

## Information

- This library works with pharmacophores generated with [pharmer](https://sourceforge.net/projects/pharmer/) and/or [pharmit](https://pharmit.csb.pitt.edu/). An executable version of pharmit is included in this library but works only for linux.

Users can generate their pharmacophores and use this library for analysis. Check tutorials for more information.


## Disclaimer 

This software is still under development and may contain bugs or errors. The developers do not guarantee the accuracy, completeness, or reliability of the software or its results. Use it at your own risk and discretion. The software is provided "as is" without any warranty of any kind, either express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. The developers are not liable for any damages, losses, or costs arising from the use of the software or its results.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "conphar",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,pharmacophore,drugdesign,cheminformatics,chemoinformatics,protein",
    "author": "Angel J. Ruiz-Moreno",
    "author_email": "<angel.j.ruiz.moreno@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/40/39/21baaff24176c73fc20ef6ea38c178e3f8aaba06b28a8dc75e580fa29819/conphar-0.1.1.tar.gz",
    "platform": null,
    "description": "\n# Concensus Pharmacophore\n\n[**Description**](#description) | [**Requirements**](#requirements) | [**Installation**](#installation) | [**Tutorials**](#tutorials) | [**Citation**](#citation) | [**License**](#license) | [**Information**](#information) | [**Disclaimer**](#disclaimer)\n\n\n[![DOI](https://zenodo.org/badge/680058699.svg)](https://zenodo.org/badge/latestdoi/680058699)\n\n\n## Description\n\nA consensus pharmacophore is a set of properties shared by several active molecules that bind to the same target. It is composed of geometric elements such as points, spheres, vectors, or planes that represent different types of features such as hydrophobic regions, hydrogen bond donors or acceptors, aromatic rings, or positive or negative charges. It can be used to represent the fundamental properties of a molecular interaction and to direct the development of new compounds with comparable or improved activity.\n\nThe consensus pharmacophore as Ligand-based method for examining the chemical structures of known active compounds in order to determine the common features that account for their activity. Using the three-dimensional structure of the target protein and its bound ligands, it can provide information about the interaction site and extract the key features required for binding.\n\nA consensus pharmacophore can also be used to identify new potential ligands that match the features of the target and are likely to bind to it. This technique is known as pharmacophore matching, and it is useful for identifying drug targets and performing virtual screening.\n\nThis library was developed to generate concensus pharmacophores from large datasets of ligands and ligand-protein complexes.  \n\nQuestion about usage or troubleshooting? Please leave a comment in the discussion section of this repo\n\n## Requirements\n\nConPhar is reliant on a variety of academic software:\n\n- [Pharmer/Pharmit](https://pharmit.csb.pitt.edu/) \n\n- pandas\n- pymol\n- plotly\n- seaborn\n- scikit-learn\n\n## Installation \n\n```\npip install conphar\n```\n\n## Tutorials\n> [Ligand-Receptor pharmacophores](https://github.com/AngelRuizMoreno/ConcensusPharmacophore/blob/main/tutorials/ReceptorLigandPharmacophores.ipynb)\n\n> [Generate Consensus Pharmacophore](https://github.com/AngelRuizMoreno/ConcensusPharmacophore/blob/main/tutorials/ConsensusPharmacophore.ipynb)\n\n## Citation\n\nIf you use this software or its results in your research, publication, or project, please cite it as follows:\n\n> ConPhar: Tool for generation and analysis of concensus pharmacophore: [DOI: 10.5281/zenodo.8276506](https://zenodo.org/record/8276506)\n\n\nIf you use pharmer for your work you must cite:\n\n> Koes, D.R., & Camacho, C.J. (2011). Pharmer: Efficient and Exact Pharmacophore Search. Journal of chemical information and modeling, 51 6, 1307-14 .\n\nIf you use Pharmit in your work you must cite:\n\n> Sunseri, J., & Koes, D.R. (2016). Pharmit: interactive exploration of chemical space. Nucleic Acids Research, 44, W442 - W448.\n\n\n## License\n\nThis tool is under MIT license, see the LICENSE file for details.\n\n## Information\n\n- This library works with pharmacophores generated with [pharmer](https://sourceforge.net/projects/pharmer/) and/or [pharmit](https://pharmit.csb.pitt.edu/). An executable version of pharmit is included in this library but works only for linux.\n\nUsers can generate their pharmacophores and use this library for analysis. Check tutorials for more information.\n\n\n## Disclaimer \n\nThis software is still under development and may contain bugs or errors. The developers do not guarantee the accuracy, completeness, or reliability of the software or its results. Use it at your own risk and discretion. The software is provided \"as is\" without any warranty of any kind, either express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. The developers are not liable for any damages, losses, or costs arising from the use of the software or its results.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "PyPharmer",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "pharmacophore",
        "drugdesign",
        "cheminformatics",
        "chemoinformatics",
        "protein"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "403921baaff24176c73fc20ef6ea38c178e3f8aaba06b28a8dc75e580fa29819",
                "md5": "a1c47504805eb3ec4823182684b47ba4",
                "sha256": "144db1aaa99d8af3d017cdb94dcccc237a62c7d3ac27ac9bcd6ad3fb4f173f52"
            },
            "downloads": -1,
            "filename": "conphar-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a1c47504805eb3ec4823182684b47ba4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3899910,
            "upload_time": "2023-09-01T12:26:12",
            "upload_time_iso_8601": "2023-09-01T12:26:12.142380Z",
            "url": "https://files.pythonhosted.org/packages/40/39/21baaff24176c73fc20ef6ea38c178e3f8aaba06b28a8dc75e580fa29819/conphar-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-01 12:26:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "conphar"
}
        
Elapsed time: 0.10607s