Description Usage Arguments Value Author(s) Examples
A function for searching the supersets and subsets of the binary drug-target interaction data.
1 | binarySet(profile_data)
|
profile_data |
the binary drug-target interaction matrix with row indexes as drugs and column indexes as targets. |
A list contains the following components:
superset |
all the possible supersets of the input drug-target interaction data |
subset |
all the possible subsets of the input drug-target interaction data |
Liye He liye.he@helsinki.fi
1 2 | data(tyner_interaction_binary)
sets<-binarySet(tyner_interaction_binary[1, 1:3])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.