承接 nekhbet/admetsar-service 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nekhbet/admetsar-service

最新稳定版本:1.0.1

Composer 安装命令:

composer require nekhbet/admetsar-service

包简介

Lets you retrieve ADMET properties for a chemical compound (defined by its SMILES code) via admetSAR v2 Service

README 文档

README

Latest Version on Packagist Total Downloads

Lets you retrieve ADMET properties for a chemical compound (defined by its SMILES code) via admetSAR v2 Service (http://lmmd.ecust.edu.cn/admetsar2/).

Story of creating this package (with comments, full content)

Part 1: https://youtu.be/L-L7P9YcRf8

Part 2: https://youtu.be/RRhEbgwFIlg

Installation

You can install the package via composer:

composer require nekhbet/admetsar-service

Usage (also see examples/simple.php)

$api = new admetSAR();
$id_job = $api
    ->setSMILESCode('Cc1cc(O)c2C(=O)c3c(O)cc(O)c4c3c3c2c1c1c2c3c3c4c(O)cc(O)c3C(=O)c2c(O)cc1C')
    ->submitJob();
print_r($api->parseJobResults($id_job));
Output example: 
...
Array
(
    [status] => parsed
    [data] => Array
        (
            [predictions] => Array
                (
                    [0] => Array
                        (
                            [probability] => 0.9808
                            [property] => Human Intestinal Absorption
                            [value] => +
                        )
                    [1] => Array
                        (
                            [probability] => 0.5675
                            [property] => Caco-2
                            [value] => -
                        )
                    [2] => Array
                        (
                            [probability] => 0.7000
                            [property] => Blood Brain Barrier
                            [value] => -
                        )
                        ...
                )
            [properties] => Array
                (
                    [0] => Array
                        (
                            [property] => Molecular Weight
                            [value] => 504.45
                        )
                    [1] => Array
                        (
                            [property] => AlogP
                            [value] => 5.08
                        )
                    [2] => Array
                        (
                            [property] => H-Bond Acceptor
                            [value] => 8
                        )
                    [3] => Array
                        (
                            [property] => H-Bond Donor
                            [value] => 6
                        )
                    [4] => Array
                        (
                            [property] => Rotatable Bonds
                            [value] => 0
                        )
                    [5] => Array
                        (
                            [property] => Applicability Domain
                            [value] => Array
                                (
                                    [class] => warning
                                    [content] => Warning
                                )

                        )
                )
            [regressions] => Array
                (
                    [0] => Array
                        (
                            [property] => Water solubility
                            [unit] => logS
                            [value] => -3.22
                        )
                    [1] => Array
                        (
                            [property] => Plasma protein binding
                            [unit] => 100%
                            [value] => 0.872
                        )
                )
        )
)

...

Credits

统计信息

  • 总下载量: 30
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固