Naravut Suvannang Hi Naravut, How do you exactly manage to use a PCA and clustering from fingerprints? I am working on something related to that but I am having problems creating those plots.
Nick Wagner Can u give me some info about that problems. By the way, the methods that Waldeyr Silva demonstrated is work and u can adapt to make the heat map.
hi @all......i have drug smiles with their drugbank ids.Now i need to calculate their chemical structure fingerprints for pairwise similarty based on tanimoto coefficient using rdkit......any help will be highly appreciated
@Stanislaw ...Actually the problem is like this.......how to calculate the first drug pairwise similarity based on chemical structure fingerprint corresponding to the 881 chemical substructures defined in PubChem database.
The similarities are based on the molecules' fingerprints (binary representation). There are several methods of computing them. The similarities are simple comparisons of the 1's and 0's. You can use Tanimoto, dice, cousin, Sokal, Russel, Kulczynski, and McConnaughey. RDKit among many other Python libraries can measure such similarities. I have the code if you need it.