drugTargetInteraction {xnet} | R Documentation |
drug target interactions for neural receptors
Description
A dataset for examining the interaction between 54 drugs and 26 neural receptors. It consists of three different matrices.
Usage
drugTargetInteraction
Format
for drugTargetInteraction: a numeric matrix of 26 rows by 54 columns.
For drugSim: a numeric square matrix with 54 rows/columns.
For targetSim: a numeric square matrix with 26 rows/columns.
Details
The dataset consists of the following objects :
drugTargetInteraction: a matrix indicating whether or not a certain drug compound interacts with a certain neural receptor.
targetSim: a similarity matrix for the neural receptors.
drugSim: a similarity matrix for the drugs
The data originates from Yamanishi et al (2008) but was partly reworked to be suitable for two-step kernel ridge regression. This is explained in detail in the Preparation of the example data vignette.
Source
https://doi.org/10.1093/bioinformatics/btn162
References
Yamanishi et al, 2008 : Prediction of drug-target interaction networks from the integration of chemical and genomic spaces.