Learn R Programming

DrugClust (version 0.2)

Implementation of a Machine Learning Framework for Predicting Drugs Side Effects

Description

An implementation of a Machine Learning Framework for prediction of new drugs Side Effects. Firstly drugs are clustered with respect to their features description and secondly predictions are made, according to Bayesian scores. Moreover it can perform protein enrichment considering the proteins clustered together in the first step of the algorithm. This last tool is of extreme interest for biologist and drug discovery purposes, given the fact that it can be used either as a validation of the clusters obtained, as well as for the possible discovery of new interactions between certain side effects and non targeted pathways. Clustering of the drugs in the feature space can be done using K-Means, PAM or K-Seeds (a novel clustering algorithm proposed by the author).

Copy Link

Version

Install

install.packages('DrugClust')

Monthly Downloads

37

Version

0.2

License

GPL-2

Last Published

April 23rd, 2016

Functions in DrugClust (0.2)

DrugClustPAM

DrugClustPAM
DrugClustKMeans

DrugClustKMeans
DrugClustKSeeds

DrugClustKSeeds
AUPR

AUPR
CreateFolds

CreateFolds
KMeansModel

KMeansModel
PAM_Model

PAM_Model
KSeedsScores

KSeedsScores
DrugClustPAMEnrichment

DrugClustPAMEnrichment
Prediction_PAM

Prediction_PAM
InitSideEffect

InitSideEffect
KMeansClusteringAlgorithm

KMeans
SeedSelection

SeedSelection
PredictionKSeeds

PredictionKSeeds
InitFeatures

InitFeatures
PAM

PAM
DrugClustKMeansEnrichment

DrugClustKMeansEnrichment
DrugClustKSeedsEnrichment

DrugClustKSeedsEnrichment
AUC

AUC
PredictionKMeans

PredictionKMeans
RandomSeedGenerator

RandomSeedGenerator
KSeedsClusters

KSeedsClusters
Enrichment_Proteins

Enrichment_Proteins