powered by
The function "DrugSimscore" is used in calculating the drug functional similarity score.
DrugSimscore(DE,nperm = 0)
A dataframe with four columns those are drug1, drug2, drug1 name, drug2 name, functional similarity score and FDR.
A matrix with one column of zscore.
Number of random permutations (default: 0).
# Obtain the example data GEP<-Gettest("GEP") label<-Gettest("label") # Run the function DEscore<-CalDEscore(GEP,label) # Run the function drug_drug<-DrugSimscore(DE=DEscore,nperm = 0)
Run the code above in your browser using DataLab