Description Usage Arguments Details Value Author(s) See Also Examples
Generating Compound-Protein Interaction Descriptors
1 |
drugmat |
The compound descriptor matrix. |
protmat |
The protein descriptor matrix. |
type |
The interaction type, one or two of
|
This function calculates the compound-protein interaction descriptors by three types of interaction:
combine
- combine the two descriptor matrix,
result has (p1 + p2)
columns
tensorprod
- calculate column-by-column
(pseudo)-tensor product type interactions, result has
(p1 * p2)
columns
A matrix containing the compound-protein interaction descriptors
Nan Xiao <https://nanx.me>
See getPPI
for generating
protein-protein interaction descriptors.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.