Normalize {dSimer}R Documentation

normalize data

Description

normalize a vector or a matrix based on the formula from SemFunSim

Usage

Normalize(data)

Arguments

data

a numeric/integer vector or matrix

Value

normalized vector or matrix

Author(s)

Peng Ni, Min Li

References

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.

Examples

sim<-matrix(1:9,3,3)
Normalize(sim)

[Package dSimer version 1.8.0 Index]