paper-with-me

홈 › Papers

Computing Gram Matrix for SMILES Strings using RDKFingerprint and Sinkhorn-Knopp Algorithm

2024-12-19 · Sarwan Ali, Haris Mansoor, Prakash Chourasia, Imdad Ullah Khan, Murray Patterson

In molecular structure data, SMILES (Simplified Molecular Input Line Entry System) strings are used to analyze molecular structure design. Numerical feature representation of SMILES strings is a challenging task. This work proposes a kernel-based approach for encoding and analyzing molecular structures from SMILES strings. The proposed approach involves computing a kernel matrix using the Sinkhorn-Knopp algorithm while using kernel principal component analysis (PCA) for dimensionality reduction. The resulting low-dimensional embeddings are then used for classification and regression analysis. The kernel matrix is computed by converting the SMILES strings into molecular structures using the Morgan Fingerprint, which computes a fingerprint for each molecule. The distance matrix is computed using the pairwise kernels function. The Sinkhorn-Knopp algorithm is used to compute the final kernel matrix that satisfies the constraints of a probability distribution. This is achieved by iteratively adjusting the kernel matrix until the marginal distributions of the rows and columns match the desired marginal distributions. We provided a comprehensive empirical analysis of the proposed kernel method to evaluate its goodness with greater depth. The suggested method is assessed for drug subcategory prediction (classification task) and solubility AlogPS ``Aqueous solubility and Octanol/Water partition coefficient" (regression task) using the benchmark SMILES string dataset. The outcomes show the proposed method outperforms several baseline methods in terms of supervised analysis and has potential uses in molecular design and drug discovery. Overall, the suggested method is a promising avenue for kernel methods-based molecular structure analysis and design.

📄 PDF Abstract BibTeX arXiv:2412.14717

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionDrug Discovery

Similar Papers 제목 키워드 기반

All SMILES Variational Autoencoder

2019-05-30 · Zaccary Alperstein, Artem Cherkasov, Jason Tyler Rolfe

Variational autoencoders (VAEs) defined over SMILES string and graph-based representations of molecules promise to improve the optimization of molecular properties, thereby revolutionizing the pharmaceuticals and materia…

AllDrug DiscoveryMolecular Graph Generation

When SMILES have Language: Drug Classification using Text Classification Methods on Drug SMILES Strings

2024-03-03 · Azmine Toushik Wasi, Šerbetar Karlo, Raima Islam, Taki Hasan Rafi 외

Complex chemical structures, like drugs, are usually defined by SMILES strings as a sequence of molecules and bonds. These SMILES strings are used in different complex machine learning-based drug-related research and rep…

ClassificationSentencetext-classificationText Classification

All SMILES Variational Autoencoder for Molecular Property Prediction and Optimization

2019-09-25 · Zaccary Alperstein, Artem Cherkasov, Jason Rolfe

Variational autoencoders (VAEs) defined over SMILES string and graph-based representations of molecules promise to improve the optimization of molecular properties, thereby revolutionizing the pharmaceuticals and materia…

AllMolecular Property PredictionProperty Prediction

Grammars and reinforcement learning for molecule optimization

2018-11-27 · Egor Kraev

We seek to automate the design of molecules based on specific chemical properties. Our primary contributions are a simpler method for generating SMILES strings guaranteed to be chemically valid, using a combination of a …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)valid

Attention Based Molecule Generation via Hierarchical Variational Autoencoder

2024-01-18 · Divahar Sivanesan

Molecule generation is a task made very difficult by the complex ways in which we represent molecules computationally. A common technique used in molecular generative modeling is to use SMILES strings with recurrent neur…