:orphan: true .. _pwchem-adme-small-molecules-filter: ############################################################### ADME Small Molecules filter ############################################################### This protocol uses `RDKit `_ to filter a ``SetOfSmallMolecules`` by applying the ADME (Absortion, Distribution, Metabolism, Excretion) filter to each of the small molecules stored. The user can choose whether to use the `Lipinski's rule of five `_ or the `Rule of three `_. Input ---------------------------------------- .. include:: ../../../../templates/plugins/input-help.rst .. image:: ../../../../../_static/images/plugins/pwchem/virtual-drug-screening/adme-small-molecules-filter/form.png :alt: ADME Small Molecules filter form :height: 400 :align: center | The result of this protocol is a ``SetOfSmallMolecules`` containing only those small molecules that pass the filter. .. |testCommand| replace:: pwchem.tests.tests_ligand_filtering.TestADMEFiltering .. include:: ../../../../templates/plugins/protocol-test.rst