:orphan: true .. _pwchem-fingerprint-small-molecules-filter: ############################################################### FingerPrint Small Molecules filter ############################################################### This protocol uses `RDKit `_ to filter a ``SetOfSmallMolecules`` by applying fingerprint filters to each of the small molecules stored. The user can choose whether to use `Morgan or MACCS fingerprints `_ and whether to use `Tanimoto `_ or `Dice `_ similarity coefficients. Input ---------------------------------------- .. include:: ../../../../templates/plugins/input-help.rst .. image:: ../../../../../_static/images/plugins/pwchem/virtual-drug-screening/fingerprint-small-molecules-filter/form.png :alt: FingerPrint 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.TestFingerprintFiltering .. include:: ../../../../templates/plugins/protocol-test.rst