Learn R Programming

timma (version 1.2.1)

binarySet: Search for supersets and subsets

Description

A function for searching the supersets and subsets of the binary drug-target interaction data.

Usage

binarySet(profile_data)

Arguments

profile_data
the binary drug-target interaction matrix with row indexes as drugs and column indexes as targets.

Value

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

Examples

Run this code
data(tyner_interaction_binary)
sets<-binarySet(tyner_interaction_binary[1, 1:3])

Run the code above in your browser using DataLab