LLSn2List {dSimer} | R Documentation |
convert HumanNet normalized log-likelihood score from data.frame to list, which will be used in FunSim method
LLSn2List(LLSn)
LLSn |
data.frame of gene-gene normalized log-likelihood score in HumanNet |
a list of normalized log-likelihood score
Peng Ni, Min Li
Cheng L, Li J, Ju P, et al. SemFunSim: a new method for measuring disease similarity by integrating semantic and gene functional association[J]. PloS one, 2014, 9(6): e99415.
## see examples in function FunSim data(HumanNet_sample) llsnlist<-LLSn2List(HumanNet_sample[1:100,]) llsnlist