Untitled Item
收藏DataCite Commons2021-07-27 更新2024-07-28 收录
下载链接:
https://figshare.com/articles/dataset/Untitled_Item/15062532
下载链接
链接失效反馈官方服务:
资源简介:
(1) Lipinski<br>From Sam<br><pre>def lip_filter(m):<br> score = 0<br> if getHBD(m) <= 5: score += 1<br> if getHBA(m) <= 10: score += 1<br> if getMW(m) < 500: score += 1<br> if getLogP(m)<= 5: score += 1 return score >= 3 </pre>(2) Molecules can only have 'C H O N S P N F Cl Br I' atoms.<br>(3) No radicals or formal charges
提供机构:
figshare
创建时间:
2021-07-27



