I wonder if there are any SMILE strings available in PDBbind-Opt for the polymers.
I know that one can obtain the SMILES strings of the small-molecule ligands by simply getting the CCD codes from pdbbind_opt.csv and fetching the SMILES strings from RCSB. However, for polymers, I wonder if there are any SMILES strings readily available in PDBbind-Opt. If not, what would be the way you recommend for retrieving or generating SMILES strings? I imagine one could run Chem.MolToSmiles on the output from mol_from_seq in fix_polymer, which I assume should be the same as converting the provided SDF files using RDKit. However, I am not entirely sure if that is reliable since RDKit might not handle all cases correctly.
Thank you so much in advance!
I wonder if there are any SMILE strings available in PDBbind-Opt for the polymers.
I know that one can obtain the SMILES strings of the small-molecule ligands by simply getting the CCD codes from
pdbbind_opt.csvand fetching the SMILES strings from RCSB. However, for polymers, I wonder if there are any SMILES strings readily available in PDBbind-Opt. If not, what would be the way you recommend for retrieving or generating SMILES strings? I imagine one could runChem.MolToSmileson the output frommol_from_seqinfix_polymer, which I assume should be the same as converting the provided SDF files using RDKit. However, I am not entirely sure if that is reliable since RDKit might not handle all cases correctly.Thank you so much in advance!