findSameSet: Find the same columns from two matrices

Description Usage Arguments Value Author(s) Examples

Description

A function to find the same columns from two matrices

Usage

1
findSameSet(profile, selected_list, kinase_name)

Arguments

profile

the drug-target interaction data matrix

selected_list

the selected drug-target matrix

kinase_name

the names of the targets

Value

a vector of combined selected target names

Author(s)

Liye He liye.he@helsinki.fi

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
data(tyner_interaction_binary)
data(tyner_sensitivity)
x<-data.frame(tyner_interaction_binary)
kinase_names<-dimnames(tyner_interaction_binary)
float<-sffsBinary(tyner_interaction_binary, tyner_sensitivity[,1])
k_select <- float$k_sel
select_kinase_names <- findSameSet(x, k_select, kinase_names)

## End(Not run)

Example output



timma documentation built on May 2, 2019, 1:10 p.m.