Learn R Programming

rQSAR (version 1.0.0)

QSAR Modeling with Multiple Algorithms: MLR, PLS, and Random Forest

Description

Quantitative Structure-Activity Relationship (QSAR) modeling is a valuable tool in computational chemistry and drug design, where it aims to predict the activity or property of chemical compounds based on their molecular structure. In this vignette, we present the 'rQSAR' package, which provides functions for variable selection and QSAR modeling using Multiple Linear Regression (MLR), Partial Least Squares (PLS), and Random Forest algorithms.

Copy Link

Version

Install

install.packages('rQSAR')

Monthly Downloads

157

Version

1.0.0

License

MIT + file LICENSE

Maintainer

Oche Ambrose George

Last Published

April 2nd, 2024

Functions in rQSAR (1.0.0)

correlation_plots

Create correlation plots for QSAR models
perform_variable_selection

Perform variable selection using regression subsets
residual_plots

Function to create residual plots with model type labels
generate_descriptors_from_sdf

Generate Molecular Descriptors from SDF File
build_qsar_models

Build QSAR models with k-fold cross-validation